summaryrefslogtreecommitdiff
path: root/converters
AgeCommit message (Collapse)AuthorFilesLines
2003-09-03Changes 0.7.6: style updates, bidi updates, crasher updatesadam6-66/+28
2003-09-03Changes 0.8.3: extends the Sheet files support, and fixes several memory leaksadam8-45/+30
2003-09-02NetBSD-current provide iconv(3) functionality in libc notseb1-1/+2
libiconv. Some packages insist on adding '-liconv' during link or assumes the existent of it with they found iconv.h. BUILDLINK_TRANSFORM can handle that. Put it in in libiconv/buildlink2.mk for systematic coverage and remove it from package "Makefile". BTW this fix the build of chat/centericq - and probably others - on -current. Okayed by jlam@.
2003-09-02Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}.seb1-2/+2
2003-08-31Update PHP to final 4.3.3jdolecek2-7/+9
Some highlights of changes since 4.2.3: * PCRE updated to 4.3, GD to 2.0.15 * improved Apache2 support * much improved stream & URL wrapper support, output compression support * added CLI (Command Line Interface) SAPI * debug_backtrace() backported from ZendEngine2 * faster build system * huge number of other bug fixes and improvements Packaging changes: * 'pcre', 'xml', and 'session' modules folded back into main package - 'pcre' and 'xml' is required by PEAR, and 'session' is just too essential to be separate * 'gd' module now uses bundled PHP GD library, which is better integrated * PHP modules use shared distinfo when possible to ease future PHP updates * ${PREFIX}/bin/php is now CLI version, ${PREFIX}/libexec/cgi-big/php remains CGI version
2003-08-18Export proper link flags to LDFLAGS based on overall config (i.e. whetherjmc1-4/+4
libiconv exists/is needed and whether to link it in). This means packages can avoid hardcoding LDFLAGS+=-liconv and breaking on -current. Fixes gnomeicu for -current and 1.6.x
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb2-4/+2
2003-08-08No need to loop for one file.seb1-2/+2
2003-07-28Handle installation and removal of the charset.alias file properly in binaryjmmv4-9/+37
packages, using SUPPORT_FILES from bsd.pkg.install.mk. Bump PKGREVISION to 1.
2003-07-21COMMENT should start with a capital letter.martti12-24/+24
2003-07-19Change address of maintainer per PR 22170.wiz1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant43-86/+86
2003-07-13PKGREVISION bump for libiconv update.wiz8-13/+16
2003-07-13Update to 1.9.1.wiz8-53/+65
* Many more transliterations. * New configuration option --enable-relocatable.
2003-07-12update homepage and master_sites, from Sergey Svishchev.wiz1-3/+3
2003-07-12use TEST_TARGET instead of custom test targetdillo1-4/+3
2003-07-08Obey the value of $CC passed into make. Allows building on Solaris.markd2-1/+14
2003-06-29Back out previous change and institute another fix for the reportedjlam1-7/+19
problem. The symptoms appear to match the situation where a library exists in /usr/lib that matches the name of the pkgsrc-installed library, but the corresponding .la file doesn't exist in /usr/lib. Fix this by using building a fake libtool archive if we use the system library.
2003-06-29Check for existence of /usr/lib/libiconv.so too, not only for the headerwiz1-2/+2
file. Needed for some broken (Linux) installs. From Sebastian P. on tech-pkg.
2003-06-26USE_NEW_TEXINFO.seb2-5/+3
2003-06-26USE_NEW_TEXINFO.seb2-5/+3
2003-06-24Add/enable code2htmljschauma1-1/+2
2003-06-24Initial import of code2html:jschauma4-0/+32
code2html is a perlscript which converts a program source code to syntax highlighted HTML. It may be called from the command line or as a CGI script. It can also handle include commands in HTML files. Currently supports: Ada 95, C, C++, HTML, Java, JavaScript, Makefile, Pascal, Perl, SQL, AWK, M4, and Groff.
2003-06-23Update to version 0.5. New since 0.4:jschauma2-6/+6
- support for eudora nicknames - support for ldif format - minor code cleanup - bug fix in getopt handling
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma22-44/+44
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-06-01Fix DEPENDS line.wiz1-2/+2
2003-05-30Update p5-MIME-Base64 to 2.20mjl2-6/+5
decode_qp() recognize soft whitespace when there is whitespace between the '=' and the '\n'. decode_qp() did eat up all trailing whitespace in the string decoded. Only whitespace in front of "\n" should go.
2003-05-29s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than justgrant1-2/+2
libstdc++ in gcc3. when defined, USE_GCC_SHLIB ensures that the correct rpath is passed to the linker, and a full dependency on the compiler package is registered. packages which define USE_GCC_SHLIB should not include mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled automatically.
2003-05-29Add and enable ja-dvi2tty.itohy1-1/+2
2003-05-29Initial import of ja-dvi2tty, a program for previewing DVI filesitohy4-0/+48
of ASCII Japanese TeX.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv7-15/+15
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-4/+4
dependency bumps.
2003-04-15Fix wrong install directory with perl 5.8.0 (and later).taca2-1/+13
2003-04-14add & enable xlreaderzuntum1-1/+2
2003-04-14Initial import of converters/xlreader (version 0.9.0)zuntum5-0/+40
Read data from Excel spread sheets without Microsoft! Provides an API to allow any application to read Excel documents. Demo interface converts data to tab delimited, CSV or SQL inserts. Written in C. Based on the the Java version by Andrew Khan. Provided by David Forrai <david.forrai@gemair.com> in PR#21103, slightly modified by me. Thanks!
2003-04-12Updated p5-MIME-Base64 to 2.18martti2-5/+5
* Fix up INSTALLDIRS for perl-5.8 and newer * Make it reliable to disable base64 decoding warnings * Passing "" as $eol to encode_qp() disable soft line breaks as well * Sync up with changes in bleadperl
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv11-26/+22
2003-03-16Update p5-Jcode pacakge to 0.83.taca2-5/+5
# # $Id: Changes,v 0.83 2003/03/16 16:15:34 dankogai Exp dankogai $ # $Revision: 0.83 $ $Date: 2003/03/16 16:15:34 $ ! Jcode.pm Addresses the issue that mime_encode() stalls when fed w/ bogus data. Found by Hisashi Nishimura <hisashin@hotsync.co.jp> Message-Id: <09AE8891-5773-11D7-AA19-000393AE4244@dan.co.jp>
2003-03-14(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;jlam1-2/+2
Makefiles simply need to use this value often, for better or for worse. (2) Create a new variable FIX_RPATH that lists variables that should be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and additional variables may be appended from package Makefiles.
2003-03-07Add a check for /usr/lib/libiconv.* in the case where /usr/include/iconv.hjlam1-1/+17
exists. Use this check to appropriately assign a value to a new public variable BUILDLINK_LIBICONV_LDADD that contains the linker options needed so that the iconv functions resolve correctly.
2003-03-06Update to 1.2, provided by Allen Briggs in PR 20603.wiz2-6/+5
Changes: 1.2 Fri Jul 27 10:46:56 METDST 2001 - converting undef now always returns undef - since HP-UX seems to be the only platform where the second argument to iconv() is *not* const char**, put an #ifdef into Iconv.xs
2003-02-28ensure we always install charset.alias and tidy PLIST handling,grant6-12/+26
improves portability.
2003-02-17convert to use test target from bsd.pkg.mkdillo1-4/+2
addresses PR pkg/19416
2003-02-14Bump PKGREVISION: tarball changed on master site.wiz2-5/+5
Diff: diff -r old/doc2html/doc2html.pl new/doc2html/doc2html.pl 186a187 > $Name =~ s/%([A-F0-9][A-F0-9])/pack("C", hex($1))/gie; diff -r old/doc2html/pdf2html.pl new/doc2html/pdf2html.pl 43a44 > $Name =~ s/%([A-F0-9][A-F0-9])/pack("C", hex($1))/gie; diff -r old/doc2html/swf2html.pl new/doc2html/swf2html.pl 31a32 > $Name =~ s/%([A-F0-9][A-F0-9])/pack("C", hex($1))/gie;
2003-02-13add php4-iconvjdolecek1-1/+2
2003-02-13add package for PHP4 iconv - character set conversion interfacejdolecek3-0/+22
2003-01-09Update from 2.12 to 2.16.mycroft2-5/+5
Release 2.16 Fixed the encode_qp() line breaking code. It sometimes made lines longer than 76 chars and it could even get into an infinite loop on certain inputs. Release 2.15 Fixed the XS based decode_qp() for strings where a =XX sequence was followed by digits. Faster encode_qp() for long strings with lots of chars that need escaping. The old_decode_base64() function introduced in 2.13 was returning undef for empty input on olders perls. This problem has been fixed. Release 2.14 MIME::QuotedPrint functions now also implemented using XS which make them faster. 2-3 times faster when encoding line by line and as much as 200 times faster on long binary input. There is probably some breakage on non-ASCII systems from this. The encode_qp() function now takes an $eol argument in the same way as encode_base64() does. Slight change in behaviour: the decode_qp() function now turns \r\n terminated lines into \n terminated lines. This makes is more likely that encode_qp(decode_qp()) round-trip properly. Included {en,de}code-{base64,qp} utility scripts. Release 2.13 Sync up with bleadperl: - Documentation update - EBCDIC support - Whitespace tweaks - Improved Unicode support - Test suite tweaks Improved version of the old_{en,de}code_base64 functions contributed by Paul Szabo <psz@maths.usyd.edu.au>.
2003-01-03Fix test target: do not use csh syntax (|&). Closes PR 19647.wiz1-2/+2
2002-12-24Replace collver@linuxfreemail.com with collver1@attbi.com.wiz1-2/+2
Closes PRs 19516, 19517, 19518, 19519, 19520, 19521, 19522, 19523, 19524, 19525 and some more, perhaps.
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz2-3/+4
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.