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 /mail | |
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 'mail')
-rw-r--r-- | mail/elm/Makefile | 3 | ||||
-rw-r--r-- | mail/exmh/Makefile | 3 | ||||
-rw-r--r-- | mail/fetchmail/Makefile | 3 | ||||
-rw-r--r-- | mail/imap-uw/Makefile | 3 | ||||
-rw-r--r-- | mail/mhonarc/Makefile | 3 | ||||
-rw-r--r-- | mail/mutt/Makefile | 3 | ||||
-rw-r--r-- | mail/nmh/Makefile | 3 | ||||
-rw-r--r-- | mail/pine/Makefile | 3 | ||||
-rw-r--r-- | mail/qpopper/Makefile | 3 | ||||
-rw-r--r-- | mail/xfmail/Makefile | 3 |
10 files changed, 20 insertions, 10 deletions
diff --git a/mail/elm/Makefile b/mail/elm/Makefile index e55ce53725d..4c078c6ec4a 100644 --- a/mail/elm/Makefile +++ b/mail/elm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/06/18 15:25:24 agc Exp $ +# $NetBSD: Makefile,v 1.8 1998/08/20 15:17:09 tsarna Exp $ # FreeBSD: Makefile,v 1.42 1997/12/24 01:21:07 alex Exp # @@ -9,6 +9,7 @@ MASTER_SITES= ftp://ftp.ozone.fmi.fi/KEH/ \ ftp://ftp.ibp.fr/pub/unix/mail/elm-me/ MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.myxa.com/elm/ WRKSRC= ${WRKDIR}/elm2.4.ME+.32 diff --git a/mail/exmh/Makefile b/mail/exmh/Makefile index 983a4e319b4..1ac563808af 100644 --- a/mail/exmh/Makefile +++ b/mail/exmh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1998/08/14 07:45:26 tron Exp $ +# $NetBSD: Makefile,v 1.13 1998/08/20 15:17:09 tsarna Exp $ # FreeBSD Id: Makefile,v 1.25 1998/02/15 05:36:54 peter Exp # @@ -24,6 +24,7 @@ PATCH_DIST_ARGS= -d ${WRKSRC}/lib --forward --quiet -E ${PATCH_DIST_STRIP} .endif MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.beedub.com/exmh/ BUILD_DEPENDS= tclsh8.0:../../lang/tcl80 RUN_DEPENDS= wish8.0:../../x11/tk80 diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index d4a76da48a5..10aebd51fcd 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1998/08/04 09:15:38 frueauf Exp $ +# $NetBSD: Makefile,v 1.16 1998/08/20 15:17:09 tsarna Exp $ # DISTNAME= fetchmail-4.5.5 @@ -6,6 +6,7 @@ CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ MAINTAINER= mycroft@netbsd.org +HOMEPAGE= http://sagan.earthspace.net/~esr/fetchmail/ CONFLICTS= fetchmail-4.3.6 fetchmail-4.3.9 fetchmail-4.5.1 \ fetchmail-4.5.2 fetchmail-4.5.3 fetchmail-4.5.4 diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index 5432b2e3d30..60021e6edf5 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/08/05 14:46:31 tv Exp $ +# $NetBSD: Makefile,v 1.5 1998/08/20 15:17:09 tsarna Exp $ # DISTNAME= imap-4.2 @@ -8,6 +8,7 @@ MASTER_SITES= ftp://ftp.cac.washington.edu/imap/ EXTRACT_SUFX= .tar.Z MAINTAINER= tv@netbsd.org +HOMEPAGE= http://www.washington.edu/imap/ USE_LIBTOOL= yes diff --git a/mail/mhonarc/Makefile b/mail/mhonarc/Makefile index 9fd92bbb966..63ddfccdd11 100644 --- a/mail/mhonarc/Makefile +++ b/mail/mhonarc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/06/05 20:06:39 tv Exp $ +# $NetBSD: Makefile,v 1.2 1998/08/20 15:17:10 tsarna Exp $ # DISTNAME= MHonArc2.2.0 @@ -8,6 +8,7 @@ MASTER_SITES= http://www.oac.uci.edu/indiv/ehood/tar/ \ ftp://hhobel.phl.univie.ac.at/MHonArc/ MAINTAINER= tv@netbsd.org +HOMEPAGE= http://www.oac.uci.edu/indiv/ehood/mhonarc.html USE_PERL5= YES diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 317136d86e3..4c34822da6e 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1998/08/09 10:13:46 tron Exp $ +# $NetBSD: Makefile,v 1.14 1998/08/20 15:17:10 tsarna Exp $ DISTNAME= mutt-0.93.2i CATEGORIES= mail @@ -9,6 +9,7 @@ MASTER_SITES= ftp://riemann.iam.uni-bonn.de/pub/mutt/ \ ftp://ftp.iks-jena.de/pub/mitarb/lutz/crypt/software/pgp/mutt/ MAINTAINER= tron@netbsd.org +HOMEPAGE= http://www.mutt.org/ DEPENDS+= ncurses-1.9.9g:../../devel/ncurses diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index b800e736d3b..80904e7cba1 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 1998/07/12 21:29:46 frueauf Exp $ +# $NetBSD: Makefile,v 1.20 1998/08/20 15:17:10 tsarna Exp $ # FreeBSD Id: Makefile,v 1.2 1997/08/04 06:51:28 markm Exp # @@ -7,6 +7,7 @@ CATEGORIES= mail MASTER_SITES= ftp://ftp.math.gatech.edu/pub/nmh/ MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.math.gatech.edu/nmh/ CONFLICTS= nmh-0.17 nmh-0.22 nmh-0.23 nmh-0.24 nmh-0.25 nmh-0.26 diff --git a/mail/pine/Makefile b/mail/pine/Makefile index 804de89abb6..9c2490cdca8 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 1998/07/31 17:51:21 tv Exp $ +# $NetBSD: Makefile,v 1.22 1998/08/20 15:17:10 tsarna Exp $ # FreeBSD Id: Makefile,v 1.21 1997/03/26 02:12:07 ache Exp # @@ -8,6 +8,7 @@ CATEGORIES= mail news MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.washington.edu/pine/ # This pkg doesn't build pico or libpico; the pico pkg does that part. DEPENDS= pico-3.2:../../editors/pico diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index bc12c798878..acee8c8d963 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1998/07/18 13:18:51 frueauf Exp $ +# $NetBSD: Makefile,v 1.11 1998/08/20 15:17:10 tsarna Exp $ # DISTNAME= qpopper2.53 @@ -8,6 +8,7 @@ MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/ EXTRACT_SUFX= .tar.Z MAINTAINER= mellon@fugue.com +HOMEPAGE= http://eudora.qualcomm.com/freeware/qpop.html CONFLICTS= qpopper2.41beta1 qpopper-2.5 qpopper-2.52 diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile index 68ac16dbe68..181a25ea93b 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/07/04 09:19:04 mycroft Exp $ +# $NetBSD: Makefile,v 1.3 1998/08/20 15:17:10 tsarna Exp $ # DISTNAME= xfmail-1.3 @@ -6,6 +6,7 @@ CATEGORIES= mail x11 MASTER_SITES= ftp://burka.netvision.net.il/pub/xfmail/ MAINTAINER= root@garbled.net +HOMEPAGE= http://Burka.NetVision.net.il/xfmail/xfmail.html DEPENDS+= gdbm-1.7.3:../../databases/gdbm DEPENDS+= xpm-3.4k:../../graphics/xpm |