aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xpcd
Commit message (Collapse)AuthorAgeFilesLines
* Fix up plist after modifications to mtree (BSD.x11-4.dist rev. 1.27).lesi2005-06-152-1/+10
|
* - update to 2.09dinoex2005-04-274-7/+43
| | | | | | - drop autoconf - use external libpcd - fix errors in Makefiles
* - fix pkg-plist, remove BROKENdinoex2005-04-272-2/+2
|
* - reset MAINTAINERdinoex2005-04-271-1/+1
| | | | confirmed by email from Juha Ylitalo
* BROKEN: Incomplete pkg-plistkris2005-02-281-0/+2
|
* Fix MASTER_SITES.krion2004-12-271-2/+2
| | | | | | | Portlint. PR: ports/75226 Submitted by: Andrey Slusar <anray at inet dot ua>
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* De-pkg-comment.knu2003-02-212-1/+1
|
* Don't remove the lib/X11/app-defaults system directorykris2003-01-141-1/+0
|
* This is a PhotoCD tool collection.dinoex2002-02-105-0/+48
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