mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
New port nano - an enhanced free clone of Pico editor.
PR: 19255 Submitted by: Philippe Lefebvre <nemesis@balistik.net>
This commit is contained in:
parent
722585d319
commit
60b6d25388
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29979
@ -59,6 +59,7 @@
|
||||
SUBDIR += muggy
|
||||
SUBDIR += mule
|
||||
SUBDIR += mule-common
|
||||
SUBDIR += nano
|
||||
SUBDIR += nedit
|
||||
SUBDIR += nvi-m17n
|
||||
SUBDIR += nvi-perl
|
||||
|
25
editors/nano/Makefile
Normal file
25
editors/nano/Makefile
Normal file
@ -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>
|
1
editors/nano/distinfo
Normal file
1
editors/nano/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (nano-0.9.10.tar.gz) = b21c47b844cfc92682c1bced9e4f5368
|
1
editors/nano/pkg-comment
Normal file
1
editors/nano/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Nano's ANOther editor, an enhanced free Pico Clone
|
11
editors/nano/pkg-descr
Normal file
11
editors/nano/pkg-descr
Normal file
@ -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
|
5
editors/nano/pkg-plist
Normal file
5
editors/nano/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user