the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: tre
Version: 0.7.5
Revision: 3
Source: http://www.laurikari.net/%n/%n-%v.tar.bz2
Source-MD5: e72e5c94008865cf720992a0b25d6e89
BuildDepends: <<
fink (>= 0.24.12),
libgettext8-dev
<<
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true
PatchFile: %n.patch
PatchFile-MD5: 16e2c3a478ae1e7c4a7825f079a6d15a
SetCFLAGS: -Os -Wall
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: <<
libgettext8-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),
libgettext8-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
Homepage: http://www.laurikari.net/tre
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 \fB@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-general@lists.laurikari.net >.