Date: Fri, 28 Jul 2000 04:55:32 -0400 (EDT) From: nemesis@balistik.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/20237: Update: editors/nano Updated to v0.9.14 Message-ID: <200007280855.EAA21141@alpha.balistik.net>
next in thread | raw e-mail | index | archive | help
>Number: 20237 >Category: ports >Synopsis: Update: editors/nano Updated to v0.9.14 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 28 02:00:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Philippe Lefebvre >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: >Description: >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: # # nano # nano/files # nano/files/md5 # nano/Makefile # nano/pkg # nano/pkg/COMMENT # nano/pkg/DESCR # nano/pkg/PLIST # echo c - nano mkdir -p nano > /dev/null 2>&1 echo c - nano/files mkdir -p nano/files > /dev/null 2>&1 echo x - nano/files/md5 sed 's/^X//' >nano/files/md5 << 'END-of-nano/files/md5' XMD5 (nano-0.9.14.tar.gz) = e1bf4c50cdd4e34e852587ac46b38bcd END-of-nano/files/md5 echo x - nano/Makefile sed 's/^X//' >nano/Makefile << 'END-of-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: ports/editors/nano/Makefile,v 1.1 2000/06/29 13:52:59 sobomax Exp $ X# X XPORTNAME= nano XPORTVERSION= 0.9.14 XCATEGORIES= editors XMASTER_SITES= http://www.asty.org/nano/dist/ \ X ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= nemesis@balistik.net X XLIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext X XGNU_CONFIGURE= yes XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib -lintl" X XMAN1= nano.1 X X.include <bsd.port.mk> END-of-nano/Makefile echo c - nano/pkg mkdir -p nano/pkg > /dev/null 2>&1 echo x - nano/pkg/COMMENT sed 's/^X//' >nano/pkg/COMMENT << 'END-of-nano/pkg/COMMENT' XNano's ANOther editor, an enhanced free Pico Clone END-of-nano/pkg/COMMENT echo x - nano/pkg/DESCR sed 's/^X//' >nano/pkg/DESCR << 'END-of-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-nano/pkg/DESCR echo x - nano/pkg/PLIST sed 's/^X//' >nano/pkg/PLIST << 'END-of-nano/pkg/PLIST' Xbin/nano Xshare/locale/de/LC_MESSAGES/nano.mo Xshare/locale/es/LC_MESSAGES/nano.mo Xshare/locale/fi/LC_MESSAGES/nano.mo Xshare/locale/fr/LC_MESSAGES/nano.mo Xshare/locale/id/LC_MESSAGES/nano.mo Xshare/locale/it/LC_MESSAGES/nano.mo END-of-nano/pkg/PLIST 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?200007280855.EAA21141>