Up to [cvs.netbsd.org] / pkgsrc / converters / recode
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.9 / (download) - annotate - [select for diffs], Tue Dec 20 17:20:02 2011 UTC (5 months ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
HEAD
Changes since 1.8: +8 -8
lines
Diff to previous 1.8 (colored)
Sort.
Revision 1.8 / (download) - annotate - [select for diffs], Mon Apr 17 07:07:14 2006 UTC (6 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.7: +13 -13
lines
Diff to previous 1.7 (colored)
Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Mar 30 03:44:41 2006 UTC (6 years, 1 month ago) by jlam
Branch: MAIN
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
* Honor PKGINFODIR. * List the info files directly in the PLIST.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Sep 22 08:09:21 2004 UTC (7 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.5: +1 -5
lines
Diff to previous 1.5 (colored)
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST. All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
Revision 1.5 / (download) - annotate - [select for diffs], Mon Jan 12 21:50:29 2004 UTC (8 years, 4 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.4: +1 -9
lines
Diff to previous 1.4 (colored)
Remove info files from PLIST files.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Jun 26 10:03:35 2003 UTC (8 years, 11 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.3: +1 -3
lines
Diff to previous 1.3 (colored)
USE_NEW_TEXINFO.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Feb 18 15:14:05 2002 UTC (10 years, 3 months ago) by seb
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6-1-base,
netbsd-1-6-1,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base,
buildlink2
Changes since 1.2: +3 -3
lines
Diff to previous 1.2 (colored)
Introduce new framework for handling info files generation and installation.
Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
removal of USE_GTEXINFO
INSTALL_INFO added to PLIST_SUBST
`${INSTALL_INFO}' replace `install-info' in target rules
print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
makeinfo command usage
See -newly added by this commit- section 10.24 of Packages.txt for
further information.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Jan 11 13:20:22 2002 UTC (10 years, 4 months ago) by kleink
Branch: MAIN
Changes since 1.1: +6 -1
lines
Diff to previous 1.1 (colored)
Better late than never, update to recode-3.6. Changes since 3.5 include:
.* General changes
. + The recode manual is now indexed, by charset, by concept, etc.
. + Program messages are also available in Greek, Gallicean and Italian.
. + Bruno Haible's nice portable iconv library has been integrated.
. + RFC 1345 tables and French character names have been updated.
. + The Texinfo charset has been refreshed, and made reversible.
.* New charsets (most from libiconv)
. + Japanese
EUC-JP (csEUCPkdFmtJapanese, EUC_JP,
Extended_UNIX_Code_Packed_Format_for_Japanese);
ISO-2022-JP (csISO2022JP); ISO-2022-JP-1; ISO-2022-JP-2 (csISO2022JP2);
JIS_C6220-1969-ro (csISO14JISC6220ro, ISO646-JP, iso-ir-14, jp);
JIS_X0201 (csHalfWidthKatakana, JIS0201, JISX0201-1976, JISX0201.1976-0,
X0201);
JIS_X0208 (csISO87JISX0208, ISO-IR-87, JIS0208, JIS_X0208.1983-0,
JIS_X0208.1983-1, JIS_X0208-1990-0, JIS_X0208.1983-1, X0208);
JIS_X0212 (csISO159JISX02121990, ISO-IR-159, JIS0212, JIS_X0212.1990-0,
JIS_X0212-1990, X0212);
SJIS (csShiftJIS, MS_KANJI, SHIFT-JIS).
. + Chinese
BIG5 (BIG-5, BIG-FIVE, BIGFIVE, CN-BIG5 csBig5); BIG5HKSCS;
EUC-CN (CN-GB, csGB2312, EUC_CN, GB2312); EUC-TW (csEUCTW, EUC_TW);
GB18030; HZ (HZ-GB-2312); ISO-2022-CN (csISO2022CN); ISO-2022-CN-EXT;
GB_1988-80 (cn, csISO57GB1988, ISO646-CN, iso-ir-57);
GB_2312-80 (CHINESE, csISO58GB231280, GB2312.1980-0, ISO-IR-58);
ISO-IR-165 (CN-GB-ISOIR165).
. + Korean
JOHAB (CP1361); EUC-KR (csEUCKR, EUC_KR); GBK (CP936);
ISO-2022-KR (csISO2022KR);
KSC_5601 (CP949, csKSC56011987, ISO-IR-149, KOREAN, KSC5601.1987-0,
KS_C_5601-1987, KS_C_5601-1989, KSX1001:1992).
. + Vietnamese (independently of libiconv)
TCVN; VIQR; VISCII; VNI; VPS.
. + Other languages
ARMSCII-8; Georgian-Academy; Georgian-PS; WINDOWS-874 (CP874);
MuleLao-1; CP1133 (IBM-CP1133); CP1258 (WINDOWS-1258);
TIS-620 (ISO-IR-166, TIS620, TIS620.2529-1, TIS620-0, TIS620.2533-0,
TIS620.2533-1).
. + Apple specifics
MacArabic; MacCentralEurope; MacCroatian; MacCyrillic; MacGreek;
MacHebrew; MacIceland; MacRomania; MacThai; MacTurkish; MacUkraine
. + Unicode
JAVA; UCS-2-INTERNAL; UCS-2LE (UnicodeLITTLE); UCS-2-SWAPPED; UCS-4BE;
UCS-4-INTERNAL; UCS-4LE; UCS-4-SWAPPED; UTF-16BE; UTF-16LE.
. + Others
CP932; CP949 (UHC); CP950; CP866 (866, csIBM866, IBM866).
ISO-8859-16 (ISO-IR-226, ISO_8859-16:2000).
. + Recode internal
:libiconv: (:) [so option -x: avoids going through libiconv]
.* New aliases (from libiconv) [list to be revised]
csASCII (for ANSI_X3.4-1968); csHPRoman8 (for hp-roman8);
csISOLatin1 (for ISO-8859-1); csISOLatin2 (for ISO-8859-2);
csISOLatin3 (for ISO-8859-3); csISOLatin4 (for ISO-8859-4);
csISOLatin5 (for ISO-8859-9);
csISOLatin6 and ISO_8859-10:1992 (for ISO-8859-10);
csISOLatinArabic (for ISO-8859-6); csISOLatinCyrillic (for ISO-8859-5);
csISOLatinGreek (for ISO-8859-7); csISOLatinHebrew (for ISO-8859-8);
csKOI8R (for KOI8-R); csPC850Multilingual (for IBM850);
csUCS4 (for ISO-10646-UCS-4);
csUnicode, csUnicode11, UCS-2BE, UnicodeBIG (for ISO-10646-UCS-2);
csUnicode11UTF7 (for UNICODE-1-1-UTF-7);
csVISCII and VISCII1.1-1 (for VISCII);
ISO-IR-179 (for ISO-8859-13); csMacintosh and MacRoman (for macintosh);
TCVN5712-1, TCVN5712-1:1993 and TCVN-5712 (for TCVN).
.* New surfaces
tree (experimental).
Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 31 21:51:03 2001 UTC (10 years, 6 months ago) by zuntum
Branch: MAIN
Move pkg/ files into package's toplevel directory