summaryrefslogtreecommitdiff
path: root/devel/sfio (follow)
Commit message (Collapse)AuthorAgeFilesLines
* I always forget to remove the emptied directory.David E. O'Brien2001-04-151-0/+2
| | | | | | | Submitted by: steve Notes: svn path=/head/; revision=41396
* Use MASTER_SITE_NETBSD.Trevor Johnson2001-03-131-33/+1
| | | | | | | | Approved by: obrien PR: 24185 Notes: svn path=/head/; revision=39781
* Install headers into PREFIX/include/sfio. Installing aDavid E. O'Brien2000-08-272-7/+7
| | | | | | | | | | | PREFIX/include/stdio.h is just too dangerous as one can too easily get it when they don't want it. Also Sendmail 8.11 (building with STARTTLS) expects to find the header "sfio/sfio.h". Submitted by: Lyndon Nerenberg <lyndon@orthanc.ab.ca> Notes: svn path=/head/; revision=32027
* * This port is no longer restricted.David E. O'Brien2000-08-262-22/+39
| | | | | | | | | | * Make description formatting nicer and add WWW link. PR: 20826 Submitted by: Trevor Johnson <trevor@jpj.net> Notes: svn path=/head/; revision=32009
* Fix problems in the PKG{NAME,VERSION} conversion.David E. O'Brien2000-05-141-1/+2
| | | | | | | Submitted by: Lyndon Nerenberg <lyndon@orthanc.ab.ca> Notes: svn path=/head/; revision=28442
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-5/+4
| | | | Notes: svn path=/head/; revision=27505
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
| | | | Notes: svn path=/head/; revision=26835
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-4/+4
| | | | Notes: svn path=/head/; revision=25734
* Portlint and keep an eye on the port.David E. O'Brien2000-01-031-3/+4
| | | | Notes: svn path=/head/; revision=24369
* Update to the 1999 release.Steve Price1999-12-273-14/+16
| | | | | | | | PR: 14833 Submitted by: Trevor Johnson <trevor@jpj.net> Notes: svn path=/head/; revision=24116
* Remove jraynard as MAINTAINER, since he no longer has an account.Bill Fenner1999-12-221-2/+0
| | | | | | | | | | Move distfiles from ~jraynard/public_html/ports/distfiles/ to ~fenner/public_html/distfiles-- this does not imply that I take any responsibility for the ports but I'll at least host the existing distfiles =) Notes: svn path=/head/; revision=23817
* 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