diff options
author | anray <anray@FreeBSD.org> | 2006-01-25 03:48:09 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2006-01-25 03:48:09 +0800 |
commit | 5cf54fad44108594f6ab9c6e348b265398c37f40 (patch) | |
tree | dcbf116fe15a45b81522fd4c420b952df17035f2 /textproc/Makefile | |
parent | a77f6926e9ff7cb45ed4ef94a7524cfce77429f9 (diff) | |
download | freebsd-ports-gnome-5cf54fad44108594f6ab9c6e348b265398c37f40.tar.gz freebsd-ports-gnome-5cf54fad44108594f6ab9c6e348b265398c37f40.tar.zst freebsd-ports-gnome-5cf54fad44108594f6ab9c6e348b265398c37f40.zip |
tools for helping translation of documentation
The po4a (po for anything) project goal is to ease translations
(and more interestingly, the maintenance of translations) using
gettext tools on areas where they were not expected like documentation.
This package contains the main libraries of po4a, and the following sub-modules:
- KernelHelp: Help messages of each kernel compilation option.
- Man: Good old manual page format.
- Pod: Perl documentation format.
- Sgml: either debiandoc or docbook DTD.
- Dia: uncompressed Dia diagrams.
- LaTeX: generic TeX or LaTeX format
WWW: http://packages.debian.org/unstable/text/po4a
PR: ports/91532
Submitted by: Meno Abels <meno.abels@adviser.com>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 88fc74625e21..2e1e169e66a8 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -592,6 +592,7 @@ SUBDIR += php5-xmlreader SUBDIR += php5-xmlwriter SUBDIR += php5-xsl + SUBDIR += po4a SUBDIR += pocketreader SUBDIR += ppower4 SUBDIR += print-n-times |