diff options
Diffstat (limited to 'graphics/burplex')
-rw-r--r-- | graphics/burplex/Makefile | 39 | ||||
-rw-r--r-- | graphics/burplex/distinfo | 2 | ||||
-rw-r--r-- | graphics/burplex/files/patch-burplex.pro | 11 | ||||
-rw-r--r-- | graphics/burplex/pkg-descr | 5 |
4 files changed, 0 insertions, 57 deletions
diff --git a/graphics/burplex/Makefile b/graphics/burplex/Makefile deleted file mode 100644 index a88fc248a407..000000000000 --- a/graphics/burplex/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# $FreeBSD$ - -PORTNAME= burplex -PORTVERSION= 1.0.0 -PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= http://www.burplex.com/ \ - http://www.da3m0n8t3r.com/ - -MAINTAINER= waitman@waitman.net -COMMENT= Preview and select images for batch processing - -LICENSE= BSD2CLAUSE - -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -RUN_DEPENDS= ${LOCALBASE}/bin/dcraw:graphics/dcraw - -USES= qmake qt:4 -USE_QT= gui uic_build moc_build rcc_build \ - imageformats_run -WRKSRC= ${WRKDIR}/${PORTNAME} - -PLIST_FILES= bin/${PORTNAME} \ - man/man7/burplex.7.gz - -DESKTOP_ENTRIES= "burplex" "${COMMENT}" "" \ - "burplex" "" "true" - -post-patch: - ${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},' \ - ${WRKSRC}/mainwindow.cpp - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/burplex.7 ${STAGEDIR}${MANPREFIX}/man/man7 - -.include <bsd.port.mk> diff --git a/graphics/burplex/distinfo b/graphics/burplex/distinfo deleted file mode 100644 index 2e563f65903c..000000000000 --- a/graphics/burplex/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (burplex-1.0.0.tar.gz) = f5c4c7ef578779ab1ea1caf1cf355a63490469765d4710feb1718e18538973e5 -SIZE (burplex-1.0.0.tar.gz) = 105614 diff --git a/graphics/burplex/files/patch-burplex.pro b/graphics/burplex/files/patch-burplex.pro deleted file mode 100644 index 1f8c88ff9257..000000000000 --- a/graphics/burplex/files/patch-burplex.pro +++ /dev/null @@ -1,11 +0,0 @@ ---- ./burplex.pro.orig 2012-09-14 04:03:26.000000000 +0000 -+++ ./burplex.pro 2012-09-14 11:48:42.097704719 +0000 -@@ -4,7 +4,7 @@ - # - #------------------------------------------------- - --QT += core gui webkit -+QT += core gui - - greaterThan(QT_MAJOR_VERSION, 4): QT += widgets - diff --git a/graphics/burplex/pkg-descr b/graphics/burplex/pkg-descr deleted file mode 100644 index 3ab91f25af06..000000000000 --- a/graphics/burplex/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This Qt 4 based program allows to browse directory tree, preview -and select images. The list of selected images is stored in a file -which can be used for further batch processing. - -WWW: http://www.burplex.com |