pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Update MASTER_SITES and/or HOMEPAGE, from Sergey Svish...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/43d7b1b011ac
branches:  trunk
changeset: 519526:43d7b1b011ac
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Oct 04 21:53:15 2006 +0000

description:
Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.

diffstat:

 net/bind8/Makefile                |   4 ++--
 net/bing/Makefile                 |   6 +++---
 net/choparp/Makefile              |   4 ++--
 net/cidr/Makefile                 |   6 +++---
 net/cmu-dhcpd/Makefile            |   6 +++---
 net/connect/Makefile              |   6 +++---
 net/corkscrew/Makefile            |   4 ++--
 net/delegate/Makefile             |   4 ++--
 net/dnstop/Makefile               |   6 +++---
 net/freewais-sf/Makefile          |   7 ++++---
 net/ftplibpp/Makefile             |   6 +++---
 net/ipcalc/Makefile               |   4 ++--
 net/lambdamoo-core/Makefile       |   6 +++---
 net/lambdamoo-doc/Makefile        |   6 +++---
 net/lft/Makefile                  |   4 ++--
 net/libupnp/Makefile              |   4 ++--
 net/llnlxftp/Makefile             |   4 ++--
 net/mDNSResponder/Makefile        |   4 ++--
 net/mirror/Makefile               |   4 ++--
 net/nmap/Makefile                 |   6 +++---
 net/nmapfe/Makefile               |   6 +++---
 net/pchar/Makefile                |   6 +++---
 net/pconsole/Makefile             |   6 +++---
 net/pfnet/Makefile                |   6 +++---
 net/pload/Makefile                |   6 +++---
 net/qadsl/Makefile                |   6 +++---
 net/rp-pppoe/Makefile             |   6 +++---
 net/scdp/Makefile                 |   4 ++--
 net/sendfile/Makefile             |   4 ++--
 net/smokeping/Makefile            |   6 +++---
 net/tcl-scotty/Makefile           |   4 ++--
 net/tinc/Makefile                 |   6 +++---
 net/tkined/Makefile               |   4 ++--
 net/torrentutils/Makefile         |   6 +++---
 net/udptunnel/Makefile            |   4 ++--
 net/waste/Makefile                |   4 ++--
 net/whoson/Makefile               |   4 ++--
 net/wminet/Makefile               |   4 ++--
 net/wmnet/Makefile                |  11 ++++++++---
 net/xrmftp/Makefile               |   6 +++---
 net/yaz/Makefile                  |   4 ++--
 parallel/p5-Parallel-Pvm/Makefile |   4 ++--
 parallel/pvm3/Makefile            |   4 ++--
 pkgtools/pkg_notify/Makefile      |   4 ++--
 print/auctex/Makefile             |   4 ++--
 print/bg5pdf/Makefile             |   6 +++---
 print/bg5ps/Makefile              |   4 ++--
 print/ghostscript-esp/Makefile    |   4 ++--
 print/html2ps/Makefile            |   6 +++---
 print/rlpr/Makefile               |   4 ++--
 print/stylewriter/Makefile        |   4 ++--
 print/tex-IEEEtran/Makefile       |   4 ++--
 print/tex-musixtex/Makefile       |   4 ++--
 security/crack/Makefile           |   4 ++--
 security/dirmngr/Makefile         |   4 ++--
 security/gpa/Makefile             |   4 ++--
 security/gpgme/Makefile           |   4 ++--
 security/gpgme03/Makefile         |   4 ++--
 security/keychain/Makefile        |   4 ++--
 security/libbf/Makefile           |   4 ++--
 security/libcrack/Makefile        |   6 +++---
 security/libgcrypt/Makefile       |   4 ++--
 security/mirrordir/Makefile       |   6 +++---
 security/pakemon/Makefile         |   7 +++----
 security/pam-dbm/Makefile         |   4 ++--
 security/pgp2/Makefile            |   4 ++--
 security/pgp5/Makefile            |   4 ++--
 security/pinepgp/Makefile         |   6 +++---
 security/py-crack/Makefile        |   4 ++--
 security/py-cryptkit/Makefile     |   4 ++--
 security/py-gnutls/Makefile       |   4 ++--
 security/rats/Makefile            |   6 +++---
 security/sfs/Makefile             |   4 ++--
 security/sslwrap/Makefile         |   6 +++---
 security/tripwire/Makefile        |   4 ++--
 security/uvscan/Makefile          |   4 ++--
 shells/zsh/Makefile.common        |   4 ++--
 shells/zsh3/Makefile              |   4 ++--
 78 files changed, 192 insertions(+), 187 deletions(-)

