Commit graph

31 commits

Author SHA1 Message Date
tnn
0b066f9c53 Update to mkfontscale-1.0.7. Changes:
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Add link to SubmittingPatches wiki page to README
Silence sparse warnings and update .gitignore.
2009-11-09 19:28:21 +00:00
wiz
53613e58b9 Update to 1.0.6:
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
2009-01-07 12:43:51 +00:00
tnn
9f2a42bc6b Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
bjs
891552ae71 Update to mkfontscale 1.0.5. Changes since 1.0.4:
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-05-19 03:00:19 +00:00
wiz
10ffad946b Update to 1.0.4:
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-04-17 21:10:10 +00:00
tnn
ab1236c020 Bump revision for previous. 2008-02-21 02:14:18 +00:00
tnn
6a335d3843 USE_FEATURES+=vsnprintf 2008-02-21 01:51:53 +00:00
joerg
10d92a6634 Fix man page suffix on Linux. List from Alexander Nason on pkgsrc-users. 2007-05-07 20:13:27 +00:00
wiz
32d5065e42 Update to 1.0.3, changes unknown. 2007-03-18 20:30:06 +00:00
joerg
b9e71c9519 Fix DESCR of mkfontscale, merge DESCR from reed@'s wip version of
mkfontdir and add missing DEPENDS.
2006-11-03 16:48:58 +00:00
joerg
38f83ccc76 Readd mkfontscale, this time the version from modular Xorg. 2006-11-03 16:43:17 +00:00
wiz
383df2d2dc Remove mkfontscale -- nowadays included in both XFree86 and x.org
distributions. Ok by maintainer, rxg.
2005-04-22 18:56:48 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
c1e24f7e2b Add RMD160 digests to the SHA1 ones. 2005-02-23 19:18:25 +00:00
minskim
dbb26f0c5f Add xpkgwedge to CONFLICT if ${X11BASE}/bin/mkfontscale is available,
because then xpkgwedge creates bin/mkfontscale, which is also
installed by this package.

Bump PKGREVISION.
2004-06-15 02:33:26 +00:00
snj
995566a5b9 Convert to buildlink3. 2004-04-11 17:18:30 +00:00
agc
dc52048e01 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
salo
ae4b8ca1df Trivially use buildlink2 so the right compiler is picked up. 2003-10-13 09:53:59 +00:00
itojun
210590a2ae permit large number of fonts to be processed (free resource appropriately).
bump PKGREVISION.
2003-09-09 07:44:57 +00:00
martti
ee90b572a6 COMMENT should start with a capital letter. 2003-07-21 16:45:54 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
jschauma
ab337911ba Use new IMAKE_MAN_PATH variables in PLISTs to make these packages more
portable.  Bump PKGREVISION accordingly.
2003-02-26 03:58:06 +00:00
schmonz
0a1bd5acad Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate. 2002-12-07 02:38:52 +00:00
tron
174e1b4112 Fix build problem on system without "xpkgwedge" installed. 2002-08-12 20:15:37 +00:00
tron
97495dbb57 We don't need to include "pkgsrc/graphics/freetype2/buildlink.mk" because
the package only works with XFree86 4.x where "freetype2" is included.
2002-08-12 19:58:37 +00:00
wiz
b0e0a9b696 Add a message that this package needs fontenc.h. 2002-07-17 18:13:48 +00:00
uebayasi
0ccf537525 Update to 20020524.
- 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-31 15:33:07 +00:00
uebayasi
74161bcb8c Update to 20020524.
- 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-31 15:33:06 +00:00
tron
c0436f5443 Fix incorrect "Imakefile" which causes build failures on XFree86 4.2.0
systems without "xpkwedge" installed.
2002-05-30 11:30:42 +00:00
wiz
017b14e12b Initial import of mkfontscale:
create an index of scalable font files for X
Provided by rxg in pkg/16811.
2002-05-20 12:30:29 +00:00