Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24585

Added Files:
        libwpd-0.8.info libwpd-1.info libxml++1.info log4c.info 
        log4c.patch pcre++.info pcre++.patch pdcurses.info 
        pdcurses.patch 
Log Message:
GCC: 4.0 version


--- NEW FILE: log4c.info ---
Package: log4c
Version: 1.0.10
Revision: 1011
Maintainer: Thomas Kotzian <[EMAIL PROTECTED]>
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: db901a69a6da4f1974bf47105a9aac8a
Patch: %n.patch
BuildDepends: doxygen, expat
ConfigureParams: --mandir='$(prefix)/share/man' --disable-shared
SetCFLAGS: -I%p/include
SetLDFLAGS: -L%p/lib
GCC: 4.0
Description: Flexible logging to conf. destinations
DescDetail: <<
Log4c is a library of C for flexible logging to files, syslog and other 
destinations. 
It is modeled after the Log for Java library 
(http://jakarta.apache.org/log4j/), staying 
as close to their API as is reasonable.
<<
Homepage: http://log4c.sourceforge.net/
License: GPL

--- NEW FILE: log4c.patch ---
diff -urN log4c-1.0.10.orig/doc/Makefile.in log4c-1.0.10/doc/Makefile.in
--- log4c-1.0.10.orig/doc/Makefile.in   2002-11-22 15:44:31.000000000 +0100
+++ log4c-1.0.10/doc/Makefile.in        2003-04-07 23:58:49.000000000 +0200
@@ -87,14 +87,13 @@
 install_sh = @install_sh@
 
 man3dir = $(mandir)/man3
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
+docdir = $(datadir)/doc/$(PACKAGE)
 docfiles = \
        $(top_srcdir)/README \
        $(top_srcdir)/AUTHORS \
        $(top_srcdir)/NEWS \
        $(top_srcdir)/COPYING \
-       $(top_srcdir)/ChangeLog \
-       $(PACKAGE).pdf
+       $(top_srcdir)/ChangeLog
 
 subdir = doc
 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
@@ -231,8 +230,6 @@
 
 $(PACKAGE).pdf: Doxyfile main.doc
        @DOXYGEN@
-       $(MAKE) -C ./latex pdf
-       cp -f ./latex/refman.pdf $(PACKAGE).pdf
 
 install-data-local:
        $(mkinstalldirs) $(DESTDIR)$(man3dir)

--- NEW FILE: pdcurses.info ---
Package: pdcurses
Version: 2.6
Revision: 1013
GCC: 4.0
Source: mirror:sourceforge:%n/PDCurses-%v.tar.gz
Source-MD5: a376c91c7fdfa0215f4c22024ca325f1
SourceDirectory: PDCurses-%v
Depends: %N-shlibs (= %v-%r)
Replaces: pdcurses-shlibs
BuildDependsOnly: True
License: GPL
SetLDFLAGS: -flat_namespace -undefined suppress
Patch: %n.patch

InstallScript:<<
 /usr/bin/install -d -m 755 %i/lib
 /usr/bin/install -d -m 755 %i/bin
 /usr/bin/install -d -m 755 %i/include
 /usr/bin/install -c -m 644 curses.h %i/include/xcurses.h
 sed -e 's/#include <curses.h>/#include <xcurses.h>/' < panel.h > xpanel.h
 /usr/bin/install -m 644 ./xpanel.h %i/include/xpanel.h
 /usr/bin/install -c -m 644 pdcurses/libXCurses.a %i/lib/libXCurses.a
 /usr/bin/ranlib %i/lib/libXCurses.a
 /usr/bin/install -c -m 555 pdcurses/libXCurses.dylib %i/lib/libXCurses.dylib
 /usr/bin/install -c -m 644 panel/libpanel.a %i/lib/libXpanel.a
 /usr/bin/ranlib %i/lib/libXpanel.a
 /usr/bin/install -c -m 755 ./xcurses-config %i/bin/xcurses-config
 mv %i/lib/libXCurses.dylib %i/lib/libXCurses.0.dylib
 ln -s %p/lib/libXCurses.0.dylib %i/lib/libXCurses.dylib
 <<
SplitOff: <<
  Package: %N-shlibs
  Files: lib/libXCurses.0.dylib
  Shlibs: %p/lib/libXCurses.0.dylib 0.0.0 %n (>= 2.6-11)
  Description: Shared libraries for PDCurses
  DocFiles: README
<<
DocFiles: README readme.* TODO 
Description:  XCurses library with color, mouse support
DescDetail: <<
Implementation of the curses library for X11. It provides
the ability for existing text-mode curses programs to be re-built as
native X11 applications with very little modification. It also provides mouse 
and color support.

Pdcurses for X11 is also known as XCurses.
<<
DescPort: <<
rev -13: Fixed install_name, splitoffs
<<
Maintainer: Eric Oberle <[EMAIL PROTECTED]>
Homepage: http://www.lightlink.com/hessling/


--- NEW FILE: libxml++1.info ---
Package: libxml++1
Version: 1.0.4
Revision: 1001
GCC: 4.0

Source: mirror:gnome:sources/libxml++/1.0/libxml++-%v.tar.bz2
Source-MD5: d7a28fa79199ea957ac4be7c88c412a7

Depends: libxml2-shlibs (>= 2.5.8-1), %N-shlibs (= %v-%r), pkgconfig
BuildDepends: libxml2 (>= 2.5.8-1), libiconv-dev
BuildDependsOnly: True

ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info
InstallScript: make install DESTDIR="%d"

SplitOff: <<
  Package: %N-shlibs
  Description: Headers and dev libraries for libxml++
  Files: lib/libxml++-1.0.*.dylib
  Shlibs: %p/lib/libxml++-1.0.dylib 8.0.0 %n (>= 0.22.0-1)
<<

DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README
Description: C++ wrapper for the libxml XML parser library
Homepage: http://libxmlplusplus.sourceforge.net/
License: GPL
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

--- NEW FILE: pcre++.patch ---
--- pcre++-0.9/doc/Makefile.in  2003-04-30 23:53:40.000000000 +0200
+++ pcre++-0.9/doc/Makefile.patched     2003-04-30 23:35:05.000000000 +0200
@@ -231,8 +231,8 @@
 
 
 install-data-local:
-       $(INSTALL) -m 755 -d $(prefix)/doc/libpcre++-$(VERSION)
-       $(INSTALL) -m 644 $(DOC_FILES) $(prefix)/doc/libpcre++-$(VERSION)/
+       $(INSTALL) -m 755 -d $(prefix)/share/doc/libpcre++-$(VERSION)
+       $(INSTALL) -m 644 $(DOC_FILES) $(prefix)/share/doc/libpcre++-$(VERSION)/
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.

--- NEW FILE: pdcurses.patch ---
diff -ru PDCurses-2.6/pdcurses/Makefile.in 
PDCurses-2.6_patched/pdcurses/Makefile.in
--- PDCurses-2.6/pdcurses/Makefile.in   Thu Jul 11 12:20:44 2002
+++ PDCurses-2.6_patched/pdcurses/Makefile.in   Mon Apr 21 00:27:14 2003
@@ -33,7 +33,7 @@
 DYN_COMP =         @DYN_COMP@
 SHLPRE =           @SHLPRE@
 SHLPST =           @SHLPST@
-LD_RXLIB1  =       @LD_RXLIB1@
+LD_RXLIB1  =       @LD_RXLIB1@ -flat_namespace -undefined suppress
 LD_RXLIB2  =       # @MH_XLIBS@ @MH_EXTRA_LIBS@ -lc
 O2SAVE  =          @O2SAVE@
 O2SHO  =           @O2SHO@
 diff -ru PDCurses-2.6/pdcurses/initscr.c 
PDCurses-2.6_patched/pdcurses/initscr.c
--- PDCurses-2.6/pdcurses/initscr.c     Mon Dec 16 07:58:09 2002
+++ PDCurses-2.6_patched/pdcurses/initscr.c     Mon Apr 21 00:27:14 2003
@@ -73,7 +73,7 @@
 WINDOW*  stdscr=NULL;         /* the default screen window  */
 int   LINES=0;       /* current terminal height */
 int   COLS=0;        /* current terminal width  */
-MOUSE_STATUS Mouse_status;
+//MOUSE_STATUS Mouse_status;
 int    use_emalloc = FALSE;
 
 #if defined DOS
diff -ru PDCurses-2.6/x11/pdcx11.c PDCurses-2.6_patched/x11/pdcx11.c
--- PDCurses-2.6/x11/pdcx11.c   Tue Sep  3 10:03:50 2002
+++ PDCurses-2.6_patched/x11/pdcx11.c   Mon Apr 21 00:27:14 2003
@@ -23,7 +23,7 @@
 
 #if defined(XCURSES)
 #include "pdcx11.h"
-
+AppData app_data;
 #if NeedWidePrototypes
 # define PDC_SCROLLBAR_TYPE double
 #else
diff -ru PDCurses-2.6/x11/pdcx11.h PDCurses-2.6_patched/x11/pdcx11.h
--- PDCurses-2.6/x11/pdcx11.h   Tue Sep  3 10:05:24 2002
+++ PDCurses-2.6_patched/x11/pdcx11.h   Mon Apr 21 00:27:14 2003
@@ -232,7 +232,7 @@
  XtWidgetGeometry geometry;
 #endif
 } AppData;
