diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-06 11:57:11 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-06 11:57:11 +0000 |
commit | 4e74162b8bcdb96f237b8f8b8d2aea62c8f57faa (patch) | |
tree | 847e15354b955cd011a1e3b06cb5f7edb79a61fb /textproc | |
parent | af5a7e53ea6040461cdb85ecb4bbbfc1ce7a7783 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/colordiff/Makefile | 2 | ||||
-rw-r--r-- | textproc/fldiff/Makefile | 2 | ||||
-rw-r--r-- | textproc/htmlise/Makefile | 2 | ||||
-rw-r--r-- | textproc/rtf2html/Makefile | 2 | ||||
-rw-r--r-- | textproc/uni2ascii/Makefile | 2 | ||||
-rw-r--r-- | textproc/xlreader/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/textproc/colordiff/Makefile b/textproc/colordiff/Makefile index 07ece3e68dc4..524f70f86f55 100644 --- a/textproc/colordiff/Makefile +++ b/textproc/colordiff/Makefile @@ -11,7 +11,7 @@ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ehaupt@critical.ch +MAINTAINER= ehaupt@FreeBSD.org COMMENT= A tool to colorize diff output USE_PERL5= yes diff --git a/textproc/fldiff/Makefile b/textproc/fldiff/Makefile index d56f39f31e9d..3c7d4acb53f0 100644 --- a/textproc/fldiff/Makefile +++ b/textproc/fldiff/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://critical.ch/distfiles/ \ http://www.easysw.com/~mike/fldiff/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source -MAINTAINER= ehaupt@critical.ch +MAINTAINER= ehaupt@FreeBSD.org COMMENT= A graphical diff program using FLTK LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk diff --git a/textproc/htmlise/Makefile b/textproc/htmlise/Makefile index db119bf02b05..5ff3515a5280 100644 --- a/textproc/htmlise/Makefile +++ b/textproc/htmlise/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.2 CATEGORIES= textproc MASTER_SITES= http://www.ex-parrot.com/~chris/stuff/ -MAINTAINER= ehaupt@critical.ch +MAINTAINER= ehaupt@FreeBSD.org COMMENT= Formats plain text as HTML USE_REINPLACE= yes diff --git a/textproc/rtf2html/Makefile b/textproc/rtf2html/Makefile index c06ce20e1e42..8ce2e0912260 100644 --- a/textproc/rtf2html/Makefile +++ b/textproc/rtf2html/Makefile @@ -11,7 +11,7 @@ CATEGORIES= textproc MASTER_SITES= http://www.45.free.net/~vitus/ice/misc/ DISTNAME= ${PORTNAME} -MAINTAINER= ehaupt@critical.ch +MAINTAINER= ehaupt@FreeBSD.org COMMENT= A simple rtf2html converter CFLAGS+= -Wall -Werror diff --git a/textproc/uni2ascii/Makefile b/textproc/uni2ascii/Makefile index 24a7bded85bd..5ae9f496fc40 100644 --- a/textproc/uni2ascii/Makefile +++ b/textproc/uni2ascii/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 2.5 CATEGORIES= textproc MASTER_SITES= http://critical.ch/distfiles/ -MAINTAINER= ehaupt@critical.ch +MAINTAINER= ehaupt@FreeBSD.org COMMENT= Convert between UTF-8 Unicode and 7-bit ASCII equivalents USE_LIBTOOL_VER=15 diff --git a/textproc/xlreader/Makefile b/textproc/xlreader/Makefile index 7cb1b5259f08..704866c2290e 100644 --- a/textproc/xlreader/Makefile +++ b/textproc/xlreader/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.giffin.org/download/ \ http://critical.ch/distfiles/ EXTRACT_SUFX= .tgz -MAINTAINER= ehaupt@critical.ch +MAINTAINER= ehaupt@FreeBSD.org COMMENT= Convert .xls spread sheets to tab delimited CSV or SQL inserts USE_REINPLACE= yes |