Date: Thu, 21 Jul 2005 22:14:30 +0400 From: Andrej Zverev <az@inec.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/83874: [new port] editors/ne Message-ID: <E1DvfZ0-000Iya-G0@az.inec.ru> Resent-Message-ID: <200507211820.j6LIKDjM062182@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 83874 >Category: ports >Synopsis: [new port] editors/ne >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 21 18:20:12 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Andrej Zverev >Release: FreeBSD 5.4-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD az.inec.ru 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #1: Mon May 23 20:34:48 MSD 2005 az@az.inec.ru:/usr/obj/usr/src/sys/GENERIC i386 >Description: Nice Editor ne is ideal for email, editing through phone line (or slow GSM/GPRS) connections and so on. Moreover, the internal text representation is very compact?you can easily load and modify very large files and more. >How-To-Repeat: >Fix: --- ne.shar begins here --- # 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: # # ne # ne/pkg-descr # ne/Makefile # ne/pkg-plist # ne/distinfo # echo c - ne mkdir -p ne > /dev/null 2>&1 echo x - ne/pkg-descr sed 's/^X//' >ne/pkg-descr << 'END-of-ne/pkg-descr' XNe is a free text editor based on the POSIX standard that runs (we Xhope) on almost any UN*X machine. ne is easy to use for the beginner, but Xpowerful and fully configurable for the wizard, and most sparing in its Xresource usage X XWWW: http://ne.dsi.unimi.it/ END-of-ne/pkg-descr echo x - ne/Makefile sed 's/^X//' >ne/Makefile << 'END-of-ne/Makefile' X# New ports collection makefile for: ne X# Date created: 2005-07-21 X# Whom: Andrej Zverev <az@inec.ru> X# X# $FreeBSD$ X# X XPORTNAME= ne XPORTVERSION= 1.40 XCATEGORIES= editors XMASTER_SITES= http://ne.dsi.unimi.it/ X XMAINTAINER= az@inec.ru XCOMMENT= Nice and powerfull editor X X.include <bsd.port.pre.mk> X X.if ${OSVERSION} < 400010 XLIB_DEPENDS+= ncurses:${PORTSDIR}/devel/ncurses X.endif X XWRKSRC= ${WRKDIR}/${DISTNAME}/src X XUSE_GMAKE= yes XUSE_PERL5= yes XUSE_REINPLACE= yes XMAKEFILE= makefile XALL_TARGET= ne XMAKE_ARGS= CFLAGS="${CFLAGS} -DNOWCHAR" CC="${CC}" \ X GLOBALDIR="${DATADIR}" X XMAN1= ne.1 X Xpost-patch: X @${REINPLACE_CMD} -e 's|tmpnam(|mkstemp(|g' ${WRKSRC}/actions.c X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/ne ${PREFIX}/bin X ${MKDIR} ${DATADIR} X ${INSTALL_DATA} ${WRKSRC}/../doc/default.keys ${DATADIR}/ X ${INSTALL_DATA} ${WRKSRC}/../doc/default.menus ${DATADIR}/ X ${INSTALL_MAN} ${WRKSRC}/../doc/ne.1 ${PREFIX}/man/man1 X X.include <bsd.port.post.mk> END-of-ne/Makefile echo x - ne/pkg-plist sed 's/^X//' >ne/pkg-plist << 'END-of-ne/pkg-plist' Xbin/ne X%%DATADIR%%/default.keys X%%DATADIR%%/default.menus X@dirrm share/ne END-of-ne/pkg-plist echo x - ne/distinfo sed 's/^X//' >ne/distinfo << 'END-of-ne/distinfo' XMD5 (ne-1.40.tar.gz) = 7fbbc0268dbcadfa6391670166c765f6 XSIZE (ne-1.40.tar.gz) = 1127279 END-of-ne/distinfo exit --- ne.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1DvfZ0-000Iya-G0>