diffs (truncated from 1471 to 300 lines):

diff -r 87964e923b9a -r 43d7b1b011ac net/bind8/Makefile
--- a/net/bind8/Makefile        Wed Oct 04 21:51:31 2006 +0000
+++ b/net/bind8/Makefile        Wed Oct 04 21:53:15 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2006/03/22 18:33:57 joerg Exp $
+# $NetBSD: Makefile,v 1.37 2006/10/04 21:53:15 wiz Exp $
 
 DISTNAME=      bind-${BIND_VERSION}
 PKGREVISION=   1
@@ -7,7 +7,7 @@
 DISTFILES=     bind-src.tar.gz bind-doc.tar.gz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.isc.org/products/BIND/
+HOMEPAGE=      http://www.isc.org/sw/bind/
 COMMENT=       The Berkeley Internet Name Daemon, an implementation of DNS
 
 WRKSRC=                ${WRKDIR}
diff -r 87964e923b9a -r 43d7b1b011ac net/bing/Makefile
--- a/net/bing/Makefile Wed Oct 04 21:51:31 2006 +0000
+++ b/net/bing/Makefile Wed Oct 04 21:53:15 2006 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.20 2006/03/04 21:30:17 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2006/10/04 21:53:15 wiz Exp $
 
 DISTNAME=      bing-1.0.4
 CATEGORIES=    net
-MASTER_SITES=  ftp://ftp.ibp.fr/pub/networking/
+MASTER_SITES=  http://fgouget.free.fr/bing/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.cnam.fr/reseau/bing.html
+HOMEPAGE=      http://fgouget.free.fr/bing/index-en.shtml
 COMMENT=       Bing is a point-to-point bandwidth measurement tool
 
 .include "../../mk/bsd.prefs.mk"
diff -r 87964e923b9a -r 43d7b1b011ac net/choparp/Makefile
--- a/net/choparp/Makefile      Wed Oct 04 21:51:31 2006 +0000
+++ b/net/choparp/Makefile      Wed Oct 04 21:53:15 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/11/08 15:37:03 tv Exp $
+# $NetBSD: Makefile,v 1.8 2006/10/04 21:53:16 wiz Exp $
 #
 
 DISTNAME=      choparp-20021107
@@ -6,7 +6,7 @@
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=choparp/}
 
 MAINTAINER=    dbj%NetBSD.org@localhost
-HOMEPAGE=      http://choparp.sf.net/
+HOMEPAGE=      http://choparp.sourceforge.net/
 COMMENT=       Simple proxy arp daemon
 
 NOT_FOR_PLATFORM=      Interix-*-* # does not have bpf(4) device
diff -r 87964e923b9a -r 43d7b1b011ac net/cidr/Makefile
--- a/net/cidr/Makefile Wed Oct 04 21:51:31 2006 +0000
+++ b/net/cidr/Makefile Wed Oct 04 21:53:15 2006 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.9 2006/03/04 21:30:17 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2006/10/04 21:53:16 wiz Exp $
 #
 
 DISTNAME=      cidr-current
 PKGNAME=       cidr-2.3.1
 CATEGORIES=    net
-MASTER_SITES=  http://home.netcom.com/~naym/cidr/
+MASTER_SITES=  http://critical.ch/distfiles/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://home.netcom.com/~naym/cidr.html
+HOMEPAGE=      # http://home.netcom.com/~naym/cidr.html
 COMMENT=       RFC 1878 subnet calculator / helper
 
 WRKSRC=                ${WRKDIR}/cidr-2.3
