summaryrefslogtreecommitdiff
path: root/graphics/libwmf
AgeCommit message (Collapse)AuthorFilesLines
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-0/+26
buildlink2.mk files back into the main trunk.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb2-3/+4
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-10Update libwmf package to 0.2.2.taca4-13/+27
Changes from 0.2.1 are here: v. 0.2.2 * fix wmf2x arg detection bug (Bob Friesenhahn) * added --with-layers option (fjf) * de-necessitate GD, add libpng support (highly experimental); rename config.h* to wmfconfig.h*; libxml2 fix (fjf) * release builds: configure-time Darwin-detection & lt-patching; make magick device layer optional; rewrite xml2 detection (wv); make secondary IPA functions static (fjf) * change copyright on include/libwmf/magick.h * add paranoid check for xmlChar**attributes==NULL * add one of many missing consts (Bob Friesenhahn) * add check for vsnprintf in libdb (David C Sterratt) * add 'foreign' device layer for non-wmf stuff * x,gd: better placement of text * x,gd: beginnings of a ROP implementation * change gd-layer source file names to 'xgd' root * use X-layer style text drawing in gd-layer * yet more config updates (fun, fun, fun!) * update other config stuff to handle autoconf-2.52 * update config.sub/guess to libtool-1.4.1 * make building/inclusion of GD library optional (fjf) * acinclude fix (Tomasz K^3oczko) * up the version number (fjf)
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
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-10-15updated libwmf package to latest version 0.2.1. The author says that 0.1.xkei5-179/+303
series is no longer in active development. Please take a look at release note for more info of this version. http://www.alinameridon.com/libwmf/Readme.html converters/wv package will also be updated to latest version soon.
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-23libwmf only builds static libraries, so packages only need a BUILD_DEPENDSjlam1-2/+2
on libwmf.
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam1-1/+2
installation directory in case the package isn't installed.
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam1-2/+2
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-09Add buildlink.mk file for use by other packageszuntum1-0/+45
2001-07-09Converted to use buildlink.mk fileszuntum3-21/+8
2001-05-22Update dependency on png to >=1.0.11 because of the shlib major bump.wiz1-2/+2
Noted by Frederick Bruckman.
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-05Don't try to add "-I${LOCALBASE}/include" manually. It is unnecessary andtron1-3/+1
will caused build failures of the "gd" package is installed because the wrong "gd.h" gets used.
2001-03-05List SUNAGAWA Keiki as maintainer of this package.tron1-2/+2
2001-03-04* updated to libwmf-0.1.21. From CHANGELOG:kei5-25/+14
v 0.1.21 * F.J. Franklin patch cleaning up header files (add common.h, region.h). * F.J. Franklin patch improves TTF config. * Bob Bell syntax fixes.
2001-03-04Because the minor number of the PNG library was increased packages compiledtron1-2/+2
using the newest PNG library won't work on system with an older one. To prevent such problems with precompiled binary packages require at least "png-1.0.9nb1" in all dependences.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-06Unify format of MESSAGEs, and include RCS Ids.wiz1-1/+2
2000-11-16Update to libwmf-0.1.20. Changes since 0.1.17 are:wiz8-395/+27
Lots of bug fixes for wmftofig, font support, a scale-bmp option, and wmftoeps. pkgchange: Remove a lot of libintl-cruft.
2000-09-10Provide patch for configure, so that we don't depend on autoconfwiz3-6/+270
(which has some problems, see pkg/10849).
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-8/+5
2000-08-06modify patch to make included gd library find png.h.wiz2-5/+14
2000-08-06PKGNAME != DISTNAMEwiz1-2/+3
2000-08-05Change build and installation so we don't conflict with graphics/gd.jlam9-149/+245
Also install html documentation into PREFIX/share/doc/html. Bump version to 0.1.17nb1
2000-08-04Fix the broken CONFLICTS line.jlam1-3/+3
2000-08-04Update dependency on freetype-lib to >=1.3.1 since freetype-lib bumped itsjlam1-2/+2
shared lib major. (This is the last one I missed).
2000-07-24Make this work with new freetype header location and work correctly withjlam1-4/+7
xpkgwedge.
2000-07-15Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,agc1-2/+4
which takes entries of the format <make-definition-name>=<pkgname>. This has not been added to MAKEFLAGS because (a) premature optimisation is the root of all evil, and (b) because the .for loop used to implement this shows the wrong results when multiple prefices are evaluated. Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying them considerably. ALso simplify the logic to calculate the prefix as well.
2000-07-14The previous method of using a make target for finding a prerequisiteagc1-2/+2
package's prefix would not work as part of the environment specification via MAKE_ENV (as it would not be executed in the correct directory). Fix this by invoking pkg_info(1) directly, not via an intermediate make(1) step - this is not as clean, but more effective (i.e. it works).
2000-07-11Make the determination of the pre-req package's installed directory beagc1-2/+2
a bit more user-friendly. Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
2000-07-11Make these packages work better with xpkgwedge by using X11PREFIX inagc1-2/+2
preference to X11BASE, and by finding out where the xpm package is installed by using pkg_info(1), not hardcoding a best guess.
2000-05-01Switch dependency from freetype to freetype-lib.jlam1-2/+2
2000-03-21Because the minor of "libpng" was bumped we must sure that packagestron1-2/+2
compiled for the update "png" package depend on it.
2000-02-29Make this work under ELF.jlam4-104/+79
2000-02-27Initial import of libwmf, a library to read WMF (Windows Meta Files), withwiz8-0/+265
viewer.