discount _unstable_ port information

Package: discount
Version: 2.1.3
Revision: 1
Description: Markdown compiler in C
License: BSD
Maintainer: Steve Huff
Source: http://www.pell.portland.or.us/~orc/Code/%n/%n-%v.tar.bz2
Source-MD5: a1a4eade44f8141e38f2be7f2ed56c98
TarFilesRename: configure.sh:configure
ConfigureParams: --mandir=%p/share/man --enable-all-features --with-dl=both --with-fenced-code --with-github-tags --with-id-anchor
InfoTest: <<
TestScript: make test || exit 2
<<
InstallScript: make install.everything DESTDIR=%d
DocFiles: COPYRIGHT CREDITS INSTALL README VERSION
BuildDepends: fink (>= 0.24.12)
DescDetail: <<
%n is an implementation in C of John Gruber's Markdown
(http://daringfireball.net/projects/markdown) language. Using Markdown, one
can write content for the web in a straightforward, human-readable format,
then quickly compile it to standards-compliant HTML.
<<
DescUsage: <<
%n installs a command-line utility called markdown.

The markdown program is a trivial compiler that reads in a markdown file
and writes out a html document or (if you use the -d flag) an outline
showing the parse tree.
<<
Homepage: http://www.pell.portland.or.us/~orc/Code/discount/
DescPackaging: <<
Renamed the distribution 'configure.sh' to 'configure' in order to better
comply with Fink's default scripts.
<<