diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-02-09 16:14:25 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-02-09 16:14:25 +0000 |
commit | 2022b6a18644db6d9189ac8d5ba64cc20a4f2019 (patch) | |
tree | 91e8794c320528c4db3e9228c74fb83374a008e2 | |
parent | 7d7de187c7681183f9483a16c5269c0110d9e0c9 (diff) | |
download | FreeBSD-ports-2022b6a18644db6d9189ac8d5ba64cc20a4f2019.zip FreeBSD-ports-2022b6a18644db6d9189ac8d5ba64cc20a4f2019.tar.gz |
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
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/xpcd/Makefile | 29 | ||||
-rw-r--r-- | graphics/xpcd/distinfo | 1 | ||||
-rw-r--r-- | graphics/xpcd/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/xpcd/pkg-descr | 5 | ||||
-rw-r--r-- | graphics/xpcd/pkg-plist | 12 |
6 files changed, 49 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 37ba815..395afe7 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -351,6 +351,7 @@ SUBDIR += xmps-win32-plugin SUBDIR += xmrm SUBDIR += xpaint + SUBDIR += xpcd SUBDIR += xpdf SUBDIR += xpm SUBDIR += xpx diff --git a/graphics/xpcd/Makefile b/graphics/xpcd/Makefile new file mode 100644 index 0000000..74ba0a5 --- /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 0000000..c7b184b --- /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 0000000..e47f41b --- /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 0000000..071c314 --- /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 0000000..f8d41c7 --- /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 |