aboutsummaryrefslogtreecommitdiff
path: root/net/unfs3
Commit message (Collapse)AuthorAgeFilesLines
* Migration from bison 1.x to 2.xAde Lovett2007-10-171-2/+2
| | | | | | | | PR: 117086 Tested by: -exp runs Notes: svn path=/head/; revision=201613
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-7/+1
| | | | Notes: svn path=/head/; revision=200777
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-1/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* - Update to 0.9.16Clement Laforet2006-11-082-4/+4
| | | | Notes: svn path=/head/; revision=176871
* - Update to 0.9.15Clement Laforet2006-11-032-4/+4
| | | | Notes: svn path=/head/; revision=176264
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* - Update to 0.9.13Clement Laforet2005-09-102-3/+3
| | | | Notes: svn path=/head/; revision=142383
* - Unbreak on 4.xClement Laforet2005-05-221-1/+1
| | | | Notes: svn path=/head/; revision=135846
* BROKEN on 4.x: Does not compileKris Kennaway2005-04-101-1/+7
| | | | Notes: svn path=/head/; revision=132979
* - Update to 0.9.12Clement Laforet2005-01-164-32/+20
| | | | Notes: svn path=/head/; revision=126573
* - Fix build on 4.xClement Laforet2004-12-041-0/+14
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=123094
* - Update to 0.9.11Clement Laforet2004-11-302-3/+3
| | | | Notes: svn path=/head/; revision=122841
* - Update to 0.9.10Clement Laforet2004-08-103-5/+21
| | | | Notes: svn path=/head/; revision=115871
* - Update to 0.9.9Clement Laforet2004-05-222-3/+3
| | | | | | | | | This release adds support for mount passwords and exporting removable media. Minor improvements were made to the exports file parser and debug mode. Notes: svn path=/head/; revision=109693
* - Update to 0.9.6Clement Laforet2004-03-102-3/+3
| | | | Notes: svn path=/head/; revision=103585
* Add unfs3 v0.9.5Clement Laforet2004-02-163-0/+36
UNFS3 is a user-space implementation of the NFSv3 server specification. It provides a daemon for the MOUNT and NFS protocols, which are used by NFS clients for accessing files on the server. Since it runs in user-space, you can use it in a jail. WWW: http://unfs3.sourceforge.net/ Notes: svn path=/head/; revision=101063