diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2007-03-05 06:14:30 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2007-03-05 06:14:30 +0000 |
commit | d646f3e63e8370c528572802d257ff439e520fbf (patch) | |
tree | 8135543d24e1d9467657b52109bd10d2c8516d84 | |
parent | e390f89b0fc2816b5847ff43267352c5051ce940 (diff) | |
download | ports-d646f3e63e8370c528572802d257ff439e520fbf.tar.gz ports-d646f3e63e8370c528572802d257ff439e520fbf.zip |
Adopt graphics/hugin and related ports.
Notes
Notes:
svn path=/head/; revision=186552
-rw-r--r-- | graphics/autopano-sift/Makefile | 2 | ||||
-rw-r--r-- | graphics/hugin/Makefile | 2 | ||||
-rw-r--r-- | graphics/libpano12/Makefile | 2 | ||||
-rw-r--r-- | graphics/linux-panorama-tools/Makefile | 5 | ||||
-rw-r--r-- | graphics/vigra/Makefile | 2 |
5 files changed, 6 insertions, 7 deletions
diff --git a/graphics/autopano-sift/Makefile b/graphics/autopano-sift/Makefile index 9d979a155369..1cab02046a59 100644 --- a/graphics/autopano-sift/Makefile +++ b/graphics/autopano-sift/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://user.cs.tu-berlin.de/~nowozin/autopano-sift/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= vd@FreeBSD.org COMMENT= Automatic panorama control point generation tool RESTRICTED= May be covered by patents diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile index 8b155742c07b..d0af4a18927d 100644 --- a/graphics/hugin/Makefile +++ b/graphics/hugin/Makefile @@ -11,7 +11,7 @@ CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= vd@FreeBSD.org COMMENT= A GUI for Panorama Tools, to stitch panoramic images BUILD_DEPENDS= libpano12>=2.8.4:${PORTSDIR}/graphics/libpano12 \ diff --git a/graphics/libpano12/Makefile b/graphics/libpano12/Makefile index 6d2912968c66..b98a5ad1c5ca 100644 --- a/graphics/libpano12/Makefile +++ b/graphics/libpano12/Makefile @@ -14,7 +14,7 @@ CATEGORIES= graphics java MASTER_SITES= SF MASTER_SITE_SUBDIR= panotools -MAINTAINER= ports@FreeBSD.org +MAINTAINER= vd@FreeBSD.org COMMENT= Panorama Tools to make panorama pictures BUILD_DEPENDS= ${LOCALBASE}/include/gimp-2.0/libgimp/gimp.h:${PORTSDIR}/graphics/gimp diff --git a/graphics/linux-panorama-tools/Makefile b/graphics/linux-panorama-tools/Makefile index c4e2c54811ef..bf696d299a79 100644 --- a/graphics/linux-panorama-tools/Makefile +++ b/graphics/linux-panorama-tools/Makefile @@ -9,8 +9,7 @@ # but the final step that generates the panorama images make use of the # external program PTStitcher, installed by this port. # This port, as a dependence, does not install the complete linux -# panorama tools, just the few things necessary to hugin. If someone -# wants the rest just tell me. +# panorama tools, just the few things necessary to hugin. PORTNAME= linux-panorama-tools PORTVERSION= 2.6b1 @@ -19,7 +18,7 @@ CATEGORIES= graphics MASTER_SITES= http://www.path.unimelb.edu.au/~dersch/ DISTNAME= PanoTools -MAINTAINER= ports@FreeBSD.org +MAINTAINER= vd@FreeBSD.org COMMENT= Software to View, Create, Edit and Remap Panoramic Images RUN_DEPENDS= ${LINUXBASE}/usr/bin/jpegtran:${PORTSDIR}/graphics/linux-jpeg \ diff --git a/graphics/vigra/Makefile b/graphics/vigra/Makefile index ccdd12ee4c68..2eeb0247736f 100644 --- a/graphics/vigra/Makefile +++ b/graphics/vigra/Makefile @@ -15,7 +15,7 @@ CATEGORIES= graphics MASTER_SITES= http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/ DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= vd@FreeBSD.org COMMENT= VIGRA stands for "Vision with Generic Algorithms" USE_AUTOTOOLS= libtool:15 |