diff options
author | tsarna <tsarna> | 1998-08-20 15:16:34 +0000 |
---|---|---|
committer | tsarna <tsarna> | 1998-08-20 15:16:34 +0000 |
commit | db15bf80499e7f80cd5a72bdb557eefa0a145748 (patch) | |
tree | 02014b09f0272e3c01f055156a42a91ab10cda59 /www | |
parent | c80b25b4e3bf2c7e16e12023ee0d2cbda0fd9347 (diff) | |
download | pkgsrc-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 'www')
-rw-r--r-- | www/Mosaic/Makefile | 3 | ||||
-rw-r--r-- | www/apache/Makefile | 3 | ||||
-rw-r--r-- | www/arena/Makefile | 3 | ||||
-rw-r--r-- | www/grail/Makefile | 3 | ||||
-rw-r--r-- | www/libwww/Makefile | 3 | ||||
-rw-r--r-- | www/lynx/Makefile | 3 | ||||
-rw-r--r-- | www/mozilla/Makefile | 3 | ||||
-rw-r--r-- | www/php3/Makefile | 3 | ||||
-rw-r--r-- | www/php3/pkg/DESCR | 1 | ||||
-rw-r--r-- | www/squid/Makefile | 3 | ||||
-rw-r--r-- | www/weblint/Makefile | 3 | ||||
-rw-r--r-- | www/wwwoffle/Makefile | 3 |
12 files changed, 22 insertions, 12 deletions
diff --git a/www/Mosaic/Makefile b/www/Mosaic/Makefile index 878f25fa31e..274ea48aa9d 100644 --- a/www/Mosaic/Makefile +++ b/www/Mosaic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/07/15 11:45:53 tv Exp $ +# $NetBSD: Makefile,v 1.5 1998/08/20 15:17:29 tsarna Exp $ # FreeBSD Id: Makefile,v 1.15 1998/05/27 08:44:56 dburr Exp # @@ -8,6 +8,7 @@ CATEGORIES= www MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/Web/Mosaic/Unix/source/ MAINTAINER= tv@netbsd.org +HOMEPAGE= http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/ DEPENDS= jpeg-6b:../../graphics/jpeg \ png-1.0.2:../../graphics/png \ diff --git a/www/apache/Makefile b/www/apache/Makefile index 213b473aa18..675dfe8eb74 100644 --- a/www/apache/Makefile +++ b/www/apache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1998/08/07 23:46:09 cjs Exp $ +# $NetBSD: Makefile,v 1.16 1998/08/20 15:17:30 tsarna Exp $ # DISTNAME= apache_1.3.1 @@ -7,6 +7,7 @@ CATEGORIES= www MASTER_SITES= http://www.apache.org/dist/ MAINTAINER= cjs@netbsd.org +HOMEPAGE= http://www.apache.org/ HAS_CONFIGURE= YES CONFIGURE_ARGS+=--compat --prefix=${PREFIX}/http --exec-prefix=${PREFIX} \ diff --git a/www/arena/Makefile b/www/arena/Makefile index 8d93b1ae9f2..bd3c5502f80 100644 --- a/www/arena/Makefile +++ b/www/arena/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/07/15 11:45:53 tv Exp $ +# $NetBSD: Makefile,v 1.5 1998/08/20 15:17:30 tsarna Exp $ # FreeBSD Id: Makefile,v 1.10 1998/05/04 20:22:31 jseger Exp # @@ -7,6 +7,7 @@ CATEGORIES= www MASTER_SITES= ftp://ftp.yggdrasil.com/pub/dist/web/arena/ MAINTAINER= tv@netbsd.org +HOMEPAGE= http://www.yggdrasil.com/Products/Arena/ DEPENDS= libwww-5.1m1:../../www/libwww \ jpeg-6b:../../graphics/jpeg \ diff --git a/www/grail/Makefile b/www/grail/Makefile index 15406b0ce8b..292f014e0cb 100644 --- a/www/grail/Makefile +++ b/www/grail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/07/22 01:56:09 tsarna Exp $ +# $NetBSD: Makefile,v 1.2 1998/08/20 15:17:30 tsarna Exp $ # DISTNAME= grail_04 @@ -8,6 +8,7 @@ MASTER_SITES= http://monty.cnri.reston.va.us/grail-0.4/source/ EXTRACT_SUFX= .tgz MAINTAINER= tsarna@netbsd.org +HOMEPAGE= http://grail.cnri.reston.va.us/grail/ DEPENDS+= python-1.5.1:../../lang/python DEPENDS+= py-Tk-1.5.1:../../x11/py-Tk diff --git a/www/libwww/Makefile b/www/libwww/Makefile index 2a9deac9494..5559b9b295e 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/07/24 01:57:01 tv Exp $ +# $NetBSD: Makefile,v 1.5 1998/08/20 15:17:30 tsarna Exp $ # FreeBSD Id: Makefile,v 1.10 1998/06/14 23:34:59 jseger Exp # @@ -8,6 +8,7 @@ CATEGORIES= www devel MASTER_SITES= ftp://ftp.w3.org/pub/libwww/ MAINTAINER= tv@netbsd.org +HOMEPAGE= http://www.w3.org/Library/ GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/www/lynx/Makefile b/www/lynx/Makefile index c51ef4d6e1f..d89df34721d 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1998/07/04 08:50:42 mycroft Exp $ +# $NetBSD: Makefile,v 1.12 1998/08/20 15:17:30 tsarna Exp $ # DISTNAME= lynx2-8 @@ -8,6 +8,7 @@ CATEGORIES= www MASTER_SITES= http://sol.slcc.edu/lynx/release2-8/ MAINTAINER= packages@netbsd.org +HOMEPAGE= http://sol.slcc.edu/lynx/ CONFLICTS= lynx-2.8rel.2 diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index 3845d785c28..45256d42c67 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1998/08/04 13:09:21 fvdl Exp $ +# $NetBSD: Makefile,v 1.14 1998/08/20 15:17:31 tsarna Exp $ # DISTNAME= mozilla-19980728 @@ -9,6 +9,7 @@ MASTER_SITES= ftp://ftp.mozilla.org/pub/mozilla/source/ \ ftp://mirror.aarnet.edu.au/pub/mozilla/mozilla/source/ MAINTAINER= fvdl@netbsd.org +HOMEPAGE= http://www.mozilla.org/ USE_X11= yes USE_GMAKE= yes diff --git a/www/php3/Makefile b/www/php3/Makefile index 1e5aaf42a0b..d004feb0303 100644 --- a/www/php3/Makefile +++ b/www/php3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/07/24 00:18:03 cjs Exp $ +# $NetBSD: Makefile,v 1.2 1998/08/20 15:17:31 tsarna Exp $ # # Notes: # @@ -19,6 +19,7 @@ CATEGORIES= www MASTER_SITES= http://ca.php.net/distributions/ MAINTAINER= cjs@netbsd.org +HOMEPAGE= http://www.php.net/ #DEPENDS+= perl,apache1.3,mysql diff --git a/www/php3/pkg/DESCR b/www/php3/pkg/DESCR index 35598111d6e..11b0e9f180e 100644 --- a/www/php3/pkg/DESCR +++ b/www/php3/pkg/DESCR @@ -1,3 +1,2 @@ PHP is a programming language designed to be embedded into web pages. This version is compiled with MySQL database connectivity. -Further information is available at http://www.php.org. diff --git a/www/squid/Makefile b/www/squid/Makefile index a0c0ff05da8..0bda32fc78e 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/05/24 19:01:19 tron Exp $ +# $NetBSD: Makefile,v 1.3 1998/08/20 15:17:31 tsarna Exp $ # $FreeBSD Id: Makefile,v 1.36 1998/03/20 13:58:54 peter Exp # @@ -12,6 +12,7 @@ MASTER_SITES= \ EXTRACT_SUFX= -src.tar.gz MAINTAINER= tron@netbsd.org +HOMEPAGE= http://squid.nlanr.net/Squid/ GNU_CONFIGURE= yes # Follow the apache port's lead... diff --git a/www/weblint/Makefile b/www/weblint/Makefile index e1e72604673..2b3ed878e60 100644 --- a/www/weblint/Makefile +++ b/www/weblint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/08/08 12:35:42 frueauf Exp $ +# $NetBSD: Makefile,v 1.5 1998/08/20 15:17:31 tsarna Exp $ # FreeBSD Id: Makefile,v 1.8 1997/10/29 17:09:53 max Exp # @@ -7,6 +7,7 @@ CATEGORIES= www MASTER_SITES= ftp://ftp.cre.canon.co.uk/pub/weblint/ MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.cre.canon.co.uk/~neilb/weblint/ USE_PERL5= yes diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index 6af2cc66e0c..a2267a58832 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/07/13 18:20:08 tron Exp $ +# $NetBSD: Makefile,v 1.4 1998/08/20 15:17:32 tsarna Exp $ DISTNAME= wwwoffle-2.2 CATEGORIES= www @@ -7,6 +7,7 @@ MASTER_SITES= ftp://ftp.demon.co.uk/pub/unix/httpd/ \ EXTRACT_SUFX= .tgz MAINTAINER= magick@bundy.lip.owl.de +HOMEPAGE= http://www.gedanken.demon.co.uk/wwwoffle/ CONFLICTS= wwwoffle-2.1c |