[csw-devel] SF.net SVN: gar:[19349] csw/mgar/pkg/lang-python
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Tue Oct 2 11:02:12 CEST 2012
Revision: 19349
http://gar.svn.sourceforge.net/gar/?rev=19349&view=rev
Author: dmichelsen
Date: 2012-10-02 09:02:12 +0000 (Tue, 02 Oct 2012)
Log Message:
-----------
lang-python/scapy: Relocate from pkg/
Added Paths:
-----------
csw/mgar/pkg/lang-python/scapy/
csw/mgar/pkg/lang-python/scapy/trunk/Makefile
Removed Paths:
-------------
csw/mgar/pkg/lang-python/scapy/trunk/Makefile
Deleted: csw/mgar/pkg/lang-python/scapy/trunk/Makefile
===================================================================
--- csw/mgar/pkg/scapy/trunk/Makefile 2012-09-29 21:31:59 UTC (rev 19334)
+++ csw/mgar/pkg/lang-python/scapy/trunk/Makefile 2012-10-02 09:02:12 UTC (rev 19349)
@@ -1,44 +0,0 @@
-# $Id$
-# TODO (release-critical prefixed with !, non release-critical with *)
-#
-NAME = scapy
-VERSION = 2.2.0
-GARTYPE = v2
-CATEGORIES = python
-
-DESCRIPTION = A powerful interactive packet manipulation program
-
-MASTER_SITES += http://www.secdev.org/projects/scapy/files/
-DISTFILES += $(DISTNAME).tar.gz
-
-VENDOR_URL = http://www.secdev.org/projects/scapy/
-
-PACKAGES += CSWpy-scapy
-SPKG_DESC_CSWmypkg = A powerful interactive packet manipulation program
-# PKGFILES is catchall
-# We need this for share/wireshark/manuf
-RUNTIME_DEP_PKGS_CSWpy-scapy += CSWwireshark
-CHECKPKG_OVERRIDES_CSWpy-scapy += surplus-dependency|CSWwireshark
-# We need this for share/nmap/nmap-os-fingerprints
-RUNTIME_DEP_PKGS_CSWpy-scapy += CSWnmap
-CHECKPKG_OVERRIDES_CSWpy-scapy += surplus-dependency|CSWnmap
-
-REINPLACEMENTS += wireshark-manuf
-REINPLACE_MATCH_wireshark-manuf = /usr/share/wireshark/wireshark/manuf
-REINPLACE_WITH_wireshark-manuf = /opt/csw/share/wireshark/manuf
-REINPLACE_FILES_wireshark-manuf += scapy/data.py
-REINPLACE_FILES_wireshark-manuf += scapy/utils6.py
-
-REINPLACEMENTS += nmap-os-fingerprints
-REINPLACE_MATCH_nmap-os-fingerprints = /usr/share/nmap/nmap-os-fingerprints
-REINPLACE_WITH_nmap-os-fingerprints = /opt/csw/share/nmap/nmap-os-fingerprints
-REINPLACE_FILES_nmap-os-fingerprints += scapy/modules/nmap.py
-
-# There is no testsuite
-TEST_SCRIPTS =
-
-include gar/category.mk
-
-post-install-modulated:
- -gunzip $(DESTDIR)$(mandir)/man1/scapy.1.gz
- @$(MAKECOOKIE)
Copied: csw/mgar/pkg/lang-python/scapy/trunk/Makefile (from rev 19335, csw/mgar/pkg/scapy/trunk/Makefile)
===================================================================
--- csw/mgar/pkg/lang-python/scapy/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/lang-python/scapy/trunk/Makefile 2012-10-02 09:02:12 UTC (rev 19349)
@@ -0,0 +1,45 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = scapy
+VERSION = 2.2.0
+GARTYPE = v2
+CATEGORIES = python
+
+DESCRIPTION = A powerful interactive packet manipulation program
+
+MASTER_SITES += http://www.secdev.org/projects/scapy/files/
+DISTFILES += $(DISTNAME).tar.gz
+
+VENDOR_URL = http://www.secdev.org/projects/scapy/
+
+PACKAGES += CSWpy-scapy
+SPKG_DESC_CSWmypkg = A powerful interactive packet manipulation program
+# PKGFILES is catchall
+ARCHALL_CSWpy-scapy = 1
+# We need this for share/wireshark/manuf
+RUNTIME_DEP_PKGS_CSWpy-scapy += CSWwireshark
+CHECKPKG_OVERRIDES_CSWpy-scapy += surplus-dependency|CSWwireshark
+# We need this for share/nmap/nmap-os-fingerprints
+RUNTIME_DEP_PKGS_CSWpy-scapy += CSWnmap
+CHECKPKG_OVERRIDES_CSWpy-scapy += surplus-dependency|CSWnmap
+
+REINPLACEMENTS += wireshark-manuf
+REINPLACE_MATCH_wireshark-manuf = /usr/share/wireshark/wireshark/manuf
+REINPLACE_WITH_wireshark-manuf = /opt/csw/share/wireshark/manuf
+REINPLACE_FILES_wireshark-manuf += scapy/data.py
+REINPLACE_FILES_wireshark-manuf += scapy/utils6.py
+
+REINPLACEMENTS += nmap-os-fingerprints
+REINPLACE_MATCH_nmap-os-fingerprints = /usr/share/nmap/nmap-os-fingerprints
+REINPLACE_WITH_nmap-os-fingerprints = /opt/csw/share/nmap/nmap-os-fingerprints
+REINPLACE_FILES_nmap-os-fingerprints += scapy/modules/nmap.py
+
+# There is no testsuite
+TEST_SCRIPTS =
+
+include gar/category.mk
+
+post-install-modulated:
+ -gunzip $(DESTDIR)$(mandir)/man1/scapy.1.gz
+ @$(MAKECOOKIE)
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