summaryrefslogtreecommitdiff
path: root/converters
AgeCommit message (Collapse)AuthorFilesLines
2001-12-19Update to 0.8.2. Fixes bulk build failure.wiz7-65/+58
Changes since 0.6.1: 0.8.2 200002?? Basic sheet support in library Added autogen.sh autoconf-2.50, automake-1.4-p4 0.8.1 20000110 New enum screenfont_t New program rewrite in extra Added psiconv_empty_* functions Fixed a few minor generation bugs 0.8.0 20001228 Fixed style inheritance from Normal Fixed warnings in layouts Added generation routines to libpsiconv Upgraded documentation to version 2.6 Fixed several minor parse-related issues 0.7.1 20001218 Maintenance release to be used with Abiword. Set proper interline defaults. 0.7.0 20001215 Made libpsiconv C++ compatible. general.h is now installed properly (oops...) Revamped package directory structure and files. Include files contain now the correct paths. Fixed a nasty typo; larger files should now work. It seems psiconv_verbosity was never defined. Added message printing hook for applications to capture. All result codes are now tested, library is much more robust. Some internal data fields have been renamed. 0.6.2 20001021 ImageMagick 5 now works. I hope.
2001-12-11PKGNAME is xlhtml, not xlHtml.wiz1-2/+2
2001-12-10Update xlHtml to 0.4. This should close pkg/14888.taca6-55/+11
Changes from 0.2.8 is here. 0.4 12/03/01 * removed spurrious tab before closing XML tag - Mike Ralphson * Fixed bug in trim edges * Many signed / unsigned cleanups * Updated the xldump utility - Charles Wyble * Added xlcdump utility to dump chart information - Charles Wyble * Added doxygen doco generation - Rafael Kitover * Added patch to support String Formulas - Rafael Kitover * Changed unsupported numeric formats to output using floating point technique with the decimal suppressed. Was truncating to MAXINT. * Fixed bug where CSV was not escaping currency fields - Rafael Kitover * Fixed bug where unknown field types were not escaped in CSV - Rafael Kitover * Fixed bug in cell merging where the whole row was selected * Fixed bug in mailto hyperlink * Now supports custom colors * New command line option -nh to suppress header & body tags in html * Fixed bug where tab delimited was allowing an extra tab at the EOL * Fixed bug in blank cells for CSV output - Thorsten Koch * Added test for negative value in cole_fread * Optimized html further so it suppresses alignment of blank rows * Improved portability to DOS & WIN32 * Moved everything over to U8, U16, U32, F32, & F64 data types. This is in effort to improve support on 64 bit platforms. * Added the xlv script from Asher Blum 0.3 10/19/01 * Added drive letter check for DOS & Windows * Fixed situation where ellipses were not being rendered correctly * Fixed Unicode problem in Label Cells * Fixed problem where cells created by row data were not being updated when the cell was officially created. * Program renamed to xlhtml...all lowercase. * Moved xlHtml over to a new makefile system. It does a static build now. * Finished moving cole library to mkstemp from tempnam() * Cole library unlinks temp files after opening so they are deleted * Fixed Numeric formats that need a comma * Fixed font name to not have Rich Text * Added bounds checking to Row Info opcode * Fixed hyperlinks that are unicode. * Scripts changed to use mkstemp * Added support for many currency & accounting formats * Aggressive optimizations make smaller html now * Fixed several cases where Ascii output had html in it * Added CSV output patch from Rob Arnold * Added support for multiple fonts in same cell * Added patch for continuation from Hironori * Added support for multiple style attributes in same cell * Added support for Hyperlinks * Added XML patch from Jason Venner * Added xls-handler for Apache
2001-12-10Update wv to 0.7.0.taca2-5/+5
Changes from 0.6.7 is here (from http://www.wvWare.com/) 29th October, 2001 Version 0.7.0 of wv is available for download from SourceForge. Improvements to LaTeX & HTML output, scripts rewritten to handle spaces in paths and to allow better image handling, and various updates. Special thanks to Will Newton and Michal Jaegermann.
2001-12-03Miscellaneous man page fixes.wiz2-21/+23
2001-11-30Use REPLACE_PERL and buildlink'ify.jlam2-9/+3
2001-11-29A dependency on automake implies a dependency on autoconf; there's no needjlam1-2/+1
to list them both when we listing just automake will do.
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+3
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-28Buildlinkify.jlam2-7/+11
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam4-15/+14
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-02Update MASTER_SITES and HOMEPAGE, per pkg/14427.wiz1-3/+3
2001-10-31Move pkg/ files into package's toplevel directoryzuntum73-54/+54
2001-10-30update to 1.7drochner5-12/+28
changes: * Added UTF-32, UTF-32BE, UTF-32LE converters. * Changed CP1255, CP1258 and TCVN converters to handle combining characters. * Changed EUC-JP, SHIFT-JIS, CP932, ISO-2022-JP, ISO-2022-JP-2, ISO-2022-JP-1 converters to use fullwidth Yen sign instead of halfwidth Yen sign, and fullwidth tilde instead of halfwidth tilde. * Upgraded EUC-TW, ISO-2022-CN, ISO-2022-CN-EXT converters to Unicode 3.1. * Changed the GB18030 converter to not reject unassigned and private-use Unicode characters. * Fixed a bug in the byte order mark treatment of the UCS-4 decoder. * The manual pages are now distributed also in HTML format.
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam2-4/+4
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-24Filename didn't change, but contents did, so add DIST_SUBDIR.wiz2-4/+5
2001-10-24- update for new version which supports v4 RPMslukem3-9/+7
- install as rpm2cpio.pl, so the conflict with misc/rpm can be modified - crank to 1.0nb1 (to assist in the conflict fix above)
2001-10-23Use ${MASTER_SITE_PERL_CPAN:=xx/} and not ${MASTER_SITE_PERL_CPAN:=xx}veego2-4/+4
This fix a fetch error.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam2-4/+4
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-10-22Added the newly imported packages p5-Archive-Tar, p5-Archive-Zip,martti1-1/+3
p5-Convert-TNEF, p5-Convert-UUlib and p5-Unix-Syslog
2001-10-22Convert::UUlib is a versatile and powerful decoder/encoder librarymartti4-0/+26
for a variety of encodings used in Usenet and Mail (uuencode, xxencode, b64, binhex...).
2001-10-22The Convert::TNEF module provides a Perl interface to read TNEF files.martti4-0/+30
TNEF stands for Transport Neutral Encapsulation Format, and if you've ever been unfortunate enough to receive one of these files as an email attachment, you may want to use this module.
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego2-2/+4
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18Remove kdesupport2skrll1-2/+1
2001-10-15Update to KDE 2.2.1skrll5-87/+0
With apologies to Al I wouldn't know where to start with a summary of the changes between 2.1 and 2.2.1 - there are just too many. A couple of hopefully static URLS that contain useful information are http://www.kde.org/announcements/changelog2_1to2_2.html http://www.kde.org/announcements/changelog2_2to2_2_1.html Support for a.out for kde{libs,base} added by me. The libtool/a.out combination doesn't like the linking of modules into binaries. A better way of doing this will appear in future versions of KDE/pkgsrc.
2001-10-15updated wv package to 0.6.7 which is compatible with libwmf-0.2.1. nokei4-19/+38
functionality changes.
2001-10-09Add patch-ab, missed with updating doc2html to version 3.0.nra1-0/+15
2001-10-09Update doc2html to version 3.0. PR 14169 by Eric Schnoebelen.nra4-52/+44
2001-10-04Move xpdf from graphics to print, per pkg/14154.wiz1-2/+2
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam5-13/+13
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-26Note addition of converters/macfork, a simple Macintosh resource fork tooljlam1-1/+2
2001-09-26converters/macfork - simple macintosh resource fork tooljlam5-0/+47
A unix utility for extracting resources from a macintosh resource fork. Currently macfork only directly supports icon families, pict files, and palettes, but any resource data can be extracted to a file. Provided in pkg/13925 by Johan Danielsson <joda@pdc.kth.se>.
2001-09-14Add p5-Text-Iconv-1.1abs5-0/+48
Perl interface to the iconv() function as defined by the Single UNIX Specification. The convert() method converts the encoding of characters in the input string from the fromcode codeset to the tocode codeset, and returns the result.
2001-09-14Add p5-Text-Iconv-1.1 - Perl interface to iconv() codeset conversion functionabs1-1/+2
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc2-4/+4
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-09-08Various changes: mostly removing 'WWW:' lines, since that's what we havewiz1-1/+0
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam2-8/+8
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-26Update automake to 1.4-p5 (1.5 is available)skrll1-2/+2
Include a bugfix for lisp_LISP independently discovered by me that has been pulled up to the automake-1-4 branch of automake cvs. Changes are: New in 1.4-p5: * Allow AM_PROG_LIBTOOL again. * Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER. * Display distributed file list correctly in usage message. * Allow numbers in macro names. * Bugfixes. New in 1.4-p4: * Deal with configure.ac as well as configure.in -- this time for real! * The version numbering system now allows three point version numbers, such as 1.4.4, without thinking they are alpha release numbers. New in 1.4-p3: * Deal with configure.ac as well as configure.in. * Don't complain if `version.texi' is included in multiple places. New in 1.4-p2: * Deal with AC_CONFIG_FILES from autoconf-2.50. * Improvements to f77 support. * DESTDIR now works for script targets. * distcheck-hook works correctly. New in 1.4-p1: * The version numbering system now allows fork identifiers (such as the p1 in this version of automake). * Cope gracefully with various versions of libtool which may or may not require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh. * Bugfixes.
2001-08-25Add some installed files missing from the PLIST.jlam1-1/+9
2001-08-23Fix DEPENDS line.skrll1-2/+2
2001-08-23wv only builds static libraries, so change the DEPENDS to a BUILD_DEPENDS.jlam1-2/+2
2001-08-20Mark as USE_BUILDLINK_ONLY.jlam2-2/+4
2001-08-20Honor CC and CFLAGS settings passed in from environment. Also mark asjlam1-1/+5
USE_BUILDLINK_ONLY.
2001-08-20* Don't depend on libgetopt as psiconv supplies it own getopt_long()jlam1-16/+13
implementation if it's not found in the base system. * Use shell "for" loop instead of a make ".for" loop. * Mark as USE_BUILDLINK_ONLY.
2001-08-20Simply files listing by using shell wildcards.jlam1-5/+2
2001-08-20This package uses gettext and libtool, so make the appropriate inclusionsjlam3-11/+52
and definitions. Also mark as USE_BUILDLINK_ONLY, and change PLIST to refer to the installed po files in ${PKGLOCALEDIR}, not "share".
2001-08-20Honor CC, CFLAGS, and LDFLAGS settings from the environment and mark asjlam3-5/+28
USE_BUILDLINK_ONLY.
2001-08-20Honor CC and CFLAGS passed in from environment and mark asjlam1-1/+4
USE_BUILDLINK_ONLY.
2001-08-20Use REPLACE_PERL instead of manually replacing for perl path in rpm2cpio.jlam1-5/+5
2001-08-20Honor CFLAGS and CC settings passed in from environment and mark asjlam1-2/+5
USE_BUILDLINK_ONLY.
2001-08-20Instead of a special INSTALL_TARGET setting, set the installation prefixjlam1-2/+2
via MAKE_FLAGS.