autogen stable port information

Package: autogen
Version: 5.11.4
Revision: 1
Source: mirror:gnu:%n/rel%v/%n-%v.tar.gz
Source-MD5: 12ad6176f63b3f019c849c4327d036b8
# PatchFile: %n.patch
# PatchFile-MD5: c562e12618399d3c486a1ea5db14211d
BuildDepends: guile18-dev, gmp, libxml2, libiconv-dev, fink (>= 0.24.12-1)
Depends: guile18, %N-shlibs (= %v-%r)
DocFiles: README ChangeLog AUTHORS COPYING INSTALL NEWS NOTES THANKS TODO VERSION
InfoDocs: autogen.info
SplitOff: <<
Package: %N-shlibs
Description: Autogen shared libaries
Files: <<
lib/libopts.25.dylib
<<
Shlibs: <<
%p/lib/libopts.25.dylib 34.0.0 %n (>= 5.10-1)
<<
DocFiles: README ChangeLog AUTHORS COPYING INSTALL NEWS NOTES THANKS TODO VERSION
<<
SplitOff2: <<
Package: %N-dev
Conflicts: smalltalk
Replaces: smalltalk, %N-shlibs (<= 5.4.2-1)
Depends: %N-shlibs (= %v-%r)
Description: Development files for AutoOpts and snprintfv
Files: <<
include
lib/lib*.a
lib/lib*.la
share/man/man3
share/aclocal
lib/libopts.dylib
<<
DocFiles: README ChangeLog AUTHORS COPYING INSTALL NEWS NOTES THANKS TODO VERSION
BuildDependsOnly: True
<<
SplitOff3: <<
Package: xml2ag
Description: Convert XML files to autogen templates
Depends: libxml2-shlibs, libiconv, %N-shlibs (= %v-%r)
Files: bin/xml2ag share/man/man1/xml2ag.1
DocFiles: README ChangeLog AUTHORS COPYING INSTALL NEWS NOTES THANKS TODO VERSION
<<
ConfigureParams: --enable-snprintfv-install --mandir=%p/share/man --infodir=%p/share/info
CompileScript: <<
#!/bin/sh -ev
mkdir build
cd build
guile18-build ../configure %c -C
make
<<
InstallScript: <<
#!/bin/sh -ev
cd build
make DESTDIR=%d install
<<
InfoTest: <<
TestScript: <<
#!/bin/sh -ev
if { echo "$MAKEFLAGS" | grep -e "-r" ;}
then echo "ALERT: some tests will break with MAKEFLAGS -r !"
echo "I will kindly remove -r for you."
MAKEFLAGS=`echo $MAKEFLAGS | sed 's|-r||'`
echo "MAKEFLAGS=$MAKEFLAGS"
export MAKEFLAGS
fi
cd build
make -k check || exit 2
<<
TestSuiteSize: small
<<
Description: Automated text generation from templates
DescDetail: <<
AutoGen is a tool designed to simplify the creation and maintenance of
programs that contain large amounts of repetitious text. It is
especially valuable in programs that have several blocks of text that
must be kept synchronized.

AutoGen includes several modules for specific applications, including
a command line option parser, an FSM generator, a generator for
autoconf macros and others.
<<
DescUsage: <<
The AutoGen package is composed of one main program (autogen) and
several helpers. The autogen command takes as input a text file
containing structured information (the AutoGen definition) and a
template containing instructions for turning the structured input into
formatted output. The columns command generates columnized tables from
its input. The getdefs command extracts an AutoGen definition from
source files.

The development package includes a couple of useful libraries: the
options library for simplifying the task of managing a program's
command line options, and the snprintvf library for generating safe
printf-style output from argv-style arguments.

See the man or info pages (autogen, snprintfv) for more usage information.
<<
DescPort: <<
Autogen includes a module for generating autogen files from xml, xml2ag. The
xml2ag files are part of a split-off package so that the main autogen
package does not depend on libxml. This module is compiled if and only
if you already have libxml2 installed.

Note: -no-cpp-precomp is not used on purpose -- even though many
compiler warnings could be avoided -- because it's definition causes
the CPPFLAGS assignment (-no-cpp-precomp -I/sw/include) to include a
space, which breaks the recursive configure for sub-directories.
<<
DescPackaging: <<
guile: bdep on guile18 which contains guile18-build
switched over to guile18, was guile (1.4) before 5.10.
guile18 currently builds against gmp5, may eventually bump to gmp5.
VPATH build fails b/c documentation generation fails to use top_srcdir.
libguileopts.dylib stub wrappers disappeared as of 5.10.2.
Previous versions by David Bacher .
<<
Homepage: http://www.gnu.org/software/autogen/
License: GPL
Maintainer: David Fang