summaryrefslogtreecommitdiff
path: root/graphics/xpcd
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-02-09 16:14:25 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-02-09 16:14:25 +0000
commita1c88bb38c15d2b94367e43e78a2248cbd6f6a11 (patch)
tree135830b07016b51c12814493ceea1dbd85f9ae02 /graphics/xpcd
parentUpdate to 1.29. This version supports for bzip2-compressed diffs (diff)
This is a PhotoCD tool collection.
This packages core application is a command line tool which can read so-called PhotoCD (*.pcd) images and convert them to PPM or JPEG (pcdtoppm). Also included is a PhotoCD viewing frontend for X (xpcd). Main benefit in this package is that it is capable to open PhotoCD pictures in 3072x2048 pixels resolution and convert them to JPEG, while most of the other applications that I've seen don't go beyond 768x512. This application is also packaged (by other people) into Debian (http://packages.debian.org/stable/graphics/xpcd.html) - Fix pkg-plist, ports installed more files. - set manpages in Makefile - Fix Head of makefile PR: 31539 Submitted by: juha.o.ylitalo@nokia.com
Notes
Notes: svn path=/head/; revision=54442
Diffstat (limited to 'graphics/xpcd')
-rw-r--r--graphics/xpcd/Makefile29
-rw-r--r--graphics/xpcd/distinfo1
-rw-r--r--graphics/xpcd/pkg-comment1
-rw-r--r--graphics/xpcd/pkg-descr5
-rw-r--r--graphics/xpcd/pkg-plist12
5 files changed, 48 insertions, 0 deletions
diff --git a/graphics/xpcd/Makefile b/graphics/xpcd/Makefile
new file mode 100644
index 000000000000..74ba0a5ba81a
--- /dev/null
+++ b/graphics/xpcd/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: xpcd
+# Date created: 27 October 2001
+# Whom: Juha Ylitalo
+#
+# $FreeBSD$
+#
+
+PORTNAME= xpcd
+PORTVERSION= 2.08
+PORTREVISION= 1
+CATEGORIES+= graphics
+MASTER_SITES= http://bytesex.org/misc/
+
+MAINTAINER?= jylitalo@iki.fi
+
+LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
+ tiff.4:${PORTSDIR}/graphics/tiff
+
+# USE_IMAKE= yes
+CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
+LDFLAGS= -L${LOCALBASE}/lib
+USE_GMAKE= yes
+USE_AUTOCONF= yes
+CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+MAKE_ENV+= LDFLAGS="${LDFLAGS}"
+USE_X_PREFIX= yes
+MAN1= pcdtoppm.1 pcdview.1 xpcd.1
+
+.include <bsd.port.mk>
diff --git a/graphics/xpcd/distinfo b/graphics/xpcd/distinfo
new file mode 100644
index 000000000000..c7b184ba1a48
--- /dev/null
+++ b/graphics/xpcd/distinfo
@@ -0,0 +1 @@
+MD5 (xpcd-2.08.tar.gz) = 23881054e9c469197fc7cc806255754e
diff --git a/graphics/xpcd/pkg-comment b/graphics/xpcd/pkg-comment
new file mode 100644
index 000000000000..e47f41b6962a
--- /dev/null
+++ b/graphics/xpcd/pkg-comment
@@ -0,0 +1 @@
+PhotoCD tool collection
diff --git a/graphics/xpcd/pkg-descr b/graphics/xpcd/pkg-descr
new file mode 100644
index 000000000000..071c314e4919
--- /dev/null
+++ b/graphics/xpcd/pkg-descr
@@ -0,0 +1,5 @@
+This is a PhotoCD tool collection.
+
+This packages core application is a command line tool which can read
+so-called PhotoCD (*.pcd) images and convert them to PPM or JPEG
+(pcdtoppm). Also included is a PhotoCD viewing frontend for X (xpcd).
diff --git a/graphics/xpcd/pkg-plist b/graphics/xpcd/pkg-plist
new file mode 100644
index 000000000000..f8d41c74d72e
--- /dev/null
+++ b/graphics/xpcd/pkg-plist
@@ -0,0 +1,12 @@
+bin/pcdtoppm
+bin/xpcd
+include/X11/pixmaps/xpcd-color.xpm
+include/X11/pixmaps/xpcd-gray.xpm
+lib/X11/app-defaults/Xpcd-2
+lib/X11/da/app-defaults/Xpcd-2
+lib/X11/de/app-defaults/Xpcd-2
+lib/X11/xpcd/system.xpcdrc
+@dirrm lib/X11/app-defaults
+@dirrm lib/X11/da
+@dirrm lib/X11/de
+@dirrm lib/X11/xpcd