aboutsummaryrefslogtreecommitdiff
path: root/net/libnfs
Commit message (Collapse)AuthorAgeFilesLines
* Convert most ports using cloud.github.com to GHC.Mathieu Arnold2015-09-041-1/+3
| | | | | | | | | Convert a couple to github, and use some options helpers on the way. Sponsored by: Absolight Notes: svn path=/head/; revision=396103
* Convert to USES=autoreconfTijl Coosemans2015-04-181-4/+2
| | | | Notes: svn path=/head/; revision=384229
* Cleanup plistAntoine Brodin2014-11-221-1/+0
| | | | Notes: svn path=/head/; revision=373063
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-032-2/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=360436
* - Fix various distinfo errorsAlex Kozlov2014-05-311-1/+0
| | | | | | | | | | | - Remove unused USE_* knobs - Convert USE_TWISTED_RUN to USES - Remove empty lines after .include <bsd.port.mk> Approved by: portmgr (antoine) Notes: svn path=/head/; revision=355995
* - Stage supportMartin Wilke2014-01-311-3/+1
| | | | | | | - Convert to USES Notes: svn path=/head/; revision=341917
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316355
* LIBNFS is a client library for accessing NFS shares over a network.Pawel Pekala2013-02-264-0/+50
LIBNFS offers three different APIs, for different use : 1, RAW : A fully async low level RPC library for NFS protocols 2, NFS ASYNC : A fully asynchronous library for high level vfs functions 3, NFS SYNC : A synchronous library for high level vfs functions WWW: https://github.com/sahlberg/libnfs PR: ports/172777 Submitted by: Manuel Creach <manuel.creach@icloud.com> Notes: svn path=/head/; revision=313012