[csw-devel] SF.net SVN: gar:[2740] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Fri Jan 2 20:37:04 CET 2009
Revision: 2740
http://gar.svn.sourceforge.net/gar/?rev=2740&view=rev
Author: dmichelsen
Date: 2009-01-02 19:37:04 +0000 (Fri, 02 Jan 2009)
Log Message:
-----------
libnet: Initial commit
Added Paths:
-----------
csw/mgar/pkg/libnet/
csw/mgar/pkg/libnet/branches/
csw/mgar/pkg/libnet/tags/
csw/mgar/pkg/libnet/trunk/
csw/mgar/pkg/libnet/trunk/Makefile
csw/mgar/pkg/libnet/trunk/checksums
csw/mgar/pkg/libnet/trunk/files/
csw/mgar/pkg/libnet/trunk/files/CSWlibnet.gspec
Property changes on: csw/mgar/pkg/libnet/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/libnet/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libnet/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/libnet/trunk/Makefile 2009-01-02 19:37:04 UTC (rev 2740)
@@ -0,0 +1,22 @@
+GARNAME = libnet
+GARVERSION = 1.1.2.1
+CATEGORIES = lib
+
+DESCRIPTION = The libnet packet construction library
+define BLURB
+ Libnet is a high-level API (toolkit) allowing the application programmer to construct and inject network packets. It provides a portable and simplified interface for low-level network packet shaping, handling and injection. Libnet hides much of the tedium of packet creation from the application programmer such as multiplexing, buffer management, arcane packet header information, byte-ordering, OS-dependent issues, and much more. Libnet features portable packet creation interfaces at both the IP-layer and link-layer, as well as a host of supplementary and complementary functionality.
+endef
+
+MASTER_SITES = http://www.packetfactory.net/libnet/dist/
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+DISTFILES += $(call admfiles,CSWlibnet,)
+
+SPKG_SOURCEURL = http://www.packetfactory.net/libnet/
+
+BUILD64 = 1
+
+DISTNAME = libnet
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
Added: csw/mgar/pkg/libnet/trunk/checksums
===================================================================
--- csw/mgar/pkg/libnet/trunk/checksums (rev 0)
+++ csw/mgar/pkg/libnet/trunk/checksums 2009-01-02 19:37:04 UTC (rev 2740)
@@ -0,0 +1,2 @@
+be845c41170d72c7db524f3411b50256 download/libnet-1.1.2.1.tar.gz
+7f2b40aa020216e90b6758876c9c7408 download/CSWlibnet.gspec
Added: csw/mgar/pkg/libnet/trunk/files/CSWlibnet.gspec
===================================================================
--- csw/mgar/pkg/libnet/trunk/files/CSWlibnet.gspec (rev 0)
+++ csw/mgar/pkg/libnet/trunk/files/CSWlibnet.gspec 2009-01-02 19:37:04 UTC (rev 2740)
@@ -0,0 +1,4 @@
+%var bitname package
+%var pkgname CSWpackage
+%include url file://%{PKGLIB}/csw_dyndepend.gspec
+%copyright url file://%{WORKSRC}/LICENSE
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