diff options
author | Rene Ladan <rene@FreeBSD.org> | 2017-04-17 20:51:08 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2017-04-17 20:51:08 +0000 |
commit | 78d74d09f459dfa25c322867a7d3214b7f70e1f1 (patch) | |
tree | dd18155a3a4f61fe114a583e4a2de2c6afa9e3ca | |
parent | 1f9f21c80becc5420014291ee00f13bbd614de38 (diff) |
Notes
-rw-r--r-- | MOVED | 3 | ||||
-rw-r--r-- | graphics/Makefile | 3 | ||||
-rw-r--r-- | graphics/opengtl/Makefile | 45 | ||||
-rw-r--r-- | graphics/opengtl/distinfo | 4 | ||||
-rw-r--r-- | graphics/opengtl/files/patch-cmake__modules__FindLLVM.cmake | 18 | ||||
-rw-r--r-- | graphics/opengtl/pkg-descr | 18 | ||||
-rw-r--r-- | graphics/opengtl/pkg-plist | 85 | ||||
-rw-r--r-- | graphics/qtgtl/Makefile | 41 | ||||
-rw-r--r-- | graphics/qtgtl/distinfo | 2 | ||||
-rw-r--r-- | graphics/qtgtl/pkg-plist | 13 | ||||
-rw-r--r-- | graphics/shiva-collections/Makefile | 17 | ||||
-rw-r--r-- | graphics/shiva-collections/distinfo | 2 | ||||
-rw-r--r-- | graphics/shiva-collections/pkg-descr | 18 | ||||
-rw-r--r-- | graphics/shiva-collections/pkg-plist | 41 |
14 files changed, 3 insertions, 307 deletions
@@ -9234,3 +9234,6 @@ graphics/py-opencv2|graphics/py-opencv|2017-04-14|Revert previous rename databases/pgpool-II-22|databases/pgpool|2017-04-14|Has expired: Deprecated by upstream; use database/pgpool instead databases/pgpool-II-23|databases/pgpool|2017-04-14|Has expired: Deprecated by upstream; use database/pgpool instead net/py-matrix-synapse|net-im/py-matrix-synapse|2017-04-17|Move to net-im which is a more appropriate category +graphics/shiva-collections||2017-04-17|Has expired: Project is dead and has no end user +graphics/opengtl||2017-04-17|Has expired: Project is dead, has no end user, and relies on EOLed LLVM +graphics/qtgtl||2017-04-17|Has expired: Project is dead and has had no consumer for over a year diff --git a/graphics/Makefile b/graphics/Makefile index ac7973c4b5dd..c00110612ed8 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -627,7 +627,6 @@ SUBDIR += opencv-java SUBDIR += opendx SUBDIR += opengl-man - SUBDIR += opengtl SUBDIR += openimageio SUBDIR += openjpeg SUBDIR += openjpeg15 @@ -921,7 +920,6 @@ SUBDIR += qt5-pixeltool SUBDIR += qt5-svg SUBDIR += qtawesome - SUBDIR += qtgtl SUBDIR += quat SUBDIR += quat-gui SUBDIR += quesa @@ -1002,7 +1000,6 @@ SUBDIR += seq2gif SUBDIR += shared-color-profiles SUBDIR += sharpconstruct - SUBDIR += shiva-collections SUBDIR += shotwell SUBDIR += showimage SUBDIR += silgraphite diff --git a/graphics/opengtl/Makefile b/graphics/opengtl/Makefile deleted file mode 100644 index f46bad474c80..000000000000 --- a/graphics/opengtl/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# $FreeBSD$ - -PORTNAME= opengtl -PORTVERSION= 0.9.18 -PORTREVISION= 3 -CATEGORIES= graphics devel -MASTER_SITES= http://download.${PORTNAME}.org/ -DISTNAME= OpenGTL-${PORTVERSION} -PATCH_SITES= http://dev.gentoo.org/~creffett/distfiles/ -PATCHFILES= ${PORTNAME}-${PORTVERSION}-llvm-3.3.patch -PATCH_DIST_STRIP=-p1 - -MAINTAINER= avilla@FreeBSD.org -COMMENT= Graphics Transformation Languages - -LICENSE= LGPL20 - -LIB_DEPENDS= libpng.so:graphics/png \ - libLLVM-3.3.so:devel/llvm33 - -DEPRECATED= Project is dead, has no end user, and relies on EOLed LLVM -EXPIRATION_DATE=2017-04-15 - -USES= cmake pathfix perl5 tar:bzip2 -USE_LDCONFIG= yes -CMAKE_ARGS= -DLLVM_CONFIG_EXECUTABLE=${LOCALBASE}/bin/llvm-config33 - -PLIST_SUB+= PORTVERSION=${PORTVERSION} - -OPTIONS_DEFINE= SHIVA -OPTIONS_DEFAULT=SHIVA - -SHIVA_DESC= Install filters and generators -SHIVA_RUN_DEPENDS=${LOCALBASE}/share/OpenGTL/shiva/kernels/oilify.shiva:graphics/shiva-collections - -post-patch: - # Disable latex doc, it's not ready yet. - ${REINPLACE_CMD} -e '/add_subdirectory.*doc/d' \ - ${PATCH_WRKSRC}/OpenShiva/CMakeLists.txt - -pre-configure: - ${REINPLACE_CMD} -e 's|set(OPENGTL_LIB_SOVERSION.*|set(OPENGTL_LIB_SOVERSION "0")|' \ - ${PATCH_WRKSRC}/CMakeLists.txt - -.include <bsd.port.mk> diff --git a/graphics/opengtl/distinfo b/graphics/opengtl/distinfo deleted file mode 100644 index f2eea8cb4e3f..000000000000 --- a/graphics/opengtl/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (OpenGTL-0.9.18.tar.bz2) = f094b3d2a1a60519975bb3badc05e704f2b93c7a3d2cb753041f2ff27cfcd9f8 -SIZE (OpenGTL-0.9.18.tar.bz2) = 536113 -SHA256 (opengtl-0.9.18-llvm-3.3.patch) = c43418bc039660ae86cb86b8b8175342793cb1361c699faa9b6342bc896e3d6c -SIZE (opengtl-0.9.18-llvm-3.3.patch) = 27930 diff --git a/graphics/opengtl/files/patch-cmake__modules__FindLLVM.cmake b/graphics/opengtl/files/patch-cmake__modules__FindLLVM.cmake deleted file mode 100644 index e7c6a5247d8a..000000000000 --- a/graphics/opengtl/files/patch-cmake__modules__FindLLVM.cmake +++ /dev/null @@ -1,18 +0,0 @@ ---- ./cmake/modules/FindLLVM.cmake.orig 2012-12-29 12:27:12.000000000 +0100 -+++ ./cmake/modules/FindLLVM.cmake 2013-10-26 15:46:16.168023085 +0200 -@@ -27,11 +27,13 @@ - set(LLVM_FOUND TRUE) - endif(LLVM_INCLUDE_DIR AND LLVM_LIBS_DIR) - else (MSVC) -- find_program(LLVM_CONFIG_EXECUTABLE -+ if(NOT LLVM_CONFIG_EXECUTABLE) -+ find_program(LLVM_CONFIG_EXECUTABLE - NAMES llvm-config - PATHS - /opt/local/bin -- ) -+ ) -+ endif() - - exec_program(${LLVM_CONFIG_EXECUTABLE} ARGS --version OUTPUT_VARIABLE LLVM_VERSION ) - diff --git a/graphics/opengtl/pkg-descr b/graphics/opengtl/pkg-descr deleted file mode 100644 index e8c896f3fd71..000000000000 --- a/graphics/opengtl/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -The Graphics Transformation Languages is a set of libraries for using and -integrating transformation algorithms (such as filter or color conversion) in -graphics applications. -The goal is to provide the tools, languages and libraries to create generic -transformation for graphics. Those transformations could then be used by -different programs (Krita, The Gimp, CinePaint, gegl...). - -Currently the focus is on developing two languages, designed for two different -implementations. -- OpenCTL which is a GPL compatible of the Color Transformation Language, this - language is dedicated at transforming the value of a single pixel (for - instance brightness adjustement or desaturate). CTL is designed to be part of - the Color Management process. -- OpenShiva is inspired by Adobe's Hydra language from the AIF Toolkit, Shiva - is a language that apply a kernel-like transformations on an image, that means - it works using more than one pixel. - -WWW: http://opengtl.org diff --git a/graphics/opengtl/pkg-plist b/graphics/opengtl/pkg-plist deleted file mode 100644 index a4bb81fb9f79..000000000000 --- a/graphics/opengtl/pkg-plist +++ /dev/null @@ -1,85 +0,0 @@ -bin/ctlc -bin/ctli -bin/ctltc -bin/gtlconvert -bin/imagecompare -bin/shiva -bin/shivac -bin/shivacheck -bin/shivainfo -bin/shivanimator -bin/shivatester -include/GTLCore/AbstractImage.h -include/GTLCore/Array.h -include/GTLCore/Buffer.h -include/GTLCore/BufferImage.h -include/GTLCore/ChannelsFlags.h -include/GTLCore/Color.h -include/GTLCore/CompilationMessage.h -include/GTLCore/CompilationMessages.h -include/GTLCore/Export.h -include/GTLCore/Function.h -include/GTLCore/Image.h -include/GTLCore/Macros.h -include/GTLCore/Metadata/Entry.h -include/GTLCore/Metadata/Group.h -include/GTLCore/Metadata/ParameterEntry.h -include/GTLCore/Metadata/TextEntry.h -include/GTLCore/Parameter.h -include/GTLCore/PixelDescription.h -include/GTLCore/ProgressReport.h -include/GTLCore/Region.h -include/GTLCore/ScopedName.h -include/GTLCore/StdTypes.h -include/GTLCore/String.h -include/GTLCore/TimeController.h -include/GTLCore/TimeMachine.h -include/GTLCore/Transform.h -include/GTLCore/Type.h -include/GTLCore/TypesManager.h -include/GTLCore/Value.h -include/GTLCore/Version.h -include/GTLFragment/Export.h -include/GTLFragment/LibrariesManager.h -include/GTLFragment/Library.h -include/GTLFragment/Metadata.h -include/GTLFragment/Source.h -include/GTLImageIO/Export.h -include/GTLImageIO/ImageDC.h -include/GTLImageIO/ImageDCRegistry.h -include/OpenCTL/Export.h -include/OpenCTL/Module.h -include/OpenCTL/ModulesManager.h -include/OpenCTL/Program.h -include/OpenCTL/Template.h -include/OpenCTL/Version.h -include/OpenShiva/Export.h -include/OpenShiva/Kernel.h -include/OpenShiva/Library.h -include/OpenShiva/Source.h -include/OpenShiva/SourcesCollection.h -include/OpenShiva/Version.h -lib/GTLImageIO/Extensions/libPngDC.so -lib/GTLImageIO/Extensions/libRawDC.so -lib/libGTLCore.so -lib/libGTLCore.so.0 -lib/libGTLCore.so.%%PORTVERSION%% -lib/libGTLFragment.so -lib/libGTLFragment.so.0 -lib/libGTLFragment.so.%%PORTVERSION%% -lib/libGTLImageIO.so -lib/libGTLImageIO.so.0 -lib/libGTLImageIO.so.%%PORTVERSION%% -lib/libOpenCTL.so -lib/libOpenCTL.so.0 -lib/libOpenCTL.so.%%PORTVERSION%% -lib/libOpenShiva.so -lib/libOpenShiva.so.0 -lib/libOpenShiva.so.%%PORTVERSION%% -libdata/pkgconfig/GTLCore.pc -libdata/pkgconfig/GTLImageIO.pc -libdata/pkgconfig/OpenCTL.pc -libdata/pkgconfig/OpenShiva.pc -share/OpenGTL/common/libraries/stdlib.fragment -share/OpenGTL/ctl/ctlstdlib.ctl -share/OpenGTL/shiva/libraries/shivawrappers.shiva diff --git a/graphics/qtgtl/Makefile b/graphics/qtgtl/Makefile deleted file mode 100644 index 8478c7aea964..000000000000 --- a/graphics/qtgtl/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# $FreeBSD$ - -PORTNAME= qtgtl -PORTVERSION= 0.9.3 -CATEGORIES= graphics devel -MASTER_SITES= http://download.opengtl.org/ -DISTNAME= libQtGTL-${PORTVERSION} - -MAINTAINER= avilla@FreeBSD.org -COMMENT= Qt bindings for the Graphics Transformation Languages - -LICENSE= LGPL20 - -LIB_DEPENDS= libGTLCore.so:graphics/opengtl - -DEPRECATED= Project is dead and has had no consumer for over a year -EXPIRATION_DATE=2017-04-15 - -USE_QT4= corelib gui moc_build qmake_build rcc_build uic_build -USES= cmake:outsource pathfix pkgconfig tar:bzip2 -USE_LDCONFIG= yes - -DESCR= ${.CURDIR:H:H}/graphics/opengtl/pkg-descr - -PORTEXAMPLES= QtCTL QtShiva - -OPTIONS_DEFINE= EXAMPLES - -pre-configure: - @${REINPLACE_CMD} -e 's,set(QTGTL_LIB_SOVERSION.*,set(QTGTL_LIB_SOVERSION "0"),' \ - ${PATCH_WRKSRC}/CMakeLists.txt - -post-install: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} -.for f in ${PORTEXAMPLES} - cd ${WRKSRC}/examples && ${COPYTREE_SHARE} ${f} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/examples/${f}/${f:S/Qt/q/} \ - ${STAGEDIR}${EXAMPLESDIR}/${f} -.endfor - -.include <bsd.port.mk> diff --git a/graphics/qtgtl/distinfo b/graphics/qtgtl/distinfo deleted file mode 100644 index 0d5c96d9a725..000000000000 --- a/graphics/qtgtl/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (libQtGTL-0.9.3.tar.bz2) = dd6925aa146981038cc462f3a427d65030b600f263a98a03f830070f554a2d7b -SIZE (libQtGTL-0.9.3.tar.bz2) = 27903 diff --git a/graphics/qtgtl/pkg-plist b/graphics/qtgtl/pkg-plist deleted file mode 100644 index 7fb8c94b8d22..000000000000 --- a/graphics/qtgtl/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -include/QtGTL/QImageBuffer.h -include/QtGTL/QImageImage.h -include/QtShiva/KernelParametersWidget.h -include/QtShiva/ParametersWidgetBase.h -include/QtShiva/SourceParametersWidget.h -lib/libQtGTL.so -lib/libQtGTL.so.0 -lib/libQtGTL.so.0.9.2 -lib/libQtShiva.so -lib/libQtShiva.so.0 -lib/libQtShiva.so.0.9.2 -libdata/pkgconfig/QtGTL.pc -libdata/pkgconfig/QtShiva.pc diff --git a/graphics/shiva-collections/Makefile b/graphics/shiva-collections/Makefile deleted file mode 100644 index 4b3731fcd3db..000000000000 --- a/graphics/shiva-collections/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= shiva-collections -PORTVERSION= 1.4 -CATEGORIES= graphics -MASTER_SITES= http://download.opengtl.org/ - -MAINTAINER= avilla@FreeBSD.org -COMMENT= Collection of kernels for OpenGTL - -DEPRECATED= Project is dead and has no end user -EXPIRATION_DATE=2017-04-15 - -USES= cmake tar:bzip2 -NO_BUILD= yes - -.include <bsd.port.mk> diff --git a/graphics/shiva-collections/distinfo b/graphics/shiva-collections/distinfo deleted file mode 100644 index ab9271dc5514..000000000000 --- a/graphics/shiva-collections/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (shiva-collections-1.4.tar.bz2) = 29e792951c448b65a0f27dd1e57ff44c20c192f607074fa5612eb0c4cb616bd7 -SIZE (shiva-collections-1.4.tar.bz2) = 25791 diff --git a/graphics/shiva-collections/pkg-descr b/graphics/shiva-collections/pkg-descr deleted file mode 100644 index e8c896f3fd71..000000000000 --- a/graphics/shiva-collections/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -The Graphics Transformation Languages is a set of libraries for using and -integrating transformation algorithms (such as filter or color conversion) in -graphics applications. -The goal is to provide the tools, languages and libraries to create generic -transformation for graphics. Those transformations could then be used by -different programs (Krita, The Gimp, CinePaint, gegl...). - -Currently the focus is on developing two languages, designed for two different -implementations. -- OpenCTL which is a GPL compatible of the Color Transformation Language, this - language is dedicated at transforming the value of a single pixel (for - instance brightness adjustement or desaturate). CTL is designed to be part of - the Color Management process. -- OpenShiva is inspired by Adobe's Hydra language from the AIF Toolkit, Shiva - is a language that apply a kernel-like transformations on an image, that means - it works using more than one pixel. - -WWW: http://opengtl.org diff --git a/graphics/shiva-collections/pkg-plist b/graphics/shiva-collections/pkg-plist deleted file mode 100644 index 20dd18985c11..000000000000 --- a/graphics/shiva-collections/pkg-plist +++ /dev/null @@ -1,41 +0,0 @@ -share/OpenGTL/shiva/kernels/AntiBullify.shiva -share/OpenGTL/shiva/kernels/Bullify.shiva -share/OpenGTL/shiva/kernels/Caleidoscope.shiva -share/OpenGTL/shiva/kernels/CentralAbsorbtion.shiva -share/OpenGTL/shiva/kernels/CheckerBoard.shiva -share/OpenGTL/shiva/kernels/ConcentricCircles.shiva -share/OpenGTL/shiva/kernels/Contraction.shiva -share/OpenGTL/shiva/kernels/Disco.shiva -share/OpenGTL/shiva/kernels/Droste.shiva -share/OpenGTL/shiva/kernels/Expansion.shiva -share/OpenGTL/shiva/kernels/FractalExplorer.shiva -share/OpenGTL/shiva/kernels/Hypno.shiva -share/OpenGTL/shiva/kernels/LensCorrection.shiva -share/OpenGTL/shiva/kernels/MandelbrotSet.shiva -share/OpenGTL/shiva/kernels/Metaball.shiva -share/OpenGTL/shiva/kernels/MirrorImpose.shiva -share/OpenGTL/shiva/kernels/Moire.shiva -share/OpenGTL/shiva/kernels/Mosaic.shiva -share/OpenGTL/shiva/kernels/PerlinNoise.shiva -share/OpenGTL/shiva/kernels/Planes.shiva -share/OpenGTL/shiva/kernels/Plasma.shiva -share/OpenGTL/shiva/kernels/RadialGradient.shiva -share/OpenGTL/shiva/kernels/Ray.shiva -share/OpenGTL/shiva/kernels/Ray2.shiva -share/OpenGTL/shiva/kernels/Ripples.shiva -share/OpenGTL/shiva/kernels/RotativeBlur.shiva -share/OpenGTL/shiva/kernels/Roundify.shiva -share/OpenGTL/shiva/kernels/Sea.shiva -share/OpenGTL/shiva/kernels/Sectorize.shiva -share/OpenGTL/shiva/kernels/Singleball.shiva -share/OpenGTL/shiva/kernels/Slices.shiva -share/OpenGTL/shiva/kernels/Something.shiva -share/OpenGTL/shiva/kernels/Sphere.shiva -share/OpenGTL/shiva/kernels/Star.shiva -share/OpenGTL/shiva/kernels/StereographicProjection.shiva -share/OpenGTL/shiva/kernels/SunRay.shiva -share/OpenGTL/shiva/kernels/SuperNova.shiva -share/OpenGTL/shiva/kernels/Tunnel.shiva -share/OpenGTL/shiva/kernels/Tunnel2.shiva -share/OpenGTL/shiva/kernels/ZigZag.shiva -share/OpenGTL/shiva/kernels/oilify.shiva |