aboutsummaryrefslogtreecommitdiff
path: root/textproc/teckit
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak with pre-C++11 compilers, e.g. with gcc 4.2.1 which is still theAlexey Dokuchaev2018-01-152-4/+21
| | | | | | | | | | | | default compiler on some tier-2 architectures like powerpc and sparc64, by using identical types from C's <stdint.h> rather than C++'s <cstdint> header file. While here, convert to USES+=localbase. PR: 225171 Reported by: jhibbits Notes: svn path=/head/; revision=459026
* Convert to options target helperSunpoet Po-Chuan Hsieh2017-07-281-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=446809
* textproc/teckit: update 2.5.1 -> 2.5.7Kurt Jaeger2017-07-273-14/+19
| | | | | | | | | | | PR: 220692 Changes: https://github.com/silnrsi/teckit/releases Submitted by: Zsolt Udvari <uzsolt@uzsolt.hu> Reviewed by: dbaio, ultima Approved by: nikola.lecic@anthesphoria.net (maintainer timeout) Notes: svn path=/head/; revision=446745
* Remove libexpat.so.6 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428144
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Cleanup plistAntoine Brodin2014-11-151-2/+0
| | | | Notes: svn path=/head/; revision=372605
* textproc/teckit: CATEGORIES+= convertersJohn Marino2014-08-161-1/+1
| | | | | | | | | | | This is the only thing remaining from the PR, everything else was already done in sweeps. PR: 191120 Submitted by: maintainer (Nikola Lecic) Notes: svn path=/head/; revision=365071
* textproc/teckit: Add header to fix build on lang/gcc47John Marino2014-08-161-0/+10
| | | | | | | | | PR: 192698 Submitted by: Justin Hibbits Approved by: maintainer (Nikola Lecic) Notes: svn path=/head/; revision=365070
* Add DOCS option where PORTDOCS is in plist.Adam Weinberger2014-07-161-0/+2
| | | | Notes: svn path=/head/; revision=362024
* Strip binariesBaptiste Daroussin2014-06-271-0/+1
| | | | Notes: svn path=/head/; revision=359625
* - Use new LIB_DEPENDS syntaxDmitry Marakasov2014-06-262-4/+6
| | | | | | | | | - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Notes: svn path=/head/; revision=359343
* - Stage supportMartin Wilke2014-02-101-5/+2
| | | | Notes: svn path=/head/; revision=343592
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* TECkit (Text Encoding Conversion toolkit) is a toolkit for converting dataMartin Wilke2009-08-284-0/+84
between 8-bit legacy encodings and Unicode. It can also be used for transliteration of Unicode between different scripts. TECkit uses a mapping description language (mapping byte encodings to Unicode). Mapping rules can be extended by (1) the use of character sequences rather than single characters on either side; (2) by the addition of contextual constraints (environments) determining when a rule should apply; (3) and by the use of character classes, optional and repeatable elements, grouping and alternation to express more complex patterns to be matched and processed. TECkit is particularly useful with XeTeX (Unicode-aware derivate of TeX). The following binaries are provided: teckit_compile mapping compiler that allows binary mapping tables (.tec) to be built from TECkit description files (.map) sfconv a tool for converting Standard Format (SF) files txtconv a utility to apply TECkit mappings to plain-text files WWW: http://scripts.sil.org/TECkit PR: ports/138212 Submitted by: Nikola Lecic <nikola.lecic at anthesphoria.net> Notes: svn path=/head/; revision=240465