diff options
author | mat <mat@FreeBSD.org> | 2015-05-14 10:15:04 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-05-14 10:15:04 +0000 |
commit | d72353c225a0cff8478c442d745a54e4630671fc (patch) | |
tree | 627649ff7699a289d5d78c11bf8d105881402ca8 /graphics | |
parent | 7790dd541328e5000ba710fc478bc5f22ab41cc6 (diff) | |
download | FreeBSD-ports-d72353c225a0cff8478c442d745a54e4630671fc.zip FreeBSD-ports-d72353c225a0cff8478c442d745a54e4630671fc.tar.gz |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'graphics')
62 files changed, 54 insertions, 111 deletions
diff --git a/graphics/4va/Makefile b/graphics/4va/Makefile index bb6e9e5..53a5608 100644 --- a/graphics/4va/Makefile +++ b/graphics/4va/Makefile @@ -5,14 +5,13 @@ PORTNAME= 4va PORTVERSION= 1.21 PORTREVISION= 2 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= apps/graphics/hacks/X -EXTRACT_SUFX= .tgz +MASTER_SITES= SUNSITE/apps/graphics/hacks/X MAINTAINER= ports@FreeBSD.org COMMENT= Four-Dimensional graphics tumbler for X11 USE_XORG= x11 +USES= tar:tgz MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ CLIBS="-lm -lX11 -L${LOCALBASE}/lib" diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile index f02434f..ccea1e3 100644 --- a/graphics/GraphicsMagick/Makefile +++ b/graphics/GraphicsMagick/Makefile @@ -8,7 +8,6 @@ PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= SF \ ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/ -MASTER_SITE_SUBDIR= ${PORTNAME:tl}/${PORTNAME:tl}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Fast image processing tools based on ImageMagick diff --git a/graphics/Hermes/Makefile b/graphics/Hermes/Makefile index 2cd24bd..490ade6 100644 --- a/graphics/Hermes/Makefile +++ b/graphics/Hermes/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.3.3 PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= ftp://ftp.su.se/pub/lunar/source-archive/ \ - GENTOO/distfiles + GENTOO MAINTAINER= ports@FreeBSD.org COMMENT= Fast pixel formats conversion library diff --git a/graphics/SciPlot/Makefile b/graphics/SciPlot/Makefile index aa37692..4c1f6fd 100644 --- a/graphics/SciPlot/Makefile +++ b/graphics/SciPlot/Makefile @@ -5,8 +5,7 @@ PORTNAME= SciPlot PORTVERSION= 1.36 PORTREVISION= 4 CATEGORIES= graphics math -MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= widgets +MASTER_SITES= XCONTRIB/widgets MAINTAINER= thierry@FreeBSD.org COMMENT= Full-featured Xt widget to display 2D data in a graph diff --git a/graphics/acidwarp/Makefile b/graphics/acidwarp/Makefile index 26a3085..0c8dec9 100644 --- a/graphics/acidwarp/Makefile +++ b/graphics/acidwarp/Makefile @@ -4,8 +4,7 @@ PORTNAME= acidwarp PORTVERSION= 1.0 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= apps/graphics/hacks/svgalib +MASTER_SITES= SUNSITE/apps/graphics/hacks/svgalib MAINTAINER= swills@FreeBSD.org COMMENT= SVGAlib demo which displays trippy mathematical images in cycling colors diff --git a/graphics/barcode/Makefile b/graphics/barcode/Makefile index e0d5848..a1f86cd 100644 --- a/graphics/barcode/Makefile +++ b/graphics/barcode/Makefile @@ -4,8 +4,7 @@ PORTNAME= barcode PORTVERSION= 0.98 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= barcode +MASTER_SITES= GNU MAINTAINER= jev@ecad.org COMMENT= A barcode generation library along with a command line frontend diff --git a/graphics/cal3d-devel/Makefile b/graphics/cal3d-devel/Makefile index 4439b13..e5829eb 100644 --- a/graphics/cal3d-devel/Makefile +++ b/graphics/cal3d-devel/Makefile @@ -5,8 +5,7 @@ PORTNAME= cal3d PORTVERSION= 20060720 PORTREVISION= 4 CATEGORIES= graphics devel -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= acm/${PORTNAME} +MASTER_SITES= LOCAL/acm/${PORTNAME} PKGNAMESUFFIX= -devel DIST_SUBDIR= ${PORTNAME} diff --git a/graphics/cegui/Makefile b/graphics/cegui/Makefile index e20713f..6b14e58 100644 --- a/graphics/cegui/Makefile +++ b/graphics/cegui/Makefile @@ -4,8 +4,7 @@ PORTNAME= cegui PORTVERSION= 0.8.4 CATEGORIES= graphics devel -MASTER_SITES= SF -MASTER_SITE_SUBDIR= crayzedsgui/CEGUI%20Mk-2/0.8 +MASTER_SITES= SF/crayzedsgui/CEGUI%20Mk-2/0.8 MAINTAINER= oliver@FreeBSD.org COMMENT= Library providing windowing and widgets for graphics APIs diff --git a/graphics/dc20pack/Makefile b/graphics/dc20pack/Makefile index fe04ea9..018f0d4 100644 --- a/graphics/dc20pack/Makefile +++ b/graphics/dc20pack/Makefile @@ -4,8 +4,7 @@ PORTNAME= dc20pack PORTVERSION= 1.0 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= apps/graphics/capture +MASTER_SITES= SUNSITE/apps/graphics/capture MAINTAINER= maurice@castro.aus.net COMMENT= Digital camera control and download tool for Kodak DC20/25 camera diff --git a/graphics/dmtx-utils/Makefile b/graphics/dmtx-utils/Makefile index 9f32d0f..d4b2b92 100644 --- a/graphics/dmtx-utils/Makefile +++ b/graphics/dmtx-utils/Makefile @@ -5,8 +5,7 @@ PORTNAME= dmtx-utils PORTVERSION= 0.7.4 PORTREVISION= 1 CATEGORIES= graphics -MASTER_SITES= SF -MASTER_SITE_SUBDIR=libdmtx/libdmtx/${PORTVERSION} +MASTER_SITES= SF/libdmtx/libdmtx/${PORTVERSION} MAINTAINER= johans@FreeBSD.org COMMENT= Software for reading and writing Data Matrix barcodes diff --git a/graphics/driconf/Makefile b/graphics/driconf/Makefile index d1ec3dc..537aac1 100644 --- a/graphics/driconf/Makefile +++ b/graphics/driconf/Makefile @@ -5,8 +5,7 @@ PORTNAME= driconf PORTVERSION= 0.9.1 PORTREVISION= 10 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_DEBIAN} -MASTER_SITE_SUBDIR= pool/main/d/${PORTNAME} +MASTER_SITES= DEBIAN DISTFILES= ${PORTNAME}_${PORTVERSION}.orig.tar.gz MAINTAINER= lichray@gmail.com diff --git a/graphics/flasm/Makefile b/graphics/flasm/Makefile index 9f98c85..de3299d 100644 --- a/graphics/flasm/Makefile +++ b/graphics/flasm/Makefile @@ -3,9 +3,8 @@ PORTNAME= flasm PORTVERSION= 1.62 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_LOCAL} \ +MASTER_SITES= LOCAL/kuriyama \ http://www.nowrap.de/download/ -MASTER_SITE_SUBDIR= kuriyama DISTNAME= flasm16src MAINTAINER= kuriyama@FreeBSD.org diff --git a/graphics/g2/Makefile b/graphics/g2/Makefile index de9e7bc..9c2e30b 100644 --- a/graphics/g2/Makefile +++ b/graphics/g2/Makefile @@ -5,8 +5,7 @@ PORTNAME= g2 PORTVERSION= 0.40 PORTREVISION= 9 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= libs/graphics +MASTER_SITES= SUNSITE/libs/graphics MAINTAINER= ports@FreeBSD.org COMMENT= Easy to use, portable, and powerful 2D graphics library diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile index 4a538f0..5cbb272 100644 --- a/graphics/gdk-pixbuf/Makefile +++ b/graphics/gdk-pixbuf/Makefile @@ -6,7 +6,7 @@ PORTNAME= gdk-pixbuf PORTVERSION= 0.22.0 PORTREVISION= 17 CATEGORIES= graphics -MASTER_SITES= GNOME/sources/gdk-pixbuf/0.22 +MASTER_SITES= GNOME DISTNAME= gdk-pixbuf-${PORTVERSION} DIST_SUBDIR= gnome diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index d7ab985..f3c98d2 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -6,8 +6,7 @@ PORTVERSION= 2.8.14 PORTREVISION?= 2 PORTEPOCH?= 1 CATEGORIES?= graphics gnome -MASTER_SITES= GIMP -MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R} +MASTER_SITES= GIMP/gimp/v${PORTVERSION:R} DISTNAME= gimp-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org diff --git a/graphics/gpaint/Makefile b/graphics/gpaint/Makefile index 7956035..17ea6ae 100644 --- a/graphics/gpaint/Makefile +++ b/graphics/gpaint/Makefile @@ -6,8 +6,7 @@ PORTVERSION= 0.3.3 DISTVERSIONPREFIX= 2- PORTREVISION= 5 CATEGORIES= graphics gnome -MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= GNU_ALPHA MAINTAINER= ports@FreeBSD.org COMMENT= Small-scale painting program for GNOME diff --git a/graphics/graphos/Makefile b/graphics/graphos/Makefile index be41bc0..a7b305f 100644 --- a/graphics/graphos/Makefile +++ b/graphics/graphos/Makefile @@ -4,8 +4,7 @@ PORTNAME= graphos PORTVERSION= 0.5 PORTREVISION= 2 CATEGORIES= graphics gnustep -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= gap +MASTER_SITES= SAVANNAH/gap DISTNAME= Graphos-${PORTVERSION} MAINTAINER= theraven@FreeBSD.org diff --git a/graphics/gtk-update-icon-cache/Makefile b/graphics/gtk-update-icon-cache/Makefile index eaaa5dd..2987357 100644 --- a/graphics/gtk-update-icon-cache/Makefile +++ b/graphics/gtk-update-icon-cache/Makefile @@ -4,8 +4,7 @@ PORTNAME= gtk-update-icon-cache PORTVERSION= 2.24.27 CATEGORIES= graphics -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +MASTER_SITES= GNOME/sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DISTNAME= gtk+-${PORTVERSION} DIST_SUBDIR= gnome2 diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index 5341504..d20ba1c 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -6,8 +6,7 @@ PORTVERSION= 1.4.6 PORTREVISION= 6 PORTEPOCH= 2 CATEGORIES= graphics enlightenment -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= enlightenment/imlib2-src/${PORTVERSION} +MASTER_SITES= SF/enlightenment/imlib2-src/${PORTVERSION} MAINTAINER= bf@FreeBSD.org COMMENT= The next generation graphics library for Enlightenment diff --git a/graphics/imlib2_loaders/Makefile b/graphics/imlib2_loaders/Makefile index f997af0..8ba327f 100644 --- a/graphics/imlib2_loaders/Makefile +++ b/graphics/imlib2_loaders/Makefile @@ -6,8 +6,7 @@ PORTVERSION= 1.4.6 PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= graphics enlightenment -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= enlightenment/imlib2-src/${PORTVERSION} +MASTER_SITES= SF/enlightenment/imlib2-src/${PORTVERSION} MAINTAINER= bf@FreeBSD.org COMMENT= Extra image loader plugins for Imlib 2 diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile index 8a783c8..d49b586 100644 --- a/graphics/jasper/Makefile +++ b/graphics/jasper/Makefile @@ -6,8 +6,7 @@ PORTVERSION= 1.900.1 PORTREVISION= 14 CATEGORIES= graphics MASTER_SITES= http://www.ece.uvic.ca/~mdadams/jasper/software/ \ - ${MASTER_SITE_IMAGEMAGICK} -MASTER_SITE_SUBDIR= ImageMagick/delegates + ftp://ftp.imagemagick.org/pub/ImageMagick/delegates/ MAINTAINER= dinoex@FreeBSD.org COMMENT= Implementation of the codec specified in the JPEG-2000 standard @@ -23,9 +22,6 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-shared --enable-static USE_LDCONFIG= yes -MASTER_SITE_IMAGEMAGICK= \ - ftp://ftp.imagemagick.org/pub/%SUBDIR%/ - OPTIONS_DEFINE= OPENGL UUID DOCS UUID_DESC= UUID support (required by GDAL) diff --git a/graphics/jpgtn/Makefile b/graphics/jpgtn/Makefile index 491f640..c6af00e 100644 --- a/graphics/jpgtn/Makefile +++ b/graphics/jpgtn/Makefile @@ -5,8 +5,7 @@ PORTNAME= jpgtn PORTVERSION= 2.06 PORTREVISION= 2 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= apps/graphics/misc +MASTER_SITES= SUNSITE/apps/graphics/misc MAINTAINER= ports@FreeBSD.org COMMENT= Creates thumbnails of JPEG images diff --git a/graphics/liblug/Makefile b/graphics/liblug/Makefile index 99285ac..3378cf2 100644 --- a/graphics/liblug/Makefile +++ b/graphics/liblug/Makefile @@ -5,8 +5,7 @@ PORTNAME= liblug PORTVERSION= 1.0.6 PORTREVISION= 5 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= libs/graphics +MASTER_SITES= SUNSITE/libs/graphics MAINTAINER= ports@FreeBSD.org COMMENT= Multi-format graphics manipulation library diff --git a/graphics/linplasma/Makefile b/graphics/linplasma/Makefile index cd07660..eb87ea3 100644 --- a/graphics/linplasma/Makefile +++ b/graphics/linplasma/Makefile @@ -5,8 +5,7 @@ PORTNAME= linplasma PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= apps/graphics/hacks/svgalib +MASTER_SITES= SUNSITE/apps/graphics/hacks/svgalib MAINTAINER= ports@FreeBSD.org COMMENT= Sinus plasma, an SVGAlib demo diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index 4572d7a..4f2d3d1 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -6,8 +6,7 @@ PORTVERSION= 10.35.94 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/netpbm/super_stable/${PORTVERSION} \ - ${MASTER_SITE_LOCAL:S/$/:man/} -MASTER_SITE_SUBDIR= dinoex/:man + LOCAL/dinoex/:man MAINTAINER= dinoex@FreeBSD.org COMMENT= Toolkit for conversion of images between different formats diff --git a/graphics/ocrad/Makefile b/graphics/ocrad/Makefile index c7d0c43..29af8ff 100644 --- a/graphics/ocrad/Makefile +++ b/graphics/ocrad/Makefile @@ -5,7 +5,6 @@ PORTNAME= ocrad PORTVERSION= 0.22 CATEGORIES= graphics MASTER_SITES= GNU -MASTER_SITE_SUBDIR= ${PORTNAME} EXTRACT_SUFX= .tar.lz MAINTAINER= lippe@FreeBSD.org diff --git a/graphics/ocropus/Makefile b/graphics/ocropus/Makefile index 5726eb7..e51e4c9 100644 --- a/graphics/ocropus/Makefile +++ b/graphics/ocropus/Makefile @@ -5,7 +5,7 @@ PORTNAME= ocropus PORTVERSION= 0.4 PORTREVISION= 14 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= GOOGLE_CODE MAINTAINER= hiroto.kagotani@gmail.com COMMENT= The OCRopus(tm) open source document analysis and OCR system diff --git a/graphics/opengl-man/Makefile b/graphics/opengl-man/Makefile index 5193fa4..99b21c8 100644 --- a/graphics/opengl-man/Makefile +++ b/graphics/opengl-man/Makefile @@ -5,8 +5,7 @@ PORTNAME= opengl-man PORTVERSION= 657.2 CATEGORIES= graphics MASTER_SITES= http://www2.cons.org/freebsd-distfiles/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= cracauer + LOCAL/cracauer DISTNAME= opengl-man-657-plusmissing MAINTAINER= ports@FreeBSD.org diff --git a/graphics/opennurbs/Makefile b/graphics/opennurbs/Makefile index 9886552..c43d282 100644 --- a/graphics/opennurbs/Makefile +++ b/graphics/opennurbs/Makefile @@ -6,7 +6,6 @@ PORTVERSION= 20121024 PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://files.na.mcneel.com/opennurbs/5.0/2012-10-24/ -MASTER_SITE_SUBDIR= ${PORTNAME}_${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= fernando.apesteguia@gmail.com diff --git a/graphics/p5-Color-Calc/Makefile b/graphics/p5-Color-Calc/Makefile index 929cb50..f1fa266 100644 --- a/graphics/p5-Color-Calc/Makefile +++ b/graphics/p5-Color-Calc/Makefile @@ -6,7 +6,6 @@ PORTVERSION= 1.074 PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= Color PKGNAMEPREFIX= p5- MAINTAINER= vanilla@FreeBSD.org diff --git a/graphics/p5-Color-Palette/Makefile b/graphics/p5-Color-Palette/Makefile index 8c7c2b9..c66b348 100644 --- a/graphics/p5-Color-Palette/Makefile +++ b/graphics/p5-Color-Palette/Makefile @@ -6,7 +6,6 @@ PORTVERSION= 0.100002 PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= Color PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org diff --git a/graphics/p5-Color-Scheme/Makefile b/graphics/p5-Color-Scheme/Makefile index 23ee20a..5419205 100644 --- a/graphics/p5-Color-Scheme/Makefile +++ b/graphics/p5-Color-Scheme/Makefile @@ -5,7 +5,6 @@ PORTVERSION= 1.05 PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= Color PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org diff --git a/graphics/p5-Image-PBMlib/Makefile b/graphics/p5-Image-PBMlib/Makefile index 874482d..cbaf468 100644 --- a/graphics/p5-Image-PBMlib/Makefile +++ b/graphics/p5-Image-PBMlib/Makefile @@ -6,7 +6,6 @@ PORTVERSION= 2.00 PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= Image PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org diff --git a/graphics/p5-SpringGraph/Makefile b/graphics/p5-SpringGraph/Makefile index 8dbbf0c..b0acb87 100644 --- a/graphics/p5-SpringGraph/Makefile +++ b/graphics/p5-SpringGraph/Makefile @@ -5,8 +5,7 @@ PORTNAME= SpringGraph PORTVERSION= 0.05 PORTREVISION= 8 CATEGORIES= graphics perl5 -MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= GraphViz/TEEJAY +MASTER_SITES= CPAN/GraphViz/TEEJAY PKGNAMEPREFIX= p5- MAINTAINER= bofh@FreeBSD.org diff --git a/graphics/p5-URI-GoogleChart/Makefile b/graphics/p5-URI-GoogleChart/Makefile index 8f0024e..63a20fe 100644 --- a/graphics/p5-URI-GoogleChart/Makefile +++ b/graphics/p5-URI-GoogleChart/Makefile @@ -6,7 +6,6 @@ PORTVERSION= 1.02 PORTREVISION= 1 CATEGORIES= graphics www perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= URI PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org diff --git a/graphics/pear-IO_SWF/Makefile b/graphics/pear-IO_SWF/Makefile index 4c76223..a8a476f 100644 --- a/graphics/pear-IO_SWF/Makefile +++ b/graphics/pear-IO_SWF/Makefile @@ -5,8 +5,7 @@ PORTNAME= IO_SWF PORTVERSION= 2.2.6 CATEGORIES= graphics www pear MASTER_SITES= http://openpear.org/get/ \ - LOCAL -MASTER_SITE_SUBDIR= tota/${PKGNAMEPREFIX}${PORTNAME} + LOCAL/tota/${PKGNAMEPREFIX}${PORTNAME} PKGNAMEPREFIX= pear- MAINTAINER= yoya@awm.jp diff --git a/graphics/pecl-qrencode/Makefile b/graphics/pecl-qrencode/Makefile index c49f467..f480c05 100644 --- a/graphics/pecl-qrencode/Makefile +++ b/graphics/pecl-qrencode/Makefile @@ -4,8 +4,7 @@ PORTNAME= qrencode PORTVERSION= 0.4 CATEGORIES= graphics pear -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= vanilla +MASTER_SITES= LOCAL/vanilla PKGNAMEPREFIX= pecl- DIST_SUBDIR= PECL diff --git a/graphics/pfscalibration/Makefile b/graphics/pfscalibration/Makefile index 51b775f..35e0e9e 100644 --- a/graphics/pfscalibration/Makefile +++ b/graphics/pfscalibration/Makefile @@ -4,8 +4,7 @@ PORTNAME= pfscalibration PORTVERSION= 1.4 CATEGORIES= graphics -MASTER_SITES= SF -MASTER_SITE_SUBDIR= pfstools/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF/pfstools/${PORTNAME}/${PORTVERSION} MAINTAINER= ii@any.com.ru COMMENT= Photometric calibration of cameras and recovery HDR images from the set of LDR exposures diff --git a/graphics/pfstmo/Makefile b/graphics/pfstmo/Makefile index 4ec3172..a867c4e 100644 --- a/graphics/pfstmo/Makefile +++ b/graphics/pfstmo/Makefile @@ -5,8 +5,7 @@ PORTNAME= pfstmo PORTVERSION= 1.5 PORTREVISION= 2 CATEGORIES= graphics -MASTER_SITES= SF -MASTER_SITE_SUBDIR= pfstools/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF/pfstools/${PORTNAME}/${PORTVERSION} MAINTAINER= ii@any.com.ru COMMENT= Tone mapping operators diff --git a/graphics/php5-swfed/Makefile b/graphics/php5-swfed/Makefile index feacc19..09c19e2 100644 --- a/graphics/php5-swfed/Makefile +++ b/graphics/php5-swfed/Makefile @@ -5,8 +5,7 @@ PORTNAME= swfed PORTVERSION= 0.62 PORTREVISION= 3 CATEGORIES= graphics www -MASTER_SITES= SFJP -MASTER_SITE_SUBDIR= ${PORTNAME}/60548 +MASTER_SITES= SFJP/${PORTNAME}/60548 PKGNAMEPREFIX= php5- MAINTAINER= yoya@awm.jp diff --git a/graphics/pixelize/Makefile b/graphics/pixelize/Makefile index 8ff1d60..10b5c5e 100644 --- a/graphics/pixelize/Makefile +++ b/graphics/pixelize/Makefile @@ -8,7 +8,6 @@ CATEGORIES= graphics MASTER_SITES= ftp://lashwhip.com/pub/ \ http://www.c-s.li/ports/ \ http://lashwhip.com/pixelize/ -MASTER_SITE_SUBDIR= apps/graphics/misc MAINTAINER= cs@FreeBSD.org COMMENT= Use many scaled down images to try to duplicate another image diff --git a/graphics/prison/Makefile b/graphics/prison/Makefile index 7cd1b11..c1da7e9 100644 --- a/graphics/prison/Makefile +++ b/graphics/prison/Makefile @@ -5,8 +5,7 @@ PORTNAME= prison PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= graphics kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src +MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src MAINTAINER= fluffy@FreeBSD.org COMMENT= Barcode library for KDE diff --git a/graphics/py-gchartwrapper/Makefile b/graphics/py-gchartwrapper/Makefile index c0048fe..8f180af 100644 --- a/graphics/py-gchartwrapper/Makefile +++ b/graphics/py-gchartwrapper/Makefile @@ -5,7 +5,7 @@ PORTNAME= GChartWrapper PORTVERSION= 0.9 PORTREVISION= 3 CATEGORIES= graphics python -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nivit@FreeBSD.org diff --git a/graphics/py-glewpy/Makefile b/graphics/py-glewpy/Makefile index 112f218..3fc4f4a 100644 --- a/graphics/py-glewpy/Makefile +++ b/graphics/py-glewpy/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= python PATCH_SITES= http://mirror.amdmi3.ru/distfiles/ \ - ${MASTER_SITE_LOCAL:S|%SUBDIR%|amdmi3|} + LOCAL/amdmi3 PATCHFILES= glewpy-${PORTVERSION}-generatedsources.diff.bz2 MAINTAINER= acm@FreeBSD.org diff --git a/graphics/py-openexr/Makefile b/graphics/py-openexr/Makefile index f34852f..e627432 100644 --- a/graphics/py-openexr/Makefile +++ b/graphics/py-openexr/Makefile @@ -17,7 +17,6 @@ LIB_DEPENDS= libIlmImf.so:${PORTSDIR}/graphics/OpenEXR USES= python USE_PYTHON= distutils autoplist -MASTER_SITE_SUBDIR=source/O/OpenEXR post-extract: ${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' ${WRKSRC}/setup.py diff --git a/graphics/scr2png/Makefile b/graphics/scr2png/Makefile index a015790..418a338 100644 --- a/graphics/scr2png/Makefile +++ b/graphics/scr2png/Makefile @@ -5,8 +5,7 @@ PORTNAME= scr2png PORTVERSION= 1.2 PORTREVISION= 6 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= nik +MASTER_SITES= LOCAL/nik MAINTAINER= ports@FreeBSD.org COMMENT= Converts the output of "vidcontrol -p" to PNG diff --git a/graphics/sdl2_gfx/Makefile b/graphics/sdl2_gfx/Makefile index e27e968..9be086d 100644 --- a/graphics/sdl2_gfx/Makefile +++ b/graphics/sdl2_gfx/Makefile @@ -5,8 +5,7 @@ PORTNAME= sdl2_gfx PORTVERSION= 1.0.1 PORTREVISION= 4 CATEGORIES= graphics -MASTER_SITES= http://www.ferzkopp.net/Software/%SUBDIR%/ -MASTER_SITE_SUBDIR= SDL2_gfx +MASTER_SITES= http://www.ferzkopp.net/Software/SDL2_gfx/ DISTNAME= SDL2_gfx-${PORTVERSION} MAINTAINER= mva@FreeBSD.org diff --git a/graphics/sdl_gfx/Makefile b/graphics/sdl_gfx/Makefile index b360c69..0278d65 100644 --- a/graphics/sdl_gfx/Makefile +++ b/graphics/sdl_gfx/Makefile @@ -5,8 +5,7 @@ PORTNAME= sdl_gfx PORTVERSION= 2.0.25 PORTREVISION= 3 CATEGORIES= graphics -MASTER_SITES= http://www.ferzkopp.net/Software/%SUBDIR%/ -MASTER_SITE_SUBDIR= SDL_gfx-${PORTVERSION:R} +MASTER_SITES= http://www.ferzkopp.net/Software/SDL_gfx-${PORTVERSION:R}/ DISTNAME= SDL_gfx-${PORTVERSION} MAINTAINER= mva@FreeBSD.org diff --git a/graphics/seam-carving-gui/Makefile b/graphics/seam-carving-gui/Makefile index e55096b..cf6eec8 100644 --- a/graphics/seam-carving-gui/Makefile +++ b/graphics/seam-carving-gui/Makefile @@ -5,7 +5,7 @@ PORTNAME= seam-carving-gui PORTVERSION= 1.11 PORTREVISION= 2 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= GOOGLE_CODE DISTNAME= SeamCarvingGui-Src-${PORTVERSION} MAINTAINER= buganini@gmail.com diff --git a/graphics/seejpeg/Makefile b/graphics/seejpeg/Makefile index eb0efd0..54af290 100644 --- a/graphics/seejpeg/Makefile +++ b/graphics/seejpeg/Makefile @@ -5,8 +5,7 @@ PORTNAME= seejpeg PORTVERSION= 1.10 PORTREVISION= 4 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= apps/graphics/viewers/svga +MASTER_SITES= SUNSITE/apps/graphics/viewers/svga MAINTAINER= ports@FreeBSD.org COMMENT= Console graphics viewer using the svga console graphics library diff --git a/graphics/separate/Makefile b/graphics/separate/Makefile index d28f124..f300aa3 100644 --- a/graphics/separate/Makefile +++ b/graphics/separate/Makefile @@ -6,8 +6,7 @@ PORTVERSION= 0.5.8 PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= graphics -MASTER_SITES= SFJP -MASTER_SITE_SUBDIR= separate-plus/47873 +MASTER_SITES= SFJP/separate-plus/47873 DISTNAME= ${PORTNAME}+-${PORTVERSION} MAINTAINER= ports@FreeBSD.org diff --git a/graphics/svgfig/Makefile b/graphics/svgfig/Makefile index 09961d5..8f1f861 100644 --- a/graphics/svgfig/Makefile +++ b/graphics/svgfig/Makefile @@ -4,17 +4,16 @@ PORTNAME= SVGFig PORTVERSION= 1.1.6 PORTREVISION= 1 CATEGORIES= graphics python -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME:tl}-${PORTVERSION} -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Draw mathematical figures in SVG using Python WRKSRC= ${WRKDIR}/${PORTNAME:tl} -USES= python +USES= python tar:tgz USE_PYTHON= distutils autoplist post-patch: diff --git a/graphics/tesseract-data/Makefile b/graphics/tesseract-data/Makefile index 8d1646f..dd10a1c 100644 --- a/graphics/tesseract-data/Makefile +++ b/graphics/tesseract-data/Makefile @@ -5,7 +5,7 @@ PORTNAME= tesseract-data PORTVERSION= 3.02 PORTREVISION= 2 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= GOOGLE_CODE DISTFILES= ${TESSERACT_LANGS_300:O:u:S|$|.traineddata.gz|} \ ${TESSERACT_LANGS_301:O:u:S|^|tesseract-ocr-3.01.|:S|$|.tar.gz|} \ ${TESSERACT_LANGS_302:O:u:S|^|tesseract-ocr-3.02.|:S|$|.tar.gz|} diff --git a/graphics/tesseract/Makefile b/graphics/tesseract/Makefile index 900781e..159f95b 100644 --- a/graphics/tesseract/Makefile +++ b/graphics/tesseract/Makefile @@ -5,7 +5,7 @@ PORTNAME= tesseract PORTVERSION= 3.02.02 PORTREVISION= 3 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= GOOGLE_CODE DISTFILES= tesseract-ocr-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= bf@FreeBSD.org diff --git a/graphics/timeless/Makefile b/graphics/timeless/Makefile index 26a6058..95e06ea 100644 --- a/graphics/timeless/Makefile +++ b/graphics/timeless/Makefile @@ -5,8 +5,7 @@ PORTNAME= timeless PORTVERSION= 1.0 PORTREVISION= 7 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= shaun +MASTER_SITES= LOCAL/shaun MAINTAINER= ports@FreeBSD.org COMMENT= FreeBSD/SDL port of Tran's Timeless Demo with Sound diff --git a/graphics/wmicons/Makefile b/graphics/wmicons/Makefile index e0d2da4..a38326a 100644 --- a/graphics/wmicons/Makefile +++ b/graphics/wmicons/Makefile @@ -5,11 +5,10 @@ PORTNAME= wmicons PORTVERSION= 1.0 PORTREVISION= 2 CATEGORIES= graphics windowmaker -MASTER_SITES= ${MASTER_SITE_LOCAL:S|%SUBDIR%|kiri/wmicons|} \ - ${MASTER_SITE_WINDOWMAKER} \ - ${MASTER_SITE_PORTS_JP} \ +MASTER_SITES= LOCAL/kiri/wmicons \ + WINDOWMAKER/contrib/old/icons \ + PORTS_JP \ http://www.itlb.te.noda.tus.ac.jp/~manome/wmaker/archive/ -MASTER_SITE_SUBDIR= . contrib/old/icons DISTFILES= ${EXTRACT_ONLY} isiconpack4.tgz EXTRACT_ONLY= DWiconpack1.tar.gz DWiconpack2.tar.gz IconFest-1.2.tgz \ NeXT_XEmacs_tar.gz wm_icons_png.tar.gz wm_icons_tif.tar.gz \ diff --git a/graphics/xbmbrowser/Makefile b/graphics/xbmbrowser/Makefile index f0800ae..21964a9 100644 --- a/graphics/xbmbrowser/Makefile +++ b/graphics/xbmbrowser/Makefile @@ -5,8 +5,7 @@ PORTNAME= xbmbrowser PORTVERSION= 5.1 PORTREVISION= 3 CATEGORIES= graphics -MASTER_SITES= XCONTRIB -MASTER_SITE_SUBDIR= utilities +MASTER_SITES= XCONTRIB/utilities DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org diff --git a/graphics/xfpovray/Makefile b/graphics/xfpovray/Makefile index 3548717..4384e8a 100644 --- a/graphics/xfpovray/Makefile +++ b/graphics/xfpovray/Makefile @@ -6,8 +6,7 @@ PORTVERSION= 1.3.1 PORTREVISION= 13 CATEGORIES= graphics MASTER_SITES= http://www.batse.msfc.nasa.gov/~mallozzi/home/software/xforms/src/ \ - ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= apps/graphics/rays/pov + SUNSITE/apps/graphics/rays/pov MAINTAINER= ports@FreeBSD.org COMMENT= Graphical interface to POV-Ray diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile index be623eb..bf3026c 100644 --- a/graphics/xli/Makefile +++ b/graphics/xli/Makefile @@ -6,7 +6,6 @@ PORTVERSION= 1.17.0 PORTREVISION= 16 CATEGORIES= graphics MASTER_SITES= DEBIAN -MASTER_SITE_SUBDIR= pool/main/x/${PORTNAME} DISTNAME= xli_${PORTVERSION}+${XLI_SNAPVER:C/-//g}.orig MAINTAINER= lichray@gmail.com diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index f49fc59..7593460 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -6,9 +6,8 @@ PORTREVISION= 4 CATEGORIES= graphics print MASTER_SITES= http://mirrors.rit.edu/zi/ \ ftp://ftp.foolabs.com/pub/xpdf/ \ - ${MASTER_SITE_TEX_CTAN} \ + TEX_CTAN/support/xpdf \ http://komquats.com/distfiles/ -MASTER_SITE_SUBDIR= support/xpdf MAINTAINER= cy@FreeBSD.org COMMENT= Display PDF files and convert them to other formats diff --git a/graphics/xwpick/Makefile b/graphics/xwpick/Makefile index 778f689..c2b3687 100644 --- a/graphics/xwpick/Makefile +++ b/graphics/xwpick/Makefile @@ -5,8 +5,7 @@ PORTNAME= xwpick PORTVERSION= 2.20 PORTREVISION= 2 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR=applications +MASTER_SITES= XCONTRIB/applications MAINTAINER= ports@FreeBSD.org COMMENT= Image pick up utility for X Window System diff --git a/graphics/zphoto/Makefile b/graphics/zphoto/Makefile index cdb8b2f..c5e55a7 100644 --- a/graphics/zphoto/Makefile +++ b/graphics/zphoto/Makefile @@ -6,7 +6,6 @@ PORTVERSION= 1.2 PORTREVISION= 14 CATEGORIES= graphics www MASTER_SITES= http://namazu.org/~satoru/zphoto/ -MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Zooming photo album generator |