aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-12-06 07:19:28 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-12-06 07:19:28 +0000
commitfa5c2c489ffaefab225a1df3b3b04296c6466948 (patch)
treed183ecab0b2e3d5170a1325803a8b8d866e79b14 /textproc
parentade4b996e5e284b71d447c76551666ba2649494d (diff)
downloadports-fa5c2c489ffaefab225a1df3b3b04296c6466948.tar.gz
ports-fa5c2c489ffaefab225a1df3b3b04296c6466948.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/cl-meta-clisp/Makefile2
-rw-r--r--textproc/cl-meta-cmucl/Makefile2
-rw-r--r--textproc/cl-meta-sbcl/Makefile2
-rw-r--r--textproc/cl-meta/Makefile2
-rw-r--r--textproc/cl-ppcre-clisp/Makefile2
-rw-r--r--textproc/cl-ppcre-cmucl/Makefile2
-rw-r--r--textproc/cl-ppcre-sbcl/Makefile2
-rw-r--r--textproc/cl-ppcre/Makefile2
8 files changed, 8 insertions, 8 deletions
diff --git a/textproc/cl-meta-clisp/Makefile b/textproc/cl-meta-clisp/Makefile
index 6a195a7703ee..9067df896803 100644
--- a/textproc/cl-meta-clisp/Makefile
+++ b/textproc/cl-meta-clisp/Makefile
@@ -18,7 +18,7 @@ PKGNAMESUFFIX= -clisp
DISTFILES= # use installed sources from CL_LIBDIR
EXTRACT_ONLY= # use installed sources from CL_LIBDIR
-MAINTAINER= henrik.motakef@web.de
+MAINTAINER= ports@FreeBSD.org
COMMENT= A parser generator for Common Lisp
BUILD_DEPENDS= ${LOCALBASE}/lib/common-lisp/meta/meta.asd:${PORTSDIR}/textproc/cl-meta \
diff --git a/textproc/cl-meta-cmucl/Makefile b/textproc/cl-meta-cmucl/Makefile
index 37ee8a41816b..f7fb634113ed 100644
--- a/textproc/cl-meta-cmucl/Makefile
+++ b/textproc/cl-meta-cmucl/Makefile
@@ -17,7 +17,7 @@ PKGNAMESUFFIX= -cmucl
DISTFILES= # use installed sources from CL_LIBDIR
EXTRACT_ONLY= # use installed sources from CL_LIBDIR
-MAINTAINER= henrik.motakef@web.de
+MAINTAINER= ports@FreeBSD.org
COMMENT= A parser generator for Common Lisp
BUILD_DEPENDS= ${LOCALBASE}/lib/common-lisp/meta/meta.asd:${PORTSDIR}/textproc/cl-meta \
diff --git a/textproc/cl-meta-sbcl/Makefile b/textproc/cl-meta-sbcl/Makefile
index 638c43311370..e477c21de721 100644
--- a/textproc/cl-meta-sbcl/Makefile
+++ b/textproc/cl-meta-sbcl/Makefile
@@ -17,7 +17,7 @@ PKGNAMESUFFIX= -sbcl
DISTFILES= # use installed sources from CL_LIBDIR
EXTRACT_ONLY= # use installed sources from CL_LIBDIR
-MAINTAINER= henrik.motakef@web.de
+MAINTAINER= ports@FreeBSD.org
COMMENT= A parser generator for Common Lisp
BUILD_DEPENDS= ${LOCALBASE}/lib/common-lisp/meta/meta.asd:${PORTSDIR}/textproc/cl-meta \
diff --git a/textproc/cl-meta/Makefile b/textproc/cl-meta/Makefile
index 18b56d98d77b..63ca036a55b0 100644
--- a/textproc/cl-meta/Makefile
+++ b/textproc/cl-meta/Makefile
@@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.linux.org.uk/pub/lisp/experimental/cclan/ \
PKGNAMEPREFIX= cl-
DISTNAME= ${PORTNAME}_${PORTVERSION}
-MAINTAINER= henrik.motakef@web.de
+MAINTAINER= ports@FreeBSD.org
COMMENT= A parser generator for Common Lisp
BUILD_DEPENDS= ${LOCALBASE}/lib/common-lisp/asdf/asdf.lisp:${PORTSDIR}/devel/cl-asdf
diff --git a/textproc/cl-ppcre-clisp/Makefile b/textproc/cl-ppcre-clisp/Makefile
index 1154177bb3c5..d13bed27b9e8 100644
--- a/textproc/cl-ppcre-clisp/Makefile
+++ b/textproc/cl-ppcre-clisp/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= http://weitz.de/files/
PKGNAMESUFFIX= -clisp
DISTFILES=
-MAINTAINER= henrik.motakef@web.de
+MAINTAINER= ports@FreeBSD.org
COMMENT= Portable Perl-Compatible Regular Expression for Common Lisp
BUILD_DEPENDS= ${LOCALBASE}/lib/common-lisp/cl-ppcre/cl-ppcre.asd:${PORTSDIR}/textproc/cl-ppcre \
diff --git a/textproc/cl-ppcre-cmucl/Makefile b/textproc/cl-ppcre-cmucl/Makefile
index 36caaca057c5..01fb52c177bd 100644
--- a/textproc/cl-ppcre-cmucl/Makefile
+++ b/textproc/cl-ppcre-cmucl/Makefile
@@ -12,7 +12,7 @@ PKGNAMESUFFIX= -cmucl
DISTFILES= # use installed sources from CL_LIBDIR
EXTRACT_ONLY= # use installed sources from CL_LIBDIR
-MAINTAINER= henrik.motakef@web.de
+MAINTAINER= ports@FreeBSD.org
COMMENT= Portable Perl-Compatible Regular Expression for Common Lisp
BUILD_DEPENDS= ${LOCALBASE}/lib/common-lisp/cl-ppcre/cl-ppcre.asd:${PORTSDIR}/textproc/cl-ppcre \
diff --git a/textproc/cl-ppcre-sbcl/Makefile b/textproc/cl-ppcre-sbcl/Makefile
index 35d3210a80f9..5ba4e7462a95 100644
--- a/textproc/cl-ppcre-sbcl/Makefile
+++ b/textproc/cl-ppcre-sbcl/Makefile
@@ -12,7 +12,7 @@ PKGNAMESUFFIX= -sbcl
DISTFILES= # use installed sources from CL_LIBDIR
EXTRACT_ONLY= # use installed sources from CL_LIBDIR
-MAINTAINER= henrik.motakef@web.de
+MAINTAINER= ports@FreeBSD.org
COMMENT= Portable Perl-Compatible Regular Expression for Common Lisp
BUILD_DEPENDS= ${LOCALBASE}/lib/common-lisp/cl-ppcre/cl-ppcre.asd:${PORTSDIR}/textproc/cl-ppcre \
diff --git a/textproc/cl-ppcre/Makefile b/textproc/cl-ppcre/Makefile
index f2282a791a7c..831b3492c906 100644
--- a/textproc/cl-ppcre/Makefile
+++ b/textproc/cl-ppcre/Makefile
@@ -10,7 +10,7 @@ CATEGORIES= textproc
MASTER_SITES= http://weitz.de/files/
EXTRACT_SUFX= .tgz
-MAINTAINER= henrik.motakef@web.de
+MAINTAINER= ports@FreeBSD.org
COMMENT= Portable Perl-Compatible Regular Expression for Common Lisp
BUILD_DEPENDS= ${LOCALBASE}/lib/common-lisp/asdf/asdf.lisp:${PORTSDIR}/devel/cl-asdf