diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-29 13:53:01 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-29 13:53:01 +0000 |
commit | d4d60db42192b609343852bfc689a1fa4165fb5e (patch) | |
tree | 73f4b517e82eeeb8d8af09b9db4c255942ef9347 /editors/nano | |
parent | 0689040778dc62b8374a0e5ee26427d045270b80 (diff) | |
download | FreeBSD-ports-d4d60db42192b609343852bfc689a1fa4165fb5e.zip FreeBSD-ports-d4d60db42192b609343852bfc689a1fa4165fb5e.tar.gz |
New port nano - an enhanced free clone of Pico editor.
PR: 19255
Submitted by: Philippe Lefebvre <nemesis@balistik.net>
Diffstat (limited to 'editors/nano')
-rw-r--r-- | editors/nano/Makefile | 25 | ||||
-rw-r--r-- | editors/nano/distinfo | 1 | ||||
-rw-r--r-- | editors/nano/pkg-comment | 1 | ||||
-rw-r--r-- | editors/nano/pkg-descr | 11 | ||||
-rw-r--r-- | editors/nano/pkg-plist | 5 |
5 files changed, 43 insertions, 0 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile new file mode 100644 index 0000000..f16c035 --- /dev/null +++ b/editors/nano/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: nano +# Date created: 12 June 2000 +# Whom: Philippe Lefebvre <nemesis@balistik.net> +# +# $FreeBSD$ +# + +PORTNAME= nano +PORTVERSION= 0.9.10 +CATEGORIES= editors +MASTER_SITES= http://www.asty.org/nano/dist/ \ + ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= nemesis@balistik.net + +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext + +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -lintl" + +MAN1= nano.1 + +.include <bsd.port.mk> diff --git a/editors/nano/distinfo b/editors/nano/distinfo new file mode 100644 index 0000000..4cf85a1 --- /dev/null +++ b/editors/nano/distinfo @@ -0,0 +1 @@ +MD5 (nano-0.9.10.tar.gz) = b21c47b844cfc92682c1bced9e4f5368 diff --git a/editors/nano/pkg-comment b/editors/nano/pkg-comment new file mode 100644 index 0000000..dc80634 --- /dev/null +++ b/editors/nano/pkg-comment @@ -0,0 +1 @@ +Nano's ANOther editor, an enhanced free Pico Clone diff --git a/editors/nano/pkg-descr b/editors/nano/pkg-descr new file mode 100644 index 0000000..5300b4c --- /dev/null +++ b/editors/nano/pkg-descr @@ -0,0 +1,11 @@ +nano was originally known as TIP (TIP Isn't Pico). It is a small, free +and friendly editor which aims to replace Pico, the default editor +included in the non-free Pine package. Rather than just copying Pico's +look and feel, nano also implements some missing (or disabled by +default) features in Pico, such as "search and replace" and "goto line +number". + +WWW: http://www.asty.org/nano + +- Philippe +nemesis@balistik.net diff --git a/editors/nano/pkg-plist b/editors/nano/pkg-plist new file mode 100644 index 0000000..e6942fe --- /dev/null +++ b/editors/nano/pkg-plist @@ -0,0 +1,5 @@ +bin/nano +share/locale/es/LC_MESSAGES/nano.mo +share/locale/de/LC_MESSAGES/nano.mo +share/locale/fr/LC_MESSAGES/nano.mo +share/locale/it/LC_MESSAGES/nano.mo |