summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>2001-02-12 18:37:23 +0000
committerNik Clayton <nik@FreeBSD.org>2001-02-12 18:37:23 +0000
commitb386714a41b13ae7248bf854ec0ef4ad601eab63 (patch)
tree738f29ab4e88d090d2eac78c81417ae161909554 /graphics
parentModification for adding the new slave ports (diff)
Add eps2png, for converting EPS to PNG.
Notes
Notes: svn path=/head/; revision=38270
Diffstat (limited to 'graphics')
-rw-r--r--graphics/eps2png/Makefile25
-rw-r--r--graphics/eps2png/distinfo1
-rw-r--r--graphics/eps2png/pkg-comment1
-rw-r--r--graphics/eps2png/pkg-descr4
-rw-r--r--graphics/eps2png/pkg-plist1
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