diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2010-07-08 12:51:37 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2010-07-08 12:51:37 +0000 |
commit | fb5116f2e711c225372449e25058f6755a4e8c84 (patch) | |
tree | 413c3cbddb376eae252094205d046c87490f06bb | |
parent | 90157bb4a3949b5760cac36c8346bfd8f24d5ca1 (diff) | |
download | ports-fb5116f2e711c225372449e25058f6755a4e8c84.tar.gz ports-fb5116f2e711c225372449e25058f6755a4e8c84.zip |
Notes
34 files changed, 39 insertions, 39 deletions
diff --git a/archivers/lzma/Makefile b/archivers/lzma/Makefile index 8e3d9fc4c84a..fd4bc8e289f4 100644 --- a/archivers/lzma/Makefile +++ b/archivers/lzma/Makefile @@ -11,7 +11,7 @@ CATEGORIES= archivers MASTER_SITES= SF/sevenzip/LZMA%20SDK/${PORTVERSION}/ DISTNAME= lzma${PORTVERSION:S/.//g} -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= High-ratio LZMA compressor CONFLICTS= lzmautils-[0-9]* xz-[0-9]* diff --git a/archivers/paq/Makefile b/archivers/paq/Makefile index 398a13025126..37b10668d50a 100644 --- a/archivers/paq/Makefile +++ b/archivers/paq/Makefile @@ -12,7 +12,7 @@ CATEGORIES= archivers MASTER_SITES= http://www.cs.fit.edu/~mmahoney/compression/ DISTNAME= ${PORTNAME}${DISTVERSION} -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= A family of archivers with extremely high compression ratios LPAQ= lpaq8 diff --git a/archivers/ppmd-7z/Makefile b/archivers/ppmd-7z/Makefile index 072588f9f1cf..b763b2c815d3 100644 --- a/archivers/ppmd-7z/Makefile +++ b/archivers/ppmd-7z/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= SF/p7zip/p7zip/${PORTVERSION} PKGNAMESUFFIX= -7z DISTNAME= p7zip_${DISTVERSION}_src_all -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= High-ratio PPMD compressor USE_BZIP2= yes diff --git a/devel/abi-compliance-checker/Makefile b/devel/abi-compliance-checker/Makefile index 3809321e2ca4..077f0389594e 100644 --- a/devel/abi-compliance-checker/Makefile +++ b/devel/abi-compliance-checker/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: abi-compliance-checker # Date created: August 21, 2009 -# Whom: bf <bf1783@gmail.com> +# Whom: bf <bf@FreeBSD.org> # # $FreeBSD$ # @@ -11,7 +11,7 @@ CATEGORIES= devel perl5 MASTER_SITES= http://ispras.linux-foundation.org/images/8/8d/ DISTFILES= ${PORTNAME:S/^a/A/}-${PORTVERSION}${EXTRACT_SUFX} -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= Checks binary compatibility of two versions of a C/C++ shared library NO_BUILD= yes diff --git a/devel/api-sanity-autotest/Makefile b/devel/api-sanity-autotest/Makefile index 77a50c9fba13..abb3ed40dfa7 100644 --- a/devel/api-sanity-autotest/Makefile +++ b/devel/api-sanity-autotest/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: api-sanity-autotest # Date created: February 16, 2009 -# Whom: bf <bf1783@gmail.com> +# Whom: bf <bf@FreeBSD.org> # # $FreeBSD$ # @@ -11,7 +11,7 @@ CATEGORIES= devel perl5 MASTER_SITES= http://ispras.linux-foundation.org/images/e/e8/ DISTFILES= ${PORTNAME:S/^a/A/}-${PORTVERSION}${EXTRACT_SUFX} -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= Quickly generate sanity tests for the API of a C/C++ shared library NO_BUILD= yes diff --git a/devel/distorm/Makefile b/devel/distorm/Makefile index bd9427151993..da454750ea28 100644 --- a/devel/distorm/Makefile +++ b/devel/distorm/Makefile @@ -11,7 +11,7 @@ CATEGORIES= devel MASTER_SITES= http://www.ragestorm.net/distorm/ DISTNAME= ${PORTNAME}64-pkg${PORTVERSION} -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= Fast x86 and x86-64 disassembler library USE_BZIP2= yes diff --git a/devel/libdisasm/Makefile b/devel/libdisasm/Makefile index f4f73899ed78..a4e6e8aa2708 100644 --- a/devel/libdisasm/Makefile +++ b/devel/libdisasm/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.23 CATEGORIES= devel MASTER_SITES= SF/bastard/${PORTNAME}/${PORTVERSION} -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= The Bastard Disassembly Environment x86 disassembler library and CLI GNU_CONFIGURE= yes diff --git a/devel/py-distorm/Makefile b/devel/py-distorm/Makefile index f00521df548b..c48b867e96ce 100644 --- a/devel/py-distorm/Makefile +++ b/devel/py-distorm/Makefile @@ -14,7 +14,7 @@ DISTFILES= ${PORTNAME}64-pkg${PORTVERSION}.tar.bz2 \ diSlib64.py EXTRACT_ONLY= ${PORTNAME}64-pkg${PORTVERSION}.tar.bz2 -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= Fast x86 and x86-64 disassembler library with Python interface USE_BZIP2= yes diff --git a/devel/udis86/Makefile b/devel/udis86/Makefile index 6d6d45e4852d..897ecfea115c 100644 --- a/devel/udis86/Makefile +++ b/devel/udis86/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.7 CATEGORIES= devel MASTER_SITES= SF -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= Minimalistic x86 and x86-64 disassembler library GNU_CONFIGURE= yes diff --git a/games/xwordpy/Makefile b/games/xwordpy/Makefile index 2c33e09590dc..f2ed8317d4f2 100644 --- a/games/xwordpy/Makefile +++ b/games/xwordpy/Makefile @@ -12,7 +12,7 @@ CATEGORIES= games MASTER_SITES= http://x-word.org/ DISTNAME= xword-${PORTVERSION} -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= An application for solving crossword puzzles in the Across Lite format USE_GNOME= pygtk2 diff --git a/graphics/exact-image/Makefile b/graphics/exact-image/Makefile index f00790e6f2fd..176f41ea97af 100644 --- a/graphics/exact-image/Makefile +++ b/graphics/exact-image/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.8.0 CATEGORIES= graphics MASTER_SITES= http://dl.exactcode.de/oss/${PORTNAME}/ -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= Fast image processing library BUILD_DEPENDS= swig>=1.3.32:${PORTSDIR}/devel/swig13 diff --git a/graphics/tesseract/Makefile b/graphics/tesseract/Makefile index 984db626cdb3..157042e3faec 100644 --- a/graphics/tesseract/Makefile +++ b/graphics/tesseract/Makefile @@ -12,7 +12,7 @@ CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} CENKES DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${LANGFILES} -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= Commercial quality open source OCR engine LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff diff --git a/math/R/Makefile b/math/R/Makefile index bcda8a69abe2..97194dd30ce5 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -34,7 +34,7 @@ MASTER_SITES= http://cran.r-project.org/src/base/R-2/ \ http://www.bioconductor.org/CRAN/src/base/R-2/ DISTNAME= R-${PORTVERSION} -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org .if defined(LIBRMATH_SLAVEPORT) COMMENT= The standalone math library from R .else diff --git a/math/dieharder/Makefile b/math/dieharder/Makefile index e18ae78436fa..f925d8a5d905 100644 --- a/math/dieharder/Makefile +++ b/math/dieharder/Makefile @@ -12,7 +12,7 @@ CATEGORIES= math MASTER_SITES= http://www.phy.duke.edu/~rgb/General/dieharder/ EXTRACT_SUFX= .tgz -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= A random number generator testsuite LIB_DEPENDS= gsl:${PORTSDIR}/math/gsl diff --git a/math/gsl/Makefile b/math/gsl/Makefile index d6e6ddc6645a..1a8a2b796c10 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -17,7 +17,7 @@ DISTFILES+= ${GSLREF}:gslref EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} .endif -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= The GNU Scientific Library - mathematical libs USE_LDCONFIG= yes diff --git a/math/jags/Makefile b/math/jags/Makefile index 23126290672d..d990de6941b7 100644 --- a/math/jags/Makefile +++ b/math/jags/Makefile @@ -20,7 +20,7 @@ DISTFILES+= classic-bugs.tar.gz:2 jags_developer_manual.pdf:3 \ EXTRACT_ONLY= ${DISTNAME:S/mcmc-//:U}${EXTRACT_SUFX} .endif -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= Just Another Gibbs Sampler OPTIONS= ATLAS "use ATLAS libraries instead of BLAS and LAPACK" off diff --git a/math/librandlib/Makefile b/math/librandlib/Makefile index 089465a9be10..ed86e6afc955 100644 --- a/math/librandlib/Makefile +++ b/math/librandlib/Makefile @@ -11,7 +11,7 @@ CATEGORIES= math MASTER_SITES= http://biostatistics.mdanderson.org/SoftwareDownload/ProductDownloadFiles/ DISTNAME= RANDLIB_V90 -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= Library of Routines for Random Number Generation USE_LDCONFIG= yes diff --git a/math/libranlip/Makefile b/math/libranlip/Makefile index 78f5e4ea97be..96e77a715799 100644 --- a/math/libranlip/Makefile +++ b/math/libranlip/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: libranlip # Date created: 6 Feb 2010 -# Whom: bf <bf1783@gmail.com> +# Whom: bf <bf@FreeBSD.org> # $FreeBSD$ PORTNAME= libranlip @@ -9,7 +9,7 @@ CATEGORIES= math MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \ http://www.deakin.edu.au/~gleb/ -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= A random variate generator for Lipschitz-continuous densities GNU_CONFIGURE= yes diff --git a/math/lll_spect/Makefile b/math/lll_spect/Makefile index 97204836172a..4f865b24c45e 100644 --- a/math/lll_spect/Makefile +++ b/math/lll_spect/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: lll_spect # Date created: 6 Feb. 2010 -# Whom: bf <bf1783@gmail.com> +# Whom: bf <bf@FreeBSD.org> # $FreeBSD$ PORTNAME= lll_spect @@ -12,7 +12,7 @@ DISTFILES= lll_spect.C lll_search.C examples.txt DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= LLL-spectral test of linear congruential random number generators BUILD_DEPENDS= ${LOCALBASE}/lib/libntl.a:${PORTSDIR}/math/ntl diff --git a/math/maxima/Makefile b/math/maxima/Makefile index 560daa6adbcf..8a418bd7c0e4 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 5.21.1 CATEGORIES= math tk MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= Symbolic mathematics program BUILD_DEPENDS= ${LOCALBASE}/bin/${LISPPORT} diff --git a/math/prng/Makefile b/math/prng/Makefile index 5102db1732d4..ff56ff80fbaa 100644 --- a/math/prng/Makefile +++ b/math/prng/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: prng # Date created: 16 Feb. 2010 -# Whom: bf <bf1783@gmail.com> +# Whom: bf <bf@FreeBSD.org> # $FreeBSD$ PORTNAME= prng @@ -8,7 +8,7 @@ DISTVERSION= 3.0.2 CATEGORIES= math MASTER_SITES= http://statistik.wu-wien.ac.at/software/prng/ -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= Portable, high-performance ANSI-C pseudorandom number generators GNU_CONFIGURE= yes diff --git a/math/randlib/Makefile b/math/randlib/Makefile index 089465a9be10..ed86e6afc955 100644 --- a/math/randlib/Makefile +++ b/math/randlib/Makefile @@ -11,7 +11,7 @@ CATEGORIES= math MASTER_SITES= http://biostatistics.mdanderson.org/SoftwareDownload/ProductDownloadFiles/ DISTNAME= RANDLIB_V90 -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= Library of Routines for Random Number Generation USE_LDCONFIG= yes diff --git a/math/rngstreams/Makefile b/math/rngstreams/Makefile index 151b8534323d..23469512bfa3 100644 --- a/math/rngstreams/Makefile +++ b/math/rngstreams/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.0.1 CATEGORIES= math MASTER_SITES= http://statmath.wu-wien.ac.at/software/RngStreams/ -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= A C implementation of a high-quality uniform random number generator GNU_CONFIGURE= yes diff --git a/math/testu01/Makefile b/math/testu01/Makefile index c8a2ddbfbb49..9d2c8d104310 100644 --- a/math/testu01/Makefile +++ b/math/testu01/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.iro.umontreal.ca/~simardr/testu01/:0 \ DISTFILES= ${PORTNAME}${EXTRACT_SUFX}:0 testu01.pdf:1 EXTRACT_ONLY= ${PORTNAME}${EXTRACT_SUFX} -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= Utilities for statistical testing of uniform random number generators LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp diff --git a/math/unuran/Makefile b/math/unuran/Makefile index abee242b3f81..d3bb9f02d779 100644 --- a/math/unuran/Makefile +++ b/math/unuran/Makefile @@ -11,7 +11,7 @@ CATEGORIES= math MASTER_SITES= http://statmath.wu-wien.ac.at/unuran/ \ LOCAL/wen -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= Universal Non-Uniform RANdom number generators LIB_DEPENDS= rngstreams:${PORTSDIR}/math/rngstreams diff --git a/net-mgmt/kismet/Makefile b/net-mgmt/kismet/Makefile index 4a9f7f9f9b60..9bfaabe75672 100644 --- a/net-mgmt/kismet/Makefile +++ b/net-mgmt/kismet/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net-mgmt MASTER_SITES= http://www.kismetwireless.net/code/ DISTNAME= kismet-2008-05-R1 -MAINTAINER= bf1783@googlemail.com +MAINTAINER= bf@FreeBSD.org COMMENT= 802.11 layer2 wireless network detector, sniffer, and IDS GNU_CONFIGURE= yes diff --git a/print/flpsed/Makefile b/print/flpsed/Makefile index 5ea34fc531f4..4f2bada3ee95 100644 --- a/print/flpsed/Makefile +++ b/print/flpsed/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 3 CATEGORIES= print MASTER_SITES= http://www.ecademix.com/JohannesHofmann/ -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= WYSIWYG Postscript pseudo-editor BUILD_DEPENDS+= ${LOCALBASE}/lib/libfltk2.a:${PORTSDIR}/x11-toolkits/fltk2 diff --git a/print/gsview/Makefile b/print/gsview/Makefile index 63e791d50407..b40836f189ba 100644 --- a/print/gsview/Makefile +++ b/print/gsview/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 3 CATEGORIES= print MASTER_SITES= http://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/ -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= A GUI to view, search, print, and convert PostScript and PDF documents USE_GNOME= gtk12 diff --git a/print/gv/Makefile b/print/gv/Makefile index a6698662ea57..209fca812843 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -12,7 +12,7 @@ CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= A PostScript and PDF previewer LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d diff --git a/textproc/libtre/Makefile b/textproc/libtre/Makefile index eea5da654f60..f0fe9c504204 100644 --- a/textproc/libtre/Makefile +++ b/textproc/libtre/Makefile @@ -13,7 +13,7 @@ CATEGORIES= textproc MASTER_SITES= http://laurikari.net/tre/ DISTNAME= tre-${PORTVERSION} -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= A lightweight fully POSIX compliant regexp matching library USE_BZIP2= yes diff --git a/textproc/py-libtre/Makefile b/textproc/py-libtre/Makefile index 039d0ab96681..92b1b833b848 100644 --- a/textproc/py-libtre/Makefile +++ b/textproc/py-libtre/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://laurikari.net/tre/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= tre-${PORTVERSION} -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= Python interface for the tre regular expressions library LIB_DEPENDS= tre.5:${PORTSDIR}/textproc/libtre diff --git a/textproc/unrtf/Makefile b/textproc/unrtf/Makefile index 6c22d94acc88..7bd1b86014b8 100644 --- a/textproc/unrtf/Makefile +++ b/textproc/unrtf/Makefile @@ -9,7 +9,7 @@ PORTVERSION= 0.21.1 CATEGORIES= textproc MASTER_SITES= GNU -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= A converter from RTF to several formats, including HTML and LaTeX USE_ICONV= yes diff --git a/textproc/wv/Makefile b/textproc/wv/Makefile index f926ce028296..df83c498654c 100644 --- a/textproc/wv/Makefile +++ b/textproc/wv/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://www.abisource.com/downloads/wv/${PORTVERSION}/ -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= A library and executables to access Microsoft Word files LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf diff --git a/www/dillo2/Makefile b/www/dillo2/Makefile index 34fe9cd2b786..58d3f38c8718 100644 --- a/www/dillo2/Makefile +++ b/www/dillo2/Makefile @@ -9,7 +9,7 @@ PORTVERSION= 2.2 CATEGORIES= www ipv6 MASTER_SITES= http://www.dillo.org/download/ -MAINTAINER= bf1783@gmail.com +MAINTAINER= bf@FreeBSD.org COMMENT= A fast, small graphical Web browser built upon fltk2 BUILD_DEPENDS= ${LOCALBASE}/lib/libfltk2.a:${PORTSDIR}/x11-toolkits/fltk2 |