summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortsarna <tsarna>1998-08-20 15:16:34 +0000
committertsarna <tsarna>1998-08-20 15:16:34 +0000
commitdb15bf80499e7f80cd5a72bdb557eefa0a145748 (patch)
tree02014b09f0272e3c01f055156a42a91ab10cda59 /net
parentc80b25b4e3bf2c7e16e12023ee0d2cbda0fd9347 (diff)
downloadpkgsrc-db15bf80499e7f80cd5a72bdb557eefa0a145748.tar.gz
The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
Diffstat (limited to 'net')
-rw-r--r--net/gated/Makefile3
-rw-r--r--net/kdenetwork/Makefile3
-rw-r--r--net/mrtg/Makefile3
-rw-r--r--net/ncftp2/Makefile3
-rw-r--r--net/nocol/Makefile3
-rw-r--r--net/ntop/Makefile3
-rw-r--r--net/p5-Net/Makefile3
-rw-r--r--net/rdist6/Makefile3
-rw-r--r--net/rsync/Makefile3
-rw-r--r--net/samba/Makefile5
-rw-r--r--net/scotty/Makefile3
-rw-r--r--net/scotty/pkg/DESCR4
-rw-r--r--net/sirc/Makefile3
-rw-r--r--net/sniffit/Makefile3
-rw-r--r--net/socks4/Makefile3
-rw-r--r--net/socks5/Makefile3
-rw-r--r--net/tcptrace/Makefile3
-rw-r--r--net/tinyfugue/Makefile3
-rw-r--r--net/tkirc/Makefile3
-rw-r--r--net/ttcp/Makefile5
-rw-r--r--net/ucd-snmp/Makefile3
-rw-r--r--net/vnc/Makefile3
-rw-r--r--net/vnc/pkg/DESCR2
-rw-r--r--net/wget/Makefile3
-rw-r--r--net/wu-ftpd/Makefile3
-rw-r--r--net/zephyr/Makefile5
26 files changed, 51 insertions, 33 deletions
diff --git a/net/gated/Makefile b/net/gated/Makefile
index a26465d8bd2..6a0cf84b245 100644
--- a/net/gated/Makefile
+++ b/net/gated/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1998/07/02 21:44:57 tron Exp $
+# $NetBSD: Makefile,v 1.4 1998/08/20 15:17:16 tsarna Exp $
# FreeBSD Id: Makefile,v 1.17 1998/04/26 18:47:12 peter Exp
#
@@ -8,6 +8,7 @@ CATEGORIES= net
MASTER_SITES= ftp://ftp.gated.merit.edu/net-research/gated/
MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.gated.org/
MIRROR_DISTFILE= no
diff --git a/net/kdenetwork/Makefile b/net/kdenetwork/Makefile
index 3c736715ab7..1510ae6428b 100644
--- a/net/kdenetwork/Makefile
+++ b/net/kdenetwork/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 1998/07/20 15:08:29 tv Exp $
+# $NetBSD: Makefile,v 1.18 1998/08/20 15:17:17 tsarna Exp $
# FreeBSD Id: Makefile,v 1.3 1997/11/05 04:19:54 asami Exp
#
@@ -8,6 +8,7 @@ MASTER_SITES= ftp://ftp.us.kde.org/pub/kde/stable/1.0/distribution/tar/generic/s
ftp://ftp.kde.org/pub/kde/stable/1.0/distribution/tar/generic/source/
MAINTAINER= tron@netbsd.org
+HOMEPAGE= http://www.kde.org/
DEPENDS+= gdbm-1.7.3:../../databases/gdbm
DEPENDS+= giflib-3.0:../../graphics/giflib
diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile
index 9e01420aef8..6aab6c92c68 100644
--- a/net/mrtg/Makefile
+++ b/net/mrtg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1998/07/14 10:56:16 frueauf Exp $
+# $NetBSD: Makefile,v 1.4 1998/08/20 15:17:17 tsarna Exp $
# FreeBSD Id: Makefile,v 1.7 1997/12/16 19:42:17 vanilla Exp
#
@@ -7,6 +7,7 @@ CATEGORIES= net
MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/pub/
MAINTAINER= tv@netbsd.org
+HOMEPAGE= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/mrtg.html
DEPENDS= gd-1.3:../../graphics/gd
diff --git a/net/ncftp2/Makefile b/net/ncftp2/Makefile
index 8994fe5c93f..273cc423307 100644
--- a/net/ncftp2/Makefile
+++ b/net/ncftp2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1998/08/01 06:02:07 scottr Exp $
+# $NetBSD: Makefile,v 1.10 1998/08/20 15:17:17 tsarna Exp $
# FreeBSD Id: Makefile,v 1.39 1998/01/31 17:49:48 jseger Exp
#
@@ -7,6 +7,7 @@ CATEGORIES= net
MASTER_SITES= ftp://ftp.ncftp.com/ncftp/
MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.ncftp.com/ncftp/
DEPENDS+= ncurses-1.9.9g:../../devel/ncurses
diff --git a/net/nocol/Makefile b/net/nocol/Makefile
index 5a9649f4f4e..43b79092452 100644
--- a/net/nocol/Makefile
+++ b/net/nocol/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1998/08/04 14:48:19 agc Exp $
+# $NetBSD: Makefile,v 1.3 1998/08/20 15:17:17 tsarna Exp $
#
DISTNAME= nocol-4.2beta6
@@ -7,6 +7,7 @@ CATEGORIES= net
MASTER_SITES= ftp://ftp.navya.com/pub/vikas/
MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.netplex-tech.com/software/nocol/
USE_PERL= yes
diff --git a/net/ntop/Makefile b/net/ntop/Makefile
index ca42fb7f6b8..95930a42aa3 100644
--- a/net/ntop/Makefile
+++ b/net/ntop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 1998/08/07 22:42:29 kim Exp $
+# $NetBSD: Makefile,v 1.2 1998/08/20 15:17:18 tsarna Exp $
DISTNAME= ntop-0.4-src
PKGNAME= ntop-0.4
@@ -7,6 +7,7 @@ CATEGORIES= net
MASTER_SITES= http://jake.unipi.it/~deri/ntop/
MAINTAINER= kim@tac.nyc.ny.us
+HOMEPAGE= http://jake.unipi.it/~deri/ntop/
DEPENDS+= autoconf-2.12:../../devel/autoconf
DEPENDS+= ncurses-1.9.9g:../../devel/ncurses
diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile
index 7d42f9f6604..5c346fc6e18 100644
--- a/net/p5-Net/Makefile
+++ b/net/p5-Net/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1998/06/22 12:58:34 agc Exp $
+# $NetBSD: Makefile,v 1.8 1998/08/20 15:17:18 tsarna Exp $
# FreeBSD Id: Makefile,v 1.13 1997/06/27 18:38:15 jfitz Exp
#
@@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/libnet/FAQ.html
BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/Data/Dumper.pm:../../devel/p5-Data-Dumper
diff --git a/net/rdist6/Makefile b/net/rdist6/Makefile
index caa7bd5104c..d5965063253 100644
--- a/net/rdist6/Makefile
+++ b/net/rdist6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1998/06/22 12:58:34 agc Exp $
+# $NetBSD: Makefile,v 1.3 1998/08/20 15:17:18 tsarna Exp $
#
DISTNAME= rdist-6.1.4
@@ -6,6 +6,7 @@ CATEGORIES= net
MASTER_SITES= http://www.MagniComp.com/download/rdist/
MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.MagniComp.com/rdist/
RDIST6_NAME= rdist6
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index cb901b71df2..4b228a511ee 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1998/07/25 23:42:20 frueauf Exp $
+# $NetBSD: Makefile,v 1.11 1998/08/20 15:17:18 tsarna Exp $
#
DISTNAME= rsync-2.1.0
@@ -9,6 +9,7 @@ MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \
ftp://ftp.fu-berlin.de/pub/unix/network/rsync/
MAINTAINER= mycroft@netbsd.org
+HOMEPAGE= http://samba.anu.edu.au/rsync/
CONFLICTS= rsync-1.6.9 rsync-2.0.18
diff --git a/net/samba/Makefile b/net/samba/Makefile
index 5e98896a95d..c60db147f03 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 1998/08/09 16:14:08 kim Exp $
+# $NetBSD: Makefile,v 1.13 1998/08/20 15:17:18 tsarna Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1997/10/23 15:17:43 max Exp
#
@@ -6,7 +6,8 @@ DISTNAME= samba-1.9.18p8
CATEGORIES= net
MASTER_SITES= ftp://samba.anu.edu.au/pub/samba/
-MAINTAINER= tsarna@endicor.com
+MAINTAINER= tsarna@netbsd.org
+HOMEPAGE= http://samba.anu.edu.au/samba/samba.html
WRKSRC= ${WRKDIR}/${DISTNAME}/source
diff --git a/net/scotty/Makefile b/net/scotty/Makefile
index 1103b00011c..b0aad625f40 100644
--- a/net/scotty/Makefile
+++ b/net/scotty/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 1998/06/22 12:58:35 agc Exp $
+# $NetBSD: Makefile,v 1.12 1998/08/20 15:17:19 tsarna Exp $
# FreeBSD Id: Makefile,v 1.21 1997/08/27 23:01:53 cwt Exp
#
@@ -7,6 +7,7 @@ CATEGORIES= net tk80
MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/
MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://wwwhome.cs.utwente.nl/~schoenw/scotty/
DEPENDS+= tk-8.0p2:../../x11/tk80
diff --git a/net/scotty/pkg/DESCR b/net/scotty/pkg/DESCR
index 39adf550433..61735c0e743 100644
--- a/net/scotty/pkg/DESCR
+++ b/net/scotty/pkg/DESCR
@@ -22,10 +22,6 @@ based scripts can be used to dump routing tables, to query interface
status and to monitor SNMP variables. There is also a MIB browser to
inspect the MIB hierarchy.
-More information is available via WWW under the URL:
-
- http://www.cs.tu-bs.de/ibr/projects/nm/scotty/
-
If you have problems installing scotty or if you have made any changes
to run scotty on your hardware or if you have found any bugs, please
contact us. Discussion about scotty is currently done on the tkined
diff --git a/net/sirc/Makefile b/net/sirc/Makefile
index 8a293ac10b0..e7dfd3dc4d8 100644
--- a/net/sirc/Makefile
+++ b/net/sirc/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.7 1998/06/22 12:58:35 agc Exp $
+# $NetBSD: Makefile,v 1.8 1998/08/20 15:17:19 tsarna Exp $
DISTNAME= sirc-2.21
CATEGORIES= net
MASTER_SITES= http://www.eleves.ens.fr:8080/home/espel/sirc/
MAINTAINER= hubertf@netbsd.org
+HOMEPAGE= http://www.eleves.ens.fr:8080/home/espel/sirc/
RUN_DEPENDS= ${PREFIX}/bin/perl:../../lang/perl5
diff --git a/net/sniffit/Makefile b/net/sniffit/Makefile
index 0f2e130c103..03784e35e4b 100644
--- a/net/sniffit/Makefile
+++ b/net/sniffit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1998/06/22 12:58:35 agc Exp $
+# $NetBSD: Makefile,v 1.5 1998/08/20 15:17:19 tsarna Exp $
#
DISTNAME= sniffit.0.3.5
@@ -7,6 +7,7 @@ CATEGORIES= security
MASTER_SITES= http://reptile.rug.ac.be/~coder/sniffit/files/
MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://reptile.rug.ac.be/~coder/sniffit/sniffit.html
do-build:
cd ${WRKSRC} ; ./configure ; make
diff --git a/net/socks4/Makefile b/net/socks4/Makefile
index 8e392b709f8..3482b9c9af0 100644
--- a/net/socks4/Makefile
+++ b/net/socks4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1998/06/22 12:58:35 agc Exp $
+# $NetBSD: Makefile,v 1.3 1998/08/20 15:17:19 tsarna Exp $
#
DISTNAME= export.socks.cstc.4.2.2
@@ -7,6 +7,7 @@ CATEGORIES= net security
MASTER_SITES= http://www.ibs.net.pl/archive/Firewalls/socks/socks4/
MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.socks.nec.com/socksv4.html
CONFLICTS= socks5-1.0.2
diff --git a/net/socks5/Makefile b/net/socks5/Makefile
index 61bfa703305..f7804501995 100644
--- a/net/socks5/Makefile
+++ b/net/socks5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 1998/07/15 10:32:41 agc Exp $
+# $NetBSD: Makefile,v 1.13 1998/08/20 15:17:20 tsarna Exp $
# FreeBSD Id: Makefile,v 1.14 1997/08/28 06:49:06 obrien Exp
#
@@ -10,6 +10,7 @@ MASTER_SITES= ftp://ftp.astec.co.jp/pub/security/socks/ \
EXTRACT_SUFX= .gz
MAINTAINER= ambrisko@ambrisko.roble.com
+HOMEPAGE= http://www.socks.nec.com/
CONFLICTS= socks4-2.2
diff --git a/net/tcptrace/Makefile b/net/tcptrace/Makefile
index 82c541c6560..4bd9cdc78ca 100644
--- a/net/tcptrace/Makefile
+++ b/net/tcptrace/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1998/06/03 13:16:57 agc Exp $
+# $NetBSD: Makefile,v 1.8 1998/08/20 15:17:20 tsarna Exp $
# FreeBSD Id: Makefile,v 1.3 1997/07/19 19:43:36 fenner Exp
#
@@ -8,6 +8,7 @@ CATEGORIES= net
MASTER_SITES= http://jarok.cs.ohiou.edu/software/tcptrace/files/4.1.3/
MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://jarok.cs.ohiou.edu/software/tcptrace/
GNU_CONFIGURE= yes
diff --git a/net/tinyfugue/Makefile b/net/tinyfugue/Makefile
index 0a7494a23f7..dbde1f39c31 100644
--- a/net/tinyfugue/Makefile
+++ b/net/tinyfugue/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1998/06/22 12:58:35 agc Exp $
+# $NetBSD: Makefile,v 1.5 1998/08/20 15:17:20 tsarna Exp $
# FreeBSD Id: Makefile,v 1.8 1998/04/11 04:21:19 jseger Exp
#
@@ -9,6 +9,7 @@ MASTER_SITES= ftp://tf.tcp.com/pub/tinyfugue/ \
ftp://laurel.actlab.utexas.edu/pub/tinyfugue/
MAINTAINER= packages@NetBSD.ORG
+HOMEPAGE= http://tf.tcp.com/~hawkeye/tf/
MAKEFILE= ${WRKSRC}/unix/Makefile
ALL_TARGET= ${MAKE_ARGS} all
diff --git a/net/tkirc/Makefile b/net/tkirc/Makefile
index af366775147..f46f43fc1d0 100644
--- a/net/tkirc/Makefile
+++ b/net/tkirc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1998/04/24 09:20:39 agc Exp $
+# $NetBSD: Makefile,v 1.8 1998/08/20 15:17:38 tsarna Exp $
DISTNAME= tkirc1.202
PKGNAME= tkirc-1.202
@@ -6,6 +6,7 @@ CATEGORIES= net x11
MASTER_SITES= ftp://ftp.informatik.uni-oldenburg.de/pub/tkirc/
MAINTAINER= hubertf@netbsd.org
+HOMEPAGE= http://www.north.de/~atte/tkirc/
RUN_DEPENDS= irc:../../net/ircII \
wish8.0:../../x11/tk80
diff --git a/net/ttcp/Makefile b/net/ttcp/Makefile
index e4376f1ae17..31f966eee03 100644
--- a/net/ttcp/Makefile
+++ b/net/ttcp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 1998/06/20 09:20:40 agc Exp $
+# $NetBSD: Makefile,v 1.12 1998/08/20 15:17:20 tsarna Exp $
#
DISTNAME= ttcp
@@ -7,7 +7,8 @@ CATEGORIES= net
MASTER_SITES= http://www.ccci.com/tools/ttcp/
EXTRACT_SUFX= .tar.Z
-MAINTAINER= thorpej@NetBSD.ORG
+MAINTAINER= thorpej@netbsd.org
+HOMEPAGE= http://www.ccci.com/tools/ttcp/
NO_CONFIGURE= yes
NO_WRKSUBDIR= yes
diff --git a/net/ucd-snmp/Makefile b/net/ucd-snmp/Makefile
index b57464175af..1f9178aab59 100644
--- a/net/ucd-snmp/Makefile
+++ b/net/ucd-snmp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1998/08/03 19:36:00 frueauf Exp $
+# $NetBSD: Makefile,v 1.5 1998/08/20 15:17:20 tsarna Exp $
# FreeBSD Id: Makefile,v 1.18 1998/04/06 20:50:31 andreas Exp
#
@@ -9,6 +9,7 @@ MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/ \
ftp://ftp.win.or.jp/pub/network/snmp/ucd-snmp/
MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.ece.ucdavis.edu/ucd-snmp
CONFLICTS= ucd-snmp-3.4
diff --git a/net/vnc/Makefile b/net/vnc/Makefile
index 90453bff7d2..9f8efb33e3a 100644
--- a/net/vnc/Makefile
+++ b/net/vnc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1998/08/03 20:54:46 tron Exp $
+# $NetBSD: Makefile,v 1.6 1998/08/20 15:17:21 tsarna Exp $
# FreeBSD Id: Makefile,v 1.2 1998/03/19 01:54:59 msmith Exp
#
@@ -10,6 +10,7 @@ DISTFILES= vnc-3.3.2r2_unixsrc.tgz \
vnc-3.3.2_doc.tgz
MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.orl.co.uk/vnc/
IGNOREFILES= ${DISTFILES}
diff --git a/net/vnc/pkg/DESCR b/net/vnc/pkg/DESCR
index a4a0dd96161..4426284430b 100644
--- a/net/vnc/pkg/DESCR
+++ b/net/vnc/pkg/DESCR
@@ -3,5 +3,3 @@
environment not only on the machine where it is running, but from
anywhere on the Internet and from a wide variety of machine
architectures."
-
-See http://www.orl.co.uk/vnc/ for more details.
diff --git a/net/wget/Makefile b/net/wget/Makefile
index 51decc71d83..05278f7247f 100644
--- a/net/wget/Makefile
+++ b/net/wget/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 1998/06/27 15:46:43 tron Exp $
+# $NetBSD: Makefile,v 1.13 1998/08/20 15:17:21 tsarna Exp $
# FreeBSD Id: Makefile,v 1.4 1997/05/22 07:53:29 tg Exp
#
@@ -7,6 +7,7 @@ CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.gnu.org/software/wget/wget.html
CONFLICTS= wget-1.4.5 wget-1.5.0 wget-1.5.1
diff --git a/net/wu-ftpd/Makefile b/net/wu-ftpd/Makefile
index 363e45696f4..dca1b9a3480 100644
--- a/net/wu-ftpd/Makefile
+++ b/net/wu-ftpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1998/06/22 12:58:36 agc Exp $
+# $NetBSD: Makefile,v 1.6 1998/08/20 15:17:21 tsarna Exp $
# $FreeBSD Id: Makefile,v 1.16 1997/12/24 17:45:28 ache Exp
#
# REMINDER: to use ftpaccess(5) you need to specify -a in command line,
@@ -12,6 +12,7 @@ MASTER_SITES= ftp://ftp.academ.com/pub/wu-ftpd/private/
EXTRACT_SUFX= .tar.Z
MAINTAINER= rh@vip.at
+HOMEPAGE= http://www.academ.com/academ/wu-ftpd/
do-build:
cd ${WRKSRC} && ./build nbs PREFIX=${PREFIX}
diff --git a/net/zephyr/Makefile b/net/zephyr/Makefile
index 33333975838..c0fbc6f7e2c 100644
--- a/net/zephyr/Makefile
+++ b/net/zephyr/Makefile
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.11 1998/06/22 12:58:36 agc Exp $
+# $NetBSD: Makefile,v 1.12 1998/08/20 15:17:22 tsarna Exp $
#
DISTNAME= zephyr-2.0.4
CATEGORIES= net athena
MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/zephyr/dist/
-MAINTAINER= mycroft@NetBSD.ORG
+MAINTAINER= mycroft@netbsd.org
+HOMEPAGE= http://web.mit.edu/olh/Zephyr/index.html
.include "../../mk/bsd.prefs.mk"