Commit Graph

27 Commits

Author SHA1 Message Date
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
David E. O'Brien
5133141363 Change Id->FreeBSD. 1999-08-25 06:16:32 +00:00
Justin M. Seger
df08aed4d8 1) Fix handling of comments in rgb.txt
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
1999-06-01 04:04:11 +00:00
Hidetoshi Shimokawa
e57e614386 Fix typo of Makefile introduced in previous revision.
Add patch for Alpha. (fix type conflicts)
1999-01-07 11:12:30 +00:00
Scott Mace
4712874090 link with libjpeg and libz due to dependency in libtiff 1999-01-02 15:58:19 +00:00
Satoshi Asami
0a6c60d056 Change libtiff shared lib to version 4.0 -- we've shipped 3.3 before, so 1.0
would go backwards.
1998-11-25 09:01:25 +00:00
Justin M. Seger
d57d33c655 libtiff34->libtiff and include/tiff34/*.h -> include/*.h
Approved by:	asami
1998-11-25 05:06:28 +00:00
Steve Price
2b6a69a043 Move manpages to the Makefile and use MAN*. 1998-10-03 21:34:10 +00:00
Steve Price
a712d50fe2 Remove regexp support for libtiff34 as it is now ELF'able. 1998-09-19 05:46:07 +00:00
Satoshi Asami
ed1ba38a9f Be more selective about which ports to maintain. I no longer have time
to maintain all these ports I once committed (sometimes as a proxy).
1997-12-25 22:29:52 +00:00
Thomas Gellekum
d0c6ff6a18 Upgrade to use tiff34 and use new location for the header files.
patch-ag was moved out of patch-ad.
1997-12-01 07:57:24 +00:00
Masafumi Max NAKANE
c26ebc105a Install ppmcmap.h since some other program needs this file.
Submitted by:	volf@oasis.IAEhv.nl (Frank Volf)
PR:		4740
1997-11-04 12:16:22 +00:00
Satoshi Asami
914c0650b2 Add a few programs and manpages. Gawd, I screwed this one up or what?
While I'm here, sort the PLIST.

PR:		4132 (pnmrotate)
1997-07-21 04:33:58 +00:00
Satoshi Asami
c98cfd116d Compress a bunch of manpages. Remove unnecessary @ directives from
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.
1996-11-18 14:17:24 +00:00
Satoshi Asami
300c45cf2e Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 11:44:27 +00:00
Satoshi Asami
14cd728249 Shorten one-line comments. Boy, I'm listed as MAINTAINERs in a
lot of ports or what! ;>
1995-11-09 06:41:02 +00:00
Satoshi Asami
7f6c181f38 Yet another round of Makefile updates, graphics version. 1995-04-09 07:09:55 +00:00
Jordan K. Hubbard
ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00
Satoshi Asami
35af96374a Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,
and some other minor cleanup.
1995-03-24 11:12:06 +00:00
Satoshi Asami
0e3481deb7 Forgot to add bin/*merge when I changed it to use merged executables....
*-< :)  (<= this is me with the pointed hat)
Pointed-out by:	taob@gate.sinica.edu.tw
1995-03-04 01:15:50 +00:00
Andreas Schulz
50e056c550 Correct the packing list for netpbm. The manuals under man3 and man5 has
also suffixes 3 and 5 not 1.
1995-02-13 22:23:35 +00:00
Satoshi Asami
86793c984d Converted Makefiles as much as I could.
(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!
1995-02-11 13:51:48 +00:00
Jordan K. Hubbard
9e75bdf5b2 Adjust package to match reality (sort of). 1995-02-09 09:39:21 +00:00
Satoshi Asami
794a4c0b79 Correct some brain-farts.
Pointed-out by:	jmz
1995-02-07 01:32:21 +00:00
Satoshi Asami
b456c121a1 A bunch of small corrections, most notably:
(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
1995-02-06 10:25:17 +00:00
Jordan K. Hubbard
5ca7a7ffce Initial revision 1995-01-31 06:07:26 +00:00
Jordan K. Hubbard
a37c8440e7 Jean-Marc Zucconi's netpbm port.
Submitted by:	jmz
1994-10-15 19:14:08 +00:00