summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjtb <jtb>2001-05-17 00:05:29 +0000
committerjtb <jtb>2001-05-17 00:05:29 +0000
commitbcc147dc2ad174ca14b72229921b7015d75ac169 (patch)
tree836b098a0c68f0bb14efe3fcd3b555ca1f2785bd /editors
parent2a516f4682721688f69115c4f9640d5218043883 (diff)
downloadpkgsrc-bcc147dc2ad174ca14b72229921b7015d75ac169.tar.gz
Initial import of nano.
GNU `nano' is a small and friendly text editor. Besides basic text editing, `nano' offers many extra features like an interactive search and replace, goto line number, auto-indentation, feature toggles, internationalization support, and filename tab completion. The original goal for `nano' was a complete bug-for-bug compatible emulation of Pico, but consistency is now a slightly higher priority. Nano does not have the restrictive license problems of Pico.
Diffstat (limited to 'editors')
-rw-r--r--editors/nano/Makefile14
-rw-r--r--editors/nano/distinfo4
-rw-r--r--editors/nano/pkg/DESCR9
-rw-r--r--editors/nano/pkg/PLIST16
4 files changed, 43 insertions, 0 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile
new file mode 100644
index 00000000000..cd7e41ec909
--- /dev/null
+++ b/editors/nano/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/05/17 00:05:29 jtb Exp $
+
+DISTNAME= nano-1.0.2
+CATEGORIES= editors
+MASTER_SITES= ${MASTER_SITE_GNU:=nano/}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.gnu.org/software/nano/nano.html
+COMMENT= small and friendly text editor (a free replacement for Pico)
+
+GNU_CONFIGURE= yes
+REPLACE_NCURSES=${WRKSRC}/configure
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/editors/nano/distinfo b/editors/nano/distinfo
new file mode 100644
index 00000000000..3d87b3bbbf8
--- /dev/null
+++ b/editors/nano/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/05/17 00:05:29 jtb Exp $
+
+SHA1 (nano-1.0.2.tar.gz) = dfc20af7a6661cae1966f1a2d954acb36c1ce814
+Size (nano-1.0.2.tar.gz) = 375852 bytes
diff --git a/editors/nano/pkg/DESCR b/editors/nano/pkg/DESCR
new file mode 100644
index 00000000000..902ee1840d4
--- /dev/null
+++ b/editors/nano/pkg/DESCR
@@ -0,0 +1,9 @@
+ GNU `nano' is a small and friendly text editor. Besides basic text
+editing, `nano' offers many extra features like an interactive search
+and replace, goto line number, auto-indentation, feature toggles,
+internationalization support, and filename tab completion.
+
+ The original goal for `nano' was a complete bug-for-bug compatible
+emulation of Pico, but consistency is now a slightly higher priority.
+
+ Nano does not have the restrictive license problems of Pico.
diff --git a/editors/nano/pkg/PLIST b/editors/nano/pkg/PLIST
new file mode 100644
index 00000000000..99cf61648b7
--- /dev/null
+++ b/editors/nano/pkg/PLIST
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/05/17 00:05:29 jtb Exp $
+bin/nano
+@unexec install-info --delete --info-dir=%D/info %D/info/nano.info
+info/nano.info
+@exec install-info --info-dir=%D/info %D/info/nano.info
+man/man1/nano.1
+share/locale/ca/LC_MESSAGES/nano.mo
+share/locale/cs/LC_MESSAGES/nano.mo
+share/locale/de/LC_MESSAGES/nano.mo
+share/locale/es/LC_MESSAGES/nano.mo
+share/locale/fi/LC_MESSAGES/nano.mo
+share/locale/fr/LC_MESSAGES/nano.mo
+share/locale/gl/LC_MESSAGES/nano.mo
+share/locale/hu/LC_MESSAGES/nano.mo
+share/locale/id/LC_MESSAGES/nano.mo
+share/locale/it/LC_MESSAGES/nano.mo