pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/cdif Update to 1.19



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b0993df71147
branches:  trunk
changeset: 607436:b0993df71147
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Aug 11 20:07:16 2012 +0000

description:
Update to 1.19

* Update MASTER_SITES
* Cannot connect to HOMEPAGE
* Update license, and remove RESTRICTED
* For example, ~/.termcap is needed, because this package uses Term::Cap

Changelog:
* Add a commandline option
* Change termcap handling

diffstat:

 textproc/cdif/Makefile |  21 +++++----------------
 textproc/cdif/distinfo |   8 ++++----
 2 files changed, 9 insertions(+), 20 deletions(-)

diffs (59 lines):

diff -r 6a9ebce9ad36 -r b0993df71147 textproc/cdif/Makefile
--- a/textproc/cdif/Makefile    Sat Aug 11 19:32:50 2012 +0000
+++ b/textproc/cdif/Makefile    Sat Aug 11 20:07:16 2012 +0000
@@ -1,19 +1,15 @@
-# $NetBSD: Makefile,v 1.21 2009/05/19 08:59:35 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2012/08/11 20:07:16 ryoon Exp $
 #
 
-DISTNAME=              cdif-1.15
+DISTNAME=              cdif-1.19
 CATEGORIES=            textproc
-MASTER_SITES=          http://www.srekcah.org/~utashiro/perl/scripts/cdif/
+MASTER_SITES=          http://ftp.freebsd.org/pub/FreeBSD/distfiles/
 EXTRACT_SUFX=          # empty
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://www.srekcah.org/~utashiro/perl/scripts/cdif/
 COMMENT=               Word context diff
-LICENSE=               cdif-license
-
-RESTRICTED=            Redistribution only for "non-commercial purpose".
-NO_SRC_ON_CDROM=       ${RESTRICTED}
-NO_BIN_ON_CDROM=       ${RESTRICTED}
+#LICENSE=              cdif-license # 1.19 can be used for any porpose
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
@@ -22,17 +18,10 @@
 WRKSRC=                        ${WRKDIR}
 USE_TOOLS+=            perl:run
 
-NO_CONFIGURE=          yes
 NO_BUILD=              yes
 INSTALLATION_DIRS=     bin
 
-do-extract:
-       ${MKDIR} ${WRKSRC}
-       ${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}/${DISTNAME}.dist
-
-do-patch:
-       ${SED} -e '1s@/usr/local/bin/perl@${PERL5}@' \
-               < ${WRKSRC}/${DISTNAME}.dist > ${WRKSRC}/${DISTNAME}
+REPLACE_PERL=          ${DISTNAME}
 
 do-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${DESTDIR}${PREFIX}/bin/cdif
diff -r 6a9ebce9ad36 -r b0993df71147 textproc/cdif/distinfo
--- a/textproc/cdif/distinfo    Sat Aug 11 19:32:50 2012 +0000
+++ b/textproc/cdif/distinfo    Sat Aug 11 20:07:16 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 14:48:40 agc Exp $
+$NetBSD: distinfo,v 1.4 2012/08/11 20:07:16 ryoon Exp $
 
-SHA1 (cdif-1.15) = 14dee0a46a2d6cfa281e822b7e5f60ea10ea7789
-RMD160 (cdif-1.15) = c6f32bed646cd92ee7a78d92af7d924db1992142
-Size (cdif-1.15) = 17571 bytes
+SHA1 (cdif-1.19) = 4b0dac13bd1a288872e1b9bb9af71411fe582cb3
+RMD160 (cdif-1.19) = 1f2d5284286ca80e86f40d392d439381556dda9f
+Size (cdif-1.19) = 19894 bytes



Home | Main Index | Thread Index | Old Index