[csw-devel] SF.net SVN: gar:[8100] csw/mgar/pkg
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Thu Jan 21 02:09:14 CET 2010
Revision: 8100
http://gar.svn.sourceforge.net/gar/?rev=8100&view=rev
Author: skayser
Date: 2010-01-21 01:09:14 +0000 (Thu, 21 Jan 2010)
Log Message:
-----------
libvanessa-socket: initial commit
Added Paths:
-----------
csw/mgar/pkg/libvanessa-socket/
csw/mgar/pkg/libvanessa-socket/branches/
csw/mgar/pkg/libvanessa-socket/tags/
csw/mgar/pkg/libvanessa-socket/trunk/
csw/mgar/pkg/libvanessa-socket/trunk/Makefile
csw/mgar/pkg/libvanessa-socket/trunk/checksums
csw/mgar/pkg/libvanessa-socket/trunk/files/
csw/mgar/pkg/libvanessa-socket/trunk/files/changelog.CSW
Property changes on: csw/mgar/pkg/libvanessa-socket/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/libvanessa-socket/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libvanessa-socket/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/libvanessa-socket/trunk/Makefile 2010-01-21 01:09:14 UTC (rev 8100)
@@ -0,0 +1,32 @@
+GARNAME = libvanessa-socket
+GARVERSION = 0.0.9
+CATEGORIES = lib
+
+DESCRIPTION = Library to simplify common socket operations.
+define BLURB
+ Simplifies TCP/IP socket operations. It includes code to open a socket
+ to a server as a client, to listen on socket for clients as a server and
+ to pipe information between sockets.
+endef
+
+VENDOR_URL = http://www.vergenet.net/linux/vanessa/
+MASTER_SITES = $(VENDOR_URL)/download/vanessa_socket/$(GARVERSION)/
+DISTFILES = vanessa_socket-$(GARVERSION).tar.gz
+DISTNAME = vanessa_socket-$(GARVERSION)
+UFILES_REGEX = (\d+(?:\.\d+)*)
+UPSTREAM_MASTER_SITES = $(VENDOR_URL)/download/vanessa_socket/
+
+PACKAGES = CSWlibvanessa-socket
+CATALOGNAME = libvanessa_socket
+REQUIRED_PKGS = CSWlibvanessa-logger
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+
+post-merge: $(foreach P,$(_PKG_SPECS),install-changelog-$P)
+
+install-changelog-%:
+ ginstall -D $(FILEDIR)/changelog.CSW \
+ $(PKGROOT)$(docdir)/$(call catalogname,$*)/changelog.CSW
+ @$(MAKECOOKIE)
Added: csw/mgar/pkg/libvanessa-socket/trunk/checksums
===================================================================
--- csw/mgar/pkg/libvanessa-socket/trunk/checksums (rev 0)
+++ csw/mgar/pkg/libvanessa-socket/trunk/checksums 2010-01-21 01:09:14 UTC (rev 8100)
@@ -0,0 +1 @@
+b63fb0f22938ceec7eec3c77cfcae69b vanessa_socket-0.0.9.tar.gz
Added: csw/mgar/pkg/libvanessa-socket/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/libvanessa-socket/trunk/files/changelog.CSW (rev 0)
+++ csw/mgar/pkg/libvanessa-socket/trunk/files/changelog.CSW 2010-01-21 01:09:14 UTC (rev 8100)
@@ -0,0 +1,5 @@
+libvanessa-socket (0.0.9,REV=2010.01.21)
+
+ * Initial release.
+
+ -- Sebastian Kayser <skayser at opencsw.org> Thu, 21 Jan 2010 02:08:20 +0100
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list