diff options
author | tsarna <tsarna@pkgsrc.org> | 1998-08-20 15:16:34 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 1998-08-20 15:16:34 +0000 |
commit | 6bd0d65c650273bf304f345910aeaa6dbb0d1904 (patch) | |
tree | 02014b09f0272e3c01f055156a42a91ab10cda59 /databases | |
parent | 6cec9af390b5f47cca2d200755c03518c99f033b (diff) | |
download | pkgsrc-6bd0d65c650273bf304f345910aeaa6dbb0d1904.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 'databases')
-rw-r--r-- | databases/gdbm/Makefile | 3 | ||||
-rw-r--r-- | databases/mysql/Makefile | 7 | ||||
-rw-r--r-- | databases/postgresql/Makefile | 3 | ||||
-rw-r--r-- | databases/py-gdbm/Makefile | 3 | ||||
-rw-r--r-- | databases/py-mysql/Makefile | 5 |
5 files changed, 14 insertions, 7 deletions
diff --git a/databases/gdbm/Makefile b/databases/gdbm/Makefile index 84f64236062..ce073d46850 100644 --- a/databases/gdbm/Makefile +++ b/databases/gdbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1998/08/10 15:29:39 tv Exp $ +# $NetBSD: Makefile,v 1.12 1998/08/20 15:16:44 tsarna Exp $ # FreeBSD Id: Makefile,v 1.4 1997/01/28 08:11:23 asami Exp # @@ -7,6 +7,7 @@ CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.gnu.org/software/gdbm/gdbm.html GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/databases/mysql/Makefile b/databases/mysql/Makefile index bde5277d6b4..2122f494ac8 100644 --- a/databases/mysql/Makefile +++ b/databases/mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/08/20 15:04:22 agc Exp $ +# $NetBSD: Makefile,v 1.9 1998/08/20 15:16:44 tsarna Exp $ # # note: if updated, update shlib version number in patch-aa @@ -7,7 +7,10 @@ CATEGORIES= databases MASTER_SITES= ftp://ftp.digex.net/pub/database/mysql/Downloads/MySQL-3.21/ \ ftp://ftp.netcasting.net/pub/mysql/Downloads/MySQL-3.21/ -MAINTAINER= tsarna@endicor.com +MAINTAINER= tsarna@netbsd.org +HOMEPAGE= http://www.tcx.se/ + +BUILD_DEPENDS= ${PREFIX}/bin/libtool:../../devel/libtool CONFLICTS= mysql-3.21.31 mysql-3.21.32a diff --git a/databases/postgresql/Makefile b/databases/postgresql/Makefile index 389a6fe2c3e..90e1d8cc67c 100644 --- a/databases/postgresql/Makefile +++ b/databases/postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1998/07/15 12:40:14 agc Exp $ +# $NetBSD: Makefile,v 1.16 1998/08/20 15:16:44 tsarna Exp $ # FreeBSD Id: Makefile,v 1.22 1997/12/24 01:21:37 alex Exp DISTNAME= postgresql-6.3.2 @@ -7,6 +7,7 @@ MASTER_SITES= ftp://ftp.PostgreSQL.org/pub/ \ ftp://ftp.jaist.ac.jp/pub/dbms/postgres95/ MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.PostgreSQL.ORG/ DEPENDS+= tk-8.0p2:../../x11/tk80 DEPENDS+= tcl-8.0p2:../../lang/tcl80 diff --git a/databases/py-gdbm/Makefile b/databases/py-gdbm/Makefile index 19bb7af4c48..37da215b552 100644 --- a/databases/py-gdbm/Makefile +++ b/databases/py-gdbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/05/23 21:46:05 tron Exp $ +# $NetBSD: Makefile,v 1.2 1998/08/20 15:16:44 tsarna Exp $ # DISTNAME= pyth151 @@ -8,6 +8,7 @@ MASTER_SITES= ftp://ftp.python.org/pub/python/src/ EXTRACT_SUFX= .tgz MAINTAINER= dolecek@ics.muni.cz +HOMEPAGE= http://www.python.org/doc/lib/module-gdbm.html DEPENDS+= python-1.5.1:../../lang/python \ gdbm-1.7.3:../../databases/gdbm diff --git a/databases/py-mysql/Makefile b/databases/py-mysql/Makefile index 39c383adb61..a587849eff5 100644 --- a/databases/py-mysql/Makefile +++ b/databases/py-mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/07/20 16:17:39 tv Exp $ +# $NetBSD: Makefile,v 1.7 1998/08/20 15:16:45 tsarna Exp $ DISTNAME= MySQLmodule-1.1 PKGNAME= py-mysql-1.1 @@ -7,7 +7,8 @@ MASTER_SITES= http://snail.earthlight.co.nz/mysql/ DISTFILES= MySQLmodule-1.1${EXTRACT_SUFX} \ Mysqldb.py mysqlshelve.py -MAINTAINER= tsarna@endicor.com +MAINTAINER= tsarna@netbsd.org +HOMEPAGE= http://snail.earthlight.co.nz/projects.html DEPENDS+= python-1.5.1:../../lang/python \ mysql-3.21.33:../../databases/mysql |