diff options
author | vg <vg@FreeBSD.org> | 2013-07-22 22:34:22 +0800 |
---|---|---|
committer | vg <vg@FreeBSD.org> | 2013-07-22 22:34:22 +0800 |
commit | a75014656c7be0e4d27eba5e74be40f5b80374c9 (patch) | |
tree | 914d70e2f7062f7f650ad403fd89a4c18d8ffa6d /textproc | |
parent | b1194ddcdd9dbe09ea88f1ca30a68c6c333e760c (diff) | |
download | freebsd-ports-gnome-a75014656c7be0e4d27eba5e74be40f5b80374c9.tar.gz freebsd-ports-gnome-a75014656c7be0e4d27eba5e74be40f5b80374c9.tar.zst freebsd-ports-gnome-a75014656c7be0e4d27eba5e74be40f5b80374c9.zip |
- Changed my email
- Trim Makefile headers and positions name and surname within
Approved by: eadler, rm (mentors)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/confetti/Makefile | 4 | ||||
-rw-r--r-- | textproc/ctpp2/Makefile | 2 | ||||
-rw-r--r-- | textproc/libflate/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-pyctpp2/Makefile | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/textproc/confetti/Makefile b/textproc/confetti/Makefile index 6209d2fead7c..bad2448a838f 100644 --- a/textproc/confetti/Makefile +++ b/textproc/confetti/Makefile @@ -1,4 +1,4 @@ -# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com> +# Created by: Veniamin Gvozdikov <vg@FreeBSD.org> # $FreeBSD$ PORTNAME= confetti @@ -6,7 +6,7 @@ PORTVERSION= 0.0.${DATE} CATEGORIES= textproc MASTER_SITES= http://fbsd.zlonet.ru/distfiles/ -MAINTAINER= g.veniamin@googlemail.com +MAINTAINER= vg@FreeBSD.org COMMENT= Configuration file parser generator BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex diff --git a/textproc/ctpp2/Makefile b/textproc/ctpp2/Makefile index d01bd4888c15..2eeb708f690e 100644 --- a/textproc/ctpp2/Makefile +++ b/textproc/ctpp2/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 2.8.3 CATEGORIES= textproc devel MASTER_SITES= http://ctpp.havoc.ru/download/ -MAINTAINER= g.veniamin@googlemail.com +MAINTAINER= vg@FreeBSD.org COMMENT= C++ library to use templates in C/C++ projects, version 2 USES= cmake gettext iconv diff --git a/textproc/libflate/Makefile b/textproc/libflate/Makefile index 627578fc381a..fcb915cc568c 100644 --- a/textproc/libflate/Makefile +++ b/textproc/libflate/Makefile @@ -1,4 +1,4 @@ -# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com> +# Created by: Veniamin Gvozdikov <vg@FreeBSD.org> # $FreeBSD$ PORTNAME= libflate @@ -6,7 +6,7 @@ PORTVERSION= 2.0 CATEGORIES= textproc devel MASTER_SITES= http://flate.dead-inside.org/ -MAINTAINER= g.veniamin@googlemail.com +MAINTAINER= vg@FreeBSD.org COMMENT= Template library used to deal with html code in CGI applications PLIST_FILES= lib/${PORTNAME}.a \ diff --git a/textproc/py-pyctpp2/Makefile b/textproc/py-pyctpp2/Makefile index bda342ffdd12..70811354525f 100644 --- a/textproc/py-pyctpp2/Makefile +++ b/textproc/py-pyctpp2/Makefile @@ -1,4 +1,4 @@ -# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com> +# Created by: Veniamin Gvozdikov <vg@FreeBSD.org> # $FreeBSD$ PORTNAME= pyctpp2 @@ -8,7 +8,7 @@ CATEGORIES= textproc MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= g.veniamin@googlemail.com +MAINTAINER= vg@FreeBSD.org COMMENT= Python interface to CTPP2 library LICENSE= MIT |