Commit graph

11 commits

Author SHA1 Message Date
joerg
67083aac94 font-util-1.1.1:
Add a bunch of macros for common code.
Fix passing of hexadecimal arguments to bdftruncate
2010-09-09 18:54:39 +00:00
wiz
da9dac4a68 Update to 1.0.2:
Alan Coopersmith (3):
      Update license of code copyrighted by the NetBSD Foundation
      Add missing copyright/license notices to COPYING
      Add README with pointers to mailing list, bugzilla & git repos

James Cloos (4):
      Rename .cvsignore to .gitignore
      Add *~ to .gitignore to skip patch/emacs droppings
      Replace bdftruncate Perl script with C program
      Replace static ChangeLog with dist-hook to generate from git log

Julien Cristau (1):
      Bump to 1.0.2
2009-08-08 23:19:48 +00:00
wiz
49bdf9ab9d pkglint fix: reorder lines. 2009-08-08 23:18:58 +00:00
joerg
bacea7cad5 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
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.
2009-03-20 19:23:50 +00:00
tnn
9f2a42bc6b Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
tnn
52daf075cf Needs -lgen on IRIX to get basename(3) 2008-02-20 22:33:18 +00:00
joerg
2b3c50ae39 Replace bdftruncate.pl with a small C program. Original code is
from Martin Husemann with a number of improvements from me.
Bump revision.
2007-08-05 19:20:19 +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
joerg
d830c51b5b Ride on import: fix Perl reference in bdftruncate. 2006-11-14 21:11:10 +00:00
joerg
3137327882 Import font-util-1.0.1 from pkgsrc-wip, providing bdftruncate and
ucs2any.
2006-11-14 20:15:05 +00:00