diff -r 87964e923b9a -r 43d7b1b011ac net/cmu-dhcpd/Makefile
--- a/net/cmu-dhcpd/Makefile    Wed Oct 04 21:51:31 2006 +0000
+++ b/net/cmu-dhcpd/Makefile    Wed Oct 04 21:53:15 2006 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.9 2006/03/04 21:30:17 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2006/10/04 21:53:16 wiz Exp $
 #
 
 DISTNAME=      CMU-dhcp-3.3.7+PU-9
 PKGNAME=       cmu-dhcpd-3.3.7.9
 CATEGORIES=    net
-MASTER_SITES=  http://heymon.princeton.edu/software/dhcpd/
+MASTER_SITES=  http://www.net.princeton.edu/software/dhcpd/
 EXTRACT_SUFX=  .tar.Z
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://heymon.princeton.edu/software/dhcpd/
+HOMEPAGE=      http://www.net.princeton.edu/software/dhcpd/
 COMMENT=       CMU BootP and DHCP server, plus Princeton patches
 
 NOT_FOR_PLATFORM=      Interix-*-* # no userland routing table support
diff -r 87964e923b9a -r 43d7b1b011ac net/connect/Makefile
--- a/net/connect/Makefile      Wed Oct 04 21:51:31 2006 +0000
+++ b/net/connect/Makefile      Wed Oct 04 21:53:15 2006 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.8 2006/04/03 16:05:30 tron Exp $
+# $NetBSD: Makefile,v 1.9 2006/10/04 21:53:16 wiz Exp $
 
 DISTNAME=      connect
 PKGNAME=       ${DISTNAME}-1.95
 CATEGORIES=    net security
-MASTER_SITES=  http://www.taiyo.co.jp/~gotoh/ssh/
+MASTER_SITES=  http://zippo.taiyo.co.jp/~gotoh/ssh/
 EXTRACT_SUFX=  .c
 
 MAINTAINER=    tron%NetBSD.org@localhost
-HOMEPAGE=      http://www.taiyo.co.jp/~gotoh/ssh/connect.html
+HOMEPAGE=      http://zippo.taiyo.co.jp/~gotoh/ssh/connect.html
 COMMENT=       Open a TCP connection using a SOCKS4/5 or HTTP proxy server
 
 EXTRACT_ONLY=  # empty
diff -r 87964e923b9a -r 43d7b1b011ac net/corkscrew/Makefile
--- a/net/corkscrew/Makefile    Wed Oct 04 21:51:31 2006 +0000
+++ b/net/corkscrew/Makefile    Wed Oct 04 21:53:15 2006 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2006/02/17 07:48:02 martti Exp $
+# $NetBSD: Makefile,v 1.3 2006/10/04 21:53:16 wiz Exp $
 
 DISTNAME=      corkscrew-2.0
 CATEGORIES=    net
 MASTER_SITES=  http://www.agroman.net/corkscrew/
 
 MAINTAINER=    martti%NetBSD.org@localhost
-HOMEPAGE=      http://www.agroman.net/corkscrew
+HOMEPAGE=      http://www.agroman.net/corkscrew/
 COMMENT=       Tool for tunneling SSH through HTTP proxies
 
 GNU_CONFIGURE= YES
