Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jun 2000 00:00:56 -0400 (EDT)
From:      nemesis@balistik.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19255: New port (nano)
Message-ID:  <200006140400.AAA38208@alpha.balistik.net>

next in thread | raw e-mail | index | archive | help

>Number:         19255
>Category:       ports
>Synopsis:       New port (nano)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 13 21:10:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     System Administrator
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
>Environment:
>Description:
Simply a new port. A text editor similar to pico.
>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	editors/nano/
#	editors/nano/pkg
#	editors/nano/pkg/COMMENT
#	editors/nano/pkg/DESCR
#	editors/nano/pkg/PLIST
#	editors/nano/files
#	editors/nano/files/md5
#	editors/nano/Makefile
#
echo c - editors/nano/
mkdir -p editors/nano/ > /dev/null 2>&1
echo c - editors/nano/pkg
mkdir -p editors/nano/pkg > /dev/null 2>&1
echo x - editors/nano/pkg/COMMENT
sed 's/^X//' >editors/nano/pkg/COMMENT << 'END-of-editors/nano/pkg/COMMENT'
XNano's ANOther editor, an enhanced free Pico Clone
END-of-editors/nano/pkg/COMMENT
echo x - editors/nano/pkg/DESCR
sed 's/^X//' >editors/nano/pkg/DESCR << 'END-of-editors/nano/pkg/DESCR'
Xnano was originally known as TIP (TIP Isn't Pico). It is a small, free 
Xand friendly editor which aims to replace Pico, the default editor 
Xincluded in the non-free Pine package. Rather than just copying Pico's 
Xlook and feel, nano also implements some missing (or disabled by 
Xdefault) features in Pico, such as "search and replace" and "goto line 
Xnumber".
X
XWWW: http://www.asty.org/nano
X
X- Philippe
Xnemesis@balistik.net
END-of-editors/nano/pkg/DESCR
echo x - editors/nano/pkg/PLIST
sed 's/^X//' >editors/nano/pkg/PLIST << 'END-of-editors/nano/pkg/PLIST'
Xbin/nano
Xshare/locale/es/LC_MESSAGES/nano.mo
Xshare/locale/de/LC_MESSAGES/nano.mo
Xshare/locale/fr/LC_MESSAGES/nano.mo
Xshare/locale/it/LC_MESSAGES/nano.mo
END-of-editors/nano/pkg/PLIST
echo c - editors/nano/files
mkdir -p editors/nano/files > /dev/null 2>&1
echo x - editors/nano/files/md5
sed 's/^X//' >editors/nano/files/md5 << 'END-of-editors/nano/files/md5'
XMD5 (nano-0.9.10.tar.gz) = b21c47b844cfc92682c1bced9e4f5368
END-of-editors/nano/files/md5
echo x - editors/nano/Makefile
sed 's/^X//' >editors/nano/Makefile << 'END-of-editors/nano/Makefile'
X# New ports collection makefile for:    nano
X# Date created:         12 June 2000
X# Whom:                 Philippe Lefebvre <nemesis@balistik.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	nano
XPORTVERSION=	0.9.10
XCATEGORIES=	editors
XMASTER_SITES=	http://www.asty.org/nano/dist/ \
X		http://download.sourceforge.net/nano/
X
XMAINTAINER=     nemesis@balistik.net
X
XGNU_CONFIGURE=  yes
XMAN1=		nano.1
X
X.include <bsd.port.mk>
END-of-editors/nano/Makefile
exit

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006140400.AAA38208>