Wed Jan 19 22:13:05 2011 UTC ()
Fix broken URL for rfc-index.txt download.
Bump version to rfcutil-3.2nb5


(hubertf)
diff -r1.18 -r1.19 pkgsrc/textproc/rfcutil/Makefile
diff -r1.3 -r1.4 pkgsrc/textproc/rfcutil/distinfo
diff -r0 -r1.1 pkgsrc/textproc/rfcutil/patches/patch-aa

cvs diff -r1.18 -r1.19 pkgsrc/textproc/rfcutil/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/rfcutil/Makefile 2010/02/26 10:28:35 1.18
+++ pkgsrc/textproc/rfcutil/Makefile 2011/01/19 22:13:04 1.19
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.18 2010/02/26 10:28:35 wiz Exp $ 1# $NetBSD: Makefile,v 1.19 2011/01/19 22:13:04 hubertf Exp $
2# 2#
3 3
4DISTNAME= rfc-3.2 4DISTNAME= rfc-3.2
5PKGNAME= rfcutil-3.2 5PKGNAME= rfcutil-3.2
6PKGREVISION= 4 6PKGREVISION= 5
7CATEGORIES= textproc 7CATEGORIES= textproc
8MASTER_SITES= http://www.dewn.com/rfc/ 8MASTER_SITES= http://www.dewn.com/rfc/
9EXTRACT_SUFX= # 9EXTRACT_SUFX= #
10 10
11MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://www.dewn.com/rfc/ 12HOMEPAGE= http://www.dewn.com/rfc/
13COMMENT= Search for RFCs and do ports, services & protocol lookups 13COMMENT= Search for RFCs and do ports, services & protocol lookups
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16
17WRKSRC= ${WRKDIR} 17WRKSRC= ${WRKDIR}
18EXTRACT_ONLY= # 18EXTRACT_ONLY= #
19 19

cvs diff -r1.3 -r1.4 pkgsrc/textproc/rfcutil/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/rfcutil/distinfo 2005/02/24 14:48:48 1.3
+++ pkgsrc/textproc/rfcutil/distinfo 2011/01/19 22:13:04 1.4
@@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
1$NetBSD: distinfo,v 1.3 2005/02/24 14:48:48 agc Exp $ 1$NetBSD: distinfo,v 1.4 2011/01/19 22:13:04 hubertf Exp $
2 2
3SHA1 (rfc-3.2) = 1dd1b8f90d0e24fcd8447ff563ca6c47931a826c 3SHA1 (rfc-3.2) = 1dd1b8f90d0e24fcd8447ff563ca6c47931a826c
4RMD160 (rfc-3.2) = 40c8bfb3baa4bee7060cc69cd908395df19d678b 4RMD160 (rfc-3.2) = 40c8bfb3baa4bee7060cc69cd908395df19d678b
5Size (rfc-3.2) = 15308 bytes 5Size (rfc-3.2) = 15308 bytes
 6SHA1 (patch-aa) = 8d6a593278dd6a27b0824275c86c291119ccd874

File Added: pkgsrc/textproc/rfcutil/patches/patch-aa
$NetBSD: patch-aa,v 1.1 2011/01/19 22:13:04 hubertf Exp $

--- rfc.orig	2011-01-19 21:50:02.000000000 +0000
+++ rfc
@@ -105,7 +105,7 @@ if ($ARGV[0] eq "-i") {
     print "original lines \t= $indexlength\t$indexpath\n";
     #system ("$viewer -source http://www.faqs.org/rfc/rfc-index.txt > $indexpath");
     #system ("$viewer -source http://www.dewn.com/rfc/rfc-index.txt > $indexpath");
-    system ("$viewer -source http://ftp.isi.edu/in-notes/rfc-index.txt > $indexpath");
+    system ("$viewer -source http://www.ietf.org/download/rfc-index.txt | gunzip > $indexpath");
     $indexlength=numlines($indexpath); print "new lines \t= $indexlength\t$indexpath\n";
     exit }