aboutsummaryrefslogtreecommitdiff
path: root/graphics/xpcd
Commit message (Collapse)AuthorAgeFilesLines
* Fix up plist after modifications to mtree (BSD.x11-4.dist rev. 1.27).Dejan Lesjak2005-06-152-1/+10
| | | | Notes: svn path=/head/; revision=137467
* - update to 2.09Dirk Meyer2005-04-274-7/+43
| | | | | | | | | - drop autoconf - use external libpcd - fix errors in Makefiles Notes: svn path=/head/; revision=134266
* - fix pkg-plist, remove BROKENDirk Meyer2005-04-272-2/+2
| | | | Notes: svn path=/head/; revision=134260
* - reset MAINTAINERDirk Meyer2005-04-271-1/+1
| | | | | | | confirmed by email from Juha Ylitalo Notes: svn path=/head/; revision=134259
* BROKEN: Incomplete pkg-plistKris Kennaway2005-02-281-0/+2
| | | | Notes: svn path=/head/; revision=129957
* Fix MASTER_SITES.Kirill Ponomarev2004-12-261-2/+2
| | | | | | | | | | Portlint. PR: ports/75226 Submitted by: Andrey Slusar <anray at inet dot ua> Notes: svn path=/head/; revision=125248
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-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. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76036
* Don't remove the lib/X11/app-defaults system directoryKris Kennaway2003-01-141-1/+0
| | | | Notes: svn path=/head/; revision=73105
* This is a PhotoCD tool collection.Dirk Meyer2002-02-095-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 Notes: svn path=/head/; revision=54442