aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libwmf
Commit message (Collapse)AuthorAgeFilesLines
* - Update to version 0.1.21.sobomax2000-12-195-33/+17
| | | | | PR: 23625 Submitted by: Ports Furry
* Upgrade to 0.1.20.sumikawa2000-11-138-57/+104
| | | | | PR: ports/22781 Submitted by: mzaki@e-mail.ne.jp
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
* Fix ${PREFIX}/include files that have bad nested includes.steve2000-07-083-0/+23
| | | | | PR: 19682 Submitted by: Alec Wolman <wolman@cs.washington.edu>
* Bump png shared library version.sobomax2000-07-041-1/+1
| | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
* Remove maintainership of most of my ports. I don't really havecpiazza2000-06-211-1/+1
| | | | | time to maintain these and I'm just not interested in these particular ones any more.
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Fourth round of INSTALLS_SHLIBS conversion.sobomax2000-06-162-5/+1
|
* - Remove dependency on gd - it uses it's own heavily customized versioncpiazza2000-05-317-107/+124
| | | | | | | - Optimize procedure of building shared libraries - Avoid a few compiler warnings Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Use shared librariescpiazza2000-05-292-0/+89
| | | | | PR: 18822 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
* Use shared librariescpiazza2000-05-294-13/+164
| | | | | PR: 18822 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
* Update to 1.1.17cpiazza2000-05-237-9/+105
| | | | Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp>
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionasami2000-04-141-2/+2
| | | | string so I fixed it.
* PLIST related fixes.reg2000-02-271-0/+1
|
* Bump freetype's lib numberjseger1999-11-251-1/+1
|
* Sort PLIST.steve1999-11-011-8/+8
| | | | | PR: 13677 (5 of 10) Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Update to version 0.1.16cpiazza1999-09-112-3/+3
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Upgrade to 0.1.14billf1999-08-253-3/+5
|
* Update my email address.cpiazza1999-06-201-3/+3
|
* Upgrade to 0.1.11, which is a super-minor bugfix release.billf1999-06-162-3/+3
|
* This is an image format handler. It handles the following imagebillf1999-06-165-0/+42
formats: bmp, gif, png, jpeg, tiff, xpm, xbm, and postscript. PR: ports/11858 Submitted By: Chris Piazza <cpiazza@home.net>