mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Add gimp-pmosaic 1.08, photo/image mosaic plugin for gimp.
Ported to generate an image for: http://www.1101.com/taro/
This commit is contained in:
parent
b676dc68da
commit
8c578c7d6b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101933
@ -106,6 +106,7 @@
|
||||
SUBDIR += gimp-devel
|
||||
SUBDIR += gimp-manual-html
|
||||
SUBDIR += gimp-manual-pdf
|
||||
SUBDIR += gimp-pmosaic
|
||||
SUBDIR += gimp1
|
||||
SUBDIR += giram
|
||||
SUBDIR += gkrellkam
|
||||
|
38
graphics/gimp-pmosaic/Makefile
Normal file
38
graphics/gimp-pmosaic/Makefile
Normal file
@ -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
|
||||
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}
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
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>
|
2
graphics/gimp-pmosaic/distinfo
Normal file
2
graphics/gimp-pmosaic/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (pmosaic.1.08.tar.gz) = 9e17b2630ce68b8079055b1d8a351b8f
|
||||
SIZE (pmosaic.1.08.tar.gz) = 57254
|
7
graphics/gimp-pmosaic/pkg-descr
Normal file
7
graphics/gimp-pmosaic/pkg-descr
Normal file
@ -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
|
4
graphics/gimp-pmosaic/pkg-plist
Normal file
4
graphics/gimp-pmosaic/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
libexec/gimp/1.2/plug-ins/pmosaic
|
||||
share/locale/de/LC_MESSAGES/gimp-pmosaic.mo
|
||||
%%DOCSDIR%%/README.TXT
|
||||
@dirrm %%DOCSDIR%%
|
Loading…
Reference in New Issue
Block a user