Commit graph

28 commits

Author SHA1 Message Date
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
wiz
f64169a068 Remove unnecessary LTCONFIG_OVERRIDE. 2004-11-22 23:48:22 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
markd
eb498336d1 Revert part of 5.0.1 -> 5.0.2 that was leading to core dumps in xpdf
and xdvi.  Fixes PR 25457.
Bump PKGREVISION.
2004-06-19 14:38:56 +00:00
snj
19a7de8349 No longer used. 2004-04-26 01:54:50 +00:00
minskim
95e546fe60 Fix off-by-one error in fonts/t1lib. Bump PKGREVISION. 2004-04-19 04:30:03 +00:00
simonb
587ae08ed5 Add a hack so that T1_InitLib() doesn't run more than once.
Don't know if this is correct or not, but at least now xpdf works
again.
2004-04-19 04:14:35 +00:00
minskim
eb78be8f54 Update t1lib to 5.0.2.
Changelog is not available, but it seems to be a bug fix release.
2004-04-15 14:14:33 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
adam
4de2eb35f5 Changes 5.0.0:
- Forced PostScript target in the doc directory to file.

- Subsetting code extended in order to ensure that components of
  composite characters are also part of the subset.

- Hinting meachanism reworked in order to get rid of some
  rasterizing artifacts.

- Experimental support for stroked fonts (PaintType=1)

- Experimental support for stroking standard ATM fonts with PaintType=0.

- Functions for drawing rectangles.

- Bug Fixes

Changes 5.0.1:
- Support for Flex was not adapted to the changes from 5.0.0. This led to
  rasterization errors in fonts that use the Flex functionality --> fixed.

- Bug Fixes
2004-03-03 11:28:11 +00:00
minskim
7067483df9 bl3ify 2004-02-12 21:40:02 +00:00
heinz
18a916d5e6 Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 2004-01-27 00:53:10 +00:00
grant
398893a6b4 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 08:36:03 +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
wiz
6fcbb5064f dirrm share/t1lib too. 2003-07-12 12:46:56 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
jlam
d7f69e47ce Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
2003-01-28 22:03:00 +00:00
fredb
d8db679fb2 Remove first paragraph, now redundant with the message automaticly
generated by the CONF_FILES' handling.
2002-11-08 15:51:25 +00:00
wiz
54346bcda4 Unused. 2002-09-23 17:23:28 +00:00
tron
ddc3211c82 Add "USE_X11=YES" to get run time path for X11 libraries. 2002-09-19 14:47:34 +00:00
jlam
124637723b It's "@unexec", not "@@unexec". 2002-09-19 01:29:18 +00:00
jlam
4006c3f813 Update fonts/t1lib to 1.3.1. Changes from version 1.1.1 include:
* Move t1lib.config.netbsd sample file to t1lib.config.sample, which is more
  OS-neutral.
- Bug fixes.
- Fixed kerning mapping code. Kerning did not work correctly for characters
  that appeared multiple times in an encoding vector.
- In the same context a new function, T1_GetEncodingIndices() has been added
  to the API. It returns an array of indices (by contrast,
  T1_GetEncodingIndex() returns only the lowest index found).
- Support for composite characters.
- Additional support for dvips encoding files (thanks to suggestion and
  contribution by Nicolai Langfeldt (janl@linpro.no).
- Global Font Metrics Information is loaded from AFM files in order to be able
  to read the typographic ascender. Line ruling did not behave as
  documented. However, problems could still exist because the typographic
  ascender specification is optional in AFMs.
- Reorganized search path handling and, in particular, the respective
  documentation is more detailed.
- The configuration file now allows multiple lines of one type of search path
  specification and it is also possible to quote path specification in order
  to specify paths that contains special characters like spaces, colons, etc.
- Multiple font databases are supported.
- T1_PrintLog() extended to accept a variable argument list.
- The environment variable T1LIB_LOGMODE is evaluated to give the user the
  chance to specify a loglevel and hence to detect t1lib-problems even if the
  application programmer did not enable the log file features.
- Color problem in t1x11-module fixed.
- Fixes in AFM parser. Among others, Version had been read as name, instead of
  as string. This led to a failure to scan global font info for some standard
  AFMs.
2002-09-19 01:26:41 +00:00
jlam
0ea7758246 buildlink1 -> buildlink2 and use bsd.pkg.install.mk instead of local
DEINSTALL/INSTALL scripts.
2002-09-19 00:51:20 +00:00
jlam
f1b967d5ba Resurrect textproc/t1lib/buildlink2.mk from the buildlink2 branch into
t1lib's new location (fonts/t1lib).
2002-08-25 22:04:01 +00:00
wiz
8fb6a916b1 Re-import of textproc/t1lib, textproc/t1utils, and x11/type1inst into fonts.
Changes: CATEGORIES only.
2002-07-19 12:37:41 +00:00