summaryrefslogtreecommitdiff
path: root/converters/psiconv
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26converters: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07converters: Remove SHA1 hashes for distfilesnia1-2/+1
2016-01-06Revbump after updating graphics/libwebpadam1-1/+2
2015-11-03Add SHA512 digests for distfiles for converters categoryagc1-1/+2
Problems found with existing distfile: distfiles/libiconv-1.13-cp932.patch.gz No changes made to the libiconv distinfo file. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-08-06Update to 0.9.9:wiz6-69/+59
0.9.9 20141019 Bugfix in HTML4 target. Updated toolchain. Support for GraphicsMagick. Updated manual page psiconv(1). 0.9.8 20051115 Small bug fixes
2014-10-07Revbump after updating libwebp and icuadam1-2/+2
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam1-2/+2
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-1/+2
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2010-02-07update homepage and master_sites.zafer1-3/+3
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-06-12Add DESTDIR support.joerg1-1/+3
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-3/+3
2006-09-03Reset maintainer for people who lost their commit bit.wiz1-2/+2
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
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 usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
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).
2005-12-30ffs is a pre-existing symbol e.g. on DragonFly, use a different name.joerg3-1/+47
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-04-20Changes 0.9.7:adam3-14/+13
* Support ImageMagick 6
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 onesagc1-1/+2
2004-12-28Bump PKGREVISIONs due to libtiff update.reed2-3/+4
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
2004-10-08Changes:adam9-101/+33
0.9.6 20040430 Compilation fixes for Solaris Compilation fixes for ImageMagick unavailability 0.9.5 20040406 Bug fixes Compilation with gcc 2.95.x should work again 0.9.4 20040316 Mostly bug fixes Minimum version required for AbiWord 2.1.1 and later 0.9.3 20040226 Minimum version required for new AbiWord 2.1 plugin Fixed a few minor bugs Added psiconv_unicode_from_list and psiconv_unicode_strstr Much better error and progress reporting in generators 0.9.2.1 20040223 Quick fix for the library number mistake in 0.9.2 0.9.2 20040223 Many bugfixes, among them some critical ones: * Package now builds without psiconv.conf files installed UTF8 Psion support might now actually work -c argument introduced for psiconv program 0.9.1 20040209 Added the psiconv-config program. Fixed the installation of @includedir@/psiconv/general.h Added the forgotted psiconv_config_free function. Removed some small memory leaks. 0.9.0 20040204 New major library version number breaks source compatibility: * All strings and characters are now stored in UCS-2 * New config structure. - Call psiconv_config_default and psiconv_config_read at the start of your program - Almost all functions have a new psiconv_config parameter - All former global variables are now in this structure * Several minor changes in the functions defined in parse_routines.h and generate_routines.h * All generate_* routines have now a lev parameter except generate_file. * psiconv_sketch_section data representation changes * New verbosity level PSICONV_VERB_ERROR Use config files /etc/psiconv.conf and ~/.psiconv.conf Support automake 1.6, 1.7 and 1.8 Support autoconf-2.50 and up Support ImageMagick 5.4.x and 5.5.x (API changed once again...) Support Unicode output in psiconv program (Keita Kawabe) Don't use features not present in plain sh (Keita Kawabe) Clean up some automake-related stuff. Format documentation is now installed too. Debian build support Embedded objects in Word are now properly parsed and generated Sketch file generation is added (stand-alone and as object) MBM and Clipart file generation is added Image files other than 2-bits greyscale are parsed and generated (experimental) Errors and warnings sanitized Rewrite of the psiconv program: * Outputs in UTF8, UCS2, ASCII or Psion encodings * XHTML target generates strict XHTML using CSS * HTML4 target generates traditional HTML without CSS * IMAGE target remains the same * LATEX and RTF targets are not supported anymore
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-3/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
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".
2004-04-25No longer used.snj1-20/+0
2004-04-12bl3ifyxtraeme2-3/+23
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-5/+2
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-26don't patch Makefile.am or configure.in, as they cause 'make build' togrant3-28/+1
re-run configure which overwrites our libtool wrapper. fixes install on Solaris.
2004-01-03Bump package revisions for tiff update.reed2-3/+4
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-09-03Changes 0.8.3: extends the Sheet files support, and fixes several memory leaksadam8-45/+30
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2002-11-13PKGREVISION bump because ImageMagick's buildlink2.mk wants a newerwiz1-2/+2
ImageMagick (different library name).
2002-09-23Unused.jlam1-35/+0
2002-09-23Don't add -rpath to the libtool command used to create the uninstalledjlam3-19/+7
libcompat.la, as that makes libtool think that package will be installed. This was causing libpsiconv.la to depend on libcompat.la, even though the latter was never installed. Bump the PKGREVISION.
2002-09-10Make build again after recent ImageMagick update.markd7-6/+88
While here switch to buildlink2. Bump PKGREVISION
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-0/+20
buildlink2.mk files back into the main trunk.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
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-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
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-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-2/+2
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-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam1-2/+2
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-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-06Add buildlink.mk, provided by Martti Kuparinen in pkg/13636.wiz1-0/+38