summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/xcd/Makefile1
-rw-r--r--benchmarks/iozone/Makefile1
-rw-r--r--benchmarks/iozone21/Makefile1
-rw-r--r--comms/mgetty+sendfax/Makefile1
-rw-r--r--comms/viewfax/Makefile1
-rw-r--r--emulators/hfs/Makefile1
-rw-r--r--emulators/mtools/Makefile1
-rw-r--r--emulators/tkhfs/Makefile1
-rw-r--r--games/jetpack/Makefile3
-rw-r--r--games/xjewel/Makefile3
-rw-r--r--graphics/pixmap/Makefile3
-rw-r--r--lang/p2c/Makefile1
-rw-r--r--math/calc/Makefile3
-rw-r--r--math/fudgit/Makefile3
-rw-r--r--math/gnuplot/Makefile4
-rw-r--r--misc/mshell/Makefile1
-rw-r--r--print/a2ps-letter/Makefile1
-rw-r--r--print/a2ps43-letter/Makefile1
-rw-r--r--print/dvips/Makefile1
-rw-r--r--print/dviselect/Makefile1
-rw-r--r--print/latex/Makefile1
-rw-r--r--print/makeindex/Makefile1
-rw-r--r--print/psutils-letter/Makefile1
-rw-r--r--print/tex/Makefile1
-rw-r--r--print/xdvi/Makefile1
-rw-r--r--textproc/ispell/Makefile1
-rw-r--r--x11/xgrab/Makefile1
-rw-r--r--x11/xkeycaps/Makefile1
-rw-r--r--x11/xloadimage/Makefile1
-rw-r--r--x11/xsnow/Makefile1
30 files changed, 37 insertions, 6 deletions
diff --git a/audio/xcd/Makefile b/audio/xcd/Makefile
index cfb106c9b1ba..22bc16577e4c 100644
--- a/audio/xcd/Makefile
+++ b/audio/xcd/Makefile
@@ -1,5 +1,6 @@
DISTNAME= xcd
MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/
CATEGORIES+= audio
+MAINTAINER= jmz@FreeBSD.org
.include <bsd.port.mk>
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile
index 02ca1ffd0da2..627d9feff227 100644
--- a/benchmarks/iozone/Makefile
+++ b/benchmarks/iozone/Makefile
@@ -6,6 +6,7 @@ EXTRACT_CMD= ( gzcat | /usr/local/bin/gunshar )
EXTRACT_ARGS= <
NO_WRKSUBDIR= YES
EXEC_DEPENDS= gunshar:${PORTSDIR}/archivers/gshar+gunshar
+MAINTAINER= jmz@FreeBSD.org
pre-extract: depends
diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile
index 02ca1ffd0da2..627d9feff227 100644
--- a/benchmarks/iozone21/Makefile
+++ b/benchmarks/iozone21/Makefile
@@ -6,6 +6,7 @@ EXTRACT_CMD= ( gzcat | /usr/local/bin/gunshar )
EXTRACT_ARGS= <
NO_WRKSUBDIR= YES
EXEC_DEPENDS= gunshar:${PORTSDIR}/archivers/gshar+gunshar
+MAINTAINER= jmz@FreeBSD.org
pre-extract: depends
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile
index 29eccfcf2d54..a5ce91b9e967 100644
--- a/comms/mgetty+sendfax/Makefile
+++ b/comms/mgetty+sendfax/Makefile
@@ -5,6 +5,7 @@ CATEGORIES+= comms
MAKE_FLAGS= CC=cc spool=/var/spool LDFLAGS=-lutil prefix=${PREFIX} -f
USE_GMAKE= yes
IS_INTERACTIVE= yes
+MAINTAINER= jmz@FreeBSD.org
pre-install:
@mkdir -p ${PREFIX}/bin
diff --git a/comms/viewfax/Makefile b/comms/viewfax/Makefile
index 8d2c9691fb03..571beb424948 100644
--- a/comms/viewfax/Makefile
+++ b/comms/viewfax/Makefile
@@ -1,6 +1,7 @@
DISTNAME= g3view-1.8
MASTER_SITES= ftp://ftp.leo.org//pub/comp/networking/communication/modem/mgetty/
CATEGORIES+= x11
+MAINTAINER= jmz@FreeBSD.org
pre-install:
@mkdir -p ${PREFIX}/bin
diff --git a/emulators/hfs/Makefile b/emulators/hfs/Makefile
index 7ab7df72c678..c7d0f9fa1a06 100644
--- a/emulators/hfs/Makefile
+++ b/emulators/hfs/Makefile
@@ -2,6 +2,7 @@ DISTNAME= hfs0_37
MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/
CATEGORIES+= utilities
USE_GMAKE= yes
+MAINTAINER= jmz@FreeBSD.org
.include <bsd.port.mk>
diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile
index 6972b7f1587e..f49fa10ac917 100644
--- a/emulators/mtools/Makefile
+++ b/emulators/mtools/Makefile
@@ -1,6 +1,7 @@
DISTNAME= mtools-2.0.7
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
CATEGORIES+= utilities
+MAINTAINER= jmz@FreeBSD.org
MAKE_FLAGS= PREFIX=${PREFIX}
MAKEFILE=
diff --git a/emulators/tkhfs/Makefile b/emulators/tkhfs/Makefile
index b118aefb627e..515b98d02999 100644
--- a/emulators/tkhfs/Makefile
+++ b/emulators/tkhfs/Makefile
@@ -3,5 +3,6 @@ MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/
CATEGORIES+= x11
EXEC_DEPENDS= hfs:${PORTSDIR}/utils/hfs
LIB_DEPENDS= tk\\.3\\.:${PORTSDIR}/x11/tk
+MAINTAINER= jmz@FreeBSD.org
.include <bsd.port.mk>
diff --git a/games/jetpack/Makefile b/games/jetpack/Makefile
index fe55f7184cb8..775cd0cdad51 100644
--- a/games/jetpack/Makefile
+++ b/games/jetpack/Makefile
@@ -3,7 +3,7 @@
# Date created: 21 September 1994
# Whom: jmz
#
-# $Id$
+# $Id: Makefile,v 1.9 1995/04/11 00:20:15 asami Exp $
#
DISTNAME= jetpack
@@ -11,6 +11,7 @@ PKGNAME= jetpack-1.0
CATEGORIES+= games
MASTER_SITES= ftp://qiclab.scn.rain.com/pub/games/
DISTFILES= jetpack.tar.Z
+MAINTAINER= jmz@FreeBSD.org
USE_IMAKE= yes
MAKE_FLAGS= PREFIX=${PREFIX} -f
diff --git a/games/xjewel/Makefile b/games/xjewel/Makefile
index 089a8913811d..58c72e7898f8 100644
--- a/games/xjewel/Makefile
+++ b/games/xjewel/Makefile
@@ -3,13 +3,14 @@
# Date created: 22 November 1994
# Whom: jmz
#
-# $Id$
+# $Id: Makefile,v 1.3 1995/04/11 00:20:36 asami Exp $
#
DISTNAME= xjewel-1.6
CATEGORIES+= games
MASTER_SITES= ftp://ftp.warwick.ac.uk/pub/x11/
DISTFILES= xjewel-1.6.tar.z
+MAINTAINER= jmz@FreeBSD.org
USE_IMAKE= yes
diff --git a/graphics/pixmap/Makefile b/graphics/pixmap/Makefile
index bc291f10294c..b6307ac1a3f4 100644
--- a/graphics/pixmap/Makefile
+++ b/graphics/pixmap/Makefile
@@ -3,13 +3,14 @@
# Date created: 19 February 1995
# Whom: jmz
#
-# $Id: Makefile,v 1.5 1995/04/01 12:45:58 jkh Exp $
+# $Id: Makefile,v 1.6 1995/04/09 07:09:39 asami Exp $
#
DISTNAME= pixmap2.6
PKGNAME= pixmap-2.6
CATEGORIES+= graphics
MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/applications/pixmap/
+MAINTAINER= jmz@FreeBSD.org
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
diff --git a/lang/p2c/Makefile b/lang/p2c/Makefile
index a9057708d710..961ac4d15a72 100644
--- a/lang/p2c/Makefile
+++ b/lang/p2c/Makefile
@@ -2,6 +2,7 @@ DISTNAME= p2c-1.21alpha-07.Dec.93
DISTFILES= p2c-1.21alpha2.tar.gz
MASTER_SITES= ftp://src.doc.ic.ac.uk/gnu/hurd/
CATEGORIES+= languages
+MAINTAINER= jmz@FreeBSD.org
pre-install:
@mkdir -p ${PREFIX}/bin
diff --git a/math/calc/Makefile b/math/calc/Makefile
index b4dcb15d09fb..c15d913a4180 100644
--- a/math/calc/Makefile
+++ b/math/calc/Makefile
@@ -3,12 +3,13 @@
# Date created: 3 October 1994
# Whom: jmz
#
-# $Id$
+# $Id: Makefile,v 1.3 1995/04/11 01:18:47 asami Exp $
#
DISTNAME= calc-2.9.3t6
PKGNAME= calc-2.9.3
MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/misc/4.4BSD-Lite/contrib/
+MAINTAINER= jmz@FreeBSD.org
pre-install:
@mkdir -p ${PREFIX}/lib/calc/help
diff --git a/math/fudgit/Makefile b/math/fudgit/Makefile
index 2a2d8e14e006..cf60b8a4b156 100644
--- a/math/fudgit/Makefile
+++ b/math/fudgit/Makefile
@@ -3,7 +3,7 @@
# Date created: 17 November 1994
# Whom: jmz
#
-# $Id$
+# $Id: Makefile,v 1.3 1995/04/11 01:18:52 asami Exp $
#
DISTNAME= Fudgit_2.41
@@ -12,6 +12,7 @@ MASTER_SITES= ftp://ftp.physics.mcgill.ca/pub/Fudgit/
DISTFILES= fudgit_2.41.tar.gz
USE_GMAKE= yes
+MAINTAINER= jmz@FreeBSD.org
pre-install:
@mkdir -p ${PREFIX}/bin
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile
index 6c3fd329da27..84d99448ae02 100644
--- a/math/gnuplot/Makefile
+++ b/math/gnuplot/Makefile
@@ -1,14 +1,16 @@
+
# New ports collection makefile for: gnuplot
# Version required: 3.5
# Date created: 6 October 1994
# Whom: jmz
#
-# $Id$
+# $Id: Makefile,v 1.2 1995/04/11 01:18:55 asami Exp $
#
DISTNAME= gnuplot
PKGNAME= gnuplot-3.5
MASTER_SITES= ftp://ftp.dartmouth.edu/pub/gnuplot/
+MAINTAINER= jmz@FreeBSD.org
DISTFILES= gnuplot3.5.tar.Z
pre-install:
diff --git a/misc/mshell/Makefile b/misc/mshell/Makefile
index c9be5445d4dd..8c5628524fdd 100644
--- a/misc/mshell/Makefile
+++ b/misc/mshell/Makefile
@@ -3,6 +3,7 @@ DISTFILES= 7432.Z
MASTER_SITES= ftp://src.doc.ic.ac.uk/usenet/alt.sources/articles/07000-07999/
CATEGORIES+= utilities
NO_WRKSUBDIR= yes
+MAINTAINER= jmz@FreeBSD.org
EXTRACT_COOKIE?= ${.CURDIR}/.extract_done
diff --git a/print/a2ps-letter/Makefile b/print/a2ps-letter/Makefile
index 64d5e9eb6004..2b4baf130aa0 100644
--- a/print/a2ps-letter/Makefile
+++ b/print/a2ps-letter/Makefile
@@ -3,6 +3,7 @@ DISTFILES= a2ps.V4.3.tar.gz
MASTER_SITES= ftp://ftp.imag.fr/archive/postscript/
CATEGORIES+= printing
NO_WRKSUBDIR= yes
+MAINTAINER= jmz@FreeBSD.org
pre-install:
@mkdir -p ${PREFIX}/bin
diff --git a/print/a2ps43-letter/Makefile b/print/a2ps43-letter/Makefile
index 64d5e9eb6004..2b4baf130aa0 100644
--- a/print/a2ps43-letter/Makefile
+++ b/print/a2ps43-letter/Makefile
@@ -3,6 +3,7 @@ DISTFILES= a2ps.V4.3.tar.gz
MASTER_SITES= ftp://ftp.imag.fr/archive/postscript/
CATEGORIES+= printing
NO_WRKSUBDIR= yes
+MAINTAINER= jmz@FreeBSD.org
pre-install:
@mkdir -p ${PREFIX}/bin
diff --git a/print/dvips/Makefile b/print/dvips/Makefile
index dc21a931561f..b6f4eae31ebf 100644
--- a/print/dvips/Makefile
+++ b/print/dvips/Makefile
@@ -3,6 +3,7 @@ DISTNAME= dvips
MASTER_SITES= ftp://ftp.tex.ac.uk/tex-archive/dviware/dvips/
CATEGORIES+= printing
IS_INTERACTIVE= yes
+MAINTAINER= jmz@FreeBSD.org
pre-install:
@mkdir -p ${PREFIX}/lib/texmf
diff --git a/print/dviselect/Makefile b/print/dviselect/Makefile
index aabdadc1bbfa..c16fe21b7f4b 100644
--- a/print/dviselect/Makefile
+++ b/print/dviselect/Makefile
@@ -1,6 +1,7 @@
DISTNAME= dviselect
MASTER_SITES= ftp://ftp.cs.umn.edu/pub/latex/software/
CATEGORIES+= printing
+MAINTAINER= jmz@FreeBSD.org
pre-install:
@mkdir -p ${PREFIX}/man/man1
diff --git a/print/latex/Makefile b/print/latex/Makefile
index 4abc68e4dc6d..932c87f74de7 100644
--- a/print/latex/Makefile
+++ b/print/latex/Makefile
@@ -6,6 +6,7 @@ FTPGET= ${FILESDIR}/ftpget
WRKDIR= ${.CURDIR}/work
CATEGORIES+= printing
BUILD_COOKIE= ${WRKDIR}/.build_done
+MAINTAINER= jmz@FreeBSD.org
#other equivalent sites: ftp.shsu.edu ftp.dante.de
CTAN= ftp.tex.ac.uk
diff --git a/print/makeindex/Makefile b/print/makeindex/Makefile
index 1ea5d3a5bbd2..7c4080f7df0e 100644
--- a/print/makeindex/Makefile
+++ b/print/makeindex/Makefile
@@ -3,6 +3,7 @@ DISTNAME= makeindex
MASTER_SITES= ftp://achilles.doc.ic.ac.uk/tex/contrib/Schrod/
CATEGORIES+= printing
+MAINTAINER= jmz@FreeBSD.org
build: configure pre-build
@echo "===> Building for ${DISTNAME}"
diff --git a/print/psutils-letter/Makefile b/print/psutils-letter/Makefile
index 867f3d7dabcf..6412d0bda418 100644
--- a/print/psutils-letter/Makefile
+++ b/print/psutils-letter/Makefile
@@ -2,6 +2,7 @@ DISTNAME= psutils-1.13
WRKSRC= $(WRKDIR)/src-1.3
MASTER_SITES= ftp://ftp.sunet.se/pub/text-processing/postscript/utilities/psutils/
CATEGORIES+= printing
+MAINTAINER= jmz@FreeBSD.org
pre-install:
@mkdir -p ${PREFIX}/share/psutils
diff --git a/print/tex/Makefile b/print/tex/Makefile
index a23d092ce49f..1986d72bdf0e 100644
--- a/print/tex/Makefile
+++ b/print/tex/Makefile
@@ -1,5 +1,6 @@
PKGNAME= tex
CATEGORIES+= printing
+MAINTAINER= jmz@FreeBSD.org
DISTFILES= web2c.tar.gz web.tar.gz tex_base.tar.gz cm_tfm.tar.gz \
mf_lib.tar.gz cm_mf.tar.gz modes.mf
diff --git a/print/xdvi/Makefile b/print/xdvi/Makefile
index 750785e7ae06..70d009f06e9b 100644
--- a/print/xdvi/Makefile
+++ b/print/xdvi/Makefile
@@ -5,6 +5,7 @@ CATEGORIES+= printing
USE_IMAKE= yes
USE_GMAKE= yes
IS_INTERACTIVE= yes
+MAINTAINER= jmz@FreeBSD.org
.if !defined(BATCH)
install:
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile
index f5c1a74f152b..d7b79307dabf 100644
--- a/textproc/ispell/Makefile
+++ b/textproc/ispell/Makefile
@@ -3,6 +3,7 @@ DISTNAME= ispell-3.1
MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/
CATEGORIES+= utilities
MAKE_FLAGS= TMPDIR=${.CURDIR} -f
+MAINTAINER= jmz@FreeBSD.org
# French
#EXTRA_DICT= francais-IREQ-1.3.tar.gz
diff --git a/x11/xgrab/Makefile b/x11/xgrab/Makefile
index fdd22bcbab6f..a7f62097177b 100644
--- a/x11/xgrab/Makefile
+++ b/x11/xgrab/Makefile
@@ -2,6 +2,7 @@ DISTNAME= xgrabsc.2_3
USE_IMAKE= yes
MASTER_SITES= ftp://ftp.sunet.se/pub/X11/R5contrib/
CATEGORIES+= x11
+MAINTAINER= jmz@FreeBSD.org
MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \
XAPPLOADDIR=${PREFIX}/lib/app-defaults -f
diff --git a/x11/xkeycaps/Makefile b/x11/xkeycaps/Makefile
index 5ab927b4ec45..d358bc768c6d 100644
--- a/x11/xkeycaps/Makefile
+++ b/x11/xkeycaps/Makefile
@@ -2,5 +2,6 @@ DISTNAME= xkeycaps-2.28
USE_IMAKE= yes
MASTER_SITES= ftp://ftp.sunet.se/pub/X11/contrib/applications/
CATEGORIES+= x11
+MAINTAINER= jmz@FreeBSD.org
.include <bsd.port.mk>
diff --git a/x11/xloadimage/Makefile b/x11/xloadimage/Makefile
index 4a178b2028ab..7ada6e1cba9e 100644
--- a/x11/xloadimage/Makefile
+++ b/x11/xloadimage/Makefile
@@ -6,6 +6,7 @@ MASTER_SITES= ftp://gatekeeper.dec.com/pub/X11-contrib/
CATEGORIES+= x11
MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \
XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f
+MAINTAINER= jmz@FreeBSD.org
pre-install:
@mkdir -p ${PREFIX}/lib/X11/app-defaults
diff --git a/x11/xsnow/Makefile b/x11/xsnow/Makefile
index 7867b11695ad..2d621220399f 100644
--- a/x11/xsnow/Makefile
+++ b/x11/xsnow/Makefile
@@ -3,6 +3,7 @@ DISTFILES= xsnow-1.39.tar.Z
USE_IMAKE= yes
MASTER_SITES= ftp://ftp.x.org/contrib/games/
CATEGORIES+= x11
+MAINTAINER= jmz@FreeBSD.org
pre-install:
@mkdir -p ${PREFIX}/bin