the Fink project is an effort to port
popular Unix programs to Mac OS X
Info2: <<
Package: baz
Version: 1.4.2
Revision: 1
License: LGPL
Description: Improved (but obsolete) GNU Arch client
Maintainer: None
Depends: <<
expat1-shlibs, libgettext3-shlibs, gpgme11-shlibs, libgpg-error-shlibs, neon27-shlibs, pth2-shlibs
<<
BuildDepends: <<
fink (>= 0.24.12),
expat1, gettext-tools, gpgme11, libgettext3-dev, libgpg-error, neon27, pth2-dev, system-openssl-dev
<<
BuildDependsOnly: True
Source: ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/bazaar_%v.tar.gz
Source-MD5: 6e61d7aeec990a801977ee6cdc3958d5
SourceDirectory: thelove@canonical.com---dists--bazaar--1.4
PatchFile: %n.patch
PatchFile-MD5: 6f0e614343ef021f3d9113be95a5e95c
CompileScript: <<
#!/bin/sh -ev
export CFLAGS="-g -O2 -Wall -fno-strict-aliasing -I%p/include -L%p/lib"
export LDFLAGS=-L%p/lib
mkdir build
cd build
../src/configure %c
make
<<
InstallScript: <<
#!/bin/sh -ev
export CFLAGS="-I%p/include -L%p/lib"
export LDFLAGS=-L%p/lib
cd build
make install prefix=%i
mv %i/bin/annotate %i/bin/annotate-baz
<<
DescDetail: <<
Baz is a deprecated implementation of the GNU Arch protocol in C,
based on tla. It focuses on making tla's UI more accessible, but
also has smarter merging and gettext support.
GNU Arch is a revision control system with features that are ideal
for projects characterised by widely distributed development,
concurrent support of multiple releases, and substantial amounts
of development on branches. It can be a replacement for CVS and
corrects many mis-features of that system.
<<
DescPackaging: <<
Formerly maintained by Aleix Conchillo Flaque
<<
Homepage: http://bazaar-vcs.org/Baz1x/
<<