diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-29 21:53:01 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-29 21:53:01 +0800 |
commit | d4d60db42192b609343852bfc689a1fa4165fb5e (patch) | |
tree | 73f4b517e82eeeb8d8af09b9db4c255942ef9347 /editors | |
parent | 0689040778dc62b8374a0e5ee26427d045270b80 (diff) | |
download | freebsd-ports-gnome-d4d60db42192b609343852bfc689a1fa4165fb5e.tar.gz freebsd-ports-gnome-d4d60db42192b609343852bfc689a1fa4165fb5e.tar.zst freebsd-ports-gnome-d4d60db42192b609343852bfc689a1fa4165fb5e.zip |
New port nano - an enhanced free clone of Pico editor.
PR: 19255
Submitted by: Philippe Lefebvre <nemesis@balistik.net>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-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 |
6 files changed, 44 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 3f6723402be2..3fba5f335cb0 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -59,6 +59,7 @@ SUBDIR += muggy SUBDIR += mule SUBDIR += mule-common + SUBDIR += nano SUBDIR += nedit SUBDIR += nvi-m17n SUBDIR += nvi-perl diff --git a/editors/nano/Makefile b/editors/nano/Makefile new file mode 100644 index 000000000000..f16c03542780 --- /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 000000000000..4cf85a1d61a5 --- /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 000000000000..dc80634421ee --- /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 000000000000..5300b4c093e3 --- /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 000000000000..e6942fece4b6 --- /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 |