summaryrefslogtreecommitdiff
path: root/graphics/netpbm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 8.0.Steve Price1999-11-014-8/+339
| | | | | | | | PR: 14403 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=22769
* The tiff port now lives in ports/graphics/tiff.Steve Price1999-09-071-1/+1
| | | | Notes: svn path=/head/; revision=21367
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* 1) Fix handling of comments in rgb.txtJustin M. Seger1999-06-011-2/+2
| | | | | | | | | | | 2) Add support for more xbm files 3) Install pstopnm.1 man page. Submitted by: candy <candy@kgc.co.jp> PR: ports/11956 ports/11957 ports/11958 Notes: svn path=/head/; revision=19157
* Fix typo of Makefile introduced in previous revision.Hidetoshi Shimokawa1999-01-072-3/+39
| | | | | | | Add patch for Alpha. (fix type conflicts) Notes: svn path=/head/; revision=15911
* link with libjpeg and libz due to dependency in libtiffScott Mace1999-01-021-1/+2
| | | | Notes: svn path=/head/; revision=15770
* Change libtiff shared lib to version 4.0 -- we've shipped 3.3 before, so 1.0Satoshi Asami1998-11-251-2/+2
| | | | | | | would go backwards. Notes: svn path=/head/; revision=14893
* libtiff34->libtiff and include/tiff34/*.h -> include/*.hJustin M. Seger1998-11-251-2/+2
| | | | | | | Approved by: asami Notes: svn path=/head/; revision=14889
* Move manpages to the Makefile and use MAN*.Steve Price1998-10-032-183/+33
| | | | Notes: svn path=/head/; revision=13610
* Remove regexp support for libtiff34 as it is now ELF'able.Steve Price1998-09-191-2/+2
| | | | Notes: svn path=/head/; revision=13241
* Be more selective about which ports to maintain. I no longer have timeSatoshi Asami1997-12-251-2/+2
| | | | | | | to maintain all these ports I once committed (sometimes as a proxy). Notes: svn path=/head/; revision=9184
* Upgrade to use tiff34 and use new location for the header files.Thomas Gellekum1997-12-011-2/+2
| | | | | | | patch-ag was moved out of patch-ad. Notes: svn path=/head/; revision=8926
* Install ppmcmap.h since some other program needs this file.Masafumi Max NAKANE1997-11-041-0/+1
| | | | | | | | Submitted by: volf@oasis.IAEhv.nl (Frank Volf) PR: 4740 Notes: svn path=/head/; revision=8482
* Add a few programs and manpages. Gawd, I screwed this one up or what?Satoshi Asami1997-07-211-4/+10
| | | | | | | | | While I'm here, sort the PLIST. PR: 4132 (pnmrotate) Notes: svn path=/head/; revision=7392
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-3/+0
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aSatoshi Asami1995-11-091-1/+1
| | | | | | | lot of ports or what! ;> Notes: svn path=/head/; revision=2402
* Yet another round of Makefile updates, graphics version.Satoshi Asami1995-04-091-4/+7
| | | | Notes: svn path=/head/; revision=1309
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-1/+2
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,Satoshi Asami1995-03-241-1/+2
| | | | | | | and some other minor cleanup. Notes: svn path=/head/; revision=1196
* Forgot to add bin/*merge when I changed it to use merged executables....Satoshi Asami1995-03-041-0/+4
| | | | | | | | *-< :) (<= this is me with the pointed hat) Pointed-out by: taob@gate.sinica.edu.tw Notes: svn path=/head/; revision=1083
* Correct the packing list for netpbm. The manuals under man3 and man5 hasAndreas Schulz1995-02-131-8/+8
| | | | | | | also suffixes 3 and 5 not 1. Notes: svn path=/head/; revision=972
* Converted Makefiles as much as I could.Satoshi Asami1995-02-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) Took out INSTALL_MANPAGES (not necessary anymore, porter should set NO_INSTALL_MANPAGES for not calling "make install.man") (2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These are the entries I used: EXEC_DEPENDS: unzip:${PORTSDIR}/archivers/unzip gmake:${PORTSDIR}/devel/gmake wishx:${PORTSDIR}/lang/tclX xli:${PORTSDIR}/graphics/xli gs:${PORTSDIR}/print/ghostscript gunshar:${PORTSDIR}/archivers/gshar+gunshar hfs:${PORTSDIR}/utils/hfs rman:${PORTSDIR}/utils/rman LIB_DEPENDS: tiff\\.3\\.:${PORTSDIR}/graphics/tiff jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg Xpm\\.4\\.:${PORTSDIR}/graphics/xpm tcl\\.7\\.:${PORTSDIR}/lang/tcl tk\\.3\\.:${PORTSDIR}/x11/tk xview\\.1\\.:${PORTSDIR}/x11/xview-lib Xaw3d\\.:${PORTSDIR}/x11/Xaw3d mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib xview\\.3\\.:${PORTSDIR}/x11/xview-lib BLT\\.1\\.:${PORTSDIR}/x11/blt There are still some dependencies I can't figure out what exactly is needed. If your port still has DEPENDS in it, please check it out! Notes: svn path=/head/; revision=935
* Adjust package to match reality (sort of).Jordan K. Hubbard1995-02-091-15/+8
| | | | Notes: svn path=/head/; revision=913
* Correct some brain-farts.Satoshi Asami1995-02-071-3/+3
| | | | | | | Pointed-out by: jmz Notes: svn path=/head/; revision=902
* A bunch of small corrections, most notably:Satoshi Asami1995-02-062-5/+14
| | | | | | | | | | (1) Create merged binaries (much, much smaller total size) (2) Use tiff library available in ports (3) Install manpages in section 3 and 5 correctly (4) Add missing executables to PLIST Notes: svn path=/head/; revision=899
* Initial revisionJordan K. Hubbard1995-01-311-0/+1
| | | | Notes: svn path=/head/; revision=862
* Jean-Marc Zucconi's netpbm port.Jordan K. Hubbard1994-10-154-0/+561
Submitted by: jmz Notes: svn path=/head/; revision=238