OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 21-Aug-2006 15:37:15
Branch: HEAD Handle: 2006082114371400
Added files:
openpkg-src/sfio sfio.patch
Modified files:
openpkg-src/sfio sfio.spec
Log:
upgrading package: sfio 2002 -> 20050201
Summary:
Revision Changes Path
1.1 +12 -0 openpkg-src/sfio/sfio.patch
1.32 +18 -4 openpkg-src/sfio/sfio.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sfio/sfio.patch
============================================================================
$ cvs diff -u -r0 -r1.1 sfio.patch
--- /dev/null 2006-08-21 15:37:14 +0200
+++ sfio.patch 2006-08-21 15:37:14 +0200
@@ -0,0 +1,12 @@
+Index: src/lib/sfio/sfstrtof.h
+--- src/lib/sfio/sfstrtof.h.orig 2004-09-14 15:27:45 +0200
++++ src/lib/sfio/sfstrtof.h 2006-08-21 15:31:30 +0200
+@@ -32,7 +32,7 @@
+
+ #if !defined(S2F_function)
+ #define S2F_function _sfdscan
+-#define S2F_static 1
++#define S2F_static 0
+ #define S2F_type 2
+ #define S2F_scan 1
+ #ifndef elementsof
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/sfio/sfio.spec
============================================================================
$ cvs diff -u -r1.31 -r1.32 sfio.spec
--- openpkg-src/sfio/sfio.spec 1 Jan 2006 13:22:05 -0000 1.31
+++ openpkg-src/sfio/sfio.spec 21 Aug 2006 13:37:14 -0000 1.32
@@ -22,21 +22,27 @@
## SUCH DAMAGE.
##
+# package version
+%define V_opkg 20050201
+%define V_dist 2005-02-01
+
# package information
Name: sfio
Summary: Simple/Stream Fast I/O Library
-URL: http://www.research.att.com/sw/tools/sfio/
+URL: http://www.research.att.com/~gsf/download/
Vendor: David Korn & Kiem-Phong Vo
Packager: OpenPKG
Distribution: OpenPKG
Class: EVAL
Group: System
License: BSD
-Version: 2002
-Release: 20040209
+Version: %{V_opkg}
+Release: 20060821
# list of sources
-Source0:
http://www.research.att.com/tmp/reuse/pkg?????????/sfio_%{version}.src.unix_tar.tar
+# (downloadable via username "I accept www.opensource.org/licenses/cpl"
and password "." only)
+Source0:
http://www.research.att.com/~gsf/download/tgz/sfio.%{V_dist}.tgz
+Patch0: sfio.patch
# build information
Prefix: %{l_prefix}
@@ -52,8 +58,16 @@
library, but via a distinct interface that is more powerful, robust
and efficient.
+%track
+ prog sfio = {
+ version = %{V_dist}
+ url =
http://www.research.att.com/~gsf/cgi-bin/download.cgi?action=list&name=sfio
+ regex = sfio\.(__VER__)\.tgz
+ }
+
%prep
%setup -q -c
+ %patch -p0
%build
cd src/lib/sfio
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]