diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-08-02 02:51:50 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-08-02 02:51:50 +0000 |
commit | c0379f51fd2e7a8153c12882cb64f4bddae5a9a3 (patch) | |
tree | 2478ff4dabbea5844338aa5aaac8a848915dfa58 | |
parent | ab162cfd85a47f76dbd1f993792047b738aa26af (diff) | |
download | ports-c0379f51fd2e7a8153c12882cb64f4bddae5a9a3.tar.gz ports-c0379f51fd2e7a8153c12882cb64f4bddae5a9a3.zip |
Notes
32 files changed, 44 insertions, 70 deletions
diff --git a/audio/csound/Makefile b/audio/csound/Makefile index 94be7aa8462f..57a5df223499 100644 --- a/audio/csound/Makefile +++ b/audio/csound/Makefile @@ -10,13 +10,11 @@ PORTNAME= csound PORTVERSION= 5.07 PORTREVISION= 1 CATEGORIES= audio lang -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://www.carpetsmoker.net/distfiles/:manual \ - http://www.xs4all.nl/~tournoij/distfiles/:manual \ - http://www.rwxrwxrwx.net/distfiles/:manual -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:src/} \ + ${MASTER_SITE_LOCAL:S/$/:manual/} +MASTER_SITE_SUBDIR= ${PORTNAME:S/$/:src/} wxs/:manual DISTNAME= ${PORTNAME:S/c/C/}${PORTVERSION}.0 -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src DIST_SUBDIR= csound MAINTAINER= scjamorim@bsd.com.br diff --git a/audio/mpdscribble/Makefile b/audio/mpdscribble/Makefile index 5cd7e593767b..028afa546e37 100644 --- a/audio/mpdscribble/Makefile +++ b/audio/mpdscribble/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/musicpd -MAINTAINER= carpetsmoker@rwxrwxrwx.net +MAINTAINER= ports@FreeBSD.org COMMENT= Musicpd last.fm client LIB_DEPENDS= soup:${PORTSDIR}/devel/libsoup diff --git a/deskutils/zorro/Makefile b/deskutils/zorro/Makefile index 9bebc75824e5..bbda3d4b8ae5 100644 --- a/deskutils/zorro/Makefile +++ b/deskutils/zorro/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.nuug.no/pub/anders/distfiles/ \ ftp://totem.fix.no/pub/mirrors/misc/ DISTNAME= ${PORTNAME}-1.1p8 -MAINTAINER= carpetsmoker@xs4all.nl +MAINTAINER= ports@FreeBSD.org COMMENT= A simple to-do list manager USE_TK_RUN= yes diff --git a/devel/cdialog/Makefile b/devel/cdialog/Makefile index 3d91e87928aa..a47dd0b320c0 100644 --- a/devel/cdialog/Makefile +++ b/devel/cdialog/Makefile @@ -10,9 +10,7 @@ PORTNAME= cdialog PORTVERSION= 1.1.20080819 PORTEPOCH= 1 CATEGORIES= devel -MASTER_SITES= ftp://invisible-island.net/dialog/ \ - http://www.xs4all.nl/~tournoij/distfiles/ \ - http://www.rwxrwxrwx.net/distfiles/ +MASTER_SITES= ftp://invisible-island.net/dialog/ DISTNAME= ${PORTNAME:S|^c||}-${PORTVERSION:R}-${PORTVERSION:E} EXTRACT_SUFX= .tgz diff --git a/devel/clanlib/Makefile b/devel/clanlib/Makefile index 979d3053f591..9c4d5e096f38 100644 --- a/devel/clanlib/Makefile +++ b/devel/clanlib/Makefile @@ -11,13 +11,11 @@ PORTVERSION= 0.8.1 PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= devel -MASTER_SITES= http://www.clanlib.org/download/releases-0.8/ \ - http://www.carpetsmoker.net/distfiles/ \ - http://www.xs4all.nl/~tournoij/distfiles/ +MASTER_SITES= http://www.clanlib.org/download/releases-0.8/ DISTNAME= ClanLib-${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= carpetsmoker@xs4all.nl +MAINTAINER= ports@FreeBSD.org COMMENT= Cross-platform game SDK LIB_DEPENDS= jpeg.10:${PORTSDIR}/graphics/jpeg \ diff --git a/devel/clig/Makefile b/devel/clig/Makefile index 9e434f6cabdc..eb4f2b8b63a6 100644 --- a/devel/clig/Makefile +++ b/devel/clig/Makefile @@ -9,11 +9,9 @@ PORTNAME= clig PORTVERSION= 1.9.11.1 PORTREVISION= 1 CATEGORIES= devel tcl -MASTER_SITES= http://wsd.iitb.fhg.de/~geg/clighome/ \ - http://www.carpetsmoker.net/distfiles/ \ - http://www.xs4all.nl/~tournoij/distfiles/ +MASTER_SITES= http://wsd.iitb.fhg.de/~geg/clighome/ -MAINTAINER= carpetsmoker@xs4all.nl +MAINTAINER= ports@FreeBSD.org COMMENT= Auto-generate an (argc, argv) processor, usage message, and manpage NO_BUILD= yes diff --git a/devel/p5-Config-ApacheFormat/Makefile b/devel/p5-Config-ApacheFormat/Makefile index 20a5cc95ecde..adbc69bf008c 100644 --- a/devel/p5-Config-ApacheFormat/Makefile +++ b/devel/p5-Config-ApacheFormat/Makefile @@ -11,7 +11,7 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= carpetsmoker@xs4all.nl +MAINTAINER= ports@FreeBSD.org COMMENT= Parse a configuration file in the same syntax as the Apache web server BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/auto/Class/MethodMaker/MethodMaker.so:${PORTSDIR}/devel/p5-Class-MethodMaker \ diff --git a/devel/pear-XML_Tree/Makefile b/devel/pear-XML_Tree/Makefile index 8bce4e6cb951..5e956b7469e5 100644 --- a/devel/pear-XML_Tree/Makefile +++ b/devel/pear-XML_Tree/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.1 PORTREVISION= 2 CATEGORIES= devel www pear -MAINTAINER= carpetsmoker@xs4all.nl +MAINTAINER= ports@FreeBSD.org COMMENT= PEAR class for representing XML data in a tree structure BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ diff --git a/editors/e93/Makefile b/editors/e93/Makefile index b72205f0a303..c6e83d2be75a 100644 --- a/editors/e93/Makefile +++ b/editors/e93/Makefile @@ -9,13 +9,11 @@ PORTNAME= e93 PORTVERSION= 1.3.4 PORTREVISION= 2 CATEGORIES= editors tcl tk -MASTER_SITES= ftp://ftp.e93.org/pub/ \ - http://www.crpetsmoker.net/distfiles/ \ - http://www.xs4all.nl/~tournoij/distfiles/ +MASTER_SITES= ftp://ftp.e93.org/pub/ DISTNAME= ${PORTNAME}-1.3r4X EXTRACT_SUFX= .tgz -MAINTAINER= carpetsmoker@xs4all.nl +MAINTAINER= ports@FreeBSD.org COMMENT= A nifty editor based on Tcl/Tk USE_TCL= 84 diff --git a/editors/vigor/Makefile b/editors/vigor/Makefile index bec7219b2175..eae0637e8488 100644 --- a/editors/vigor/Makefile +++ b/editors/vigor/Makefile @@ -12,7 +12,7 @@ CATEGORIES= editors tcl tk MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= carpetsmoker@xs4all.nl +MAINTAINER= ports@FreeBSD.org COMMENT= A vi clone inspired by the userfriendly comic strip USE_TCL= yes diff --git a/emulators/catapult/Makefile b/emulators/catapult/Makefile index df0698ed15c3..7c8cc84372f5 100644 --- a/emulators/catapult/Makefile +++ b/emulators/catapult/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= SF MASTER_SITE_SUBDIR= openmsx DISTNAME= openmsx-${PORTNAME}-${PORTVERSION:S/R1/-R1/} -MAINTAINER= carpetsmoker@rwxrwxrwx.net +MAINTAINER= ports@FreeBSD.org COMMENT= GUI for openMSX BUILD_DEPENDS= openmsx:${PORTSDIR}/emulators/openmsx diff --git a/games/super_methane_brothers/Makefile b/games/super_methane_brothers/Makefile index b40387231b39..6fb43aed2de1 100644 --- a/games/super_methane_brothers/Makefile +++ b/games/super_methane_brothers/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= methane DISTNAME= methane-${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= carpetsmoker@xs4all.nl +MAINTAINER= ports@FreeBSD.org COMMENT= A port of the Amiga platform game of the same name LIB_DEPENDS= clanCore-0.8:${PORTSDIR}/devel/clanlib \ diff --git a/games/trophy/Makefile b/games/trophy/Makefile index 2ba170b6b2cd..4cdb433c8a4b 100644 --- a/games/trophy/Makefile +++ b/games/trophy/Makefile @@ -14,7 +14,7 @@ CATEGORIES= games #MASTER_SITE_SUBDIR= ${PORTNAME} MASTER_SITES= http://trophy.sourceforge.net/archives/ -MAINTAINER= carpetsmoker@xs4all.nl +MAINTAINER= ports@FreeBSD.org COMMENT= A single player racing game LIB_DEPENDS= clanCore-0.8:${PORTSDIR}/devel/clanlib diff --git a/graphics/geeqie/Makefile b/graphics/geeqie/Makefile index 26ddccec9f2e..83e50d3e4ee4 100644 --- a/graphics/geeqie/Makefile +++ b/graphics/geeqie/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF -MAINTAINER= carpetsmoker@rwxrwxrwx.net +MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight image viewer forked from GQview LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png diff --git a/graphics/gsculpt/Makefile b/graphics/gsculpt/Makefile index 66a95932e500..2b424ff261ee 100644 --- a/graphics/gsculpt/Makefile +++ b/graphics/gsculpt/Makefile @@ -13,7 +13,7 @@ CATEGORIES= graphics MASTER_SITES= SF DISTNAME= gSculpt-${PORTVERSION}-alpha-src -MAINTAINER= carpetsmoker@xs4all.nl +MAINTAINER= ports@FreeBSD.org COMMENT= An Opensource 3D modelling application LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python-libs diff --git a/graphics/pqiv/Makefile b/graphics/pqiv/Makefile index de23f1fd0c12..b7c46afd38c4 100644 --- a/graphics/pqiv/Makefile +++ b/graphics/pqiv/Makefile @@ -9,13 +9,10 @@ PORTNAME= pqiv PORTVERSION= 0.8 PORTREVISION= 1 CATEGORIES= graphics -MASTER_SITES= http://www.pberndt.com/raw//Programme/Linux/pqiv/_download/ \ - http://www.carpetsmoker.net/distfiles/ \ - http://www.xs4all.nl/~tournoij/distfiles/ \ - http://www.rwxrwxrwx.net/distfiles/ +MASTER_SITES= http://www.pberndt.com/raw//Programme/Linux/pqiv/_download/ EXTRACT_SUFX= .tbz -MAINTAINER= carpetsmoker@rwxrwxrwx.net +MAINTAINER= ports@FreeBSD.org COMMENT= Pretty Quick Image Viewer USE_BZIP2= yes diff --git a/graphics/qiv/Makefile b/graphics/qiv/Makefile index 0f87f161a6d5..56914ddb08c6 100644 --- a/graphics/qiv/Makefile +++ b/graphics/qiv/Makefile @@ -10,14 +10,11 @@ PORTNAME= qiv PORTVERSION= 2.1.p12 PORTREVISION= 3 CATEGORIES= graphics -MASTER_SITES= http://www.klografx.net/qiv/download/ \ - http://www.carpetsmoker.net/distfiles/ \ - http://www.xs4all.nl/~tournoij/distfiles/ \ - http://www.rwxrwxrwx.net/distfiles/ +MASTER_SITES= http://www.klografx.net/qiv/download/ DISTNAME= ${PORTNAME}-${PORTVERSION:C/.p12/-pre12/} EXTRACT_SUFX= .tgz -MAINTAINER= carpetsmoker@xs4all.nl +MAINTAINER= ports@FreeBSD.org COMMENT= Small, fast GDK/Imlib image viewer OPTIONS= XINERAMA "use multiple monitors" off diff --git a/irc/tkirc/Makefile b/irc/tkirc/Makefile index 40fefcc3299a..53cfcce5391e 100644 --- a/irc/tkirc/Makefile +++ b/irc/tkirc/Makefile @@ -12,7 +12,7 @@ CATEGORIES= irc tk MASTER_SITES= http://netsplit.de/tkirc2/ DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= carpetsmoker@xs4all.nl +MAINTAINER= ports@FreeBSD.org COMMENT= A GUI for the ircII Internet Relay Chat client RUN_DEPENDS= irc:${PORTSDIR}/irc/ircII diff --git a/math/add/Makefile b/math/add/Makefile index 67c98425be7b..6546a5d15eb6 100644 --- a/math/add/Makefile +++ b/math/add/Makefile @@ -8,11 +8,10 @@ PORTNAME= add PORTVERSION= 20070214 CATEGORIES= math -MASTER_SITES= ftp://dickey.his.com/add/ \ - http://www.carpetsmoker.net/distfiles/ +MASTER_SITES= ftp://dickey.his.com/add/ EXTRACT_SUFX= .tgz -MAINTAINER= carpetsmoker@xs4all.nl +MAINTAINER= ports@FreeBSD.org COMMENT= Full-screen editing calculator GNU_CONFIGURE= yes diff --git a/math/mpexpr/Makefile b/math/mpexpr/Makefile index bfcc7289d558..aaa723191fcb 100644 --- a/math/mpexpr/Makefile +++ b/math/mpexpr/Makefile @@ -11,7 +11,7 @@ CATEGORIES= math tcl MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mpexpr -MAINTAINER= carpetsmoker@xs4all.nl +MAINTAINER= ports@FreeBSD.org COMMENT= Multiple precision math for Tcl WRKSRC= ${WRKDIR}/${DISTNAME}/unix diff --git a/misc/ewipe/Makefile b/misc/ewipe/Makefile index 960b727bfb88..909103817de7 100644 --- a/misc/ewipe/Makefile +++ b/misc/ewipe/Makefile @@ -9,11 +9,9 @@ PORTNAME= ewipe PORTVERSION= 1.2.0 PORTREVISION= 3 CATEGORIES?= misc tk -MASTER_SITES= http://www.jnet-jp.to/~sekisita/ewipe/ \ - http://www.carpetsmoker.net/distfiles/ \ - http://www.xs4all.nl/~tournoij/distfiles/ +MASTER_SITES= http://www.jnet-jp.to/~sekisita/ewipe/ -MAINTAINER?= carpetsmoker@xs4all.nl +MAINTAINER?= ports@FreeBSD.org COMMENT?= Tcl/tk-based presentation tool .if defined(KANJI) diff --git a/misc/freeguide/Makefile b/misc/freeguide/Makefile index 922d6474b3f3..a31a5d162877 100644 --- a/misc/freeguide/Makefile +++ b/misc/freeguide/Makefile @@ -13,7 +13,7 @@ CATEGORIES= misc java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= freeguide-tv -MAINTAINER= carpetsmoker@xs4all.nl +MAINTAINER= ports@FreeBSD.org COMMENT= An interactive TV guide which will create personalized TV listings RUN_DEPENDS= tv_cat:${PORTSDIR}/textproc/p5-xmltv diff --git a/misc/tkregexp/Makefile b/misc/tkregexp/Makefile index e346bd0efc48..49cd0e17b1fa 100644 --- a/misc/tkregexp/Makefile +++ b/misc/tkregexp/Makefile @@ -12,7 +12,7 @@ CATEGORIES= misc tk MASTER_SITES= http://laurent.riesterer.free.fr/regexp/ DISTNAME= visual_regexp-${PORTVERSION} -MAINTAINER= carpetsmoker@xs4all.nl +MAINTAINER= ports@FreeBSD.org COMMENT= An interactive regexp design tool USE_TK_RUN= yes diff --git a/sysutils/daa2iso/Makefile b/sysutils/daa2iso/Makefile index 964335fb1eed..9f4ff9df2dea 100644 --- a/sysutils/daa2iso/Makefile +++ b/sysutils/daa2iso/Makefile @@ -8,8 +8,7 @@ PORTNAME= daa2iso PORTVERSION= 0.1.7b CATEGORIES= sysutils -MASTER_SITES= http://www.xs4all.nl/distfiles/ \ - http://www.rwxrwxrwx.net/distfiles/ +MASTER_SITES= http://www.xs4all.nl/distfiles/ MAINTAINER= scjamorim@bsd.com.br COMMENT= Convert PowerISO DAA files to ISO9660 diff --git a/sysutils/uif2iso/Makefile b/sysutils/uif2iso/Makefile index ec34c92af8b2..4b4f20ad1461 100644 --- a/sysutils/uif2iso/Makefile +++ b/sysutils/uif2iso/Makefile @@ -8,8 +8,7 @@ PORTNAME= uif2iso PORTVERSION= 0.1.7a CATEGORIES= sysutils -MASTER_SITES= http://www.xs4all.nl/distfiles/ \ - http://www.rwxrwxrwx.net/distfiles/ +MASTER_SITES= http://www.xs4all.nl/distfiles/ MAINTAINER= scjamorim@bsd.com.br COMMENT= Convert MagicISO UIF files to ISO9660 diff --git a/textproc/cost/Makefile b/textproc/cost/Makefile index 4f074c76c0de..2cd9e0548bc6 100644 --- a/textproc/cost/Makefile +++ b/textproc/cost/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 2 CATEGORIES= textproc tcl MASTER_SITES= http://www.flightlab.com/~joe/cost/ -MAINTAINER= carpetsmoker@xs4all.nl +MAINTAINER= ports@FreeBSD.org COMMENT= SGML/XML application programming tool USE_TCL= 84 diff --git a/x11-fm/gprename/Makefile b/x11-fm/gprename/Makefile index cc5db74eef34..f35616bed406 100644 --- a/x11-fm/gprename/Makefile +++ b/x11-fm/gprename/Makefile @@ -12,7 +12,7 @@ PORTEPOCH= 1 CATEGORIES= x11-fm MASTER_SITES= SF -MAINTAINER= carpetsmoker@rwxrwxrwx.net +MAINTAINER= ports@FreeBSD.org COMMENT= Perl script for renaming multiple files RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ diff --git a/x11-fm/pcmanfm/Makefile b/x11-fm/pcmanfm/Makefile index b6cc29387d00..fb161e0c762f 100644 --- a/x11-fm/pcmanfm/Makefile +++ b/x11-fm/pcmanfm/Makefile @@ -11,7 +11,7 @@ PORTVERSION= 0.5.1 CATEGORIES= x11-fm MASTER_SITES= SF -MAINTAINER= carpetsmoker@xs4all.nl +MAINTAINER= ports@FreeBSD.org COMMENT= PCMan File Manager LIB_DEPENDS= startup-notification-1:${PORTSDIR}/x11/startup-notification diff --git a/x11-fm/xfe/Makefile b/x11-fm/xfe/Makefile index 14f1fff64e4f..dc63f86431e1 100644 --- a/x11-fm/xfe/Makefile +++ b/x11-fm/xfe/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 4 CATEGORIES= x11-fm MASTER_SITES= SF -MAINTAINER= carpetsmoker@rwxrwxrwx.net +MAINTAINER= ports@FreeBSD.org COMMENT= Fast MS-Explorer like filemanager for X LIB_DEPENDS= FOX-1.6:${PORTSDIR}/x11-toolkits/fox16 \ diff --git a/x11-wm/pekwm/Makefile b/x11-wm/pekwm/Makefile index 766ef98730e3..f7f17fc6d4d1 100644 --- a/x11-wm/pekwm/Makefile +++ b/x11-wm/pekwm/Makefile @@ -10,12 +10,9 @@ PORTVERSION= 0.1.11 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11-wm -MASTER_SITES= http://pekwm.org/projects/3/files/ \ - http://www.carpetsmoker.net/distfiles/ \ - http://www.xs4all.nl/~tournoij/distfiles/ \ - http://www.rwxrwxrwx.net/distfiles/ +MASTER_SITES= http://pekwm.org/projects/3/files/ -MAINTAINER= carpetsmoker@rwxrwxrwx.net +MAINTAINER= ports@FreeBSD.org COMMENT= Light, Unobtrusive, and configurable windowmanager LIB_DEPENDS= jpeg.10:${PORTSDIR}/graphics/jpeg \ diff --git a/x11/grabc/Makefile b/x11/grabc/Makefile index 877b79c45c64..cde11439cf45 100644 --- a/x11/grabc/Makefile +++ b/x11/grabc/Makefile @@ -10,12 +10,10 @@ PORTNAME= grabc PORTVERSION= 1.1 PORTREVISION= 4 CATEGORIES= x11 -MASTER_SITES= http://muquit.com/muquit/software/grabc/ \ - http://www.carpetsmoker.net/distfiles/ \ - http://www.xs4all.nl/~tournoij/distfiles/ +MASTER_SITES= http://muquit.com/muquit/software/grabc/ DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= carpetsmoker@xs4all.nl +MAINTAINER= ports@FreeBSD.org COMMENT= Grab a color from screen PLIST_FILES= bin/grabc diff --git a/x11/xrsi/Makefile b/x11/xrsi/Makefile index 429258743e16..a1cdc5bacd1b 100644 --- a/x11/xrsi/Makefile +++ b/x11/xrsi/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= SF -MAINTAINER= carpetsmoker@xs4all.nl +MAINTAINER= ports@FreeBSD.org COMMENT= A minimalist break enforcer for linux/unix for the prevention of RSI USE_XORG= x11 |