diff -r 87964e923b9a -r 43d7b1b011ac net/delegate/Makefile
--- a/net/delegate/Makefile     Wed Oct 04 21:51:31 2006 +0000
+++ b/net/delegate/Makefile     Wed Oct 04 21:53:15 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2005/12/29 06:21:58 jlam Exp $
+# $NetBSD: Makefile,v 1.34 2006/10/04 21:53:16 wiz Exp $
 
 DISTNAME=      ${PKGNAME_NOREV:S/-//}
 PKGNAME=       delegate-8.9.6
@@ -18,7 +18,7 @@
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    rh%NetBSD.org@localhost
-HOMEPAGE=      http://www.delegate.org/
+HOMEPAGE=      http://www.delegate.org/delegate/
 COMMENT=       General purpose TCP/IP proxy system
 
 
diff -r 87964e923b9a -r 43d7b1b011ac net/dnstop/Makefile
--- a/net/dnstop/Makefile       Wed Oct 04 21:51:31 2006 +0000
+++ b/net/dnstop/Makefile       Wed Oct 04 21:53:15 2006 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.14 2006/03/04 21:30:18 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2006/10/04 21:53:16 wiz Exp $
 #
 
 DISTNAME=      dnstop-20050203
 CATEGORIES=    net
-MASTER_SITES=  http://dnstop.measurement-factory.com/src/
+MASTER_SITES=  http://dns.measurement-factory.com/tools/dnstop/src/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://dnstop.measurement-factory.com/src/
+HOMEPAGE=      http://dns.measurement-factory.com/tools/dnstop/
 COMMENT=       Diagnose tcpdump trace for DNS queries/replies
 
 INSTALLATION_DIRS=     bin man/man8
diff -r 87964e923b9a -r 43d7b1b011ac net/freewais-sf/Makefile
--- a/net/freewais-sf/Makefile  Wed Oct 04 21:51:31 2006 +0000
+++ b/net/freewais-sf/Makefile  Wed Oct 04 21:53:15 2006 +0000
@@ -1,14 +1,15 @@
-# $NetBSD: Makefile,v 1.26 2006/03/31 22:54:23 jlam Exp $
+# $NetBSD: Makefile,v 1.27 2006/10/04 21:53:16 wiz Exp $
 #
 
 DISTNAME=      freeWAIS-sf-2.2.12
 PKGNAME=       freewais-sf-2.2.12
 PKGREVISION=   4
 CATEGORIES=    net databases
-MASTER_SITES=  ftp://ls6-ftp.cs.uni-dortmund.de/pub/src/freeWAIS-sf/
+MASTER_SITES=  ftp://ftp.ngb.se/pub/linux/wais/ \
+               ftp://ftp.informatik.uni-hamburg.de/pub/soft/infosystems/wais/freeWAIS/
 
 MAINTAINER=    bad%NetBSD.org@localhost
-HOMEPAGE=      http://ls6-www.informatik.uni-dortmund.de/ir/projects/freeWAIS-sf/index.html
+HOMEPAGE=      http://www.is.informatik.uni-duisburg.de/projects/freeWAIS-sf/
 COMMENT=       Enhanced Wide Area Information Server
 
 NOT_FOR_PLATFORM=      Darwin-*-*
diff -r 87964e923b9a -r 43d7b1b011ac net/ftplibpp/Makefile
--- a/net/ftplibpp/Makefile     Wed Oct 04 21:51:31 2006 +0000
+++ b/net/ftplibpp/Makefile     Wed Oct 04 21:53:15 2006 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.5 2006/03/04 21:30:18 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2006/10/04 21:53:16 wiz Exp $
 #
 
 DISTNAME=              ftplibpp-1.0.1
 PKGREVISION=           1
 CATEGORIES=            net devel
-MASTER_SITES=          http://home.arcor.de/breitscheid/ftplibpp/
+MASTER_SITES=          http://download.berlios.de/kasablanca/
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              http://home.arcor.de/breitscheid/ftplibpp/ftplibpp.html
+HOMEPAGE=              http://kasablanca.berlios.de/ftplibpp/
 COMMENT=               C++ class providing ftp client functionality
 
 USE_TOOLS+=            gmake
diff -r 87964e923b9a -r 43d7b1b011ac net/ipcalc/Makefile
--- a/net/ipcalc/Makefile       Wed Oct 04 21:51:31 2006 +0000
+++ b/net/ipcalc/Makefile       Wed Oct 04 21:53:15 2006 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.13 2005/07/16 01:19:15 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2006/10/04 21:53:16 wiz Exp $
 
 DISTNAME=      ipcalc-0.40
 CATEGORIES=    net
 MASTER_SITES=  http://jodies.de/ipcalc-archive/
 
 MAINTAINER=    zuntum%NetBSD.org@localhost
-HOMEPAGE=      http://jodies.de/ipcalc/
+HOMEPAGE=      http://jodies.de/ipcalc
 COMMENT=       IP Calculator
 
 USE_TOOLS+=    perl:run
diff -r 87964e923b9a -r 43d7b1b011ac net/lambdamoo-core/Makefile
--- a/net/lambdamoo-core/Makefile       Wed Oct 04 21:51:31 2006 +0000
+++ b/net/lambdamoo-core/Makefile       Wed Oct 04 21:53:15 2006 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.10 2006/03/04 21:30:20 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2006/10/04 21:53:16 wiz Exp $
 
 DISTNAME=      LambdaCore-12Apr99.db
 PKGNAME=       lambdamoo-core-990412
 CATEGORIES=    net
-MASTER_SITES=  ftp://ftp.lambda.moo.mud.org/pub/MOO/ \
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=lambdamoo/} \
                ftp://ftp.kanga.nu/pub/mirrors/ftp.lambda.moo.mud.org/pub/MOO/
 EXTRACT_SUFX=  .gz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.ccs.neu.edu/home/eostrom/muds/lambdamoo.html
