aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-01-06 23:26:34 +0800
committerbapt <bapt@FreeBSD.org>2013-01-06 23:26:34 +0800
commit7635e9db2fa76efce6f596db6144e2f571d9790a (patch)
tree095c965877e5a4e9ea8ce2bc8588c010589d1ab0 /graphics
parent878c3ea3494ffa9efa4330179aa9bc806107d6e4 (diff)
downloadfreebsd-ports-gnome-7635e9db2fa76efce6f596db6144e2f571d9790a.tar.gz
freebsd-ports-gnome-7635e9db2fa76efce6f596db6144e2f571d9790a.tar.zst
freebsd-ports-gnome-7635e9db2fa76efce6f596db6144e2f571d9790a.zip
2012-05-10 databases/hypertable: BROKEN for more than 6 month
2012-05-10 graphics/autopano-sift: Disappeared from vendor site. No longer required by graphics/hugin 2012-05-10 misc/airoflash: BROKEN for more than 6 month 2012-05-10 x11-themes/kde-icons-krystaline: BROKEN for more than 6 month 2012-05-10 x11-themes/kde-icons-amaranth: BROKEN for more than 6 month 2012-05-10 x11-themes/kde-icons-realistic: BROKEN for more than 6 month
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/autopano-sift/Makefile75
-rw-r--r--graphics/autopano-sift/distinfo2
-rw-r--r--graphics/autopano-sift/files/autopano.in13
-rw-r--r--graphics/autopano-sift/files/patch-Makefile21
-rw-r--r--graphics/autopano-sift/files/patch-bin-autopano-complete.sh15
-rw-r--r--graphics/autopano-sift/files/patch-util-Makefile31
-rw-r--r--graphics/autopano-sift/pkg-descr17
-rw-r--r--graphics/autopano-sift/pkg-plist19
9 files changed, 0 insertions, 194 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 4e5bd0278cde..c353955f3742 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -51,7 +51,6 @@
SUBDIR += apvlv
SUBDIR += aqsis
SUBDIR += asciio
- SUBDIR += autopano-sift
SUBDIR += autopano-sift-c
SUBDIR += autoq3d
SUBDIR += autotrace
diff --git a/graphics/autopano-sift/Makefile b/graphics/autopano-sift/Makefile
deleted file mode 100644
index 751700407763..000000000000
--- a/graphics/autopano-sift/Makefile
+++ /dev/null
@@ -1,75 +0,0 @@
-# New ports collection makefile for: autopano-sift
-# Date created: 11 April 2006
-# Whom: J.R. Oldroyd <fbsd@opal.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= autopano-sift
-PORTVERSION= 2.4
-PORTREVISION= 6
-CATEGORIES= graphics
-MASTER_SITES= http://user.cs.tu-berlin.de/~nowozin/autopano-sift/
-
-MAINTAINER= vd@FreeBSD.org
-COMMENT= Automatic panorama control point generation tool
-
-RESTRICTED= May be covered by patents
-
-DEPRECATED= Disappeared from vendor site. No longer required by graphics/hugin
-EXPIRATION_DATE= 2012-05-10
-
-BROKEN= unfetchable
-
-LIB_DEPENDS= gdiplus:${PORTSDIR}/x11-toolkits/libgdiplus
-
-CONFLICTS= autopano-sift-C-[0-9]*
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/src
-SUB_FILES= autopano
-
-USE_GMAKE= yes
-USE_GNOME= gtksharp10
-
-MAKE_JOBS_UNSAFE= yes
-
-MAN1= autopano-complete.1 \
- autopano-complete.old.1 \
- autopano.1 \
- autopanog.1 \
- generatekeys.1 \
- showone.1 \
- showtwo.1
-MAN7= autopano-sift.7
-
-do-install:
- ${MKDIR} ${DATADIR}
- ${INSTALL} ${WRKSRC}/bin/ICSharpCode.SharpZipLib.dll ${DATADIR}/
- ${INSTALL_SCRIPT} ${WRKSRC}/bin/autopano-complete.sh ${DATADIR}/
- ${INSTALL_SCRIPT} ${WRKSRC}/bin/autopano-complete.old.sh ${DATADIR}/
- ${INSTALL} ${WRKSRC}/bin/autopano.exe ${DATADIR}/
- ${INSTALL} ${WRKSRC}/bin/autopanog.exe ${DATADIR}/
- ${INSTALL} ${WRKSRC}/bin/generatekeys-sd.exe ${DATADIR}/
- ${INSTALL} ${WRKSRC}/bin/generatekeys.exe ${DATADIR}/
- ${INSTALL} ${WRKSRC}/bin/libsift.dll ${DATADIR}/
- ${INSTALL} ${WRKSRC}/bin/showone.exe ${DATADIR}/
- ${INSTALL} ${WRKSRC}/bin/showtwo.exe ${DATADIR}/
- ${INSTALL_SCRIPT} ${WRKDIR}/autopano ${PREFIX}/bin/autopano
- ${LN} ${PREFIX}/bin/autopano ${PREFIX}/bin/autopanog
- ${LN} ${PREFIX}/bin/autopano ${PREFIX}/bin/generatekeys-sd
- ${LN} ${PREFIX}/bin/autopano ${PREFIX}/bin/generatekeys
- ${LN} ${PREFIX}/bin/autopano ${PREFIX}/bin/showone
- ${LN} ${PREFIX}/bin/autopano ${PREFIX}/bin/showtwo
- ${LN} -s ${DATADIR}/autopano-complete.sh ${PREFIX}/bin/autopano-complete
- ${LN} -s ${DATADIR}/autopano-complete.old.sh ${PREFIX}/bin/autopano-complete.old
- ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/autopano-complete.1 ${PREFIX}/man/man1/
- ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/autopano-complete.old.1 ${PREFIX}/man/man1/
- ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/autopano.1 ${PREFIX}/man/man1/
- ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/autopanog.1 ${PREFIX}/man/man1/
- ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/generatekeys.1 ${PREFIX}/man/man1/
- ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/showone.1 ${PREFIX}/man/man1/
- ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/showtwo.1 ${PREFIX}/man/man1/
- ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/autopano-sift.7 ${PREFIX}/man/man7/
-
-.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
-.include <bsd.port.mk>
diff --git a/graphics/autopano-sift/distinfo b/graphics/autopano-sift/distinfo
deleted file mode 100644
index 2f86c5a99091..000000000000
--- a/graphics/autopano-sift/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (autopano-sift-2.4.tar.gz) = 0f2ee8887550f77ca77be9ba7ff1888099c316de03362cb324ed32fd6ffeea35
-SIZE (autopano-sift-2.4.tar.gz) = 640117
diff --git a/graphics/autopano-sift/files/autopano.in b/graphics/autopano-sift/files/autopano.in
deleted file mode 100644
index 34ba6a83e2c5..000000000000
--- a/graphics/autopano-sift/files/autopano.in
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-#
-# wrapper script to invoke mono
-#
-# this same script is used for:
-# autopano
-# autopanog
-# generatekeys-sd
-# generatekeys
-# showone
-# showtwo
-
-exec mono %%DATADIR%%/`basename $0`.exe ${@+"$@"}
diff --git a/graphics/autopano-sift/files/patch-Makefile b/graphics/autopano-sift/files/patch-Makefile
deleted file mode 100644
index 658f2e0d9fdf..000000000000
--- a/graphics/autopano-sift/files/patch-Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
---- Makefile.orig Mon Oct 31 07:45:20 2005
-+++ Makefile Tue Apr 11 14:12:32 2006
-@@ -72,15 +72,15 @@
-
- distclean:
- rm -f libsift.dll
-- make $(MAKE_OPTIONS) -C util clean
-+ $(MAKE) $(MAKE_OPTIONS) -C util clean
-
- utils:
-- make $(MAKE_OPTIONS) -C util all
-+ $(MAKE) $(MAKE_OPTIONS) -C util all
-
- release: clean releasetempclean releasetempsetup all bin_install
- # autopano-sift
- svn export . /tmp/$(APSVER)/src
-- make -C util/man/
-+ $(MAKE) -C util/man/
- mkdir /tmp/$(APSVER)/doc
- cp util/man/*.[17] util/man/*.pdf util/man/*.txt /tmp/$(APSVER)/doc
- mkdir /tmp/$(APSVER)/bin
diff --git a/graphics/autopano-sift/files/patch-bin-autopano-complete.sh b/graphics/autopano-sift/files/patch-bin-autopano-complete.sh
deleted file mode 100644
index 383756b3a077..000000000000
--- a/graphics/autopano-sift/files/patch-bin-autopano-complete.sh
+++ /dev/null
@@ -1,15 +0,0 @@
---- bin/autopano-complete.sh.orig Sat Apr 9 05:40:12 2005
-+++ bin/autopano-complete.sh Wed Apr 12 12:14:10 2006
-@@ -7,10 +7,10 @@
- MONO=$(which mono)
-
- # Set this to the directory you installed autopano-sift into, for example
--#AUTOPANO_PATH=/usr/local/autopano-sift/bin
-+AUTOPANO_PATH=/usr/local/share/autopano-sift
- # Do not use a trailing backslash. If the executeables are within your path
- # (recommended, you can leave the line below).
--AUTOPANO_PATH=$(dirname $(which generatekeys.exe))
-+#AUTOPANO_PATH=$(dirname $(which generatekeys.exe))
-
- usage()
- {
diff --git a/graphics/autopano-sift/files/patch-util-Makefile b/graphics/autopano-sift/files/patch-util-Makefile
deleted file mode 100644
index ad0d9b219e22..000000000000
--- a/graphics/autopano-sift/files/patch-util-Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
---- util/Makefile.orig Sat Jan 15 11:33:38 2005
-+++ util/Makefile Tue Apr 11 14:14:54 2006
-@@ -36,8 +36,8 @@
- #SOURCES=GUIImage.cs DrawingPrimitives.cs BasicImagingInterface.cs
-
- all: autopano.exe showone.exe showtwo.exe generatekeys.exe generatekeys-sd.exe
-- make $(MAKE_OPTIONS) -C autopanog all
-- make $(MAKE_OPTIONS) -C autopano-win32 all
-+ $(MAKE) $(MAKE_OPTIONS) -C autopanog all
-+ $(MAKE) $(MAKE_OPTIONS) -C autopano-win32 all
-
- autopano.exe: Autopano.cs DrawingPrimitives.cs BasicImagingInterface.cs GUIImage-Drawing.cs
- $(CSC) $(CSCFLAGS) /out:autopano.exe Autopano.cs \
-@@ -50,7 +50,7 @@
-
- generatekeys-sd.exe:
- mv generatekeys.exe generatekeys-gtk.exe
-- make -C . systemdrawing=yes generatekeys.exe
-+ $(MAKE) -C . systemdrawing=yes generatekeys.exe
- mv generatekeys.exe generatekeys-sd.exe
- mv generatekeys-gtk.exe generatekeys.exe
-
-@@ -65,6 +65,6 @@
-
- clean:
- rm -f *.exe
-- make $(MAKE_OPTIONS) -C autopanog/ clean
-- make $(MAKE_OPTIONS) -C autopano-win32/ clean
-+ $(MAKE) $(MAKE_OPTIONS) -C autopanog/ clean
-+ $(MAKE) $(MAKE_OPTIONS) -C autopano-win32/ clean
-
diff --git a/graphics/autopano-sift/pkg-descr b/graphics/autopano-sift/pkg-descr
deleted file mode 100644
index 33db2c4cc899..000000000000
--- a/graphics/autopano-sift/pkg-descr
+++ /dev/null
@@ -1,17 +0,0 @@
-Automatic panorama control point generation tool for use with hugin.
-
-Autopano analyses two or more images and automatically generates
-control points - coordinates in the images where the views overlap.
-This can be fed to hugin which then stitches the files together and
-enblend which combines the colors to remove seam lines.
-
-===============================================================================
-The use of this software is restricted by certain conditions.
-See the "LICENSE" file distributed with the program for details.
-
-The University of British Columbia has applied for a patent on the SIFT
-algorithm in the United States. Commercial applications of this software may
-require a license from the University of British Columbia.
-===============================================================================
-
-WWW: http://user.cs.tu-berlin.de/~nowozin/autopano-sift/
diff --git a/graphics/autopano-sift/pkg-plist b/graphics/autopano-sift/pkg-plist
deleted file mode 100644
index 5cf29bf3e1fa..000000000000
--- a/graphics/autopano-sift/pkg-plist
+++ /dev/null
@@ -1,19 +0,0 @@
-bin/autopano
-bin/autopano-complete
-bin/autopano-complete.old
-bin/autopanog
-bin/generatekeys
-bin/generatekeys-sd
-bin/showone
-bin/showtwo
-%%DATADIR%%/ICSharpCode.SharpZipLib.dll
-%%DATADIR%%/autopano-complete.sh
-%%DATADIR%%/autopano-complete.old.sh
-%%DATADIR%%/autopano.exe
-%%DATADIR%%/autopanog.exe
-%%DATADIR%%/generatekeys-sd.exe
-%%DATADIR%%/generatekeys.exe
-%%DATADIR%%/libsift.dll
-%%DATADIR%%/showone.exe
-%%DATADIR%%/showtwo.exe
-@dirrm share/autopano-sift