summaryrefslogtreecommitdiff
path: root/converters/psiconv
AgeCommit message (Collapse)AuthorFilesLines
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
2001-07-09Use ImageMagick's buildlink.mk.sakamoto1-5/+3
2001-06-12LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk ifjlam1-3/+3
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-3/+3
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-9/+7
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-08-30API of ImageMagick changed(s/CreateImage/ConstituteImage/).sakamoto3-7/+8
2000-07-08add .la file to PLIST (fallout from USE_PKGLIBTOOL -> USE_LIBTOOL)wiz1-1/+2
2000-07-08patch for new CreateImage API of ImageMagick-5.x.sakamoto2-1/+32
2000-07-08use USE_LIBTOOL and LTCONFIG_OVERRIDEsakamoto1-6/+3
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-05-13fix the obvious getopt-problem (on -current)wiz1-2/+3
XXX: still doesn't compile, since it uses the old 4.x ImageMagick API, which in this case is incompatible to the 5.x one.
2000-05-01Don't pull in libgetopt if /usr/include/getopt.h is present (i.e.hubertf1-2/+4
on -current systems)
1999-12-06Initial import of psiconv-0.6.1.sakamoto9-0/+90
PSION 5 file format data conversion utilities