diff options
author | kim <kim> | 2001-05-27 19:10:46 +0000 |
---|---|---|
committer | kim <kim> | 2001-05-27 19:10:46 +0000 |
commit | bc17c12dab8b5d7740ad7c85ddf085043acf0745 (patch) | |
tree | 425d28f9e78d78be3aebcada6ae26154d1ce3a0f /www | |
parent | 69cafae66f3546f62bf89d8d73b14a84853aa481 (diff) | |
download | pkgsrc-bc17c12dab8b5d7740ad7c85ddf085043acf0745.tar.gz |
Webnew produces a listing of URLs (web documents) sorted by
the last modification time as reported by the HTTP server.
It produces by default a HTML 2.0 document on standard output.
Diffstat (limited to 'www')
-rw-r--r-- | www/webnew/Makefile | 21 | ||||
-rw-r--r-- | www/webnew/distinfo | 4 | ||||
-rw-r--r-- | www/webnew/pkg/DESCR | 3 | ||||
-rw-r--r-- | www/webnew/pkg/PLIST | 3 |
4 files changed, 31 insertions, 0 deletions
diff --git a/www/webnew/Makefile b/www/webnew/Makefile new file mode 100644 index 00000000000..8957c01b563 --- /dev/null +++ b/www/webnew/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/05/27 19:10:46 kim Exp $ +# + +DISTNAME= webnew-1.2 +CATEGORIES= www +MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/ + +MAINTAINER= kim@tac.nyc.ny.us +HOMEPAGE= http://www.tac.nyc.ny.us/kim/webnew/ +COMMENT= retrieve modification times of web documents + +USE_PERL5= # defined + +NO_CONFIGURE= yes +ALL_TARGET= all DEST=${PREFIX} PERL=${PERL5} + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/webnew ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/webnew.1 ${PREFIX}/man/man1 + +.include "../../mk/bsd.pkg.mk" diff --git a/www/webnew/distinfo b/www/webnew/distinfo new file mode 100644 index 00000000000..d1486a5928b --- /dev/null +++ b/www/webnew/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/05/27 19:10:46 kim Exp $ + +SHA1 (webnew-1.2.tar.gz) = 760fc91a427a9d6547d3cd27434b62237455c23d +Size (webnew-1.2.tar.gz) = 6520 bytes diff --git a/www/webnew/pkg/DESCR b/www/webnew/pkg/DESCR new file mode 100644 index 00000000000..5905f9720b0 --- /dev/null +++ b/www/webnew/pkg/DESCR @@ -0,0 +1,3 @@ +Webnew produces a listing of URLs (web documents) sorted by +the last modification time as reported by the HTTP server. +It produces by default a HTML 2.0 document on standard output. diff --git a/www/webnew/pkg/PLIST b/www/webnew/pkg/PLIST new file mode 100644 index 00000000000..a472a02e83f --- /dev/null +++ b/www/webnew/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/05/27 19:10:46 kim Exp $ +bin/webnew +man/man1/webnew.1 |