[csw-devel] SF.net SVN: gar:[20053] csw/mgar/pkg/cpan

guillomovitch at users.sourceforge.net guillomovitch at users.sourceforge.net
Tue Jan 8 10:51:10 CET 2013


Revision: 20053
          http://gar.svn.sourceforge.net/gar/?rev=20053&view=rev
Author:   guillomovitch
Date:     2013-01-08 09:51:09 +0000 (Tue, 08 Jan 2013)
Log Message:
-----------
cpan/Net-Write/trunk: initial import

Added Paths:
-----------
    csw/mgar/pkg/cpan/Net-Write/
    csw/mgar/pkg/cpan/Net-Write/branches/
    csw/mgar/pkg/cpan/Net-Write/tags/
    csw/mgar/pkg/cpan/Net-Write/trunk/
    csw/mgar/pkg/cpan/Net-Write/trunk/Makefile
    csw/mgar/pkg/cpan/Net-Write/trunk/checksums
    csw/mgar/pkg/cpan/Net-Write/trunk/files/


Property changes on: csw/mgar/pkg/cpan/Net-Write/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work



Added: csw/mgar/pkg/cpan/Net-Write/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Net-Write/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/cpan/Net-Write/trunk/Makefile	2013-01-08 09:51:09 UTC (rev 20053)
@@ -0,0 +1,25 @@
+NAME = Net-Write
+VERSION = 1.07
+CATEGORIES = cpan
+GARTYPE = v2
+AUTHOR = GOMOR
+
+DESCRIPTION = A portable interface to open and send raw data to network
+define BLURB
+Net::Write provides a portable interface to open a network interface, and be
+able to write raw data directly to the network. It juste provides three methods
+when a Net::Write object has been created for an interface: open, send, close.
+endef
+
+LICENSE = LICENSE
+PACKAGES = CSWpm-net-write
+ARCHALL = 1
+
+BUILD_DEP_PKGS += CSWpm-class-gomor
+BUILD_DEP_PKGS += CSWpm-net-pcap
+BUILD_DEP_PKGS += CSWpm-socket6
+RUNTIME_DEP_PKGS += CSWpm-class-gomor
+RUNTIME_DEP_PKGS += CSWpm-net-pcap
+RUNTIME_DEP_PKGS += CSWpm-socket6
+
+include gar/category.mk

Added: csw/mgar/pkg/cpan/Net-Write/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/Net-Write/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/cpan/Net-Write/trunk/checksums	2013-01-08 09:51:09 UTC (rev 20053)
@@ -0,0 +1 @@
+a3310df977446fcd8004fdbb66a782b5  Net-Write-1.07.tar.gz

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