-AppData app_data;
+//AppData app_data;
 
 #define XCURSESNORMALFONTINFO   app_data.normalfont
 #define XCURSESITALICFONTINFO   app_data.italicfont
diff -ru PDCurses-2.6/x11/process/x11.c PDCurses-2.6_patched/x11/process/x11.c
--- PDCurses-2.6/x11/process/x11.c      Wed Nov 27 12:21:27 2002
+++ PDCurses-2.6_patched/x11/process/x11.c      Mon Apr 21 00:27:14 2003
@@ -22,7 +22,7 @@
 */
 
 #include "pdcx11.h"
-
+extern AppData app_data;
 int visible_cursor=0;
 int windowEntered = 1;
 static char *XCursesProgramName;
diff -ru PDCurses-2.6/x11/process/x11curses.c 
PDCurses-2.6_patched/x11/process/x11curses.c
--- PDCurses-2.6/x11/process/x11curses.c        Wed Nov 27 12:21:27 2002
+++ PDCurses-2.6_patched/x11/process/x11curses.c        Mon Apr 21 00:27:14 2003
@@ -27,7 +27,7 @@
  */
 
 #include "pdcx11.h"
-
+extern AppData app_data;
 #ifdef PROTO
 static void XCursesExitCursesProcess(int, char *);
 #else
