diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-04 20:56:18 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-04 20:56:18 +0800 |
commit | 22b238699bb20fe738cb4762fc1597a0afa7078d (patch) | |
tree | 782060fe46c77f326e89dd898f2861704b079c36 /graphics | |
parent | a1ce2b4c5f896a65119598e6c3788e9c7e698bb8 (diff) | |
download | marcuscom-ports-22b238699bb20fe738cb4762fc1597a0afa7078d.tar.gz marcuscom-ports-22b238699bb20fe738cb4762fc1597a0afa7078d.tar.zst marcuscom-ports-22b238699bb20fe738cb4762fc1597a0afa7078d.zip |
- Move to LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7547 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-pmosaic/Makefile | 38 | ||||
-rw-r--r-- | graphics/gimp-pmosaic/distinfo | 3 | ||||
-rw-r--r-- | graphics/gimp-pmosaic/pkg-descr | 7 | ||||
-rw-r--r-- | graphics/gimp-pmosaic/pkg-plist | 4 |
4 files changed, 52 insertions, 0 deletions
diff --git a/graphics/gimp-pmosaic/Makefile b/graphics/gimp-pmosaic/Makefile new file mode 100644 index 000000000..ff1a2711c --- /dev/null +++ b/graphics/gimp-pmosaic/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: gimp-pmosaic +# Date created: 23 Feb 2004 +# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= pmosaic +PORTVERSION= 1.08 +PORTREVISION= 2 +CATEGORIES= graphics +MASTER_SITES= http://www.kirchgessner.net/pub/gimp-1.2/ +PKGNAMEPREFIX= gimp- +DISTNAME= ${PORTNAME}.${PORTVERSION} + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Photo/Image Mosaic plugin for gimp + +BUILD_DEPENDS= gimp-config:${PORTSDIR}/graphics/gimp1 +RUN_DEPENDS= gimp:${PORTSDIR}/graphics/gimp1 + +WRKSRC= ${WRKDIR}/${PORTNAME} + +do-build: + cd ${WRKSRC}; ${CC} ${CFLAGS} -o pmosaic `gimp-config --cflags` \ + pmsc.c pmosaic.c `gimp-config --libs` -ljpeg + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/pmosaic \ + ${PREFIX}/libexec/gimp/1.2/plug-ins/ + ${INSTALL_DATA} ${WRKSRC}/de/gimp-pmosaic.mo \ + ${PREFIX}/share/locale/de/LC_MESSAGES/ +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.TXT ${DOCSDIR}/ +.endif + +.include <bsd.port.mk> diff --git a/graphics/gimp-pmosaic/distinfo b/graphics/gimp-pmosaic/distinfo new file mode 100644 index 000000000..4ccef1569 --- /dev/null +++ b/graphics/gimp-pmosaic/distinfo @@ -0,0 +1,3 @@ +MD5 (pmosaic.1.08.tar.gz) = 9e17b2630ce68b8079055b1d8a351b8f +SHA256 (pmosaic.1.08.tar.gz) = a72b742c166f14900f11dd14befdda315d8d71b18598e57a1985984d46267592 +SIZE (pmosaic.1.08.tar.gz) = 57254 diff --git a/graphics/gimp-pmosaic/pkg-descr b/graphics/gimp-pmosaic/pkg-descr new file mode 100644 index 000000000..33f070a0b --- /dev/null +++ b/graphics/gimp-pmosaic/pkg-descr @@ -0,0 +1,7 @@ +The image/photo mosaic plug-in creates a image/photo mosaic (composition +of multiple images) from an input image and an image archive. +It also has the function to create the image archive. +With GIMP menues, the plug-in is located at "Filters/Render/Image Mosaic". +It's help-button should tell you how to use the plug-in. + +WWW: http://www.kirchgessner.net/photo-mosaic.html diff --git a/graphics/gimp-pmosaic/pkg-plist b/graphics/gimp-pmosaic/pkg-plist new file mode 100644 index 000000000..c678e792d --- /dev/null +++ b/graphics/gimp-pmosaic/pkg-plist @@ -0,0 +1,4 @@ +libexec/gimp/1.2/plug-ins/pmosaic +share/locale/de/LC_MESSAGES/gimp-pmosaic.mo +%%DOCSDIR%%/README.TXT +@dirrm %%DOCSDIR%% |