aboutsummaryrefslogtreecommitdiff
path: root/graphics/gif2png
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-09-06 19:39:30 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-09-06 19:39:30 +0000
commite8be97f517e55501083232f4a5756556327528ea (patch)
tree9c2381c255a4a18e7472e39eaaba3c3ee915e28e /graphics/gif2png
parenta1d6fedced48fe1373b0f65018bb7536883cddad (diff)
downloadports-e8be97f517e55501083232f4a5756556327528ea.tar.gz
ports-e8be97f517e55501083232f4a5756556327528ea.zip
Notes
Diffstat (limited to 'graphics/gif2png')
-rw-r--r--graphics/gif2png/Makefile23
-rw-r--r--graphics/gif2png/distinfo1
-rw-r--r--graphics/gif2png/pkg-comment1
-rw-r--r--graphics/gif2png/pkg-descr8
-rw-r--r--graphics/gif2png/pkg-plist1
5 files changed, 34 insertions, 0 deletions
diff --git a/graphics/gif2png/Makefile b/graphics/gif2png/Makefile
new file mode 100644
index 000000000000..289b4f0634de
--- /dev/null
+++ b/graphics/gif2png/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: gif2png
+# Version required: 0.6
+# Date created: 30 Aug 1999
+# Whom: saper@system.pl
+#
+# $FreeBSD$
+#
+
+DISTNAME= gif2png-0.6
+CATEGORIES= graphics
+MASTER_SITES= ftp://swrinde.nde.swri.edu/pub/png/applications/
+
+MAINTAINER= saper@system.pl
+
+LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png
+
+USE_ZIP= yes
+WRKSRC= ${WRKDIR}/gif2png
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/gif2png ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/graphics/gif2png/distinfo b/graphics/gif2png/distinfo
new file mode 100644
index 000000000000..105f16361327
--- /dev/null
+++ b/graphics/gif2png/distinfo
@@ -0,0 +1 @@
+MD5 (gif2png-0.6.zip) = 2fce3354f80826a83e02d3893d1e7ddb
diff --git a/graphics/gif2png/pkg-comment b/graphics/gif2png/pkg-comment
new file mode 100644
index 000000000000..f89555fd5032
--- /dev/null
+++ b/graphics/gif2png/pkg-comment
@@ -0,0 +1 @@
+Converts GIF images to a PNG format
diff --git a/graphics/gif2png/pkg-descr b/graphics/gif2png/pkg-descr
new file mode 100644
index 000000000000..bc1877923d74
--- /dev/null
+++ b/graphics/gif2png/pkg-descr
@@ -0,0 +1,8 @@
+This package contains a program to convert from
+CompuServe GIF file to a free PNG format.
+
+Author:
+Alexander Lehmann <alex@hal.rhein-main.de>
+
+--
+ << Marcin Cieslak // saper@system.pl >>
diff --git a/graphics/gif2png/pkg-plist b/graphics/gif2png/pkg-plist
new file mode 100644
index 000000000000..06a47445b4d8
--- /dev/null
+++ b/graphics/gif2png/pkg-plist
@@ -0,0 +1 @@
+bin/gif2png