summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorkim <kim>2001-05-27 19:10:46 +0000
committerkim <kim>2001-05-27 19:10:46 +0000
commit9343c4d07dd5610b4ff437bb1deb48ccb3a0b79e (patch)
tree425d28f9e78d78be3aebcada6ae26154d1ce3a0f /www
parent05fb2a69c3740f6d343a8766571294a806132c0d (diff)
downloadpkgsrc-9343c4d07dd5610b4ff437bb1deb48ccb3a0b79e.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/Makefile21
-rw-r--r--www/webnew/distinfo4
-rw-r--r--www/webnew/pkg/DESCR3
-rw-r--r--www/webnew/pkg/PLIST3
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