--- PDCurses-2.6/configure.orig Sun Oct 26 13:44:28 2003
+++ PDCurses-2.6/configure      Sun Oct 26 13:45:13 2003
@@ -2730,7 +2730,7 @@
                ;;
        *darwin*)
                DYN_COMP="-fno-common"
-               LD_RXLIB1="${CC} -dynamiclib -install_name=\$(@)"
+               LD_RXLIB1="${CC} -dynamiclib -install_name $libdir/\$(@)"
                LD_RXTRANSLIB1="$LD_RXLIB1"
                ;;
        *)

--- NEW FILE: libwpd-1.info ---
Package: libwpd-1
Version: 0.7.2
Revision: 1011
###
Depends: bzip2-shlibs, gettext, glib2-shlibs, libgsf-shlibs, libxml2-shlibs, 
libiconv, %N-shlibs (= %v-%r)
BuildDepends: pkgconfig, bzip2, gettext-dev, glib2-dev, libgsf-dev, libxml2, 
libiconv-dev
Conflicts: libwpd-0.8
Replaces: libwpd-0.8
###
Source: mirror:sourceforge:libwpd/libwpd-%v.tar.gz
Source-MD5: 9a4d18f4211d158685385830f41d2c84
###
PatchScript:<<
  ### Fix relink bug
  perl -pi.bak -e 's,need_relink=yes,need_relink=no,g' ltmain.sh
  ### Fix bad libtool converting g++ to gcc at link time
  perl -pi.bak -e 's,\$CC -r -keep_private_externs -nostdlib -o 
\$\{lib\}-master.o \$libobjs \&\& \$CC,\$nonopt -r -keep_private_externs 
-nostdlib -o \$\{lib\}-master.o \$libobjs \&\& \$nonopt,g' configure
<<
###
GCC: 4.0
###
ConfigureParams: --with-pic --enable-shared --enable-static 
--mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib
###
NoSetLDFLAGS: true
SetLIBS: -L%p/lib
###
DocFiles: CHANGES COPYING INSTALL README TODO
###
SplitOff: <<
  Package: %N-shlibs
  Depends: gettext, glib2-shlibs, libgsf-shlibs, libiconv, libxml2-shlibs
  Files: <<
    lib/libwpd-1.*.dylib
  <<
  Shlibs: <<
    %p/lib/libwpd-1.2.dylib 8.0.0 %n (>= 0.7.1-10)
  <<
  DocFiles: CHANGES COPYING INSTALL README TODO
<<
SplitOff2: <<
  Package: %N-dev
  Conflicts: libwpd-0.8-dev
  Replaces: libwpd-0.8-dev
  Depends: %N-shlibs (= %v-%r)
  BuildDependsOnly: true
  Files: <<
    include
    lib
  <<
  DocFiles: CHANGES COPYING INSTALL README TODO
<<
###
Description: Library for import and export of WordPerfect formats
DescDetail: <<
  libwpd is a library designed to help in the process of importing and
  exporting WordPerfect documents by hiding its stream-based formatting
  behind a modern C++ API. It is used in the recent versions of AbiWord's
  WordPerfect filter. A stand-alone utility based on libwpd, wpd2sxw, is
  available now for converting WordPerfect documents to OpenOffice.org's
  XML-based file format.
