aboutsummaryrefslogtreecommitdiff
path: root/graphics/libpcd
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-08-24 09:05:39 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-08-24 09:05:39 +0000
commit94426ac8faf2e791cf51954171c15a44076679f3 (patch)
tree2c056a373231e10836ca96eef6ceb11a4c5618a0 /graphics/libpcd
parentc2e70b2c0fe708ecdc3a384eb9fdc7a9880aa428 (diff)
downloadports-94426ac8faf2e791cf51954171c15a44076679f3.tar.gz
ports-94426ac8faf2e791cf51954171c15a44076679f3.zip
Add libpcd 1.0.1, a library for reading PhotoCD images.
PR: ports/70879 Submitted by: Andrey Slusar <anray@inet.ua>
Notes
Notes: svn path=/head/; revision=117185
Diffstat (limited to 'graphics/libpcd')
-rw-r--r--graphics/libpcd/Makefile22
-rw-r--r--graphics/libpcd/distinfo2
-rw-r--r--graphics/libpcd/files/patch-GNUmakefile16
-rw-r--r--graphics/libpcd/pkg-descr6
-rw-r--r--graphics/libpcd/pkg-plist5
5 files changed, 51 insertions, 0 deletions
diff --git a/graphics/libpcd/Makefile b/graphics/libpcd/Makefile
new file mode 100644
index 000000000000..27886acff075
--- /dev/null
+++ b/graphics/libpcd/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: libpcd
+# Date created: 2004-08-23
+# Whom: Andrey Slusar <anray@inet.ua>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libpcd
+PORTVERSION= 1.0.1
+CATEGORIES= graphics
+MASTER_SITES= http://dl.bytesex.org/releases/libpcd/
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= anray@inet.ua
+COMMENT= A library for reading PhotoCD images
+
+USE_GMAKE= yes
+INSTALLS_SHLIB= yes
+WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
+MAKEFILE= ${WRKSRC}/GNUmakefile
+
+.include <bsd.port.mk>
diff --git a/graphics/libpcd/distinfo b/graphics/libpcd/distinfo
new file mode 100644
index 000000000000..43da6ad19e21
--- /dev/null
+++ b/graphics/libpcd/distinfo
@@ -0,0 +1,2 @@
+MD5 (libpcd_1.0.1.tar.gz) = c9127a6aae3c7510498990d82bb0b68a
+SIZE (libpcd_1.0.1.tar.gz) = 9293
diff --git a/graphics/libpcd/files/patch-GNUmakefile b/graphics/libpcd/files/patch-GNUmakefile
new file mode 100644
index 000000000000..9165651cf68d
--- /dev/null
+++ b/graphics/libpcd/files/patch-GNUmakefile
@@ -0,0 +1,16 @@
+--- GNUmakefile.old Mon Aug 23 21:10:15 2004
++++ GNUmakefile Mon Aug 23 21:10:38 2004
+@@ -1,11 +1,11 @@
+
+ DESTDIR :=
+-prefix := /usr/local
++prefix := $(PREFIX)
+
+ incdir := $(DESTDIR)$(prefix)/include
+ libdir := $(DESTDIR)$(prefix)/lib
+
+-CC := gcc
++CC ?= gcc
+ WARN := -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith
+ CFLAGS ?= -g -O2
+ CFLAGS += $(WARN)
diff --git a/graphics/libpcd/pkg-descr b/graphics/libpcd/pkg-descr
new file mode 100644
index 000000000000..ba15f0c81f1f
--- /dev/null
+++ b/graphics/libpcd/pkg-descr
@@ -0,0 +1,6 @@
+This is a tiny library for decoding PhotoCD images. Its not exactly
+new, it exists for years. I've just released it separately for the
+first time now. It used to come bundled with xpcd.
+
+Author: Gerd Knorr <kraxel@bytesex.org>
+WWW: http://linux.bytesex.org/fbida/libpcd.html
diff --git a/graphics/libpcd/pkg-plist b/graphics/libpcd/pkg-plist
new file mode 100644
index 000000000000..fa0bc88c860e
--- /dev/null
+++ b/graphics/libpcd/pkg-plist
@@ -0,0 +1,5 @@
+include/pcd.h
+lib/libpcd.a
+lib/libpcd.so
+lib/libpcd.so.2
+lib/libpcd.so.2.0.1