diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-29 13:53:01 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-29 13:53:01 +0000 |
commit | 60b6d253889a050c6a1c4dc455675b5b8d50c66a (patch) | |
tree | f751327cb4e283b468a63263bf10709b3ea72e3b /editors | |
parent | 722585d31999e8bf675337536d8bcff063a45406 (diff) | |
download | ports-60b6d253889a050c6a1c4dc455675b5b8d50c66a.tar.gz ports-60b6d253889a050c6a1c4dc455675b5b8d50c66a.zip |
Notes
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 |