From bcc147dc2ad174ca14b72229921b7015d75ac169 Mon Sep 17 00:00:00 2001 From: jtb Date: Thu, 17 May 2001 00:05:29 +0000 Subject: 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. --- editors/nano/Makefile | 14 ++++++++++++++ editors/nano/distinfo | 4 ++++ editors/nano/pkg/DESCR | 9 +++++++++ editors/nano/pkg/PLIST | 16 ++++++++++++++++ 4 files changed, 43 insertions(+) create mode 100644 editors/nano/Makefile create mode 100644 editors/nano/distinfo create mode 100644 editors/nano/pkg/DESCR create mode 100644 editors/nano/pkg/PLIST (limited to 'editors') 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 -- cgit v1.2.3