stringtemplate3 stable port information

# Initial Data
Package: stringtemplate3
Version: 3.2
Revision: 1
Description: Java engine for generating formatted text
Type: Java
License: BSD
Maintainer: John Ridgway

# Dependencies
Depends: system-java (>= 1.4), junit
BuildDepends: system-java-dev (>= 1.4), ant, fink (>= 0.24.12)
#Provides:
#Conflicts:
#BuildConflicts:
#Replaces:
#Recommends:
#Suggests:
#Enhances:
#Pre-Depends: Only use after discussion on developer list
#Essential: false or true
#BuildDependsOnly: false or true

# Unpack
#CustomMirror: <<
# nam-US: ftp://ftp.fooquux.com/pub/bar
# asi-JP: ftp://ftp.qiixbar.jp/pub/mirror/bar
# eur-DE: ftp://ftp.barfoo.de/bar
# Primary: ftp://ftp.barbarorg/pub/
#<<
Source: http://www.stringtemplate.org/download/stringtemplate-%v.tar.gz
#SourceN:
SourceDirectory: stringtemplate-%v
#NoSourceDirectory:
#SourceNExtractDir:
#SourceRename:
#SourceNRename:
Source-MD5: b56fb286caab27d5a0e832ab3fe840b3
#SourceN-MD5:
#TarFilesRename:
#TarNFilesNRename:

# Patch Phase
#UpdateConfigGuess: false or true
#UpdateConfigGuessInDirs:
#UpdateLibtool: false or true
#UpdateLibtoolInDirs:
#UpdatePoMakefile: false or true
#Patch:
PatchFile: %n.patch
PatchFile-MD5: cf558785a26101c81ed7c9717671e69e
#PatchScript: <<
# patch -p1 < %{PatchFile}
#<<

# Compile Phase
#[No]SetCC:
#[No]SetCFLAGS:
#[No]SetCPP:
#[No]SetCPPFLAGS:
#[No]SetCXX:
#[No]SetCXXFLAGS:
#[No]SetDYLD_LIBRARY_PATH:
#[No]SetJAVA_HOME:
#[No]SetLD_PREBIND:
#[No]SetLD_PREBIND_ALLOW_OVERLAP:
#[No]SetLD_FORCE_NO_PREBIND:
#[No]SetLD_SEG_ADDR_TABLE:
#[No]SetLD:
#[No]SetLDFLAGS:
#[No]SetLIBRARY_PATH:
#[No]SetLIBS:
#[No]SetMACOSX_DEPLOYMENT_TARGET:
#[No]SetMAKE:
#[No]SetMFLAGS:
#[No]SetMAKEFLAGS:
#ConfigureParams:
#GCC: 2.95.2, 2.95, 3.1, 3.3, or 4.0
CompileScript: <<
ant clean-all
ant jar
ant javadocs
<<

# Test Suites
#InfoTest: <<
# TestScript: <<
# make check || exit 2
# <<
# TestConfigureParams:
# TestDepends:
# TestConflicts:
# TestSource:
# TestSource-MD5:
# TestSourceN:
# TestSourceN-MD5:
# TestTarFilesRename...
# TestSuiteSize: small, medium, or large -- field currently ignored
#

# Install Phase
#UpdatePOD: false or true
InstallScript: <<
install -m 755 -d %i/share/doc/%n
cp -R docs/* %i/share/doc/%n/
<<
#AppBundles:
JarFiles: build/stringtemplate.jar
DocFiles: CHANGES.txt LICENSE.txt README.txt
#Shlibs:
#RuntimeVars:

#SplitOff: <<
#<<

#SplitOffN: <<
#<<

# Build Phase
#PreInstScript:
#PostInstScript:
#PreRmScript:
#PostRmScript:
#ConfFiles:
#InfoDocs:
#DaemonicFile:
#DaemonicName:

# Additional Data
Homepage: http://www.stringtemplate.org
DescDetail: <<
StringTemplate is a java template engine (with ports for C# and Python) for
generating source code, web pages, emails, or any other formatted text
output. StringTemplate is particularly good at multi-targeted code
generators, multiple site skins, and internationalization/localization. It
evolved over years of effort developing jGuru.com. StringTemplate also
generates the StringTemplate website and powers the ANTLR v3 code
generator. Its distinguishing characteristic is that it strictly enforces
model-view separation unlike other engines.
<<
#DescUsage: <<
#
#<<
#DescPackaging: <<
#
#<<
#DescPort: <<
#
#<<

stringtemplate3 stable port .patch

--- stringtemplate-3.2/build.xml 2008-11-11 15:37:15.000000000 -0500
+++ stringtemplate-3.2/build.xml 2008-11-11 15:43:10.000000000 -0500
@@ -62,6 +62,10 @@



+ + value="org.antlr.stringtemplate,org.antlr.stringtemplate.language,org.antlr.stringtemplate.misc,org.antlr.stringtemplate.test"/>
+
+


stringtemplate3 _unstable_ port .patch