summaryrefslogtreecommitdiff
path: root/devel/sfio (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change Id->FreeBSD.David E. O'Brien1999-08-252-2/+2
| | | | Notes: svn path=/head/; revision=20947
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-02-031-1/+2
| | | | | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too. Notes: svn path=/head/; revision=16518
* Rename - not delete - the mmap test programWolfram Schneider1998-11-101-2/+3
| | | | Notes: svn path=/head/; revision=14455
* New patches for sfio98. (Not that many changes, I've just split them upJames Raynard1998-11-076-0/+70
| | | | | | | into a single patch for each source file). Notes: svn path=/head/; revision=14395
* Update to sfio98.James Raynard1998-11-074-145/+15
| | | | | | | Prodded by: wosch Notes: svn path=/head/; revision=14394
* Remove manpages define in MAN? fom PLIST for all the devel ports.Satoshi Asami1998-08-121-2/+0
| | | | | | | | I'm going to leave p5-* alone for now (where the version stuff is going to land is still unclear). Notes: svn path=/head/; revision=12467
* Comment out MASTER_SITES as port can't be downloaded automatically.James Raynard1997-12-111-2/+3
| | | | | | | Spotted by: Bill Fenner's distfile checker. Notes: svn path=/head/; revision=9059
* Add a RESTRICTED line due to the fact that one must register with AT&T to useJustin M. Seger1997-11-291-1/+3
| | | | | | | | the port. Reviewed by: asami Notes: svn path=/head/; revision=8891
* (1) Add "-" between basename and version number in PKGNAME.Satoshi Asami1997-11-101-1/+3
| | | | | | | | | Found by: portlint (2) Define IS_INTERACTIVE. The do-fetch target only prints out messages. Notes: svn path=/head/; revision=8548
* Safe/Fast I/O LibraryJames Raynard1997-11-096-0/+214
Notes: svn path=/head/; revision=8534