Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23079/libs

Added Files:
        tre.info tre.patch 
Log Message:
new regex lib and freer agrep cmd


--- NEW FILE: tre.info ---
Package: tre
Version: 0.7.5
Revision: 1
Source: http://www.laurikari.net/%n/%n-%v.tar.bz2
Source-MD5: e72e5c94008865cf720992a0b25d6e89
BuildDepends: fink (>= 0.24.12)
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true
PatchFile: %n.patch
PatchFile-MD5: 16e2c3a478ae1e7c4a7825f079a6d15a
#SetCFLAGS: -Os
ConfigureParams: --enable-debug --disable-dependency-tracking
InstallScript: <<
        make install DESTDIR=%d
        mkdir -p %i/share/doc/%n
        install -m0644 doc/*.css doc/*.html %i/share/doc/%n
<<
DocFiles: ABOUT-NLS AUTHORS COPYING.LESSER ChangeLog LICENSE NEWS README THANKS 
TODO
SplitOff: <<
        Package: tre-shlibs
        Depends: <<
                 libgettext3-shlibs,
                 libiconv
        <<
        Files: <<
                lib/libtre.4.*
                share/locale
        <<
        Shlibs: %p/lib/libtre.4.dylib 7.0.0 %n (>= 0.7.5-1)
        DocFiles: ABOUT-NLS AUTHORS COPYING.LESSER ChangeLog LICENSE NEWS 
README THANKS TODO
<<
SplitOff2: <<
        Package: tre-agrep
        Depends: <<
                %N-shlibs (>= %v-%r),
                libgettext3-shlibs,
                libiconv
        <<
        Conflicts: agrep
        Replaces: agrep
        Files: <<
                bin
                share/man
        <<
        DocFiles: ABOUT-NLS AUTHORS COPYING.LESSER ChangeLog LICENSE NEWS 
README THANKS TODO
        Description: TRE-based implementation of "agrep" command
<<
DescUsage: <<
        libtre masks several reg*() symbols from libSystem. This
        package is not necessarily ABI-compatible with the system lib
        so you should make sure you are getting the one you want and
        the the correct headers and libs (-I and -L ordering, etc) if
        you use it.
<<
DescPort: <<
        Localization of the lib seems broken (not setting domain?).
<<
Description: POSIX-compliant regexp matching library
License: LGPL
Maintainer: Daniel Macks <dma...@netspace.org>
Homepage: http://www.laurikari.net/tre

--- NEW FILE: tre.patch ---
diff -Nurd -x'*~' tre-0.7.5.orig/configure tre-0.7.5/configure
--- tre-0.7.5.orig/configure    2006-12-10 01:04:32.000000000 -0500
+++ tre-0.7.5/configure 2009-03-29 13:05:09.000000000 -0400
@@ -9502,7 +9502,7 @@
   fi
   INTL_MACOSX_LIBS=
   if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test 
$gt_cv_func_CFLocaleCopyCurrent = yes; then
-    INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation"
+    INTL_MACOSX_LIBS="-Wl,-framework,CoreFoundation"
   fi
 
 
diff -Nurd -x'*~' tre-0.7.5.orig/doc/agrep.1.in tre-0.7.5/doc/agrep.1.in
--- tre-0.7.5.orig/doc/agrep.1.in       2006-12-09 15:33:37.000000000 -0500
+++ tre-0.7.5/doc/agrep.1.in    2009-03-29 13:09:48.000000000 -0400
@@ -172,6 +172,9 @@
 .PP
 .I PATTERN
 is a POSIX extended regular expression (ERE) with the TRE extensions.
+See \...@prefix@/share/doc/tre/tre-syntax.html\fR in the \fBtre\fR
+package for full documentation of the regular-expression language.
+
 .SH "REPORTING BUGS"
 Report bugs to the TRE mailing list
 .BR "" < tre-gene...@lists.laurikari.net >.


------------------------------------------------------------------------------
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to