summaryrefslogtreecommitdiff
path: root/textproc/rfcutil
AgeCommit message (Collapse)AuthorFilesLines
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-2/+2
2015-11-04Add SHA512 digests for distfiles for textproc categoryagc1-1/+2
Problems found locating distfiles: Package cabocha: missing distfile cabocha-0.68.tar.bz2 Package convertlit: missing distfile clit18src.zip Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-05-11Use lynx, not the vulnerable links, by default. From kj Woolley inbsiegert1-2/+2
PR pkg/49740.
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-25Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-02-25Fix build with options lynx or w3m.hans3-14/+16
Don't use sed directly at do-extract, instead use SUBST at post-patch. Change patch-aa to apply against the original source.
2011-11-23Update to rfc-3.2nb7:hubertf3-3/+18
Add patch to see if the downloaded index is compressed, and if so uncompress it. Gets 'links' working again as viewer / download tool.
2011-05-04Fix patch breakage when not using links as viewer.hans3-17/+6
Instead of patching the URL for rfc-index.txt, define it in the Makefile and use the existing sed command in do-extract. Bump revision to 6.
2011-01-19Fix broken URL for rfc-index.txt download.hubertf3-3/+17
Bump version to rfcutil-3.2nb5
2010-02-26Reset maintainer for developers who gave back their commit bit.wiz1-2/+2
2009-02-16DESTDIR supportjoerg1-2/+4
2009-01-04Add support for the options frameworkhubertf2-4/+32
Enable support for w3m and lynx Add support for links Default to links, as w3m doesn't build on Mac OS X
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-07-18Fix path to RFC-database, it's most certainly not in /usr/local.hubertf1-3/+5
Bump revision.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-1/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-02-16Replace ad hoc sed usage with REPLACE_PERL.seb1-5/+4
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-04-20Move to sha1 digests, and add distfile sizes.skrll1-1/+2
2001-04-17Revert last change, as Hubert requestedzuntum1-2/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17Put sed substitution to "do-patch", not "post-patch", as we don'tzuntum1-2/+2
actually have patches for it. Main reason for this is that I was taken aback when I read the Makefile.
2001-04-07Update rfcutil to 3.2zuntum2-5/+5
v3.2 03.19.01 -Thanks to Roberto Scaramuzzi for fixing my logic when searching for a suitable browser. This would possibly return a non preferred viewer. -Various clean-ups and syntax changes.
2001-03-15Set PKGNAME to rfcutil-3.1, do not derive it from DISTNAME because check ↵zuntum1-2/+2
script complains
2001-03-14DEPEND -> DEPENDS and fix my mail addresszuntum2-5/+5
2001-03-05[reimport into right dir - the other one was already reported to admins]hubertf4-0/+40
Added rfcnet-3.1: Search for RFCs and do ports, services & protocol lookups RFC Util allows you to specify the number of an RFC, or a search string, and it returns all related RFCs. It features command line switches to spawn lynx or w3m to view the RFC, dump to file for offline viewing, or mail to an address. It also allows local and remote lookups of port, service, or proto numbers. Contributed by Tomasz Luchowski <zuntum@eik.pl> in PR 12131