Remove itstool, pkgsrc/textproc/itstool is newer.
This commit is contained in:
parent
9ed02433d5
commit
98e980354e
6 changed files with 1 additions and 50 deletions
3
Makefile
3
Makefile
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.4928 2012/10/21 16:26:26 kristerw Exp $
|
||||
# $Id: Makefile,v 1.4929 2012/10/23 07:49:07 thomasklausner Exp $
|
||||
#
|
||||
|
||||
COMMENT= WIP pkgsrc packages
|
||||
|
@ -1176,7 +1176,6 @@ SUBDIR+= ispell-dictionaries
|
|||
SUBDIR+= ispell-lietuviu
|
||||
SUBDIR+= itask-ng
|
||||
SUBDIR+= itools
|
||||
SUBDIR+= itstool
|
||||
SUBDIR+= ja-freewnn-cvs
|
||||
SUBDIR+= ja-freewnn-lib
|
||||
SUBDIR+= ja-freewnn-server
|
||||
|
|
1
TODO
1
TODO
|
@ -58,7 +58,6 @@ Suggested package updates
|
|||
o i3-4.1.1
|
||||
o i3status-2.4
|
||||
o icecat-14.0
|
||||
o itstool-1.2.0
|
||||
o jakarta-struts-1.2.4
|
||||
o jalview-2.4
|
||||
o java-asm-3.2
|
||||
|
|
|
@ -1,17 +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.
|
|
@ -1,17 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.2 2012/09/30 05:44:15 asau Exp $
|
||||
#
|
||||
|
||||
DISTNAME= itstool-1.1.1
|
||||
CATEGORIES= converters
|
||||
MASTER_SITES= http://files.itstool.org/itstool/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= kamelderouiche@yahoo.com
|
||||
HOMEPAGE= http://itstool.org/
|
||||
COMMENT= Tool for translating XML documents with PO files
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,8 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2012/01/29 22:13:24 jihbed Exp $
|
||||
bin/itstool
|
||||
man/man1/itstool.1
|
||||
share/itstool/its/docbook.its
|
||||
share/itstool/its/its.its
|
||||
share/itstool/its/mallard.its
|
||||
share/itstool/its/ttml.its
|
||||
share/itstool/its/xhtml.its
|
|
@ -1,5 +0,0 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2012/01/29 22:13:24 jihbed Exp $
|
||||
|
||||
SHA1 (itstool-1.1.1.tar.bz2) = 4b60216c50363e2f56ddbb8e9c457f92853e8e6f
|
||||
RMD160 (itstool-1.1.1.tar.bz2) = 199939e180d838708bea2adb7f4a06d79b3ac28b
|
||||
Size (itstool-1.1.1.tar.bz2) = 78824 bytes
|
Loading…
Reference in a new issue