cvs commit: ports/net Makefile ports/net/netclasses Makefile
distinfo pkg-descr pkg-plist
Dirk Meyer
dinoex at FreeBSD.org
Sun Sep 10 01:15:10 PDT 2006
dinoex 2006-09-10 08:15:10 UTC
FreeBSD ports repository
Modified files:
net Makefile
Added files:
net/netclasses Makefile distinfo pkg-descr pkg-plist
Log:
Netclasses is an easy to use interface to socket programming in Objective-C
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
Revision Changes Path
1.1731 +1 -0 ports/net/Makefile
1.1 +30 -0 ports/net/netclasses/Makefile (new)
1.1 +3 -0 ports/net/netclasses/distinfo (new)
1.1 +10 -0 ports/net/netclasses/pkg-descr (new)
1.1 +25 -0 ports/net/netclasses/pkg-plist (new)
More information about the cvs-ports
mailing list