diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/eps2png/Makefile | 25 | ||||
-rw-r--r-- | graphics/eps2png/distinfo | 1 | ||||
-rw-r--r-- | graphics/eps2png/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/eps2png/pkg-descr | 4 | ||||
-rw-r--r-- | graphics/eps2png/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/graphics/eps2png/Makefile b/graphics/eps2png/Makefile new file mode 100644 index 000000000000..84dd6689c90d --- /dev/null +++ b/graphics/eps2png/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: eps2png +# Date created: 12 February 2001 +# Whom: nik +# +# $FreeBSD$ +# + +PORTNAME= eps2png +PORTVERSION= 1.7 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/Johan_Vromans + +MAINTAINER= nik@freebsd.org + +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6 + +USE_PERL5= yes +PERL_CONFIGURE= yes + +do-install: + ${INSTALL_SCRIPT} ${INSTALL_WRKSRC}/script/${PORTNAME} ${PREFIX}/bin + + +.include <bsd.port.mk> diff --git a/graphics/eps2png/distinfo b/graphics/eps2png/distinfo new file mode 100644 index 000000000000..529abfd51ccf --- /dev/null +++ b/graphics/eps2png/distinfo @@ -0,0 +1 @@ +MD5 (eps2png-1.7.tar.gz) = f544002e17b5f61c281015f3b765d98e diff --git a/graphics/eps2png/pkg-comment b/graphics/eps2png/pkg-comment new file mode 100644 index 000000000000..3ab0252f4541 --- /dev/null +++ b/graphics/eps2png/pkg-comment @@ -0,0 +1 @@ +Converts EPS images to PNG diff --git a/graphics/eps2png/pkg-descr b/graphics/eps2png/pkg-descr new file mode 100644 index 000000000000..d92d35a71452 --- /dev/null +++ b/graphics/eps2png/pkg-descr @@ -0,0 +1,4 @@ +eps2png takes an EPS image and transforms it into a +PNG image. + +WWW: http://www.squirrel.nl/people/jvromans/sw_eps2png.html diff --git a/graphics/eps2png/pkg-plist b/graphics/eps2png/pkg-plist new file mode 100644 index 000000000000..f5d2d867f208 --- /dev/null +++ b/graphics/eps2png/pkg-plist @@ -0,0 +1 @@ +bin/eps2png |