diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-05-19 21:49:09 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-05-19 21:49:09 +0000 |
commit | dd9a91ee4b3ad63ffb00dde87881a2390029c63c (patch) | |
tree | ed9484ecb18b77a9c2c781863a732b6864559ae8 /textproc | |
parent | 1cfe1a79d14e2b3c4c293e99b6f70cf5a9566d77 (diff) |
Add aft 5.0792, a document preparation system using an Almost Free
Text input format.
PR: 36527
Submitted by: Alan Eldridge <ports@geeksrus.net>
Notes
Notes:
svn path=/head/; revision=59486
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/aft/Makefile | 20 | ||||
-rw-r--r-- | textproc/aft/distinfo | 1 | ||||
-rw-r--r-- | textproc/aft/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/aft/pkg-descr | 16 | ||||
-rw-r--r-- | textproc/aft/pkg-plist | 33 |
6 files changed, 72 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index c389d3585a70..fdddc9a4f6fc 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ # + SUBDIR += aft SUBDIR += agrep SUBDIR += align SUBDIR += antiword diff --git a/textproc/aft/Makefile b/textproc/aft/Makefile new file mode 100644 index 000000000000..15af1596b8bf --- /dev/null +++ b/textproc/aft/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: aft +# Date created: 2002/03/28 +# Whom: Alan Eldridge <ports@geeksrus.net> +# +# $FreeBSD$ +# + +PORTNAME= aft +PORTVERSION= 5.0792 +CATEGORIES= textproc +MASTER_SITES= http://www.maplefish.com/todd/ + +MAINTAINER= ports@geeksrus.net + +USE_PERL5= yes +GNU_CONFIGURE= yes + +PLIST_SUB+= DOCSDIR=${DOCSDIR:S|${PREFIX}/||} + +.include <bsd.port.mk> diff --git a/textproc/aft/distinfo b/textproc/aft/distinfo new file mode 100644 index 000000000000..6197a0871078 --- /dev/null +++ b/textproc/aft/distinfo @@ -0,0 +1 @@ +MD5 (aft-5.0792.tar.gz) = 34c766eeed723ff2b62937fee940c824 diff --git a/textproc/aft/pkg-comment b/textproc/aft/pkg-comment new file mode 100644 index 000000000000..8ce721cd6074 --- /dev/null +++ b/textproc/aft/pkg-comment @@ -0,0 +1 @@ +A document preparation system using an Almost Free Text input format diff --git a/textproc/aft/pkg-descr b/textproc/aft/pkg-descr new file mode 100644 index 000000000000..4b6675630b5a --- /dev/null +++ b/textproc/aft/pkg-descr @@ -0,0 +1,16 @@ +AFT (Almost Free Text) is a document preparation system. It is mostly +free form meaning that there is little intrusive markup. AFT source +documents look a lot like plain old ASCII text. + +AFT has a few rules for structuring your document and these rules have +more to do with formatting your text rather than embedding commands. + +Right now, AFT produces pretty good (weblint-able) HTML, XHTML, LaTeX, +lout and RTF. It can, in fact, be coerced into producing all types of +output (e.g. roll-your-own XML). All that needs to be done is to edit +a rule file. You can even customize your own HTML rule files for +specialized output. + +WWW: http://www.maplefish.com/todd/aft.html + +-- AlanE <ports@geeksrus.net> diff --git a/textproc/aft/pkg-plist b/textproc/aft/pkg-plist new file mode 100644 index 000000000000..6ed10dd5ed56 --- /dev/null +++ b/textproc/aft/pkg-plist @@ -0,0 +1,33 @@ +bin/aft +share/aft/AFT.pm +share/aft/aft-dbarticle.pm +share/aft/aft-fhtml.pm +share/aft/aft-html.pm +share/aft/aft-htmlc.pm +share/aft/aft-lout.pm +share/aft/aft-rtf.pm +share/aft/aft-tex.pm +share/aft/aft-xhtml.pm +share/aft/aft.pl +share/aft/compile.pl +share/aft/postrtf.pl +%%DOCSDIR%%/ChangeLog.aft +%%DOCSDIR%%/aft2rtf-doc.rtf +%%DOCSDIR%%/aft-refman.html +%%DOCSDIR%%/aft.gif +%%DOCSDIR%%/aft.eps +%%DOCSDIR%%/backends/aft-dbarticle.dat +%%DOCSDIR%%/backends/aft-fhtml.dat +%%DOCSDIR%%/backends/aft-html.dat +%%DOCSDIR%%/backends/aft-htmlc.dat +%%DOCSDIR%%/backends/aft-lout.dat +%%DOCSDIR%%/backends/aft-rtf.dat +%%DOCSDIR%%/backends/aft-tex.dat +%%DOCSDIR%%/backends/aft-xhtml.dat +%%DOCSDIR%%/examples/aft.aft +%%DOCSDIR%%/examples/aft-refman.aft +%%DOCSDIR%%/examples/aft2rtf-doc.aft +@dirrm %%DOCSDIR%%/examples +@dirrm %%DOCSDIR%%/backends +@dirrm %%DOCSDIR%% +@dirrm share/aft |