[csw-devel] SF.net SVN: gar:[20036] csw/mgar/pkg/cpan/Net-Pcap/trunk
guillomovitch at users.sourceforge.net
guillomovitch at users.sourceforge.net
Sat Jan 5 15:21:58 CET 2013
Revision: 20036
http://gar.svn.sourceforge.net/gar/?rev=20036&view=rev
Author: guillomovitch
Date: 2013-01-05 14:21:58 +0000 (Sat, 05 Jan 2013)
Log Message:
-----------
new version, renamed to match current naming policy
Modified Paths:
--------------
csw/mgar/pkg/cpan/Net-Pcap/trunk/Makefile
csw/mgar/pkg/cpan/Net-Pcap/trunk/checksums
Modified: csw/mgar/pkg/cpan/Net-Pcap/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Net-Pcap/trunk/Makefile 2013-01-05 14:13:43 UTC (rev 20035)
+++ csw/mgar/pkg/cpan/Net-Pcap/trunk/Makefile 2013-01-05 14:21:58 UTC (rev 20036)
@@ -1,23 +1,27 @@
NAME = Net-Pcap
-VERSION = 0.16
+VERSION = 0.17
CATEGORIES = cpan
GARTYPE = v2
AUTHOR = SAPER
DESCRIPTION = Interface to pcap(3) LBL packet capture library
define BLURB
- Net::Pcap is a Perl binding to the LBL pcap(3) library.
- The README for libpcap describes itself as:
+Net::Pcap is a Perl binding to the LBL pcap(3) library and its Win32
+counterpart, the WinPcap library. Pcap (packet capture) is a portable API to
+capture network packet: it allows applications to capture packets at
+link-layer, bypassing the normal protocol stack. It also provides
+features like kernel-level packet filtering and access to internal
+statistics.
endef
-PACKAGES = CSWpmnetpcap
-CATALOGNAME = pm_netpcap
+LICENSE_TEXT = This module is licensed under the perl license
-# add a proper license
- LICENSE = $(FILEDIR)/LICENSE
+PACKAGES += CSWpm-net-pcap
+CATALOGNAME_CSWpm-net-pcap = pm_net_pcap
+SPKG_DESC_CSWpm-net-pcap = Interface to pcap(3) LBL packet capture library
+OBSOLETED_BY_CSWpm-net-pcap += CSWpmnetpcap
+CATALOGNAME_CSWpmnetpcap = pm_netpcap_stub
-# depends
-RUNTIME_DEP_PKGS = CSWlibpcap
-BUILD_DEP_PKGS = $(RUNTIME_DEP_PKGS) CSWlibpcapdevel
+RUNTIME_DEP_PKGS_CSWpm-net-pcap += CSWlibpcap1
include gar/category.mk
Modified: csw/mgar/pkg/cpan/Net-Pcap/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/Net-Pcap/trunk/checksums 2013-01-05 14:13:43 UTC (rev 20035)
+++ csw/mgar/pkg/cpan/Net-Pcap/trunk/checksums 2013-01-05 14:21:58 UTC (rev 20036)
@@ -1 +1 @@
-b150d8e0a40137fad2a7df792d80cab4 Net-Pcap-0.16.tar.gz
+fbe911ba5f57d5ba43494434ffb828a0 Net-Pcap-0.17.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