[csw-devel] SF.net SVN: gar:[19840] csw/mgar/pkg/ngrep/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Fri Dec 7 12:53:14 CET 2012
Revision: 19840
http://gar.svn.sourceforge.net/gar/?rev=19840&view=rev
Author: dmichelsen
Date: 2012-12-07 11:53:13 +0000 (Fri, 07 Dec 2012)
Log Message:
-----------
ngrep/trunk: Update to latest standards, enable pcre
Modified Paths:
--------------
csw/mgar/pkg/ngrep/trunk/Makefile
csw/mgar/pkg/ngrep/trunk/checksums
Removed Paths:
-------------
csw/mgar/pkg/ngrep/trunk/files/CSWngrep.depend
csw/mgar/pkg/ngrep/trunk/files/CSWngrep.gspec
Modified: csw/mgar/pkg/ngrep/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ngrep/trunk/Makefile 2012-12-07 09:52:01 UTC (rev 19839)
+++ csw/mgar/pkg/ngrep/trunk/Makefile 2012-12-07 11:53:13 UTC (rev 19840)
@@ -1,6 +1,5 @@
NAME = ngrep
VERSION = 1.45
-GARTYPE = v1
DESCRIPTION = Network grep
define BLURB
@@ -15,17 +14,24 @@
endef
MASTER_SITES = $(SF_MIRRORS)
-DISTFILES = $(NAME)-$(VERSION).tar.bz2
-DISTFILES += $(call admfiles,CSWngrep,depend)
-PATCHFILES = gar-base.diff
+DISTFILES += $(NAME)-$(VERSION).tar.bz2
+PATCHFILES += gar-base.diff
+
# We define upstream file regex so we can be notifed of new upstream software release
UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=10752
UPSTREAM_USE_SF = 1
UFILES_REGEX = (\d+(?:\.\d+)*)
-CONFIGURE_ARGS = $(DIRPATHS)
+LICENSE = LICENSE.txt
+RUNTIME_DEP_PKGS_CSWngrep += CSWlibpcap1
+
+CONFIGURE_ARGS += $(DIRPATHS)
+CONFIGURE_ARGS += --enable-ipv6
+CONFIGURE_ARGS += --enable-pcre
+
+# There is no testsuite
TEST_TARGET =
include gar/category.mk
Modified: csw/mgar/pkg/ngrep/trunk/checksums
===================================================================
--- csw/mgar/pkg/ngrep/trunk/checksums 2012-12-07 09:52:01 UTC (rev 19839)
+++ csw/mgar/pkg/ngrep/trunk/checksums 2012-12-07 11:53:13 UTC (rev 19840)
@@ -1,4 +1 @@
-bc8150331601f3b869549c94866b4f1c download/ngrep-1.45.tar.bz2
-5e2237028f0a10737c9f43d9238d0e45 download/CSWngrep.gspec
-3e26b12ebf786b56e8ed1f5192734784 download/CSWngrep.depend
-5141640525e886b99f408836c06eb02c download/gar-base.diff
+bc8150331601f3b869549c94866b4f1c ngrep-1.45.tar.bz2
Deleted: csw/mgar/pkg/ngrep/trunk/files/CSWngrep.depend
===================================================================
--- csw/mgar/pkg/ngrep/trunk/files/CSWngrep.depend 2012-12-07 09:52:01 UTC (rev 19839)
+++ csw/mgar/pkg/ngrep/trunk/files/CSWngrep.depend 2012-12-07 11:53:13 UTC (rev 19840)
@@ -1 +0,0 @@
-P CSWlibpcap libpcap - Libpcap is a system-independent interface for user-level packet capture
Deleted: csw/mgar/pkg/ngrep/trunk/files/CSWngrep.gspec
===================================================================
--- csw/mgar/pkg/ngrep/trunk/files/CSWngrep.gspec 2012-12-07 09:52:01 UTC (rev 19839)
+++ csw/mgar/pkg/ngrep/trunk/files/CSWngrep.gspec 2012-12-07 11:53:13 UTC (rev 19840)
@@ -1,4 +0,0 @@
-%var bitname ngrep
-%var pkgname CSWngrep
-%include url file://%{PKGLIB}/csw_dyndepend.gspec
-%copyright url file://%{WORKSRC}/LICENSE.txt
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