summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authortsarna <tsarna>1998-08-20 15:16:34 +0000
committertsarna <tsarna>1998-08-20 15:16:34 +0000
commit016bb1001b796b0a0d14e28323f1b26365f2951d (patch)
tree02014b09f0272e3c01f055156a42a91ab10cda59 /textproc
parent4bdfb5317ed2e8163fad65f66ab1a80625e8b3e4 (diff)
downloadpkgsrc-016bb1001b796b0a0d14e28323f1b26365f2951d.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 'textproc')
-rw-r--r--textproc/glimpse/Makefile3
-rw-r--r--textproc/ispell/Makefile3
-rw-r--r--textproc/par/Makefile3
-rw-r--r--textproc/rman/Makefile3
-rw-r--r--textproc/texi2html/Makefile3
-rw-r--r--textproc/unroff/Makefile3
6 files changed, 12 insertions, 6 deletions
diff --git a/textproc/glimpse/Makefile b/textproc/glimpse/Makefile
index 34eea6d3be2..32fbc656cda 100644
--- a/textproc/glimpse/Makefile
+++ b/textproc/glimpse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1998/06/22 13:12:13 agc Exp $
+# $NetBSD: Makefile,v 1.6 1998/08/20 15:17:28 tsarna Exp $
# FreeBSD Id: Makefile,v 1.12 1997/07/17 19:29:07 andreas Exp
#
@@ -9,6 +9,7 @@ MASTER_SITES= ftp://ftp.cs.arizona.edu/glimpse/
EXTRACT_SUFX= .tar.Z
MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://glimpse.cs.arizona.edu/
NO_CDROM= "Restrictive copyright (don't sell for profit)"
GNU_CONFIGURE= yes
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile
index f1f40f40e4a..09a89b06375 100644
--- a/textproc/ispell/Makefile
+++ b/textproc/ispell/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1998/06/22 13:12:14 agc Exp $
+# $NetBSD: Makefile,v 1.11 1998/08/20 15:17:28 tsarna Exp $
# FreeBSD Id: Makefile,v 1.21 1997/08/13 23:29:52 jmz Exp
#
@@ -8,6 +8,7 @@ CATEGORIES= textproc
MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/
MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.gnu.org/software/ispell/ispell.html
MAKE_FLAGS= TMPDIR=${.CURDIR}
SCRIPTS_ENV= "LANG=${LANG}"
diff --git a/textproc/par/Makefile b/textproc/par/Makefile
index 2b126917935..fcca2a32ccf 100644
--- a/textproc/par/Makefile
+++ b/textproc/par/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1998/06/22 13:12:14 agc Exp $
+# $NetBSD: Makefile,v 1.5 1998/08/20 15:17:29 tsarna Exp $
# FreeBSD Id: Makefile,v 1.2 1997/08/13 06:33:51 asami Exp
#
@@ -8,6 +8,7 @@ CATEGORIES= textproc
MASTER_SITES= http://www.cs.berkeley.edu/~amc/Par/
MAINTAINER= mark@grondar.za
+HOMEPAGE= http://www.cs.berkeley.edu/~amc/Par/
ALL_TARGET=
diff --git a/textproc/rman/Makefile b/textproc/rman/Makefile
index ebfe5654bc2..49a3db689e6 100644
--- a/textproc/rman/Makefile
+++ b/textproc/rman/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1998/08/15 10:07:30 frueauf Exp $
+# $NetBSD: Makefile,v 1.11 1998/08/20 15:17:29 tsarna Exp $
# FreeBSD Id: Makefile,v 1.17 1997/12/08 15:45:27 tg Exp
#
@@ -8,6 +8,7 @@ MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/
EXTRACT_SUFX= .tar.Z
MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://http.cs.berkeley.edu/~phelps/tcltk/
CONFLICTS= rman-3.0.5
diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile
index a175d7480e2..a370686ceee 100644
--- a/textproc/texi2html/Makefile
+++ b/textproc/texi2html/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1998/06/21 15:22:19 tv Exp $
+# $NetBSD: Makefile,v 1.5 1998/08/20 15:17:29 tsarna Exp $
#
DISTNAME= texi2html
@@ -8,6 +8,7 @@ MASTER_SITES= http://wwwcn1.cern.ch/dci/texi2html/
EXTRACT_SUFX= .shar.Z
MAINTAINER= tv@netbsd.org
+HOMEPAGE= http://wwwcn1.cern.ch/dci/texi2html/
USE_PERL5= YES
diff --git a/textproc/unroff/Makefile b/textproc/unroff/Makefile
index 5475fa4d05f..920f9370cf6 100644
--- a/textproc/unroff/Makefile
+++ b/textproc/unroff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1998/06/22 13:12:14 agc Exp $
+# $NetBSD: Makefile,v 1.6 1998/08/20 15:17:29 tsarna Exp $
# FreeBSD Id: Makefile,v 1.6 1997/04/27 00:11:48 asami Exp
#
@@ -10,6 +10,7 @@ MASTER_SITES= ${UNROFF_SITE}/dist/ \
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${PATCH1} ${PATCH2}
MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www-rn.informatik.uni-bremen.de/software/unroff/
RUN_DEPENDS= elk:../../lang/elk
BUILD_DEPENDS= elk:../../lang/elk