summaryrefslogtreecommitdiff
path: root/editors/nano
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-29 13:53:01 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-29 13:53:01 +0000
commit60b6d253889a050c6a1c4dc455675b5b8d50c66a (patch)
treef751327cb4e283b468a63263bf10709b3ea72e3b /editors/nano
parentUpdate to .dev.4 (diff)
New port nano - an enhanced free clone of Pico editor.
PR: 19255 Submitted by: Philippe Lefebvre <nemesis@balistik.net>
Notes
Notes: svn path=/head/; revision=29979
Diffstat (limited to 'editors/nano')
-rw-r--r--editors/nano/Makefile25
-rw-r--r--editors/nano/distinfo1
-rw-r--r--editors/nano/pkg-comment1
-rw-r--r--editors/nano/pkg-descr11
-rw-r--r--editors/nano/pkg-plist5
5 files changed, 43 insertions, 0 deletions
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