OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web openpkg$ Date: 20-Sep-2003 21:29:36
Branch: HEAD Handle: 2003092020293302
Added files:
openpkg-re/vcheck vc.libpcapnav
openpkg-src/libpcapnav libpcapnav.spec
Modified files:
openpkg-web news.txt
Log:
new package: libpcapnav 0.1 (PCAP Navigation Library)
Summary:
Revision Changes Path
1.1 +9 -0 openpkg-re/vcheck/vc.libpcapnav
1.1 +86 -0 openpkg-src/libpcapnav/libpcapnav.spec
1.6663 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.libpcapnav
============================================================================
$ cvs diff -u -r0 -r1.1 vc.libpcapnav
--- /dev/null 2003-09-20 21:29:33.000000000 +0200
+++ vc.libpcapnav 2003-09-20 21:29:34.000000000 +0200
@@ -0,0 +1,9 @@
+config = {
+}
+
+prog libpcapnav = {
+ version = 0.1
+ url = http://prdownloads.sourceforge.net/netdude/
+ regex = libpcapnav-(__VER__)\.tar\.gz
+}
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/libpcapnav/libpcapnav.spec
============================================================================
$ cvs diff -u -r0 -r1.1 libpcapnav.spec
--- /dev/null 2003-09-20 21:29:35.000000000 +0200
+++ libpcapnav.spec 2003-09-20 21:29:35.000000000 +0200
@@ -0,0 +1,86 @@
+##
+## libpcapnav.spec -- OpenPKG RPM Specification
+## Copyright (c) 2000-2003 The OpenPKG Project <http://www.openpkg.org/>
+## Copyright (c) 2000-2003 Ralf S. Engelschall <[EMAIL PROTECTED]>
+## Copyright (c) 2000-2003 Cable & Wireless <http://www.cw.com/>
+##
+## Permission to use, copy, modify, and distribute this software for
+## any purpose with or without fee is hereby granted, provided that
+## the above copyright notice and this permission notice appear in all
+## copies.
+##
+## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
+## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+## SUCH DAMAGE.
+##
+
+# package information
+Name: libpcapnav
+Summary: PCAP Navigation Library
+URL: http://netdude.sourceforge.net/
+Vendor: Christian Kreibich
+Packager: The OpenPKG Project
+Distribution: OpenPKG [EVAL]
+Group: Network
+License: MIT-style
+Version: 0.1
+Release: 20030920
+
+# list of sources
+Source0: http://osdn.dl.sourceforge.net/netdude/libpcapnav-%{version}.tar.gz
+
+# build information
+Prefix: %{l_prefix}
+BuildRoot: %{l_buildroot}
+BuildPreReq: OpenPKG, openpkg >= 20030103, libpcap
+PreReq: OpenPKG, openpkg >= 20030103, libpcap
+AutoReq: no
+AutoReqProv: no
+
+%description
+ libpcapnav is a libpcap wrapper library that allows navigation to
+ arbitrary locations in a tcpdump trace file between reads. The
+ API is intentionally much like that of the PCAP library. You can
+ navigate in trace files both in time and space. You can jump to a
+ packet which is at approximately 2/3 of the trace, or you can jump
+ as closely as possible to a packet with a given timestamp, and then
+ read packets from there. In addition, the API provides convenience
+ functions for manipulating timeval structures.
+
+%prep
+ %setup -q
+
+%build
+ CC="%{l_cc}" \
+ CFLAGS="%{l_cflags -O}" \
+ CPPFLAGS="%{l_cppflags}" \
+ LDFLAGS="%{l_ldflags}" \
+ ./configure \
+ --prefix=%{l_prefix} \
+ --with-pcap-headers=%{l_prefix}/include \
+ --with-pcap-lib=%{l_prefix}/lib \
+ --disable-gtk-doc \
+ --disable-shared
+ %{l_make} %{l_mflags -O}
+
+%install
+ rm -rf $RPM_BUILD_ROOT
+ %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
+ rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/gtk-doc
+ strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
+ %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
+
+%files -f files
+
+%clean
+ rm -rf $RPM_BUILD_ROOT
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6662 -r1.6663 news.txt
--- openpkg-web/news.txt 20 Sep 2003 18:23:13 -0000 1.6662
+++ openpkg-web/news.txt 20 Sep 2003 19:29:34 -0000 1.6663
@@ -1,3 +1,4 @@
+20-Sep-2003: New package: P<libpcapnav-0.1-20030920>
20-Sep-2003: Upgraded package: P<perl-gtk-20030920-20030920>
20-Sep-2003: Upgraded package: P<perl-xml-20030920-20030920>
20-Sep-2003: Upgraded package: P<snmpdx-0.2.7-20030920>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]