diff options
author | linimon <linimon@FreeBSD.org> | 2013-06-20 04:12:38 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2013-06-20 04:12:38 +0800 |
commit | 184a1c33c991e89155f8c31f1717e9038be127cf (patch) | |
tree | c5e1ec7cec88dea4a0728572a03ed55181cc5942 /lang | |
parent | 171c4ab2743024322da4411d57f641e30847005b (diff) | |
download | freebsd-ports-gnome-184a1c33c991e89155f8c31f1717e9038be127cf.tar.gz freebsd-ports-gnome-184a1c33c991e89155f8c31f1717e9038be127cf.tar.zst freebsd-ports-gnome-184a1c33c991e89155f8c31f1717e9038be127cf.zip |
Reset g.gonter@ieee.org: mbox full.
While here, modernize headers.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/py-prolog/Makefile | 7 | ||||
-rw-r--r-- | lang/rexx-imc/Makefile | 8 | ||||
-rw-r--r-- | lang/rexx-regina/Makefile | 9 |
3 files changed, 6 insertions, 18 deletions
diff --git a/lang/py-prolog/Makefile b/lang/py-prolog/Makefile index e5f45ed4fff7..26fa879510be 100644 --- a/lang/py-prolog/Makefile +++ b/lang/py-prolog/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: py-prolog -# Date created: 28 Jun 2003 -# Whom: Gerhard Gonter <g.gonter@ieee.org> -# +# Created by: Gerhard Gonter <g.gonter@ieee.org> # $FreeBSD$ PORTNAME= prolog @@ -12,7 +9,7 @@ MASTER_SITES= SF/py${PORTNAME}/PyProlog/PyProlog-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= PyProlog-${PORTVERSION} -MAINTAINER= g.gonter@ieee.org +MAINTAINER= ports@FreeBSD.org COMMENT= A Python extension embedding SWI-Prolog BUILD_DEPENDS= swipl:${PORTSDIR}/lang/swi-pl diff --git a/lang/rexx-imc/Makefile b/lang/rexx-imc/Makefile index f332578f85c3..5f39945dcce3 100644 --- a/lang/rexx-imc/Makefile +++ b/lang/rexx-imc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: REXX/imc -# Date created: Septermber 21 96 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# +# Created by: James FitzGibbon <jfitz@FreeBSD.org> # $FreeBSD$ -# PORTNAME= rexx-imc PORTVERSION= 1.76 @@ -12,7 +8,7 @@ CATEGORIES= lang MASTER_SITES= http://users.comlab.ox.ac.uk/ian.collier/distribution/ \ ftp://ftp.sai.msu.su/pub/unix/rexx/ -MAINTAINER= g.gonter@ieee.org +MAINTAINER= ports@FreeBSD.org COMMENT= A procedural programming language designed by IBM's UK Laboratories CONFLICTS= rexx-regina-* oorexx-[0-9]* diff --git a/lang/rexx-regina/Makefile b/lang/rexx-regina/Makefile index 685c4a034f1a..f34ea32fa10d 100644 --- a/lang/rexx-regina/Makefile +++ b/lang/rexx-regina/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: rexx-regina -# Date created: Nov 11, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= regina PORTVERSION= 3.7 @@ -13,7 +8,7 @@ MASTER_SITES= SF/${PORTNAME}-rexx/${PORTNAME}-rexx/${PORTVERSION} PKGNAMEPREFIX= rexx- DISTNAME= Regina-REXX-${PORTVERSION} -MAINTAINER= g.gonter@ieee.org +MAINTAINER= ports@FreeBSD.org COMMENT= A Rexx interpreter CONFLICTS= rexx-imc-* oorexx-[0-9]* |