diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-30 08:31:06 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-30 08:31:06 +0000 |
commit | 114db71bc7c0416756bbc199762614229ccd0f41 (patch) | |
tree | 773453e10c2e8a5126d1ffcc8a1634e2f2f6e265 /textproc/aft | |
parent | d2a5b71b6ac3f77e58e532b9bda0ffa486774f23 (diff) | |
download | ports-114db71bc7c0416756bbc199762614229ccd0f41.tar.gz ports-114db71bc7c0416756bbc199762614229ccd0f41.zip |
Notes
Diffstat (limited to 'textproc/aft')
-rw-r--r-- | textproc/aft/Makefile | 4 | ||||
-rw-r--r-- | textproc/aft/distinfo | 2 | ||||
-rw-r--r-- | textproc/aft/pkg-plist | 4 |
3 files changed, 7 insertions, 3 deletions
diff --git a/textproc/aft/Makefile b/textproc/aft/Makefile index 7c7202afb508..f7dafde59a5c 100644 --- a/textproc/aft/Makefile +++ b/textproc/aft/Makefile @@ -6,12 +6,12 @@ # PORTNAME= aft -PORTVERSION= 5.08 +PORTVERSION= 5.09 PORTEPOCH= 1 CATEGORIES= textproc MASTER_SITES= http://www.maplefish.com/todd/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= yinjieh@csie.nctu.edu.tw COMMENT= A document preparation system using an Almost Free Text input format USE_PERL5= yes diff --git a/textproc/aft/distinfo b/textproc/aft/distinfo index bce9a20137e1..6ebdb4dcc61e 100644 --- a/textproc/aft/distinfo +++ b/textproc/aft/distinfo @@ -1 +1 @@ -MD5 (aft-5.08.tar.gz) = 7e015f792431245c0dc3eb6a4a979223 +MD5 (aft-5.09.tar.gz) = 09dedb4f312ae23fadaeda347810d99a diff --git a/textproc/aft/pkg-plist b/textproc/aft/pkg-plist index 09e14b6a8777..8501f595e699 100644 --- a/textproc/aft/pkg-plist +++ b/textproc/aft/pkg-plist @@ -5,6 +5,8 @@ bin/aft %%DATADIR%%/aft-html.pm %%DATADIR%%/aft-htmlc.pm %%DATADIR%%/aft-lout.pm +%%DATADIR%%/aft-loutbook.pm +%%DATADIR%%/aft-loutreport.pm %%DATADIR%%/aft-rtf.pm %%DATADIR%%/aft-tex.pm %%DATADIR%%/aft-xhtml.pm @@ -23,6 +25,8 @@ bin/aft %%PORTDOCS%%%%DOCSDIR%%/backends/aft-html.dat %%PORTDOCS%%%%DOCSDIR%%/backends/aft-htmlc.dat %%PORTDOCS%%%%DOCSDIR%%/backends/aft-lout.dat +%%PORTDOCS%%%%DOCSDIR%%/backends/aft-loutbook.dat +%%PORTDOCS%%%%DOCSDIR%%/backends/aft-loutreport.dat %%PORTDOCS%%%%DOCSDIR%%/backends/aft-rtf.dat %%PORTDOCS%%%%DOCSDIR%%/backends/aft-tex.dat %%PORTDOCS%%%%DOCSDIR%%/backends/aft-xhtml.dat |