diff options
author | fhajny <fhajny@pkgsrc.org> | 2015-09-03 06:47:59 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2015-09-03 06:47:59 +0000 |
commit | 6e840322c9649d1d995bcf3135cc660ffecd917b (patch) | |
tree | 190b7a6ff619b5006e8467e34c7971552f4a721b /converters/Makefile | |
parent | e5b41d0a5ef0b6f136963b4b22b6af79d268056f (diff) | |
download | pkgsrc-6e840322c9649d1d995bcf3135cc660ffecd917b.tar.gz |
Import wip/php-recode as converters/php-recode.
This module contains an interface to the GNU Recode library. The GNU Recode
library converts files between various coded character sets and surface
encodings. When this cannot be achieved exactly, it may get rid of the
offending characters or fall back on approximations. The library recognises or
produces nearly 150 different character sets and is able to convert files
between almost any pair. Most RFC 1345 character sets are supported.
Diffstat (limited to 'converters/Makefile')
-rw-r--r-- | converters/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/Makefile b/converters/Makefile index 3a723ed5daf..d6ecc310240 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.137 2015/08/12 00:30:26 ryoon Exp $ +# $NetBSD: Makefile,v 1.138 2015/09/03 06:47:59 fhajny Exp $ # COMMENT= Document format and character code converters @@ -89,6 +89,7 @@ SUBDIR+= p5-nkf SUBDIR+= pear-I18n_UnicodeNormalizer SUBDIR+= php-iconv SUBDIR+= php-mbstring +SUBDIR+= php-recode SUBDIR+= psiconv SUBDIR+= pstotext SUBDIR+= py-cairosvg |