<<
###
License: GPL
Maintainer: Justin F. Hallett <[EMAIL PROTECTED]>
Homepage: http://libwpd.sourceforge.net/

--- NEW FILE: libwpd-0.8.info ---
Package: libwpd-0.8
Version: 0.8.2
Revision: 1001
###
Depends: bzip2-shlibs, libgettext3-shlibs, glib2-shlibs, libgsf-shlibs, 
libxml2-shlibs, libiconv, %N-shlibs (= %v-%r)
BuildDepends: pkgconfig, bzip2, gettext-tools, libgettext3-dev, glib2-dev, 
libgsf-dev, libxml2, libiconv-dev
Conflicts: libwpd-1
Replaces: libwpd-1
###
Source: mirror:sourceforge:libwpd/libwpd-%v.tar.gz
Source-MD5: 264e955e19c7e961e22382db09e19597
###
PatchScript:<<
  ### Fix relink bug
  perl -pi.bak -e 's,need_relink=yes,need_relink=no,g' ltmain.sh
  ### Fix bad libtool converting g++ to gcc at link time
  perl -pi.bak -e 's,\$CC -r -keep_private_externs -nostdlib -o 
\$\{lib\}-master.o \$libobjs \&\& \$CC,\$nonopt -r -keep_private_externs 
-nostdlib -o \$\{lib\}-master.o \$libobjs \&\& \$nonopt,g' configure
<<
###
GCC: 4.0
###
ConfigureParams: --with-pic --enable-shared --enable-static 
--mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib
###
NoSetLDFLAGS: true
SetLIBS: -L%p/lib
###
DocFiles: CHANGES COPYING INSTALL README TODO
###
SplitOff: <<
  Package: %N-shlibs
  Depends: gettext, glib2-shlibs, libgsf-shlibs, libiconv, libxml2-shlibs
  Files: <<
    lib/libwpd-0.8.*.dylib
  <<
  Shlibs: <<
    %p/lib/libwpd-1.2.dylib 8.0.0 %n (>= 0.7.1-10)
  <<
  DocFiles: CHANGES COPYING INSTALL README TODO
<<
SplitOff2: <<
  Package: %N-dev
  Depends: %N-shlibs (= %v-%r)
  BuildDependsOnly: true
  Conflicts: libwpd-1-dev
  Replaces: libwpd-1-dev
  Files: <<
    include
    lib
  <<
  DocFiles: CHANGES COPYING INSTALL README TODO
<<
###
Description: Library for import and export of WordPerfect formats
DescDetail: <<
  libwpd is a library designed to help in the process of importing and
  exporting WordPerfect documents by hiding its stream-based formatting
  behind a modern C++ API. It is used in the recent versions of AbiWord's
  WordPerfect filter. A stand-alone utility based on libwpd, wpd2sxw, is
  available now for converting WordPerfect documents to OpenOffice.org's
  XML-based file format.
<<
###
License: GPL
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
Homepage: http://libwpd.sourceforge.net/

--- NEW FILE: pcre++.info ---
Package: pcre++
Version: 0.9.5
Revision: 1001
GCC: 4.0
BuildDepends: pcre (>= 3.9-1)
Depends: pcre-shlibs (>= 3.9-1), %N-shlibs (= %v-%r)
BuildDependsOnly: True
Source: ftp://ftp.daemon.de/scip/Apps/pcre++/%n-%v.tar.gz
Source-MD5: 1fe6ea8e23ece01fde2ce5fb4746acc2
UpdateConfigGuess: true
ConfigureParams: --mandir='${prefix}/share/man' --with-pcre-include=%p/include
#NoSetCXXFLAGS: true
SplitOff: <<
  Package: %N-shlibs
  Replaces: %N (<= 0.9-1)
  Files: lib/libpcre++.*.dylib
  Shlibs: <<
    %p/lib/libpcre++.0.dylib 1.0.0 %n (>= 0.9-1)
  <<
  DocFiles: COPYING
<<
DocFiles: doc/html/* README COPYING AUTHORS INSTALL ChangeLog config.log
License: LGPL
Description: C++ wrapper for the PCRE library
DescDetail: <<
  PCRE++ is a C++ wrapper-class for the great library PCRE. (Perl Compatible
  Regular Expressions), which is available on http://www.pcre.org/ by
  Philip Hazel. 

  This class allows you to use perl alike regular expressions in your C++
  applications. You can use it to search in strings, to split strings into
  parts using expressions or to search and replace a part of a string with
  another part.
<<
Patch: %n.patch
DescPackaging: <<
 The patch is necessary to make the doc files go into share/doc
<<
Homepage: http://www.daemon.de/en/software/pcre/
Maintainer: Patrick Naef <[EMAIL PROTECTED]>



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to