diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-09-27 18:59:15 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-09-27 18:59:15 +0800 |
commit | 13bf09c13ffc2089c956a34ec95a8550a374433a (patch) | |
tree | 1c97650cb1b1b816fbeca3b33b2f562aaa574d50 /textproc | |
parent | 2ac533d652466f810ab308e3652826d92b44eebd (diff) | |
download | marcuscom-ports-13bf09c13ffc2089c956a34ec95a8550a374433a.tar marcuscom-ports-13bf09c13ffc2089c956a34ec95a8550a374433a.tar.gz marcuscom-ports-13bf09c13ffc2089c956a34ec95a8550a374433a.tar.bz2 marcuscom-ports-13bf09c13ffc2089c956a34ec95a8550a374433a.tar.lz marcuscom-ports-13bf09c13ffc2089c956a34ec95a8550a374433a.tar.xz marcuscom-ports-13bf09c13ffc2089c956a34ec95a8550a374433a.tar.zst marcuscom-ports-13bf09c13ffc2089c956a34ec95a8550a374433a.zip |
Changes merged into ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19921 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/itstool/Makefile | 26 | ||||
-rw-r--r-- | textproc/itstool/distinfo | 2 | ||||
-rw-r--r-- | textproc/itstool/pkg-descr | 19 | ||||
-rw-r--r-- | textproc/itstool/pkg-plist | 10 |
4 files changed, 0 insertions, 57 deletions
diff --git a/textproc/itstool/Makefile b/textproc/itstool/Makefile deleted file mode 100644 index df01e7a37..000000000 --- a/textproc/itstool/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Koop Mast <kwm@FreeBSD.org> -# $FreeBSD$ -# $MCom$ - -PORTNAME= itstool -PORTVERSION= 2.0.2 -PORTREVISION= 1 -CATEGORIES= textproc -MASTER_SITES= http://files.itstool.org/itstool/ - -MAINTAINER= kwm@FreeBSD.org -COMMENT= Make XML documents translatable through po files - -LICENSE= GPLv3 - -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 - -USES= python:2 tar:bzip2 -GNU_CONFIGURE= yes - -post-patch: - @${REINPLACE_CMD} -e 's|@PYTHON@|${PYTHON_CMD}|g' \ - ${WRKSRC}/itstool.in - -.include <bsd.port.mk> diff --git a/textproc/itstool/distinfo b/textproc/itstool/distinfo deleted file mode 100644 index 38ebb2a15..000000000 --- a/textproc/itstool/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (itstool-2.0.2.tar.bz2) = bf909fb59b11a646681a8534d5700fec99be83bb2c57badf8c1844512227033a -SIZE (itstool-2.0.2.tar.bz2) = 96748 diff --git a/textproc/itstool/pkg-descr b/textproc/itstool/pkg-descr deleted file mode 100644 index 31eae323d..000000000 --- a/textproc/itstool/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -ITS Tool allows you to translate your XML documents with PO files, using rules -from the W3C Internationalization Tag Set (ITS) to determine what to translate -and how to separate it into PO file messages. - -PO files are the standard translation format for GNU and other Unix-like -systems. They present translatable information as discrete messages, allowing -each message to be translated independently. In contrast to whole-page -translation, translating with a message-based format like PO means you can -easily track changes to the source document down to the paragraph. When new -strings are added or existing strings are modified, you only need to update -the corresponding messages. - -ITS Tool is designed to make XML documents translatable through PO files by -applying standard ITS rules, as well as extension rules specific to ITS Tool. -ITS also provides an industry standard way for authors to override translation -information in their documents, such as whether a particular element should be -translated. - -WWW: http://itstool.org/ diff --git a/textproc/itstool/pkg-plist b/textproc/itstool/pkg-plist deleted file mode 100644 index d9d065660..000000000 --- a/textproc/itstool/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -bin/itstool -man/man1/itstool.1.gz -%%DATADIR%%/its/docbook.its -%%DATADIR%%/its/docbook5.its -%%DATADIR%%/its/its.its -%%DATADIR%%/its/mallard.its -%%DATADIR%%/its/ttml.its -%%DATADIR%%/its/xhtml.its -@dirrm %%DATADIR%%/its -@dirrm %%DATADIR%% |