+HOMEPAGE=      http://sourceforge.net/projects/lambdamoo/
 COMMENT=       Generic core classes for lambdamoo
 
 USE_TOOLS+=    gunzip
diff -r 87964e923b9a -r 43d7b1b011ac net/lambdamoo-doc/Makefile
--- a/net/lambdamoo-doc/Makefile        Wed Oct 04 21:51:31 2006 +0000
+++ b/net/lambdamoo-doc/Makefile        Wed Oct 04 21:53:15 2006 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.10 2006/03/05 16:27:27 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2006/10/04 21:53:17 wiz Exp $
 
 DISTNAME=      lambdamoo-doc-1.8.0p6
 CATEGORIES=    net
-MASTER_SITES=  ftp://ftp.lambda.moo.mud.org/pub/MOO/ \
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=lambdamoo/} \
                ftp://ftp.kanga.nu/pub/mirrors/ftp.lambda.moo.mud.org/pub/MOO/
 EXTRACT_SUFX=
 DISTFILES=     ProgrammersManual.texinfo HelpSystem-02Jun93.txt
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.ccs.neu.edu/home/eostrom/muds/lambdamoo.html
+HOMEPAGE=      http://sourceforge.net/projects/lambdamoo/
 COMMENT=       Documentation for lambdamoo
 
 EXTRACT_ONLY=  ProgrammersManual.texinfo
diff -r 87964e923b9a -r 43d7b1b011ac net/lft/Makefile
--- a/net/lft/Makefile  Wed Oct 04 21:51:31 2006 +0000
+++ b/net/lft/Makefile  Wed Oct 04 21:53:15 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2006/03/04 21:30:20 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2006/10/04 21:53:17 wiz Exp $
 #
 
 DISTNAME=              lft-2.2
@@ -6,7 +6,7 @@
 MASTER_SITES=          ${HOMEPAGE}
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              http://mainnerve.com/lft/
+HOMEPAGE=              http://www.mainnerve.com/lft/
 COMMENT=               Layer four traceroute capable of tracing protocol paths
 
 USE_PKGLOCALEDIR=      yes
diff -r 87964e923b9a -r 43d7b1b011ac net/libupnp/Makefile
--- a/net/libupnp/Makefile      Wed Oct 04 21:51:31 2006 +0000
+++ b/net/libupnp/Makefile      Wed Oct 04 21:53:15 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/06/03 23:29:24 rh Exp $
+# $NetBSD: Makefile,v 1.2 2006/10/04 21:53:17 wiz Exp $
 #
 
 DISTNAME=              libupnp-1.3.1
@@ -6,7 +6,7 @@
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=pupnp/}
 



Home | Main Index | Thread Index | Old Index