From abdb54b351a99a07987fe50af3433a9bb2b5e54c Mon Sep 17 00:00:00 2001 From: kano Date: Sun, 7 Oct 2007 12:59:11 +0000 Subject: fix obsolete URLs for www.NetBSD.org close PR pkg/37071 reviewd by xtraeme@ --- emulators/compat12/Makefile | 4 ++-- emulators/compat13/Makefile | 4 ++-- emulators/compat14/Makefile | 4 ++-- emulators/compat15-extras/Makefile | 4 ++-- emulators/compat15/Makefile | 4 ++-- emulators/compat16-extras/Makefile | 4 ++-- emulators/compat16/Makefile | 4 ++-- emulators/compat20-extras/Makefile | 4 ++-- emulators/compat20/Makefile | 4 ++-- emulators/compat30-extras/Makefile | 4 ++-- emulators/compat30/Makefile | 4 ++-- emulators/simh/DESCR | 2 +- emulators/ski/DESCR | 4 ++-- fonts/mglfonts/Makefile | 4 ++-- graphics/mgl/Makefile | 4 ++-- mk/buildlink3/PKGVIEWS_UG | 4 ++-- mk/buildlink3/README | 4 ++-- mk/bulk/post-build | 4 ++-- net/hf6to4/files/hf6to4.8 | 4 ++-- net/hf6to4/files/hf6to4.html | 2 +- pkgtools/digest/Makefile | 4 ++-- pkgtools/p5-pkgsrc-Dewey/Makefile | 4 ++-- pkgtools/p5-pkgsrc-Dewey/files/Dewey.pm | 2 +- pkgtools/pkg_filecheck/Makefile | 4 ++-- pkgtools/pkg_install/files/lib/pkgsrc.7 | 4 ++-- pkgtools/pkgdiff/files/feedback-patches | 2 +- pkgtools/pkglint/Makefile | 4 ++-- pkgtools/pkglint/files/doc/pkglint.xml | 4 ++-- pkgtools/rpm2pkg/Makefile | 4 ++-- pkgtools/url2pkg/Makefile | 4 ++-- sysutils/xen12/Makefile | 4 ++-- sysutils/xenkernel20/Makefile | 4 ++-- sysutils/xentools12/Makefile | 4 ++-- sysutils/xentools20/MESSAGE.NetBSD | 4 ++-- sysutils/xentools3/MESSAGE.NetBSD | 4 ++-- templates/README.pkg | 4 ++-- www/snownews/MESSAGE | 4 ++-- 37 files changed, 70 insertions(+), 70 deletions(-) diff --git a/emulators/compat12/Makefile b/emulators/compat12/Makefile index 9bf86145553..53dfacb199c 100644 --- a/emulators/compat12/Makefile +++ b/emulators/compat12/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.34 2007/08/30 16:54:06 jlam Exp $ +# $NetBSD: Makefile,v 1.35 2007/10/07 12:59:11 kano Exp $ COMPAT_PKG= compat12 # for compat_netbsd/Makefile.common NETBSD_VERSION= 1.2 PKGREVISION= 1 -HOMEPAGE= http://www.NetBSD.org/Releases/formal-1.2/index.html +HOMEPAGE= http://www.NetBSD.org/releases/formal-1.2/index.html COMMENT= Shared libraries for NetBSD 1.2 compatibility EMUL_PLATFORMS= netbsd-i386 netbsd-m68k netbsd-ns32k netbsd-sparc diff --git a/emulators/compat13/Makefile b/emulators/compat13/Makefile index 7bbb3b752f5..53c66b7a889 100644 --- a/emulators/compat13/Makefile +++ b/emulators/compat13/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.30 2007/08/30 16:54:06 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2007/10/07 12:59:11 kano Exp $ COMPAT_PKG= compat13 # for compat_netbsd/Makefile.common NETBSD_VERSION= 1.3 PKGREVISION= 3 -HOMEPAGE= http://www.NetBSD.org/Releases/formal-1.3/index.html +HOMEPAGE= http://www.NetBSD.org/releases/formal-1.3/index.html COMMENT= Shared libraries for NetBSD 1.3 compatibility EMUL_PLATFORMS= netbsd-alpha netbsd-arm netbsd-i386 netbsd-m68k \ diff --git a/emulators/compat14/Makefile b/emulators/compat14/Makefile index db17ecf8a63..096754ff293 100644 --- a/emulators/compat14/Makefile +++ b/emulators/compat14/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2007/08/30 16:54:07 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2007/10/07 12:59:11 kano Exp $ COMPAT_PKG= compat14 # for compat_netbsd/Makefile.common NETBSD_VERSION= 1.4 @@ -6,7 +6,7 @@ PKGREVISION= 2 CONFLICTS= compat14-crypto-[0-9]* -HOMEPAGE= http://www.NetBSD.org/Releases/formal-1.4/index.html +HOMEPAGE= http://www.NetBSD.org/releases/formal-1.4/index.html COMMENT= Shared libraries for NetBSD 1.4 compatibility EMUL_PLATFORMS= netbsd-alpha netbsd-arm netbsd-i386 netbsd-m68k \ diff --git a/emulators/compat15-extras/Makefile b/emulators/compat15-extras/Makefile index ae925f86846..8e49a1a6246 100644 --- a/emulators/compat15-extras/Makefile +++ b/emulators/compat15-extras/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2007/08/30 16:54:07 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2007/10/07 12:59:12 kano Exp $ COMPAT_PKG= compat15 # for compat_netbsd/Makefile.common NETBSD_VERSION= 1.5 -HOMEPAGE= http://www.NetBSD.org/Releases/formal-1.5/index.html +HOMEPAGE= http://www.NetBSD.org/releases/formal-1.5/index.html COMMENT= Additional shared libraries for NetBSD 1.5 compatibility EMUL_PLATFORMS= netbsd-i386 netbsd-sparc diff --git a/emulators/compat15/Makefile b/emulators/compat15/Makefile index 61ade62743e..93fd96239ea 100644 --- a/emulators/compat15/Makefile +++ b/emulators/compat15/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2007/08/30 16:54:07 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2007/10/07 12:59:12 kano Exp $ COMPAT_PKG= compat15 # for compat_netbsd/Makefile.common NETBSD_VERSION= 1.5 -HOMEPAGE= http://www.NetBSD.org/Releases/formal-1.5/index.html +HOMEPAGE= http://www.NetBSD.org/releases/formal-1.5/index.html COMMENT= Shared libraries for NetBSD 1.5 compatibility .if defined(NETBSD_COMPAT32) diff --git a/emulators/compat16-extras/Makefile b/emulators/compat16-extras/Makefile index 26b1e81a743..91ea0625bd1 100644 --- a/emulators/compat16-extras/Makefile +++ b/emulators/compat16-extras/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2007/08/30 16:54:08 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2007/10/07 12:59:12 kano Exp $ COMPAT_PKG= compat16 # for compat_netbsd/Makefile.common NETBSD_VERSION= 1.6 -HOMEPAGE= http://www.NetBSD.org/Releases/formal-1.6/index.html +HOMEPAGE= http://www.NetBSD.org/releases/formal-1.6/index.html COMMENT= Additional shared libraries for NetBSD 1.6 compatibility EMUL_PLATFORMS= netbsd-i386 netbsd-sparc diff --git a/emulators/compat16/Makefile b/emulators/compat16/Makefile index bff9512efea..ad6b58a974b 100644 --- a/emulators/compat16/Makefile +++ b/emulators/compat16/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2007/08/30 16:54:07 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2007/10/07 12:59:12 kano Exp $ COMPAT_PKG= compat16 # for compat_netbsd/Makefile.common NETBSD_VERSION= 1.6 -HOMEPAGE= http://www.NetBSD.org/Releases/formal-1.6/index.html +HOMEPAGE= http://www.NetBSD.org/releases/formal-1.6/index.html COMMENT= Shared libraries for NetBSD 1.6 compatibility .if defined(NETBSD_COMPAT32) diff --git a/emulators/compat20-extras/Makefile b/emulators/compat20-extras/Makefile index a4825a8d259..13ec9b78ed8 100644 --- a/emulators/compat20-extras/Makefile +++ b/emulators/compat20-extras/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2007/08/30 16:54:08 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2007/10/07 12:59:12 kano Exp $ COMPAT_PKG= compat20 # for compat_netbsd/Makefile.common NETBSD_VERSION= 2.0 -HOMEPAGE= http://www.NetBSD.org/Releases/formal-2.0/index.html +HOMEPAGE= http://www.NetBSD.org/releases/formal-2.0/index.html COMMENT= Additional shared libraries for NetBSD 2.0 compatibility EMUL_PLATFORMS= netbsd-i386 netbsd-sparc diff --git a/emulators/compat20/Makefile b/emulators/compat20/Makefile index b74fe5e1314..573f48a5000 100644 --- a/emulators/compat20/Makefile +++ b/emulators/compat20/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2007/08/30 16:54:08 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2007/10/07 12:59:12 kano Exp $ COMPAT_PKG= compat20 # for compat_netbsd/Makefile.common NETBSD_VERSION= 2.0 -HOMEPAGE= http://www.NetBSD.org/Releases/formal-2.0/index.html +HOMEPAGE= http://www.NetBSD.org/releases/formal-2.0/index.html COMMENT= Shared libraries for NetBSD 2.0 compatibility .if defined(NETBSD_COMPAT32) diff --git a/emulators/compat30-extras/Makefile b/emulators/compat30-extras/Makefile index 73cdbc4e863..8e6b60dda19 100644 --- a/emulators/compat30-extras/Makefile +++ b/emulators/compat30-extras/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2007/08/30 16:54:08 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2007/10/07 12:59:12 kano Exp $ COMPAT_PKG= compat30 # for compat_netbsd/Makefile.common NETBSD_VERSION= 3.0 -HOMEPAGE= http://www.NetBSD.org/Releases/formal-3.0/index.html +HOMEPAGE= http://www.NetBSD.org/releases/formal-3.0/index.html COMMENT= Additional shared libraries for NetBSD 3.0 compatibility EMUL_PLATFORMS= netbsd-i386 netbsd-sparc netbsd-vax diff --git a/emulators/compat30/Makefile b/emulators/compat30/Makefile index 61836d1ede2..e19b1322aa7 100644 --- a/emulators/compat30/Makefile +++ b/emulators/compat30/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2007/08/30 16:54:08 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2007/10/07 12:59:13 kano Exp $ COMPAT_PKG= compat30 # for compat_netbsd/Makefile.common NETBSD_VERSION= 3.0 -HOMEPAGE= http://www.NetBSD.org/Releases/formal-3.0/index.html +HOMEPAGE= http://www.NetBSD.org/releases/formal-3.0/index.html COMMENT= Shared libraries for NetBSD 3.0 compatibility .if defined(NETBSD_COMPAT32) diff --git a/emulators/simh/DESCR b/emulators/simh/DESCR index b0054bc752a..e7bd7923f07 100644 --- a/emulators/simh/DESCR +++ b/emulators/simh/DESCR @@ -3,5 +3,5 @@ Bob Supnik's historical computer simulator, including: altair altairz80 eclipse gri h316 hp2100 i1401 i1620 ibm1130 id16 id32 nova pdp1 pdp10 pdp11 pdp15 pdp4 pdp7 pdp8 pdp9 s3 sds vax -See http://www.netbsd.org/Ports/vax/emulator-howto.html on how to install +See http://www.netbsd.org/ports/vax/emulator-howto.html on how to install NetBSD/vax on simh! diff --git a/emulators/ski/DESCR b/emulators/ski/DESCR index 9668c250e7a..bb8fa17f759 100644 --- a/emulators/ski/DESCR +++ b/emulators/ski/DESCR @@ -3,9 +3,9 @@ The Hewlett-Packard IA-64 instruction set simulator for Linux/x86 To get the ski to run on NetBSD/i386, you need the following: compat_linux support in the kernel: - http://www.netbsd.org/guide/en/chap-linux.html + http://www.netbsd.org/docs/guide/en/chap-linux.html procfs support in the kernel: - http://www.netbsd.org/guide/en/chap-linux.html#chap-linux-emulating-procfs + http://www.netbsd.org/docs/guide/en/chap-linux.html#chap-linux-emulating-procfs mount /dev/pts: http://mail-index.netbsd.org/tech-kern/2004/11/08/0016.html diff --git a/fonts/mglfonts/Makefile b/fonts/mglfonts/Makefile index 6d82b1af5f4..bc5f327de17 100644 --- a/fonts/mglfonts/Makefile +++ b/fonts/mglfonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2007/02/22 19:26:29 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2007/10/07 12:59:13 kano Exp $ DISTNAME= fontkit-nobdf PKGNAME= mglfonts-0.1 @@ -6,7 +6,7 @@ CATEGORIES= fonts MASTER_SITES= http://www.at.sakura.ne.jp/~suz/arc/ MAINTAINER= fk200329@fsinet.or.jp -HOMEPAGE= http://www.NetBSD.org/Ports/hpcmips/mgl2.html +HOMEPAGE= http://www.NetBSD.org/ports/hpcmips/mgl2.html COMMENT= MGL2 fonts and font tools #HF#DEPENDS= mgl>=0.1.9a:../../graphics/mgl diff --git a/graphics/mgl/Makefile b/graphics/mgl/Makefile index 79db9daece9..a6c03f89123 100644 --- a/graphics/mgl/Makefile +++ b/graphics/mgl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2007/02/15 14:58:21 joerg Exp $ +# $NetBSD: Makefile,v 1.27 2007/10/07 12:59:13 kano Exp $ # DISTNAME= mgl2-alpha-020 @@ -8,7 +8,7 @@ CATEGORIES= graphics MASTER_SITES= http://at.sakura.ne.jp/~suz/arc/ MAINTAINER= fk200329@fsinet.or.jp -HOMEPAGE= http://www.NetBSD.org/Ports/hpcmips/mgl2.html +HOMEPAGE= http://www.NetBSD.org/ports/hpcmips/mgl2.html COMMENT= Graphics library for NEC Mobilegear/PocketBSD, NetBSD/hpcmips DEPENDS+= mglfonts>=0.1:../../fonts/mglfonts diff --git a/mk/buildlink3/PKGVIEWS_UG b/mk/buildlink3/PKGVIEWS_UG index 5b420a56e0d..703e9c54078 100644 --- a/mk/buildlink3/PKGVIEWS_UG +++ b/mk/buildlink3/PKGVIEWS_UG @@ -1,4 +1,4 @@ -$NetBSD: PKGVIEWS_UG,v 1.3 2006/12/15 12:46:24 martti Exp $ +$NetBSD: PKGVIEWS_UG,v 1.4 2007/10/07 12:59:13 kano Exp $ 0 User's Guide to pkgviews ========================== @@ -219,4 +219,4 @@ For a more complete understanding of the motivations and principles behind pkgviews, the following paper by Alistair Crooks is highly recommended: - http://www.NetBSD.org/Documentation/software/pkgviews.pdf + http://www.NetBSD.org/docs/software/pkgviews.pdf diff --git a/mk/buildlink3/README b/mk/buildlink3/README index eba31172821..e0215e438ec 100644 --- a/mk/buildlink3/README +++ b/mk/buildlink3/README @@ -1,4 +1,4 @@ -$NetBSD: README,v 1.6 2005/03/24 17:46:01 tv Exp $ +$NetBSD: README,v 1.7 2007/10/07 12:59:13 kano Exp $ 0 Package Views =============== @@ -36,7 +36,7 @@ EuroBSDCon in November 2002 that described the work he did on the is highly-recommended reading for a more complete understanding of package views principles and is available at: - http://www.NetBSD.org/Documentation/software/pkgviews.pdf + http://www.NetBSD.org/docs/software/pkgviews.pdf Unfortunately, Alistair ran out of time to devote to integrating his work into the main pkgsrc branch. The code he developed languished on diff --git a/mk/bulk/post-build b/mk/bulk/post-build index 4a377940dd3..e32d508509c 100644 --- a/mk/bulk/post-build +++ b/mk/bulk/post-build @@ -1,5 +1,5 @@ #!/usr/pkg/bin/perl -# $NetBSD: post-build,v 1.68 2007/01/21 23:42:29 rillig Exp $ +# $NetBSD: post-build,v 1.69 2007/10/07 12:59:13 kano Exp $ # # Collect stuff after a pkg bulk build # @@ -655,7 +655,7 @@ The following cache files were used during the build:
  • Visit the NetBSD web site.
  • Learn more about - + The NetBSD Packages Collection.

    diff --git a/net/hf6to4/files/hf6to4.8 b/net/hf6to4/files/hf6to4.8 index 090e8587547..40792a1407c 100644 --- a/net/hf6to4/files/hf6to4.8 +++ b/net/hf6to4/files/hf6to4.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: hf6to4.8,v 1.4 2005/05/30 22:49:43 hubertf Exp $ +.\" $NetBSD: hf6to4.8,v 1.5 2007/10/07 12:59:14 kano Exp $ .\" .\" Copyright (c) 2000-2005 Hubert Feyrer . .\" All rights reserved. @@ -236,7 +236,7 @@ at .Pa http://www.feyrer.de/NetBSD/6to4.html , .Nx IPv6 Documentation at -.Pa http://www.netbsd.org/Documentation/network/ipv6/ , +.Pa http://www.netbsd.org/docs/network/ipv6/ , RFC 3068. .Sh HISTORY The diff --git a/net/hf6to4/files/hf6to4.html b/net/hf6to4/files/hf6to4.html index fa0103f9e40..1022ce6872b 100644 --- a/net/hf6to4/files/hf6to4.html +++ b/net/hf6to4/files/hf6to4.html @@ -254,7 +254,7 @@ at http://www.feyrer.de/NetBSD/6to4.html, NetBSD IPv6 Documentation at -http://www.netbsd.org/Documentation/network/ipv6/, +http://www.netbsd.org/docs/network/ipv6/, RFC 3068.

    HISTORY diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile index 381abd13275..ecc6b37cfb2 100644 --- a/pkgtools/digest/Makefile +++ b/pkgtools/digest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2007/07/03 14:04:17 joerg Exp $ +# $NetBSD: Makefile,v 1.54 2007/10/07 12:59:14 kano Exp $ # # When adding new digest algorithms, please use rmd160 as the template, # and bump the VERSION definition. @@ -9,7 +9,7 @@ MASTER_SITES= # empty DISTFILES= # empty MAINTAINER?= agc@NetBSD.org -HOMEPAGE?= http://www.NetBSD.org/Documentation/software/packages.html +HOMEPAGE?= http://www.NetBSD.org/docs/software/packages.html COMMENT?= Message digest wrapper utility PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/pkgtools/p5-pkgsrc-Dewey/Makefile b/pkgtools/p5-pkgsrc-Dewey/Makefile index faa754c62b5..5979efbf849 100644 --- a/pkgtools/p5-pkgsrc-Dewey/Makefile +++ b/pkgtools/p5-pkgsrc-Dewey/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/03/08 08:02:25 rillig Exp $ +# $NetBSD: Makefile,v 1.9 2007/10/07 12:59:14 kano Exp $ DISTNAME= p5-pkgsrc-Dewey-1.0 PKGREVISION= 1 @@ -7,7 +7,7 @@ MASTER_SITES= # empty DISTFILES= # empty MAINTAINER= wiz@NetBSD.org -HOMEPAGE= http://www.NetBSD.org/Documentation/pkgsrc/ +HOMEPAGE= http://www.NetBSD.org/docs/pkgsrc/ COMMENT= Perl module to compare pkgsrc Dewey numbers CPPFLAGS+= -DHAVE_CTYPE_H -DHAVE_STDLIB_H -DHAVE_STRING_H diff --git a/pkgtools/p5-pkgsrc-Dewey/files/Dewey.pm b/pkgtools/p5-pkgsrc-Dewey/files/Dewey.pm index 5f86161a9a6..2ab27d82be8 100644 --- a/pkgtools/p5-pkgsrc-Dewey/files/Dewey.pm +++ b/pkgtools/p5-pkgsrc-Dewey/files/Dewey.pm @@ -65,7 +65,7 @@ General information about pkgsrc: L The pkgsrc guide: -L +L =head1 AUTHORS diff --git a/pkgtools/pkg_filecheck/Makefile b/pkgtools/pkg_filecheck/Makefile index 4968c5b22db..3128657f0c3 100644 --- a/pkgtools/pkg_filecheck/Makefile +++ b/pkgtools/pkg_filecheck/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2007/09/08 21:57:59 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2007/10/07 12:59:14 kano Exp $ # DISTNAME= pkg_filecheck-0.4 @@ -7,7 +7,7 @@ MASTER_SITES= # empty DISTFILES= # empty MAINTAINER= dillo@NetBSD.org -#HOMEPAGE= http://www.NetBSD.org/Documentation/netbsd/doc/pkgsrc.html +#HOMEPAGE= http://www.NetBSD.org/docs/pkgsrc/ COMMENT= Check for files not owned by any package WRKSRC= ${WRKDIR} diff --git a/pkgtools/pkg_install/files/lib/pkgsrc.7 b/pkgtools/pkg_install/files/lib/pkgsrc.7 index 41ec55e8afe..86d3408b74b 100644 --- a/pkgtools/pkg_install/files/lib/pkgsrc.7 +++ b/pkgtools/pkg_install/files/lib/pkgsrc.7 @@ -1,4 +1,4 @@ -.\" $NetBSD: pkgsrc.7,v 1.1 2007/07/16 09:57:59 joerg Exp $ +.\" $NetBSD: pkgsrc.7,v 1.2 2007/10/07 12:59:14 kano Exp $ .\" .\" Copyright (c) 2007 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -51,4 +51,4 @@ various administrative tasks for the package system. .Xr pkg_add 1 , .Xr pkg_delete 1 , .Xr pkg_info 1 , -.Pa http://www.netbsd.org/Documentation/pkgsrc/ +.Pa http://www.netbsd.org/docs/pkgsrc/ diff --git a/pkgtools/pkgdiff/files/feedback-patches b/pkgtools/pkgdiff/files/feedback-patches index cb566892523..397e2ad8358 100644 --- a/pkgtools/pkgdiff/files/feedback-patches +++ b/pkgtools/pkgdiff/files/feedback-patches @@ -47,7 +47,7 @@ FWIW, your software has a webpage at the NetBSD site, see http://www.NetBSD.org/packages/$pkg/README.html -See http://www.NetBSD.org/Documentation/software/packages.html +See http://www.NetBSD.org/docs/software/packages.html to learn more about the NetBSD Packages Collection, to find out more about the NetBSD operating system, see http://www.NetBSD.org/. diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index 3b89cfe41dd..934a9b068a7 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.364 2007/09/29 13:39:22 rillig Exp $ +# $NetBSD: Makefile,v 1.365 2007/10/07 12:59:14 kano Exp $ # DISTNAME= pkglint-4.79 @@ -7,7 +7,7 @@ MASTER_SITES= # empty DISTFILES= # empty MAINTAINER= rillig@NetBSD.org -HOMEPAGE= http://www.NetBSD.org/Documentation/pkgsrc/ +HOMEPAGE= http://www.NetBSD.org/docs/pkgsrc/ COMMENT= Verifier for NetBSD packages and complete pkgsrc tree DEPENDS+= digest>=20010101:../../pkgtools/digest diff --git a/pkgtools/pkglint/files/doc/pkglint.xml b/pkgtools/pkglint/files/doc/pkglint.xml index 5c9de070cf9..8ca2584a799 100644 --- a/pkgtools/pkglint/files/doc/pkglint.xml +++ b/pkgtools/pkglint/files/doc/pkglint.xml @@ -3,7 +3,7 @@ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ pkglint"> - + @@ -14,7 +14,7 @@ ]> - + Design and implementation of &pkglint; diff --git a/pkgtools/rpm2pkg/Makefile b/pkgtools/rpm2pkg/Makefile index b308dba97f0..7a0cda69314 100644 --- a/pkgtools/rpm2pkg/Makefile +++ b/pkgtools/rpm2pkg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2006/07/06 21:14:19 jlam Exp $ +# $NetBSD: Makefile,v 1.35 2007/10/07 12:59:15 kano Exp $ DISTNAME= rpm2pkg-2.1.1 PKGREVISION= 2 @@ -7,7 +7,7 @@ MASTER_SITES= # empty DISTFILES= # empty MAINTAINER= tron@NetBSD.org -HOMEPAGE= http://www.NetBSD.org/Documentation/pkgsrc/ +HOMEPAGE= http://www.NetBSD.org/docs/pkgsrc/ COMMENT= Convert RPM archives to NetBSD packages CONFLICTS+= suse-base<=6.4 diff --git a/pkgtools/url2pkg/Makefile b/pkgtools/url2pkg/Makefile index d6a5754bd0f..90b0991ffe6 100644 --- a/pkgtools/url2pkg/Makefile +++ b/pkgtools/url2pkg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2007/09/25 13:59:42 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2007/10/07 12:59:15 kano Exp $ # DISTNAME= url2pkg-2.7 @@ -7,7 +7,7 @@ MASTER_SITES= # none DISTFILES= # none MAINTAINER= rillig@NetBSD.org -HOMEPAGE= http://www.NetBSD.org/Documentation/pkgsrc/creating.html +HOMEPAGE= http://www.NetBSD.org/docs/pkgsrc/creating.html COMMENT= Tool to automate initial steps in building a package PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/sysutils/xen12/Makefile b/sysutils/xen12/Makefile index d8b3b4073d0..b61508f7051 100644 --- a/sysutils/xen12/Makefile +++ b/sysutils/xen12/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/07/27 18:48:04 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2007/10/07 12:59:15 kano Exp $ # DISTNAME= xeno-1.2-src-040418 @@ -11,7 +11,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DISTFILES+= xen12-addtl-ide-dma-040522.tar.gz MAINTAINER= cl@NetBSD.org -HOMEPAGE= http://www.NetBSD.org/Ports/xen/ +HOMEPAGE= http://www.NetBSD.org/ports/xen/ COMMENT= Xen Virtual Machine Monitor ONLY_FOR_PLATFORM= *-*-i386 diff --git a/sysutils/xenkernel20/Makefile b/sysutils/xenkernel20/Makefile index d7bdd4dbf7c..96e03fc3978 100644 --- a/sysutils/xenkernel20/Makefile +++ b/sysutils/xenkernel20/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2007/07/01 20:20:24 bouyer Exp $ +# $NetBSD: Makefile,v 1.5 2007/10/07 12:59:15 kano Exp $ # DISTNAME= xen-2.0.7-install-x86_32 @@ -8,7 +8,7 @@ MASTER_SITES= http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.NetBSD.org/Ports/xen/ +HOMEPAGE= http://www.NetBSD.org/ports/xen/ COMMENT= Xen Kernel ONLY_FOR_PLATFORM= Linux-2.[46]*-i386 NetBSD-*-i386 diff --git a/sysutils/xentools12/Makefile b/sysutils/xentools12/Makefile index f8d41d948ac..7a659a3e91c 100644 --- a/sysutils/xentools12/Makefile +++ b/sysutils/xentools12/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/07/06 21:14:19 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2007/10/07 12:59:15 kano Exp $ # DISTNAME= xeno-1.2-src-040418 @@ -11,7 +11,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DISTFILES+= netbsd-xen-kernel-headers-040508.tar.gz MAINTAINER= cl@NetBSD.org -HOMEPAGE= http://www.NetBSD.org/Ports/xen/ +HOMEPAGE= http://www.NetBSD.org/ports/xen/ COMMENT= Userland Tools for Xen ONLY_FOR_PLATFORM= *-*-i386 diff --git a/sysutils/xentools20/MESSAGE.NetBSD b/sysutils/xentools20/MESSAGE.NetBSD index e11d3f108e0..b7847d37946 100644 --- a/sysutils/xentools20/MESSAGE.NetBSD +++ b/sysutils/xentools20/MESSAGE.NetBSD @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE.NetBSD,v 1.2 2006/03/10 20:26:03 heinz Exp $ +$NetBSD: MESSAGE.NetBSD,v 1.3 2007/10/07 12:59:15 kano Exp $ Please ensure that the Xen-specific devices needed by xend(8) exist: @@ -12,6 +12,6 @@ There are example configuration files for setting up a guest domain in: Please also refer to the the "NetBSD/xen How-To" for more information on creating a Xen setup: - http://www.NetBSD.org/Ports/xen/howto.html + http://www.NetBSD.org/ports/xen/howto.html =========================================================================== diff --git a/sysutils/xentools3/MESSAGE.NetBSD b/sysutils/xentools3/MESSAGE.NetBSD index 627de52deb5..de539a210f6 100644 --- a/sysutils/xentools3/MESSAGE.NetBSD +++ b/sysutils/xentools3/MESSAGE.NetBSD @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE.NetBSD,v 1.1.1.1 2007/06/14 19:39:45 bouyer Exp $ +$NetBSD: MESSAGE.NetBSD,v 1.2 2007/10/07 12:59:15 kano Exp $ Please ensure that the Xen-specific devices needed by xend(8) exist: @@ -12,6 +12,6 @@ There are example configuration files for setting up a guest domain in: Please also refer to the the "NetBSD/xen How-To" for more information on creating a Xen setup: - http://www.NetBSD.org/Ports/xen/howto.html + http://www.NetBSD.org/ports/xen/howto.html =========================================================================== diff --git a/templates/README.pkg b/templates/README.pkg index 1776a40c768..c1964733b68 100644 --- a/templates/README.pkg +++ b/templates/README.pkg @@ -1,5 +1,5 @@ - + The NetBSD Packages Collection: %%PORT%% @@ -38,7 +38,7 @@ For a summary on how to use the package collection, go to the

    Problem reports, updates or suggestions for this package should be reported with -send-pr.

    +send-pr.

    The following security vulnerabilities are known for %%PORT%% diff --git a/www/snownews/MESSAGE b/www/snownews/MESSAGE index 4f114153ba9..0bb65d2264b 100644 --- a/www/snownews/MESSAGE +++ b/www/snownews/MESSAGE @@ -1,8 +1,8 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2003/12/27 23:04:23 wiz Exp $ +$NetBSD: MESSAGE,v 1.2 2007/10/07 12:59:16 kano Exp $ The NetBSD project provides several RSS feeds of interest to NetBSD users and developers. Information on these feeds can be found at: - http://www.netbsd.org/Changes/rss.html + http://www.netbsd.org/changes/rss.html =========================================================================== -- cgit v1.2.3