diff options
author | nivit <nivit@FreeBSD.org> | 2006-12-10 09:21:51 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2006-12-10 09:21:51 +0800 |
commit | 6ef33a6397b412bcd8f17dfef1fa65114ea6f582 (patch) | |
tree | eb1766c942a8ef946301e08344d13d3fbe63dabc /print | |
parent | cd9a31c5125c84ce5c02f06cad89de7df767e06f (diff) | |
download | freebsd-ports-gnome-6ef33a6397b412bcd8f17dfef1fa65114ea6f582.tar.gz freebsd-ports-gnome-6ef33a6397b412bcd8f17dfef1fa65114ea6f582.tar.zst freebsd-ports-gnome-6ef33a6397b412bcd8f17dfef1fa65114ea6f582.zip |
- Updated email address in my ports
Approved by: alexbl (mentor)
Diffstat (limited to 'print')
-rw-r--r-- | print/easylatex/Makefile | 2 | ||||
-rw-r--r-- | print/latex-circ/Makefile | 2 | ||||
-rw-r--r-- | print/pdfmerge/Makefile | 2 | ||||
-rw-r--r-- | print/py-pyscript/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/print/easylatex/Makefile b/print/easylatex/Makefile index a19cd4a9c705..7af19c777524 100644 --- a/print/easylatex/Makefile +++ b/print/easylatex/Makefile @@ -11,7 +11,7 @@ CATEGORIES= print textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= nivit@email.it +MAINTAINER= nivit@FreeBSD.org COMMENT= Perl script which transforms "pseudo-LaTeX" into proper LaTeX RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz diff --git a/print/latex-circ/Makefile b/print/latex-circ/Makefile index d97ae5afc4a7..1ad0fe03d481 100644 --- a/print/latex-circ/Makefile +++ b/print/latex-circ/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://cam.ctan.org/tex-archive/macros/generic/diagrams/ \ PKGNAMEPREFIX= latex- DISTNAME= ${PORTNAME} -MAINTAINER= nivit@email.it +MAINTAINER= nivit@FreeBSD.org COMMENT= A LaTeX package for typesetting circuit diagrams BUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX-base \ diff --git a/print/pdfmerge/Makefile b/print/pdfmerge/Makefile index 0de21f002ed9..2dfcbf5ab530 100644 --- a/print/pdfmerge/Makefile +++ b/print/pdfmerge/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/ \ DISTNAME= PDFMerge EXTRACT_SUFX= .zip -MAINTAINER= nivit@email.it +MAINTAINER= nivit@FreeBSD.org COMMENT= A shell script (with simple UI) to merge PDF files RUN_DEPENDS= bash:${PORTSDIR}/shells/bash diff --git a/print/py-pyscript/Makefile b/print/py-pyscript/Makefile index 33813ee1378a..6c4c6c3b4cf4 100644 --- a/print/py-pyscript/Makefile +++ b/print/py-pyscript/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= nivit@email.it +MAINTAINER= nivit@FreeBSD.org COMMENT= Python module for producing high quality PostScript graphics RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \ |