Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
This is the GNU version of ed(1).
ed is a line-oriented text editor. It is used to create, display,
modify and otherwise manipulate text files.
This also includes a restricted ed, which can only edit files in the
current directory and cannot execute shell commands.
+32
View File
@@ -0,0 +1,32 @@
# $NetBSD: Makefile,v 1.16 2012/12/06 11:41:19 jperkin Exp $
DISTNAME= ed-1.1
PKGREVISION= 2
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GNU:=ed/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= reed@reedmedia.net
HOMEPAGE= http://www.gnu.org/software/ed/ed.html
COMMENT= GNU version of line-oriented text editor
LICENSE= gnu-gpl-v3
GNU_CONFIGURE= YES
INFO_FILES= yes
CONFIGURE_ARGS+= --program-prefix=g
INSTALL_TARGET= install install-man
AUTO_MKDIRS= yes
.include "../../mk/bsd.prefs.mk"
post-install:
.for f in ed red
${LN} -sf ${PREFIX}/bin/g${f} ${DESTDIR}${PREFIX}/${PKGGNUDIR}bin/${f}
${LN} -sf ${PREFIX}/${PKGMANDIR}/man1/g${f}.1 ${DESTDIR}${PREFIX}/${PKGGNUDIR}${PKGMANDIR}/man1/${f}.1
.endfor
.include "../../mk/bsd.pkg.mk"
+10
View File
@@ -0,0 +1,10 @@
@comment $NetBSD: PLIST,v 1.5 2012/06/02 07:10:57 cheusov Exp $
bin/ged
bin/gred
gnu/bin/ed
gnu/bin/red
gnu/man/man1/ed.1
gnu/man/man1/red.1
info/ged.info
man/man1/ged.1
man/man1/gred.1
+5
View File
@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.7 2008/11/04 14:27:37 reed Exp $
SHA1 (ed-1.1.tar.bz2) = 0b66e79ebfe87eb80eb49be6ca7bb46df6f90e28
RMD160 (ed-1.1.tar.bz2) = 0b79d8ade82a5eb1715cbe82e0088147b964a449
Size (ed-1.1.tar.bz2) = 68120 bytes