mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
Add aft 5.0792, a document preparation system using an Almost Free
Text input format. PR: 36527 Submitted by: Alan Eldridge <ports@geeksrus.net>
This commit is contained in:
parent
1cfe1a79d1
commit
dd9a91ee4b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59486
6 changed files with 72 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
SUBDIR += aft
|
||||
SUBDIR += agrep
|
||||
SUBDIR += align
|
||||
SUBDIR += antiword
|
||||
|
|
20
textproc/aft/Makefile
Normal file
20
textproc/aft/Makefile
Normal file
|
@ -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>
|
1
textproc/aft/distinfo
Normal file
1
textproc/aft/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (aft-5.0792.tar.gz) = 34c766eeed723ff2b62937fee940c824
|
1
textproc/aft/pkg-comment
Normal file
1
textproc/aft/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A document preparation system using an Almost Free Text input format
|
16
textproc/aft/pkg-descr
Normal file
16
textproc/aft/pkg-descr
Normal file
|
@ -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>
|
33
textproc/aft/pkg-plist
Normal file
33
textproc/aft/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue