summaryrefslogtreecommitdiff
path: root/fonts/mkfontscale
AgeCommit message (Collapse)AuthorFilesLines
2015-01-17Update to 1.1.2:wiz2-6/+6
This minor maintenance release provides the usual set of accumulated build configuration improvements, compiler & static analyzer warning fixes, and other janitorial cleanups. Alan Coopersmith (8): Add missing newline to usage output Add -v flag to print program version Make usage() always exit(1) Print which option was in error along with usage message configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Remove extraneous duplicate checks for -r & -n options mkfontscale 1.1.2 Jeremy Huddleston Sequoia (2): Plug a memory leak found by clang static analysis Fix possible malloc allocation error found by clang static analysis Thomas Klausner (1): Only include config.h if it exists.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2013-07-17Update to 1.1.1:wiz2-8/+6
This minor maintenance release prefers direct files over symlinks when both appear in the same directory, and includes a number of minor code cleanups and adds a couple previously missing options to the man page. Alan Coopersmith (3): Since hash() returns unsigned int, store results in unsigned ints Replace malloc(strlen);strcpy() calls with strdup mkfontscale 1.1.1 Egbert Eich (2): Prefer original file over symlink (v2) Fix compilation for MinGW Peter Hutterer (1): Document -u/-U options in man page Thomas Klausner (1): Protect config.h inclusion like usual.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-1/+2
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
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-06-03Update to 1.1.0:wiz2-7/+6
This minor feature release adds support for the 'ExtraLight' and 'Heavy' weights in Type 1 fonts generated by FontForge, and recognizes the fonts from the Culmus project <http://culmus.sourceforge.net>, mapping them to the XLFD foundry name "culmus".
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-1/+2
2011-10-25 Based on PR pkg/45460, update mkfontscale 1.0.7 to 1.0.9.mef2-6/+6
The list of Changes are in ChangeLog. The size of text reaches about 5kB after edit. Please look at the file, mkfontscale-1.0.9/ChangeLog for the detail.
2009-11-09Update to mkfontscale-1.0.7. Changes:tnn2-6/+6
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS Add link to SubmittingPatches wiki page to README Silence sparse warnings and update .gitignore.
2009-01-07Update to 1.0.6:wiz2-6/+8
Alan Coopersmith (6): Add support for bzip2 compressed fonts if configured --with-bzip2 Use XORG_CWARNFLAGS & XORG_CHANGELOG from xorg-macros 1.2 Add basic README with URL's of git, bugzilla & mailing list Add hooks for checking sources with lint/sparse/etc. man page typo fix Version 1.0.6
2008-05-24Switch master site to MASTER_SITE_XORG.tnn1-2/+2
2008-05-19Update to mkfontscale 1.0.5. Changes since 1.0.4:bjs2-6/+6
Fix handling of OpenType/CFF fonts with embedded bitmaps. The old workaround would trigger with CFF fonts with embedded bitmaps. We now explicitly check for the font format being TrueType. Reported by Andrey V. Panov. Remove doubly included header. Add bdf and pcf to font priority table. This mirrors the behaviour of the old mkfontdir, which prefers pcf to bdf fonts. Fix typo in mkfontscale.c. This spurious break statement disabled checking for Apple and ISO Unicode CMaps in SFNT fonts. Thanks to Alan Coopersmith and Stefan Dirsch. Compile warning fixes. Include headers for proper prototypes and "ansify" makeHashTable.
2008-04-17Update to 1.0.4:wiz3-25/+6
Adam Jackson (2): Bug #11337: Use strcasecmp() instead of broken open-coded version. mkfontscale 1.0.4 Alan Coopersmith (2): Convert (1) to (__appmansuffix__) in man page Fix typo in man page James Cloos (3): Rename .cvsignore to .gitignore Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log
2008-02-21Bump revision for previous.tnn1-1/+2
2008-02-21USE_FEATURES+=vsnprintftnn1-1/+2
2007-05-07Fix man page suffix on Linux. List from Alexander Nason on pkgsrc-users.joerg1-1/+3
2007-03-18Update to 1.0.3, changes unknown.wiz3-6/+24
2006-11-03Fix DESCR of mkfontscale, merge DESCR from reed@'s wip version ofjoerg1-1/+1
mkfontdir and add missing DEPENDS.
2006-11-03Readd mkfontscale, this time the version from modular Xorg.joerg4-0/+34
2005-04-22Remove mkfontscale -- nowadays included in both XFree86 and x.orgwiz6-77/+0
distributions. Ok by maintainer, rxg.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-06-15Add xpkgwedge to CONFLICT if ${X11BASE}/bin/mkfontscale is available,minskim1-2/+6
because then xpkgwedge creates bin/mkfontscale, which is also installed by this package. Bump PKGREVISION.
2004-04-11Convert to buildlink3.snj1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-10-13Trivially use buildlink2 so the right compiler is picked up.salo1-1/+3
2003-09-09permit large number of fonts to be processed (free resource appropriately).itojun3-3/+16
bump PKGREVISION.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2003-02-26Use new IMAKE_MAN_PATH variables in PLISTs to make these packages morejschauma2-3/+4
portable. Bump PKGREVISION accordingly.
2002-12-07Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.schmonz1-2/+2
2002-08-12Fix build problem on system without "xpkgwedge" installed.tron2-8/+8
2002-08-12We don't need to include "pkgsrc/graphics/freetype2/buildlink.mk" becausetron1-4/+2
the package only works with XFree86 4.x where "freetype2" is included.
2002-07-17Add a message that this package needs fontenc.h.wiz1-1/+8
2002-05-31Update to 20020524.uebayasi1-13/+0
- Implements ``fuzz'' value for large encodings (defaults to 1%); precise heuristics are still used for 8-bit fonts. - Implements simple heuristic for distinguishing charcell fonts; tested with Courier New (-m-) and Lucida Console (-c-), more testing is needed. - Empty names are now treated the same as missing, which may (or may not) work around some arguably incorrect fonts. - Changed big5.eten-0 to big5-0.
2002-05-31Update to 20020524.uebayasi2-7/+5
- Implements ``fuzz'' value for large encodings (defaults to 1%); precise heuristics are still used for 8-bit fonts. - Implements simple heuristic for distinguishing charcell fonts; tested with Courier New (-m-) and Lucida Console (-c-), more testing is needed. - Empty names are now treated the same as missing, which may (or may not) work around some arguably incorrect fonts. - Changed big5.eten-0 to big5-0.
2002-05-30Fix incorrect "Imakefile" which causes build failures on XFree86 4.2.0tron2-5/+16
systems without "xpkwedge" installed.
2002-05-20Initial import of mkfontscale:wiz6-0/+57
create an index of scalable font files for X Provided by rxg in pkg/16811.