diff options
Diffstat (limited to 'graphics/luminance')
| -rw-r--r-- | graphics/luminance/Makefile | 59 | ||||
| -rw-r--r-- | graphics/luminance/distinfo | 3 | ||||
| -rw-r--r-- | graphics/luminance/files/patch-project.pro | 28 | ||||
| -rw-r--r-- | graphics/luminance/files/patch-src-HdrCreation_mtb_alignment.cpp | 10 | ||||
| -rw-r--r-- | graphics/luminance/pkg-descr | 4 | ||||
| -rw-r--r-- | graphics/luminance/pkg-plist | 37 |
6 files changed, 0 insertions, 141 deletions
diff --git a/graphics/luminance/Makefile b/graphics/luminance/Makefile deleted file mode 100644 index e07cc0b664e9..000000000000 --- a/graphics/luminance/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -# New ports collection makefile for: qtpfsgui -# Date created: 28 Jul 2007 -# Whom: Yinghong.Liu <relaxbsd@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= qtpfsgui -PORTVERSION= 1.9.1 -PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= A graphical user interface that provides a workflow for HDR imaging - -LIB_DEPENDS= exiv2.3:${PORTSDIR}/graphics/exiv2 \ - fftw3f.4:${PORTSDIR}/math/fftw3-float \ - IlmImf.6:${PORTSDIR}/graphics/OpenEXR \ - tiff.4:${PORTSDIR}/graphics/tiff \ - jpeg.9:${PORTSDIR}/graphics/jpeg -BUILD_DEPENDS= qmake-qt4:${PORTSDIR}/devel/qmake4 \ - uic-qt4:${PORTSDIR}/devel/qt4-uic \ - rcc:${PORTSDIR}/devel/qt4-rcc \ - moc-qt4:${PORTSDIR}/devel/qt4-moc \ - lrelease-qt4:${PORTSDIR}/devel/qt4-linguist \ - ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3 - -USE_QT_VER= 4 -QT_COMPONENTS= corelib gui imageformats - -LRELEASE= ${QT_PREFIX}/bin/lrelease-qt4 - -INSTALL_TARGET= install_target install_menu install_icon -.if !defined(WITHOUT_NLS) -PLIST_SUB+= NLS="" -INSTALL_TARGET+=install_i18n -.else -PLIST_SUB+= NLS="@comment " -.endif -.if !defined(NOPORTDOCS) -INSTALL_TARGET+=install_docs install_htmls -.endif - -post-patch: - ${REINPLACE_CMD} -e 's|PREFIX = /usr/local|PREFIX = ${PREFIX}|g' \ - ${WRKSRC}/project.pro - -pre-build: - @${LRELEASE} ${BUILD_WRKSRC}/project.pro - @cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${QMAKE} -spec ${QMAKESPEC} - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 600000 -BROKEN= Does not compile (compiler segfault) -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/luminance/distinfo b/graphics/luminance/distinfo deleted file mode 100644 index cb9640f1c886..000000000000 --- a/graphics/luminance/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (qtpfsgui-1.9.1.tar.gz) = ab95c404992a666681434ae57983b295 -SHA256 (qtpfsgui-1.9.1.tar.gz) = 8d94afd824b005959a7222ab6c7ca371167b2a61fbbc3282b6a20f97ea63645c -SIZE (qtpfsgui-1.9.1.tar.gz) = 1178024 diff --git a/graphics/luminance/files/patch-project.pro b/graphics/luminance/files/patch-project.pro deleted file mode 100644 index cb4d0d736df3..000000000000 --- a/graphics/luminance/files/patch-project.pro +++ /dev/null @@ -1,28 +0,0 @@ ---- project.pro.orig 2008-02-16 11:43:24.000000000 +0100 -+++ project.pro 2008-03-17 17:18:14.000000000 +0100 -@@ -298,13 +298,13 @@ - menu.files = qtpfsgui.desktop
- menu.path = $${PREFIX}/share/applications
- icon.files = images/qtpfsgui.png
--icon.path = $${PREFIX}/share/icons/hicolor/48x48/apps
-+icon.path = $${PREFIX}/share/pixmaps
- htmls.files = html
--htmls.path = $${PREFIX}/share/qtpfsgui
-+htmls.path = $${PREFIX}/share/doc/qtpfsgui
- i18n.files = i18n/lang_de.qm i18n/lang_es.qm i18n/lang_it.qm i18n/lang_fr.qm i18n/lang_pl.qm i18n/lang_tr.qm i18n/lang_ru.qm i18n/lang_cs.qm
- i18n.path = $$I18NDIR
- docs.files = README LICENSE AUTHORS INSTALL Changelog
--docs.path = $${PREFIX}/share/qtpfsgui
-+docs.path = $${PREFIX}/share/doc/qtpfsgui
-
- INSTALLS += target menu icon htmls i18n docs
- message ( "" )
-@@ -320,7 +320,7 @@ - message ("qtpfsgui ==> $$target.path")
- message ("qtpfsgui.desktop ==> $$menu.path")
- message ("qtpfsgui.png ==> $$icon.path")
--message ("html and docs ==> $$htmls.path")
-+message ("html ==> $$docs.path")
- message ("i18n messages ==> $$i18n.path")
- message ("********************************************************************")
-
diff --git a/graphics/luminance/files/patch-src-HdrCreation_mtb_alignment.cpp b/graphics/luminance/files/patch-src-HdrCreation_mtb_alignment.cpp deleted file mode 100644 index 3e8dec9913bb..000000000000 --- a/graphics/luminance/files/patch-src-HdrCreation_mtb_alignment.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/HdrCreation/mtb_alignment.cpp.orig 2008-03-17 15:55:26.000000000 +0100 -+++ src/HdrCreation/mtb_alignment.cpp 2008-03-17 15:57:21.000000000 +0100 -@@ -27,6 +27,7 @@ - #include <cassert> - #include <QVector> - #include "mtb_alignment.h" -+#include "../arch/freebsd/math.h" - - QImage* shiftQImage(const QImage *in, int dx, int dy) - { diff --git a/graphics/luminance/pkg-descr b/graphics/luminance/pkg-descr deleted file mode 100644 index a0b6587f4ee9..000000000000 --- a/graphics/luminance/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Qtpfsgui is a graphical user interface (based on trolltech's Qt4) -that provides a workflow for HDR imaging. - -WWW: http://qtpfsgui.sourceforge.net/ diff --git a/graphics/luminance/pkg-plist b/graphics/luminance/pkg-plist deleted file mode 100644 index 610300edb670..000000000000 --- a/graphics/luminance/pkg-plist +++ /dev/null @@ -1,37 +0,0 @@ -bin/qtpfsgui -share/applications/qtpfsgui.desktop -share/pixmaps/qtpfsgui.png -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/Changelog -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/html/dcraw.html -%%PORTDOCS%%%%DOCSDIR%%/html/faq.html -%%PORTDOCS%%%%DOCSDIR%%/html/hints.html -%%PORTDOCS%%%%DOCSDIR%%/html/images/batch-1.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/images/copy_exif.jpeg -%%PORTDOCS%%%%DOCSDIR%%/html/images/mainwin.jpeg -%%PORTDOCS%%%%DOCSDIR%%/html/images/projectiveTransformationDialog.jpeg -%%PORTDOCS%%%%DOCSDIR%%/html/images/raw_conversion.jpg -%%PORTDOCS%%%%DOCSDIR%%/html/images/resize.jpeg -%%PORTDOCS%%%%DOCSDIR%%/html/images/snap-qt4_4.jpeg -%%PORTDOCS%%%%DOCSDIR%%/html/images/snap-qt4_5.jpeg -%%PORTDOCS%%%%DOCSDIR%%/html/images/snap-qt4_6.jpeg -%%PORTDOCS%%%%DOCSDIR%%/html/images/tonemapdialog.jpeg -%%PORTDOCS%%%%DOCSDIR%%/html/index.html -%%PORTDOCS%%%%DOCSDIR%%/html/manual.html -%%NLS%%%%DATADIR%%/i18n/lang_de.qm -%%NLS%%%%DATADIR%%/i18n/lang_es.qm -%%NLS%%%%DATADIR%%/i18n/lang_it.qm -%%NLS%%%%DATADIR%%/i18n/lang_fr.qm -%%NLS%%%%DATADIR%%/i18n/lang_pl.qm -%%NLS%%%%DATADIR%%/i18n/lang_tr.qm -%%NLS%%%%DATADIR%%/i18n/lang_ru.qm -%%NLS%%%%DATADIR%%/i18n/lang_cs.qm -%%NLS%%@dirrm %%DATADIR%%/i18n -%%NLS%%@dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/images -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrmtry share/applications |
