summaryrefslogtreecommitdiff
path: root/graphics/libotf
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for graphics categoryagc1-1/+2
Problems found with existing digests: Package fotoxx distfile fotoxx-14.03.1.tar.gz ac2033f87de2c23941261f7c50160cddf872c110 [recorded] 118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated] Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz 34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb Package pgraf: missing distfile pgraf-20010131.tar.gz Package qvplay: missing distfile qvplay-0.95.tar.gz 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-10-14Switch from x11/Xaw3d to newer x11/libXaw3d.wiz1-2/+2
Adapt some packages so they build with that. Bump their PKGREVISIONs.
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu1-2/+2
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron2-4/+4
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz2-3/+4
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-02-25Correct PLIST for building without X11.jperkin2-3/+6
2012-10-14Update to 0.9.13. Update HOMEPAGE and MASTER_SITES.wiz2-9/+8
* Changes in libotf 0.9.13 ** This is a bug fix release.
2012-10-13m17n projects has moved to Savannah.obache1-2/+2
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd2-2/+4
2010-10-16Update libotf to 0.9.11.obache2-6/+6
This is a bug fix release.
2010-04-09Update libotf to 0.9.11.obache2-6/+6
* Changes in libotf 0.9.11 ** New functions OTF_drive_gsub_with_log and OTF_drive_gpos_with_log works like OTF_drive_gsub and OTF_drive_gpos but also records which features are applied to which glyphs. ** New function OTF_put_data and OTF_get_data can be used to store and retrieve arbitrary cliend data to/from the structure OTF.
2009-12-13Update libotf to 0.9.10.obache2-6/+7
While here, set LICENSE=gnu-lgpl-v2.1. * Changes in libotf 0.9.10 ** This release is mainly for bug fixes.
2009-03-22Update to 0.9.9:wiz2-7/+6
* Changes in libotf 0.9.9 ** New function OTF_get_variation_glyphs returns glyphs selected by variation selectors. ** The funciton OTF_drive_cmap handles a variation selector. ** The example program `otfview' can handle variation selectors. ** The function OTF_drive_gpos is obsolte now, and the new function OTF_drive_gpos2 should be used instead. See the comment of the member "glyph_id" of type "OTF_Glyph" for the detail. ** If a font doesn't have GDEF table, automatically synthesized GDEF table is used.
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-11-10Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.wiz1-1/+2
2008-10-09Update llibotf to 0.9.8.obache2-6/+6
There's no API change, just bug fixes.
2008-02-26Import libotf version 0.9.7.obache6-0/+81
The library "libotf" provides the following facilites. o Read Open Type Layout Tables from OTF file. Currently these tables are supported; head, name, cmap, GDEF, GSUB, and GPOS. o Convert a Unicode character sequence to a glyph code sequence by using the above tables. The combination of libotf and the FreeType library (Ver.2) realizes CTL (complex text layout) by OpenType fonts.