SF.net SVN: gar:[26989] csw/mgar/pkg/nano/trunk
idogan23 at users.sourceforge.net
idogan23 at users.sourceforge.net
Wed Jan 4 11:08:15 CET 2023
Revision: 26989
http://sourceforge.net/p/gar/code/26989
Author: idogan23
Date: 2023-01-04 10:08:15 +0000 (Wed, 04 Jan 2023)
Log Message:
-----------
nano: upgrade to 7.1 & some cleanup
Modified Paths:
--------------
csw/mgar/pkg/nano/trunk/Makefile
csw/mgar/pkg/nano/trunk/checksums
Removed Paths:
-------------
csw/mgar/pkg/nano/trunk/files/changelog.CSW
Modified: csw/mgar/pkg/nano/trunk/Makefile
===================================================================
--- csw/mgar/pkg/nano/trunk/Makefile 2023-01-03 21:34:20 UTC (rev 26988)
+++ csw/mgar/pkg/nano/trunk/Makefile 2023-01-04 10:08:15 UTC (rev 26989)
@@ -1,5 +1,5 @@
NAME = nano
-VERSION = 2.2.6
+VERSION = 7.1
GARTYPE = v2
DESCRIPTION = Enhanced clone of the Pico text editor
@@ -10,12 +10,13 @@
functionality".
endef
-VENDOR_URL = http://www.nano-editor.org/
-MASTER_SITES = http://www.nano-editor.org/dist/v2.2/
-DISTFILES = $(NAME)-$(VERSION).tar.gz
+VENDOR_URL = https://www.nano-editor.org/
+MASTER_SITES = https://www.nano-editor.org/dist/v7/
+DISTFILES = $(NAME)-$(VERSION).tar.xz
-RUNTIME_DEP_PKGS = CSWncurses
-RUNTIME_DEP_PKGS += CSWlibintl8
+RUNTIME_DEP_PKGS += CSWlibintl9
+RUNTIME_DEP_PKGS += CSWlibmagic1
+RUNTIME_DEP_PKGS += CSWlibncursesw6
EXTRA_INC = /opt/csw/include/ncurses
@@ -22,25 +23,17 @@
TEST_SCRIPTS =
CONFIGURE_ARGS = $(DIRPATHS)
-CONFIGURE_ARGS += --enable-all
+CONFIGURE_ARGS += --enable-all
-# Disable automatic line wraps when running as root. See
-# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=513443 for
+# Disable automatic line wraps when running as root. See
+# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=513443 for
# some background info
CONFIGURE_ARGS += --disable-wrapping-as-root
include gar/category.mk
-post-install-modulated: DOCS=AUTHORS THANKS UPGRADE
post-install-modulated: DOCDEST=$(DESTDIR)$(docdir)/$(NAME)
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)|' \
- `find $(DESTDIR)$(sharedir) \
- -name \*.html -o \
- -name \*.1 -o \
- -name \*.5`
+ cp $(WORKSRC)/doc/sample.nanorc $(DOCDEST)/examples
@$(MAKECOOKIE)
Modified: csw/mgar/pkg/nano/trunk/checksums
===================================================================
--- csw/mgar/pkg/nano/trunk/checksums 2023-01-03 21:34:20 UTC (rev 26988)
+++ csw/mgar/pkg/nano/trunk/checksums 2023-01-04 10:08:15 UTC (rev 26989)
@@ -1 +1 @@
-03233ae480689a008eb98feb1b599807 nano-2.2.6.tar.gz
+30ac20d3d2e9f27f54ca31f9029c3bac nano-7.1.tar.xz
Deleted: csw/mgar/pkg/nano/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/nano/trunk/files/changelog.CSW 2023-01-03 21:34:20 UTC (rev 26988)
+++ csw/mgar/pkg/nano/trunk/files/changelog.CSW 2023-01-04 10:08:15 UTC (rev 26989)
@@ -1,24 +0,0 @@
-nano (2.2.6,REV=2011.04.07)
-
- * Version bump to 2.2.6.
-
- -- Sebastian Kayser <skayser at opencsw.org> Thu, 7 Apr 2011 23:00:36 +0200
-
-nano (2.2.5,REV=2010.09.01)
-
- * Version bump to 2.2.5.
-
- -- Sebastian Kayser <skayser at opencsw.org> Wed, 1 Sep 2010 00:31:41 +0200
-
-nano (2.2.4,REV=2010.07.30)
-
- * Version bump to 2.2.4.
-
- -- Sebastian Kayser <skayser at opencsw.org> Fri, 30 Jul 2010 01:28:45 +0200
-
-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