[csw-devel] SF.net SVN: gar:[5508] csw/mgar/pkg/nano/trunk
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Sun Jul 5 01:28:17 CEST 2009
Revision: 5508
http://gar.svn.sourceforge.net/gar/?rev=5508&view=rev
Author: skayser
Date: 2009-07-04 23:28:17 +0000 (Sat, 04 Jul 2009)
Log Message:
-----------
nano: minor fixes, added changelog
Modified Paths:
--------------
csw/mgar/pkg/nano/trunk/Makefile
csw/mgar/pkg/nano/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/nano/trunk/files/changelog.CSW
Modified: csw/mgar/pkg/nano/trunk/Makefile
===================================================================
--- csw/mgar/pkg/nano/trunk/Makefile 2009-07-04 23:11:39 UTC (rev 5507)
+++ csw/mgar/pkg/nano/trunk/Makefile 2009-07-04 23:28:17 UTC (rev 5508)
@@ -4,14 +4,16 @@
DESCRIPTION = Enhanced clone of the Pico text editor
define BLURB
-GNU nano is designed to be a free replacement for the Pico text editor, part of
-the Pine email suite from The University of Washington. It aims to "emulate
-Pico as closely as possible and perhaps include extra functionality".
+ GNU nano is designed to be a free replacement for the Pico text editor,
+ part of the Pine email suite from The University of Washington. It aims
+ to "emulate Pico as closely as possible and perhaps include extra
+ functionality".
endef
MASTER_SITES = http://www.nano-editor.org/dist/v2.0/
+SPKG_SOURCEURL = http://www.nano-editor.org/
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
-DISTFILES = CSWnano.postinstall CSWnano.postremove
+DISTFILES += CSWnano.postinstall CSWnano.postremove
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
@@ -30,3 +32,19 @@
CONFIGURE_ARGS += --disable-wrapping-as-root
include gar/category.mk
+
+post-install-modulated: DOCS=AUTHORS THANKS UPGRADE
+post-install-modulated: DOCDEST=$(DESTDIR)$(docdir)/$(GARNAME)
+post-install-modulated:
+ ginstall -d $(DOCDEST)/examples
+ cp $(FILEDIR)/changelog.CSW $(DOCDEST)
+ cp $(WORKSRC)/doc/nanorc.sample $(DOCDEST)/examples
+ cp $(addprefix $(WORKSRC)/, $(DOCS)) $(DOCDEST)
+ perl -pi -e 's|/usr/share/doc|$(docdir)|' \
+ $(addprefix $(DESTDIR)$(mandir)/, \
+ man1/nano.1 \
+ man5/nanorc.5 \
+ fr/man1/nano.1 \
+ fr/man5/nanorc.5 \
+ )
+ @$(MAKECOOKIE)
Modified: csw/mgar/pkg/nano/trunk/checksums
===================================================================
--- csw/mgar/pkg/nano/trunk/checksums 2009-07-04 23:11:39 UTC (rev 5507)
+++ csw/mgar/pkg/nano/trunk/checksums 2009-07-04 23:28:17 UTC (rev 5508)
@@ -1,2 +1,3 @@
c1bfcb567c7a645b5c4f5130158d7808 download/CSWnano.postinstall
46649817cd38cea9fb6fb8c201f7f227 download/CSWnano.postremove
+2be94dc43fb60fff4626a2401a977220 download/nano-2.0.9.tar.gz
Added: csw/mgar/pkg/nano/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/nano/trunk/files/changelog.CSW (rev 0)
+++ csw/mgar/pkg/nano/trunk/files/changelog.CSW 2009-07-04 23:28:17 UTC (rev 5508)
@@ -0,0 +1,6 @@
+nano (2.0.9,REV=2009.07.05)
+
+ * Adopted and updated to 2.0.9. (Closes #2969, #3082)
+ * Compiled against ncurses (default) instead of slang.
+
+ -- Sebastian Kayser <skayser at opencsw.org> Sun, 5 Jul 2009 00:56:18 +0200
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list