diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-02 22:40:56 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-02 22:40:56 +0000 |
commit | 3f6c422e367c7bbda21b99b4d8e5ed3b278ac022 (patch) | |
tree | acb453a220fe86d30ab8d37f45975dee80f9c2dc /textproc | |
parent | ea50968218fa3c63c316845cf78efc2274a0737b (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/bib2html/Makefile | 2 | ||||
-rw-r--r-- | textproc/dbacl/Makefile | 2 | ||||
-rw-r--r-- | textproc/dict/Makefile | 2 | ||||
-rw-r--r-- | textproc/dictfmt/Makefile | 2 | ||||
-rw-r--r-- | textproc/diffstat/Makefile | 2 | ||||
-rw-r--r-- | textproc/libmrss/Makefile | 2 | ||||
-rw-r--r-- | textproc/libstree/Makefile | 2 | ||||
-rw-r--r-- | textproc/makepatch/Makefile | 2 | ||||
-rw-r--r-- | textproc/msort/Makefile | 2 | ||||
-rw-r--r-- | textproc/nltk/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-Number-Format/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-Chameleon/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-pss/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-translationstring/Makefile | 2 | ||||
-rw-r--r-- | textproc/ruby-sary/Makefile | 2 | ||||
-rw-r--r-- | textproc/rubygem-multi_xml/Makefile | 2 | ||||
-rw-r--r-- | textproc/srilm/Makefile | 2 | ||||
-rw-r--r-- | textproc/utf8proc/Makefile | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/textproc/bib2html/Makefile b/textproc/bib2html/Makefile index 306eb80fccfa..90d2296afac0 100644 --- a/textproc/bib2html/Makefile +++ b/textproc/bib2html/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://www.arakhne.org/IMG/gz/ \ http://fresh.t-systems-sfr.com/fresh/unix/src/privat2/ DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= The BibTeX to HTML Translator WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:C/-[0-9]$//}/src diff --git a/textproc/dbacl/Makefile b/textproc/dbacl/Makefile index 6dd37384259c..d6f2206516b4 100644 --- a/textproc/dbacl/Makefile +++ b/textproc/dbacl/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.14.1 CATEGORIES= textproc MASTER_SITES= SF -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Digramic Bayesian classifier RUN_DEPENDS= bash:${PORTSDIR}/shells/bash diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile index ff6a14ec7f62..4de9c4d56411 100644 --- a/textproc/dict/Makefile +++ b/textproc/dict/Makefile @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}d/${PORTNAME}d-${PORTVERSION} DISTNAME= ${PORTNAME}d-${PORTVERSION} -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Dictionary Server Protocol (RFC2229) client LICENSE= GPLv2 diff --git a/textproc/dictfmt/Makefile b/textproc/dictfmt/Makefile index c0d5cb30a7b8..047dd93418bd 100644 --- a/textproc/dictfmt/Makefile +++ b/textproc/dictfmt/Makefile @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= SF/dict/dictd/dictd-${PORTVERSION} DISTNAME= dictd-${PORTVERSION} -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Formats a DICT protocol dictionary database LICENSE= GPLv2 diff --git a/textproc/diffstat/Makefile b/textproc/diffstat/Makefile index 48d577513da5..f89c353f3aea 100644 --- a/textproc/diffstat/Makefile +++ b/textproc/diffstat/Makefile @@ -7,7 +7,7 @@ CATEGORIES= textproc devel MASTER_SITES= ftp://invisible-island.net/${PORTNAME}/ EXTRACT_SUFX= .tgz -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Makes a histogram summarizing "diff" output GNU_CONFIGURE= yes diff --git a/textproc/libmrss/Makefile b/textproc/libmrss/Makefile index 040dc2d53d3b..69a891126adf 100644 --- a/textproc/libmrss/Makefile +++ b/textproc/libmrss/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 7 CATEGORIES= textproc MASTER_SITES= http://www.autistici.org/bakunin/libmrss/ -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= C library for parsing, writing, and creating RSS LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ diff --git a/textproc/libstree/Makefile b/textproc/libstree/Makefile index 1341f07c4788..3b9622bded2d 100644 --- a/textproc/libstree/Makefile +++ b/textproc/libstree/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://www.icir.org/christian/downloads/ -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Generic Suffix Tree Library GNU_CONFIGURE= yes diff --git a/textproc/makepatch/Makefile b/textproc/makepatch/Makefile index 81b92a0147f4..d0eca5922bc2 100644 --- a/textproc/makepatch/Makefile +++ b/textproc/makepatch/Makefile @@ -7,7 +7,7 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JV -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Perl scripts to assist in the generation and application of patches USES= perl5 diff --git a/textproc/msort/Makefile b/textproc/msort/Makefile index b825fb116f96..1be250d026e6 100644 --- a/textproc/msort/Makefile +++ b/textproc/msort/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://billposer.org/Software/Downloads/ -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Sorting files in sophisticated ways LICENSE= GPLv3 diff --git a/textproc/nltk/Makefile b/textproc/nltk/Makefile index f9361029ee40..e010ca56b9a2 100644 --- a/textproc/nltk/Makefile +++ b/textproc/nltk/Makefile @@ -7,7 +7,7 @@ PORTEPOCH= 2 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Natural language toolkit written in python LICENSE= APACHE20 diff --git a/textproc/p5-Number-Format/Makefile b/textproc/p5-Number-Format/Makefile index fe8016ed3753..d4fbfd8f2126 100644 --- a/textproc/p5-Number-Format/Makefile +++ b/textproc/p5-Number-Format/Makefile @@ -8,7 +8,7 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Perl extension for formatting numbers LICENSE= ART10 GPLv1 diff --git a/textproc/py-Chameleon/Makefile b/textproc/py-Chameleon/Makefile index f15af577e6f4..d5ebd52791a8 100644 --- a/textproc/py-Chameleon/Makefile +++ b/textproc/py-Chameleon/Makefile @@ -8,7 +8,7 @@ CATEGORIES= textproc www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Python HTML/XML template language compiler USE_PYTHON= yes diff --git a/textproc/py-pss/Makefile b/textproc/py-pss/Makefile index 89191b17963a..fa1f49ce884f 100644 --- a/textproc/py-pss/Makefile +++ b/textproc/py-pss/Makefile @@ -8,7 +8,7 @@ CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Tool for grepping through source code USE_PYTHON= yes diff --git a/textproc/py-translationstring/Makefile b/textproc/py-translationstring/Makefile index 900dcbb6a066..629a3f47909e 100644 --- a/textproc/py-translationstring/Makefile +++ b/textproc/py-translationstring/Makefile @@ -8,7 +8,7 @@ CATEGORIES= textproc www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Utility library for i18n relied on by various Repoze packages USE_PYTHON= yes diff --git a/textproc/ruby-sary/Makefile b/textproc/ruby-sary/Makefile index ebf4d895bd7f..21b2e8045793 100644 --- a/textproc/ruby-sary/Makefile +++ b/textproc/ruby-sary/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-ruby-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Ruby interface to the Sary library LIB_DEPENDS= libsary.so:${PORTSDIR}/textproc/sary diff --git a/textproc/rubygem-multi_xml/Makefile b/textproc/rubygem-multi_xml/Makefile index fc85f816ab03..cc28eb5ac36d 100644 --- a/textproc/rubygem-multi_xml/Makefile +++ b/textproc/rubygem-multi_xml/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 0.5.4 CATEGORIES= textproc rubygems MASTER_SITES= RG -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Ruby library provide swappable XML backends OPTIONS_DEFINE= NOKOGIRI diff --git a/textproc/srilm/Makefile b/textproc/srilm/Makefile index 558e770f03b1..43afda86befb 100644 --- a/textproc/srilm/Makefile +++ b/textproc/srilm/Makefile @@ -8,7 +8,7 @@ CATEGORIES= textproc DISTNAME= srilm EXTRACT_SUFX?= .tgz -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Toolkit for building and applying statistical language models LIB_DEPENDS= libtcl84.so:${PORTSDIR}/lang/tcl84 diff --git a/textproc/utf8proc/Makefile b/textproc/utf8proc/Makefile index b3b5b57ce83b..1e9161c67d0f 100644 --- a/textproc/utf8proc/Makefile +++ b/textproc/utf8proc/Makefile @@ -8,7 +8,7 @@ CATEGORIES= textproc devel MASTER_SITES= http://www.public-software-group.org/pub/projects/${PORTNAME}/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-v${PORTVERSION} -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= UTF-8 processing library ALL_TARGET= c-library |