diff options
author | scrappy <scrappy@FreeBSD.org> | 1999-03-12 15:16:59 +0000 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1999-03-12 15:16:59 +0000 |
commit | 0c8638d49d52e4104ac47134f9be592f0582ce92 (patch) | |
tree | 337dae20e9cb46d6873998fde9dacf52688446ac | |
parent | 610b78a7d2d6e062a70749754fcd9b563867d02b (diff) | |
download | FreeBSD-ports-0c8638d49d52e4104ac47134f9be592f0582ce92.zip FreeBSD-ports-0c8638d49d52e4104ac47134f9be592f0582ce92.tar.gz |
Add a few more Y2K/WWW_SITE pointers ...
-rw-r--r-- | databases/cdb/Makefile | 4 | ||||
-rw-r--r-- | databases/gmysql/Makefile | 4 | ||||
-rw-r--r-- | databases/gnats/Makefile | 5 | ||||
-rw-r--r-- | databases/msql/Makefile | 4 | ||||
-rw-r--r-- | databases/msql3/Makefile | 4 | ||||
-rw-r--r-- | databases/py-PyGreSQL/Makefile | 4 | ||||
-rw-r--r-- | databases/tkgnats/Makefile | 4 |
7 files changed, 22 insertions, 7 deletions
diff --git a/databases/cdb/Makefile b/databases/cdb/Makefile index b9a18b9..61f8788 100644 --- a/databases/cdb/Makefile +++ b/databases/cdb/Makefile @@ -3,7 +3,7 @@ # Date created: 18th July 1998 # Whom: Gary Palmer <gpalmer@freebsd.org> # -# $Id: Makefile,v 1.2 1998/07/21 08:26:35 gpalmer Exp $ +# $Id: Makefile,v 1.3 1998/07/21 22:16:24 asami Exp $ # DISTNAME= cdb-0.55 @@ -12,6 +12,8 @@ MASTER_SITES= ftp://koobera.math.uic.edu/www/software/ MAINTAINER= ports@FreeBSD.ORG +WWW_SITE= http://pobox.com/~djb/cdb.html + ALL_TARGET= it MAN1= cdbget.1 cdbmake.1 cdbdump.1 cdbstats.1 cdbtest.1 MAN3= cdb.3 diff --git a/databases/gmysql/Makefile b/databases/gmysql/Makefile index 6ca7bf3..795035a 100644 --- a/databases/gmysql/Makefile +++ b/databases/gmysql/Makefile @@ -3,7 +3,7 @@ # Date created: Sun Nov 15 22:07:12 CET 1998 # Whom: Dirk Froemberg <ibex@physik.TU-Berlin.DE> # -# $Id: Makefile,v 1.6 1999/02/12 11:57:56 dirk Exp $ +# $Id: Makefile,v 1.7 1999/03/11 08:41:18 dirk Exp $ # DISTNAME= gmysql-0.3.2 @@ -13,6 +13,8 @@ MASTER_SITES= http://www.loth.demon.co.uk/gmysql/ \ MAINTAINER= dirk@FreeBSD.ORG +WWW_SITE= http://www.loth.demon.co.uk/gmysql + LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 \ mysqlclient.6:${PORTSDIR}/databases/mysql322 diff --git a/databases/gnats/Makefile b/databases/gnats/Makefile index 7d000f4..4056463 100644 --- a/databases/gnats/Makefile +++ b/databases/gnats/Makefile @@ -3,7 +3,7 @@ # Date created: 10 November 1995 # Whom: pst # -# $Id: Makefile,v 1.17 1998/11/20 15:26:10 kuriyama Exp $ +# $Id: Makefile,v 1.18 1999/01/04 03:30:39 steve Exp $ # DISTNAME= gnats-3.107-beta @@ -14,6 +14,9 @@ MASTER_SITES= ftp://ftp.juniper.net/pub/gnats/ MAINTAINER= pst@FreeBSD.org +Y2K= http://www.cyclic.com/cyclic-pages/gnats.html +WWW_SITE= http://www.cyclic.com/cyclic-pages/gnats.html + BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 GNU_CONFIGURE= yes diff --git a/databases/msql/Makefile b/databases/msql/Makefile index 5e72ca8..0bcaef1 100644 --- a/databases/msql/Makefile +++ b/databases/msql/Makefile @@ -3,7 +3,7 @@ # Date created: December 17th 1996 # Whom: jfitz # -# $Id: Makefile,v 1.26 1998/02/27 11:50:28 obrien Exp $ +# $Id: Makefile,v 1.27 1998/08/30 15:57:31 steve Exp $ # DISTNAME= msql-2.0.4.1 @@ -12,6 +12,8 @@ MASTER_SITES= http://www.hughes.com.au/software/msql2/ MAINTAINER= jfitz@FreeBSD.ORG +WWW_SITE= http://www.hughes.com.au + # Not free for commercial use. Must create a user on the local system NO_PACKAGE= YES RESTRICTED= "restrictive copyright (no commercial use)" diff --git a/databases/msql3/Makefile b/databases/msql3/Makefile index 5e72ca8..0bcaef1 100644 --- a/databases/msql3/Makefile +++ b/databases/msql3/Makefile @@ -3,7 +3,7 @@ # Date created: December 17th 1996 # Whom: jfitz # -# $Id: Makefile,v 1.26 1998/02/27 11:50:28 obrien Exp $ +# $Id: Makefile,v 1.27 1998/08/30 15:57:31 steve Exp $ # DISTNAME= msql-2.0.4.1 @@ -12,6 +12,8 @@ MASTER_SITES= http://www.hughes.com.au/software/msql2/ MAINTAINER= jfitz@FreeBSD.ORG +WWW_SITE= http://www.hughes.com.au + # Not free for commercial use. Must create a user on the local system NO_PACKAGE= YES RESTRICTED= "restrictive copyright (no commercial use)" diff --git a/databases/py-PyGreSQL/Makefile b/databases/py-PyGreSQL/Makefile index fc4c956..1132dff 100644 --- a/databases/py-PyGreSQL/Makefile +++ b/databases/py-PyGreSQL/Makefile @@ -3,7 +3,7 @@ # Date created: 2/22/1999 # Whom: nectar@FreeBSD.ORG # -# $Id: Makefile,v 1.10 1998/11/23 17:47:42 nectar Exp $ +# $Id: Makefile,v 1.11 1999/02/23 00:28:15 nectar Exp $ # DISTNAME= PyGreSQL-2.3 @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= nectar@FreeBSD.ORG +WWW_SITE= http://www.druid.net/pygresql + BUILD_DEPENDS= python:${PORTSDIR}/lang/python RUN_DEPENDS= python:${PORTSDIR}/lang/python LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql diff --git a/databases/tkgnats/Makefile b/databases/tkgnats/Makefile index fbeefa4..5988a9b 100644 --- a/databases/tkgnats/Makefile +++ b/databases/tkgnats/Makefile @@ -3,7 +3,7 @@ # Date created: Sa 18 Apr 1998 10:12:20 CEST # Whom: andreas # -# $Id: Makefile,v 1.6 1998/10/03 22:06:09 steve Exp $ +# $Id: Makefile,v 1.7 1998/10/28 22:50:42 pst Exp $ # DISTNAME= tkgnats-3.0.8 @@ -12,6 +12,8 @@ MASTER_SITES= http://www.cuug.ab.ca/~macdonal/tkgnats/ MAINTAINER= andreas@FreeBSD.ORG +WWW_SITE= http://www.cuug.ab.ca/~macdonal/tkgnats.html + BUILD_DEPENDS= nedit-pr:${PORTSDIR}/databases/gnats LIB_DEPENDS= tk81.1:${PORTSDIR}/x11-toolkits/tk81 |