aboutsummaryrefslogtreecommitdiff
path: root/net/netclasses
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* LICENSE LGPL21Dirk Meyer2010-06-051-0/+2
| | | | Notes: svn path=/head/; revision=255744
* - drop USE_GNUSTEP_PREFIXDirk Meyer2010-05-302-24/+23
| | | | Notes: svn path=/head/; revision=255316
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with N Notes: svn path=/head/; revision=240073
* - add LICENSE:Dirk Meyer2009-01-161-2/+2
| | | | Notes: svn path=/head/; revision=226280
* 3Dirk Meyer2008-04-291-1/+1
| | | | Notes: svn path=/head/; revision=212273
* Change maintainers e-mail address.Emanuel Haupt2008-04-101-2/+2
| | | | | | | Requested over: IRC Notes: svn path=/head/; revision=211013
* - fix commentDirk Meyer2007-07-221-1/+1
| | | | Notes: svn path=/head/; revision=196077
* - update for gnustep-make-2.0.0Dirk Meyer2007-05-251-0/+2
| | | | | | | Approved by: gurkan (maintainer) Notes: svn path=/head/; revision=191722
* - add category gnustepDirk Meyer2007-01-311-1/+1
| | | | | | | | PR: 103931 Approved by: pav Notes: svn path=/head/; revision=183799
* - update to use new bsd.gnustep.mkDirk Meyer2007-01-131-7/+4
| | | | | | | Approved by: gurkan@linuks.mine.nu Notes: svn path=/head/; revision=182275
* cleanup pkg-plist after gnustep-makeDirk Meyer2006-09-131-4/+0
| | | | Notes: svn path=/head/; revision=172907
* Netclasses is an easy to use interface to socket programming in Objective-CDirk Meyer2006-09-104-0/+68
with GNUstep. The core netclasses supports virtually any protocol, but the distribution comes with everything needed for TCP/IP (opening ports, background connections, etc.). Netclasses seamlessly integrates into NSRunLoop, which means there should be no need for redesigning applications to use it. PR: 103033 Submitted by: Gürkan Sengün Notes: svn path=/head/; revision=172679