summaryrefslogtreecommitdiff
path: root/converters
AgeCommit message (Collapse)AuthorFilesLines
2003-12-05Pullup version 2.21 of p5-MIME-Base64 to the pkgsrc-2003Q4 branch,agc2-5/+5
requested by Grant Beattie. Module Name: pkgsrc Committed By: grant Date: Thu Nov 27 16:34:28 UTC 2003 Modified Files: pkgsrc/converters/p5-MIME-Base64: Makefile distinfo Log Message: Updated p5-MIME-Base64 to 2.21. changes since 2.20: Release 2.21 Documentation tweaks. Don't rely on SvEND(sv) == '\0' as discussed in the perl5-porters mailing list thread that starts with http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-10/msg00258.html Should now pass test suite even without XS support. Perl v5.005 or better is now required.
2003-11-19OpenSSL has not had base64 for a while now, so these two no longer needjschauma1-2/+1
to conflict. Noted by Bernhard Riedel.
2003-11-12PKGREVISION++ after openssl update.jschauma1-1/+2
2003-10-31Set USE_GCC_SHLIB. This requires buildlink2. Fixes linking on Solaris.gavan1-1/+3
2003-10-31add a "ICONV_IS_GNU" variable which is set to "YES" when the logic heredmcmahill1-1/+4
says we need the pkgsrc libiconv. This will let pkgs who need to know deal appropriately.
2003-10-05Update ruby-iconv package to 0.5.taca2-10/+5
- No changes are available. - Use pre-formated HTML document and delete dependency to ruby-rdtool.
2003-10-01Do not install man pages in ${PREFIX}/bin.kristerw1-3/+3
2003-09-23Removed ImageMagick dependency, since wv can handle images itself.adam1-2/+5
Added libxml2 dependendy, because libwmf uses it, and it's needed anyway.
2003-09-22Fix latex2rtf to not hardcode install(1). From Jonathan Perkins in PR 22881.wiz3-27/+13
2003-09-21Add USE_BUILDLINK2 so this picks up a proper dependjmc3-3/+6
2003-09-20Update UUlib to 0.31, changes are:chris2-5/+5
0.31 Wed Oct 16 01:22:34 CEST 2002 - no internal code changes. - much better documentation, now considered "useful". - removed the procedural interface. - fought the wish to perl-5.8'ify and thus simply the code :(). - stress-tested version 0.3 against 70000 data postings since sunday. 0.3 Sun Oct 13 15:12:11 CEST 2002 - updated to uulib 0.5.18. As expected, some but not all of my bugfixes have went into uulib, sdo the number of differences decreased a bit again. - I found out that the library is being sold commercially by Frank Pilhofer, disregarding the GPL and ignoring the rights of the people who sent in patches :( - vastly more useful documentation in the .pm file. - much smaller distribution filesize ;)
2003-09-20Fix build on Solaris. Closes PR pkg/22872 by Jonathan Perkin.jmmv2-6/+8
2003-09-19Override the install target so that we always use the right install utility.jmmv1-1/+5
Fixes PR pkg/22864 by Jonathan Perkin.
2003-09-18Add and enable p5-Unicode-Stringxtraeme1-1/+2
2003-09-18Initial import of p5-Unicode-String 2.06.xtraeme4-0/+34
These are experimental modules to handle various Unicode issues. They were made before perl included native UTF8 support. The current set of modules are: Unicode::String - represent strings of Unicode chars Unicode::CharName - look up character names Unicode::Map8 - mapping tables towards 8-bit char sets (the Unicode::Map8 module is distributed separately)
2003-09-16Don't try to link to -liconv in the install process, it fixes build inxtraeme2-1/+15
FreeBSD. Closes my own PR pkg/22346.
2003-09-14hange extension.mk to also install optimized files for distutils packages.recht3-3/+71
Inspired by FreeBSD "ports". Fix the PLISTs accordingly. Also, while at it, remove now obsolete compileall.py calls in post-install targets and insure that extension.mk is in included before builinlinks of other Python modules. Discussed with/ok'ed by drochner@.
2003-09-13Remove redundant TEST_TARGET definition that matches the default one injlam1-2/+1
perl5/module.mk.
2003-09-12NetBSD/sparc64 1.6.1_STABLE's f771 -at least- leaves a nice coredumpseb2-4/+12
in directory conftest during configire run. So then 'rmdir conftest' fails, then all 'cc -o conftest ...' tests fail, then ... So clean up a bit before rmdir'ing conftest hence fix compilation on said platform.
2003-09-10Added fondu, a set of tools to convert between Mac and UNIX fonts.manu5-1/+57
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.