Index: graphics/gimp-dds-plugin/Makefile =================================================================== --- graphics/gimp-dds-plugin/Makefile (nonexistent) +++ graphics/gimp-dds-plugin/Makefile (working copy) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= dds +PORTVERSION= 3.0.1 +CATEGORIES= graphics +MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/gimp-dds/ +PKGNAMEPREFIX= gimp- +PKGNAMESUFFIX= -plugin +DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} + +MAINTAINER= roberfern@gmail.com +COMMENT= DDS plugin for gimp + +USES= tar:bz2 gmake + +BUILD_DEPENDS= gcc:lang/gcc \ + ${LOCALBASE}/libdata/pkgconfig/gimp-2.0.pc:graphics/gimp-app +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gimp-2.0.pc:graphics/gimp-app + +PLIST_SUB= GIMP_PLUGIN_DIR=${GIMP_PLUGIN_DIR} +GIMP_PLUGIN_DIR= libexec/gimp/2.2/plug-ins + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/${GIMP_PLUGIN_DIR} + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \ + ${STAGEDIR}${PREFIX}/${GIMP_PLUGIN_DIR} + +.include + Property changes on: graphics/gimp-dds-plugin/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: graphics/gimp-dds-plugin/distinfo =================================================================== --- graphics/gimp-dds-plugin/distinfo (nonexistent) +++ graphics/gimp-dds-plugin/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1531386723 +SHA256 (gimp-dds-3.0.1.tar.bz2) = 6e53df3b8b98c55f22fa7ea2c3ed17478626c924b24c69d499f5d813c3c2788a +SIZE (gimp-dds-3.0.1.tar.bz2) = 470026 Property changes on: graphics/gimp-dds-plugin/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: graphics/gimp-dds-plugin/pkg-descr =================================================================== --- graphics/gimp-dds-plugin/pkg-descr (nonexistent) +++ graphics/gimp-dds-plugin/pkg-descr (working copy) @@ -0,0 +1,7 @@ +Direct Draw Surface is a Microsoft format for storing data compressed +with the proprietary S3 Texture Compression algorithm, which can be +decompressed in hardware by GPUs. This makes the format useful for +storing graphical textures and cubic environment maps as a data file, +both compressed and uncompressed. + +WWW: https://code.google.com/archive/p/gimp-dds/ Property changes on: graphics/gimp-dds-plugin/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: graphics/gimp-dds-plugin/pkg-plist =================================================================== --- graphics/gimp-dds-plugin/pkg-plist (nonexistent) +++ graphics/gimp-dds-plugin/pkg-plist (working copy) @@ -0,0 +1 @@ +%%GIMP_PLUGIN_DIR%%/dds Property changes on: graphics/gimp-dds-plugin/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property