summaryrefslogtreecommitdiff
path: root/games/xpipeman (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20948
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* Move manpages from pkg/PLIST to MAN* macro in Makefile.Steve Price1998-09-282-2/+2
| | | | Notes: svn path=/head/; revision=13500
* Switch to new MASTER_SITE. The distfile on the new master_site is apparentlyJustin M. Seger1998-04-124-64/+27
| | | | | | | | patched to work with Linux. Alter our patches to work correctly with the patched distfile. Make myself MAINTAINER. Notes: svn path=/head/; revision=10498
* install -> ${INSTALL}.Masafumi Max NAKANE1997-07-211-2/+2
| | | | | | | | ${.CURDIR}/files -> ${FILESDIR}. /usr/X11R6 -> ${PREFIX}. Notes: svn path=/head/; revision=7404
* Switched to using MASTER_SITES=${MASTER_SITE_XCONTRIB} andDavid E. O'Brien1997-01-031-1/+3
| | | | | | | | | | | | | MASTER_SITE_SUBDIR=games swallace wasn't listed as MAINTAINER of any of his ports janek@gaja.ipan.lublin.pl wasn't listed as MAINTAINER of any of his ports bin.bin --> ${BINOWN}.${BINGRP} chown --> /usr/sbin/chown (not everyone has /usr/sbin in their path, esp. if you sudo'ed to root) mkdir -p --> ${MKDIR} Notes: svn path=/head/; revision=5186
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-4/+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
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* Update this Makefile to comply to the new scheme.Satoshi Asami1995-05-171-3/+4
| | | | Notes: svn path=/head/; revision=1774
* Updates of games Makefiles. I think they work, but don't quoteSatoshi Asami1995-04-201-4/+4
| | | | | | | me on this. ;) Notes: svn path=/head/; revision=1472
* And here comes the next round of Makefile updates, for games. Folks,Satoshi Asami1995-04-111-2/+4
| | | | | | | | | there are lots of broken stuff and funky Makefiles here. Please check your ports, and also put yourself in MAINTAINER so I know who to talk to. Thanks.... Notes: svn path=/head/; revision=1325
* 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
* Converted Makefiles as much as I could.Satoshi Asami1995-02-111-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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
* Add checksum files to these new portsGary Palmer1995-01-051-0/+1
| | | | Notes: svn path=/head/; revision=712
* xpipeman - connect the pipes to stop the leaks (X Windows)Steven Wallace1995-01-038-0/+162
Notes: svn path=/head/; revision=670