summaryrefslogtreecommitdiff
path: root/converters
AgeCommit message (Collapse)AuthorFilesLines
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz4-11/+11
2006-10-01Update skf to 1.94.0.obache4-34/+95
ChangeLog: (1) Implement fmt equivalent folding with forming. (2) Making Ruby Extension, Perl Extension is enabled. (3) Making rpm package is enabled. (4) New encoding: GB18030, GBK, BIG5-Plus, IBM DBCS(ibm930,3,5,7), cp5022(0,2,3), cp51932. (5) With cp932, cp51932, change to set use-ms-compat, kana-enable and use-compat automatically.
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv6-10/+12
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache4-8/+8
2006-09-07Remove ruby-iconv since it merged to ruby18-base.taca3-26/+0
2006-09-07Remove ruby-iconv since it was merged to ruby18-base.taca1-2/+1
2006-09-06Update to 0.4.6, provided by Shaun Amott in PR 34485:wiz2-9/+8
------------------------------------------------------------------------ 2002-03-21 Don Moore <bboy@bboy.net> * ypost: Fixed =yend trailer, 0.45 omitted the "part=" field (thanks to Stephen Lee for noticing this). ------------------------------------------------------------------------
2006-09-03Reset maintainer for people who lost their commit bit.wiz1-2/+2
2006-09-01Enable locale feature.obache2-6/+37
2006-08-24Update skf pacakge to 1.93.11.taca2-8/+8
* fix crash when specify --html-sanitize on Unicode output. * fix U+222a and U+2229 in MS-gaiji area is swapped. Patch was provided by PR pkg/34251 from OBATA Akio.
2006-08-23Do not build this package with python24, which already includes this.minskim1-2/+2
2006-08-10Remove teTeX2 from TEX_ACCEPTED, because the teTeX2 packages will be removedminskim1-2/+2
shortly.
2006-07-22Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,rillig1-2/+2
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
2006-07-19Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrcjlam1-2/+1
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using the default LIBTOOL_OVERRIDE to replace libtool scripts in packages. This just formalizes the fact that LTCONFIG_OVERRIDE is not used meaningfully by pkgsrc.
2006-07-17Update to 1.2.1:wiz2-7/+6
1.2.1 is a minor bugfix release.
2006-07-17Added GNU_PROGRAM_PREFIX to BUILD_DEFS and fixed pkglint warnings.rillig1-4/+6
2006-07-09Update p5-Jcode package to 2.06.taca3-29/+6
# # $Id: Changes,v 2.6 2006/07/02 07:56:06 dankogai Exp dankogai $ # $Revision: 2.6 $ $Date: 2006/07/02 07:56:06 $ ! Jcode.pm t/regex.t t/tr.t Security fix by Hanabusa-san that prevents options from being eval'ed. <20060702140740.9DDB.DOT-DANKOGAI@ziro.org> 2.05 2006/05/16 05:00:19 ! Jcode.pm t/jfold.t Jcode->new('12345678900')->jfold(5) must be ('12345','67890', '0') but the trailing 0 was lost. Message-Id: <6.2.3.4.2.20060516111520.03407f18@mail.sj.estore.co.jp> 2.04 2006/04/15 04:08:30 ! Jcode.pm t/perl581.t Fixed: $j->GIVEN_ENCODING not working as advertized. Message-Id: <20060414152058.2BCE.KSK@be.to> Message-Id: <4355CE4F-6261-458F-8F2F-66BE6831991D@dan.co.jp> 2.03 2005/07/07 04:00:52 ! Jcode.pm t/tr.t Fixed: $j->tr($from, "a-z/") yields unexpected result Message-Id: <20050706114544.D80E.KSK@be.to> Message-Id: <530FB8E2-B09D-4BBA-A271-09F0D91AAD79@dan.co.jp> 2.02 2005/06/29 14:00:09 ! Jcode.pm t/convert.t Addressed: Jcode::convert("constant" ...) croaks because 'Modification of a read-only value attempted'. Reported by Akira Kawamata via htmllint@ring.gr.jp Message-Id: <200506291823.ADF32994.VUONVB@piedey.co.jp> Message-Id: <674CABD0-F30B-4244-AFD6-AE9BFA0F3744@dan.co.jp> 2.01 2005/06/20 06:21:06 ! Makefile.PL vs. ExtUtils::MakeMaker 6.30 -- Thanks, Mike (Castle|Schwern). Message-Id: <20050620041227.GE5165@windhund.schwern.org> 2.00 2005/05/16 19:07:51 ! Jcode.pm 2.00 released ex officio! 1.99_07 2005/03/08 ! Jcode.pm jfold() fixes by nipotan http://blog.livedoor.jp/nipotan/archives/15894714.html 1.99_06 2005/02/19 ! Jcode.pm Jcode/Nihongo.pod tr(), jfold(), m() and s() now accepts flagged UTF-8 strings in addition to EUC-JP strings. ! Jcode.pm Jcode/Nihongo.pod t/jfold.t More patches by makamaka@donzoko.net. Message-Id: <200502180920.j1I9KLvB000550@www231.sakura.ne.jp> 1.99_05 2005/02/18 ! Jcode.pm MANIFEST Makefile.PL + Jcode/Nihongo.pod t/jfold.t Enhancements & Japanese POD with a help from makamaka@donzoko.net. Message-Id: <200502161338.j1GDct2I012566@www231.sakura.ne.jp> 1.99_04 2005/02/15 ! Jcode.pm * Minor pod fixes * More field test at http://openlab.jp/Jcode/ before the official release 1.99_03 2005/02/13 ! Jcode.pm Addressed a bug that Jcode did not handle 'binary' correctly, reported by Takahashi-san + t/append.t Surprisingly, append() was not in the test suite so there. ! Jcode.pm * $j->any_encoding feature added via AUTOLOAD. * More testings * Pod revisions 1.99_02 2005/02/12 - Unicode/_test.pl This file was totally unnecessary but got installed via MakeMaker so it is now removed from MANIFEST ! Makefile.PL Now smarter so that only Jcode.pm is build and installed when appropriate (when your perl is 5.8.1 or better). 1.99_01 2005/02/12 ! * First 2.0-beta.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam8-16/+16
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam8-8/+16
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-07Add an explicit run-time dependency on perl because these packagesjlam1-1/+3
install perl scripts. Bump the PKGREVISION for the dependency change.
2006-07-04Update to 1.03.10. pkg/33915.yyamano2-9/+8
Submitted by OBATA Akio. Thanks! Changes: * SJIS bound check is not properly confirmed. * output default code is not properly defined.
2006-06-21Remove conflicting declaration of malloc(); include stdlib.h instead.minskim2-1/+19
2006-06-18Fix chunk offsets, the isnan part needs math.h, not dlopen.joerg2-9/+9
2006-06-14Update to wv2-0.2.3markd2-7/+6
* Fixed an integer overflow bug (CVE-2006-2197) * Applied a patch by Friedemann Kleint (Fa. metis) with fixes for Solaris / Sun C++ 5.5 Patch 113817-02 2003/08/29. Additionally fixes some tab-related bugs (unique and erase stuff)
2006-06-13Update converters/bibtex2html to 1.82tonio2-6/+6
Version 1.82, 07/06/2006 ======================== o `` and '' translated to &ldquo; and &rdquo; o aesthetic changes: - no more line break between the entry and the links; - more space between an abstract and the next entry o improving date parsing: month field such as "2~" # dec is now parsed o fixed bug: a space after a macro is now discarded
2006-06-09Remove conflicting declaration of malloc(); include stdlib.h instead.minskim2-1/+15
2006-06-09USE_TOOLS+=lexminskim1-1/+2
2006-06-08Explicitly disable NLS. This should fix PLIST problems on Linux,jlam1-1/+7
where glibc has its own gettext functions and the configure script was picking it up and as a result the install process copied a lot of *.mo files into ${PREFIX}.
2006-06-04Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).joerg2-6/+3
While going through the tree, fix some more packages which had similiar issues with too strict conflicts, bump the revisions of those.
2006-06-04Needs Python 2.1+joerg2-2/+4
2006-06-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg1-2/+2
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or ap2-* respectively. Add new variables to simplify the Makefile handling. Add CONFLICTS on the old names. Reset revisions of bumped packages. ap-php will now depend on the default Apache and PHP version. All programs using it have an implicit option of the Apache version as well. OK from jlam@ and adrianp@.
2006-05-13Update converters/bibtex2html to 1.81tonio2-6/+6
Version 1.81, 12/05/2006 ======================== o new option --print-keys to display the sorted keys (and exit) o improved date sorting to handle months such as mar # "\slash " # apr o no table anymore with -nokeys (only HTML paragraphs)
2006-05-12Needs C++.rillig1-1/+2
2006-05-09This uses and depends on "c++". Bump PKGREVISION also.reed1-2/+3
2006-04-26Update converters/bibtex2html to 1.80tonio2-8/+7
Version 1.80, 15/3/2006 ======================= o remove leading ./ in front of relative URLs (was introduced a long time ago to circumvent an Internet Explorer bug; see below) o no more escaping of the character & in URLs Version 1.79, 22/2/2006 ======================= o fixed bug with ISO-latin characters in bib2bib conditions o fixed bug with implicit abbrevs (jan, feb, etc.)
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz3-6/+6
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam2-15/+15
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.
2006-04-16+p5-Unicode-UTF8simpleadrianp1-1/+2
2006-04-16Unicode::UTF8simple - Conversions to/from UTF8 from/to charactersetsadrianp4-0/+37
This utf-8 converter is written in plain perl and works with hopefully any perl 5 version. It was mainly written because more recent modules such as Encode do not work under older Perl 5.0 installations. Supported encodings: euc-kr gb2312 iso-8859-1 iso-8859-2 iso-8859-9 koi8-r utf-8 windows-1256
2006-04-14added a hack to work around the conflict of sys/types.h and inttypes.h onschwarz1-0/+17
IRIX 5.3.
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-2/+2
USE_TOOLS+=msgfmt.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig5-10/+10
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed9-26/+26
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-30Avoid extra stat() calls by not repeatedly checking whether a filejlam1-3/+3
exists on the disk -- we can just check whether a variable defined by find-files.mk is "__nonexistent__" or not.
2006-03-30* Honor PKGINFODIR.jlam2-3/+4
* List the info files directly in the PLIST.
2006-03-23Honor PKGMANDIR.jlam1-3/+3
2006-03-20* Nuke all references to and definitions of INFO_DIR in package Makefilesjlam2-5/+10
and replace with appropriate references to PKGINFODIR instead. * Properly account for split info files during installation. * Move info file listings directly into the package PLISTs. This fixes info-file-related PLIST problems.
2006-03-11Convert all packages using REPLACE_INTERPRETER to the new variable namesghen1-4/+4
without underscores (REPLACE.*.old, REPLACE.*.new, and REPLACE_FILES.*). Also convert REPLACE.*.new= ${SH:Q} back to ${SH}, as it should not be quoted here, if at all. Ok with rillig.
2006-03-11Also mention latex2png and its possibly (not automatically installed)reed1-0/+4
dependencies.
2006-03-10Fixed pkglint warnings.rillig1-4/+4