summaryrefslogtreecommitdiff
path: root/converters
AgeCommit message (Collapse)AuthorFilesLines
2002-10-20Trivially use buildlink2. Mark no configure. Use perl5/module.mk, evenseb1-6/+8
if it is not needed it makes the package more consistent with other Perl5 module packages.
2002-10-18Update to 1.1:wiz2-8/+8
# sw 2002-Mar-6 Don't slurp the whole file Convert to buildlink2. Add comment why the file gets installed as rpm2cpio.pl. Closes PR 18581.
2002-10-14Add and enable py-jpCodecstsarna1-1/+2
2002-10-14Initial import of codecs for Japanese language encodings.tsarna4-0/+94
2002-10-13buildlink1 -> buildlink2.wiz1-3/+3
2002-10-09Unused.wiz1-58/+0
2002-10-09buildlink1 -> buildlink2.wiz1-4/+4
2002-10-09Convert to buildlink2.mk; use perl5/module.mk.wiz1-7/+4
2002-10-09buildlink1 -> buildlink2.wiz1-2/+3
2002-10-08Unused.wiz1-34/+0
2002-09-23Update p5-Jcode package to 0.82.taca2-5/+5
$Revision: 0.82 $ ! Jcode.pm pod typo fix and better jcode.pl compatibility by MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp> Message-Id: <20020923190414.2134.MSYK@mtg.biglobe.ne.jp>
2002-09-23Unused.jlam1-35/+0
2002-09-23Don't add -rpath to the libtool command used to create the uninstalledjlam3-19/+7
libcompat.la, as that makes libtool think that package will be installed. This was causing libpsiconv.la to depend on libcompat.la, even though the latter was never installed. Bump the PKGREVISION.
2002-09-23Convert to buildlink2.wiz1-3/+3
2002-09-23Unused.wiz1-37/+0
2002-09-23Update to 0.5, changes unknown. Convert to buildlink2.wiz3-25/+6
Remove the buildlink2.mk, since the libraries referenced there are not installed any more.
2002-09-23Unused.wiz1-34/+0
2002-09-21Strip the ".buildlink" from the names of the python application andjlam2-4/+4
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead.
2002-09-18Update p5-Jcode pakcage to 0.81; one bug fix.taca2-5/+5
$Revision: 0.81 $ $Date: 2002/09/18 13:45:32 $ ! Jcode.pm jfold() fix by SATOH Fumiyasu <fumiya@samba.gr.jp> Message-Id: <878z1zv2l3.wl@sugar.net-thrust.com.net-thrust.com>
2002-09-13Use ghostscript.mk.jlam1-2/+2
2002-09-12Standardize.wiz1-3/+3
2002-09-11Update to 0.7.2, changes unknown.wiz5-53/+14
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz7-13/+15
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-09-10Make build again after recent ImageMagick update.markd7-6/+88
While here switch to buildlink2. Bump PKGREVISION
2002-09-01Rejoin NetBSD and Solaris package lists which fixes package list problemstron3-23/+6
under Solaris.
2002-09-01Distfiles aren't available any longer on the KDE ftp site, so let'shubertf1-3/+2
archive them at ${MASTER_SITE_LOCAL}/kde1
2002-08-31Update to 0.213:wiz2-5/+5
0.213 Sat Jul 27 21:16:30 CEST 2002 - fixed another buffer overflow, also added a santity check to fgets. 0.212 Sat Apr 6 03:52:13 CEST 2002 - fix yEnc decoding support. - new option OPT_DOTDOT, that makes uulib unescape dot-escaping. - increased linelength to 1195. 0.211 Fri Apr 5 23:56:46 CEST 2002 - *sigh*. new version of uulib, new braindamaged buffer overflows. I would not use this code in a virus-scanner, despite my efforts to fix uulib. Diffs like "line length 256 => 300" should have alerted me... 0.21 Sun Mar 31 22:06:05 CEST 2002 - bumped uulib from 0.5.15 to 0.5.17 (adds some yEnc support, YENC_ENCOD ED). - source-renamed FP_*-symbols to _FP_* again, but still define them to be FP_* in the object file. - new callback: SetFileNameCallback (actually documented ;)
2002-08-31Update to 0.5.18. Convert to buildlink2.wiz8-29/+27
Changes since 0.5.17: - fix for yEnc files in UUInfoFile - patch by Matthew Mueller: - add CRC generation and checks for yEnc - accept yEnc files where the tab character is not escaped - improved error checking for yEnc files
2002-08-31Correct MASTER_SITES. Fixes PR/18060mjl1-2/+2
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam5-0/+100
buildlink2.mk files back into the main trunk.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam7-6/+65
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2002-08-20Update to 1.8.wiz5-38/+13
Changes since 1.7: * The iconv program has new options -l, -c, -s. * The iconv program is internationalized. * Added C99 converter. * Added KOI8-T converter. * New configuration option --enable-extra-encodings that enables a bunch of additional encodings; see the README for details. * Updated the ISO-8859-16 converter. * Upgraded BIG5-HKSCS, EUC-TW, ISO-2022-CN, ISO-2022-CN-EXT converters to Unicode 3.2. * Upgraded EUC-KR, CP949, JOHAB converters to include the Euro sign. * Changed the ARMSCII-8 converter. * Extended the EUC-JP encoder so that YEN SIGN characters don't cause failures in Shift_JIS to EUC-JP conversion. * The JAVA converter now handles characters outside the Unicode BMP correctly. * Fixed a bug in the CP1255, CP1258, TCVN decoders: The base characters of combining characters could be dropped at the end of the conversion buffer. * Fixed a bug in the transliteration that could lead to excessive memory allocations in libintl when transliteration was needed. * Portability to BSD/OS and SCO 3.2.5.
2002-08-15Remove (partly obsolete) homepage URLs from DESCR.wiz1-2/+0
2002-08-07Create new variables INCOMPAT_ZLIB, INCOMPAT_BZIP2, INCOMPAT_READLINE,jlam1-3/+4
INCOMPAT_GETTEXT that are analogous to INCOMPAT_ICONV and contain lists of shell wildcards intended to match against ${MACHINE_PLATFORM}. These variables are used to note those platforms that have the named packages in the base system but are incompatible in some way from the pkgsrc version of the same package. Change INCOMPAT_CURSES to have the same sematics as above. These variables allow much greater precision in specifying which platforms have broken (for the purposes of pkgsrc) versions of software in the base system that must be ignored. The buildlink.mk files for these packages define private _INCOMPAT_* versions of these variables, and they contain the default lists of platforms that are known to have incompatible software bits. This addresses pkg/17775 submitted by Julien T. Letessier <julien.letessier at sun dot com>.
2002-08-05Allow system libiconv to be used if it's provided. If USE_GNU_ICONV isjlam1-2/+23
defined, then we always use the pkgsrc libiconv. INCOMPAT_ICONV can be appended to with machine platform style entries, e.g. NetBSD-*-*, to note when a system libiconv can't be used. We currently default to needing pkgsrc libiconv on NetBSD only. This should fix pkg/17500.
2002-07-16Finish move of converters/ttf2pt1, print/p5-Font-AFM, and print/ttftot42wiz6-246/+1
to fonts category.
2002-07-12Add and enable ru-d1489agc1-1/+2
2002-07-12Initial import of ru-d1489-1.4 into the NetBSD packages collection.agc6-0/+93
Provided in PR 17585 by Mishka (mishka@terabyte.com.ua) These are useful tools for Russian users: todos/fromdos: point-to-point cp866<->koi8-r decoder with CR/LF translation towin/fromwin: best match cp1251<->koi8-r decoder with CR/LF translation a2kfcnv: EGA/VGA raw screen fonts converter: cp866 font -> koi8-r font All programs written according to RFC 1489
2002-07-12update MASTER_SITES to use MASTER_SITE_GNU.grant1-2/+2
2002-07-07Update to Version 2.0.4 using patches supplied by MAINTAINERjschauma3-8/+13
(perky at fallin dot lv) in PR pkg/17474. For a complete list of changes, please see http://koco.sourceforge.net/ChangeLog.html
2002-06-19Add and enable hzttyagc1-1/+2
2002-06-19Initial import of hztty-2.0 into the NetBSD Packages Collection.agc6-0/+71
Provided in PR 16086 by Rui-Xiang Guo (rxg@ms25.url.com.tw) This program turns a tty session from one encoding to another. For example, running hztty on cxterm can allow you to read/write Chinese in HZ format, which was not supported by cxterm. If you have many applications in different encodings but your favor terminal program only supports one, hztty can make life easy. For example, hztty can convert your GB cxterm into a HZ terminal, a Unicode (16bit, or UTF8, or UTF7) terminal, or a Big5 terminal.
2002-06-19Add and enable autoconvertagc1-1/+2
2002-06-19Initial import of autoconvert-0.3.13, an intelligent Chinese encodingagc6-0/+134
converter, into the NetBSD packages system. Provided in PR 16087 by Rui-Xiang Guo (rxg@ms25.url.com.tw). AutoConvert is an intelligent Chinese Encoding converter. It uses built-in functions to judge the type of the input file's Chinese Encoding (such as GB/Big5/HZ), then converts the input file to any type of Chinese Encoding you want. You can use autoconvert to automatically convert incoming e-mail messages. It can also optionally handle the UNI/UTF7/UTF8 encoding.
2002-06-17add and enable py-koCodecsshell1-1/+2
2002-06-17Initial import of py-koCodecs-2.0.2shell4-0/+79
(PR#15940 by Hye-Shik Chang <perky@fallin.lv>) Python Unicode codec of Korean Character Sets --- This package provides Unicode codecs that make Python aware of Korean character encoding 'EUC-KR'. By using this package, Korean characters can be treated as a character string instead of a byte sequence.
2002-06-15add py-zhCodecsshell1-1/+2
2002-06-15Initial import of py-zhCodecs-1.2.0 (PR#15166)shell4-0/+51
python Unicode codecs for Chinese charsets --- This package supports Python interfaces for conversions between Chinese and Unicode.
2002-06-12Really use t1utils. Requested by rxg in pkg/17229.wiz3-10/+15
Bump to 3.4.0nb2.
2002-06-05Build ttf2pt1 with freetype2 to support additional file types.markd4-60/+75
From PR pkg/15976 by Rui-Xiang Guo with minor cleanup from me. Bump PKGREVISION and make explicit dependency on t1utils.