Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/base
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv14599

Modified Files:
        expat.info 
Added Files:
        expat1.info 
Log Message:
new major version of expat called expat1


Index: expat.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/base/expat.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- expat.info  22 Jun 2006 16:26:58 -0000      1.1
+++ expat.info  22 Jun 2006 19:19:47 -0000      1.2
@@ -1,6 +1,8 @@
 Package: expat
 Version: 1.95.8
-Revision: 1
+Revision: 2
+Conflicts: expat1
+Replaces: expat1
 Patch: %n.patch
 Depends: %N-shlibs (= %v-%r)
 BuildDependsOnly: true

--- NEW FILE: expat1.info ---
Package: expat1
Version: 2.0.0
Revision: 1
Depends: %N-shlibs (= %v-%r)
Replaces: expat
Conflicts: expat
BuildDependsOnly: true
Source: mirror:sourceforge:expat/expat-%v.tar.gz
Source-MD5: d945df7f1c0868c5c73cf66ba9596f3f 
SetCPPFlags: -no-cpp-precomp 
SetCXXFlags: -I./lib -I.
NoSetLDFLAGS: false 
SetCFLAGS: -g -O2 -fshort-wchar
ConfigureParams: --mandir=%p/share/man 
CompileScript:<<
 ./configure %c
 make all
<<
InstallScript:<<
 make install DESTDIR=%d
 make check
<<
DocFiles: <<
 COPYING MANIFEST README doc/reference.html doc/style.css
 examples/elements.c examples/outline.c
<<
SplitOff:<<
 Package: %N-shlibs
 Files: lib/libexpat.*.dylib
 Shlibs: <<
  %p/lib/libexpat.1.dylib 7.0.0 %n (>= 2.0.0-1)
  <<
  DocFiles: COPYING MANIFEST README
<<

Description: C library for parsing XML
DescDetail: <<
 This is expat, a C library for parsing XML, written by James Clark.
 Expat is a stream-oriented XML parser. This means that you register
 handlers with the parser before starting the parse. These handlers
 are called when the parser discovers the associated structures in the
 document being parsed. A start tag is an example of the kind of
 structures for which you may register handlers.
<<
DescPort: <<
 The SetCXX field is needed in order to run 'make check' -- see
 
http://sourceforge.net/tracker/index.php?func=detail&aid=1498374&group_id=10127&atid=110127
<<
License: BSD
Homepage: http://expat.sourceforge.net
Maintainer: Fink Core Group <[EMAIL PROTECTED]>


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to