Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
mef 07d11f551d (pkgsrc)
- Add LICENSE (gnu-gpl-v2)
  - Add gmake on USE_TOOLL+=
  - Add post-build: and post-install: target
    to get de/LC_MESSAGES/pslib.mo installed as previous package.
  (USE_CMAKE= yes doesn't work for install: yet)

(upstream)
  - Update 0.2.6 to 0.4.5
-------------------------
Version 0.4.5
	- added support for reusable images
	- updated man pages

Version 0.4.4
	- fixed impropper use of font in ps_stringwidth() (thanks to Roger Wimbert)

Version 0.4.3
	- renamed getline() to afm_getline() in ps_afm.c because never versions
	  of libc have an equal symbol

Version 0.4.2
	- fixed bug in ps_setcolor()
	- made src/hash_table.c compile on hp ux
	- fixed typo in input encoding table
	- fixed man pages
	- fixed several memory leaks

Version 0.4.1
	- fixed DSC in postscript file (makes ghostview for ms windows happy)
	- configuring using cmake now checks for libpng, libjpeg, libtiff, libz

Version 0.4.0
	- Also disolve a ligature if it isn't present in the font encoding vector
	- handle duplicate glyphs in an afm file nicely, without leaking memory
	- many small changes to make it compile for win32 in a mingw and
		visual C environment (includes support for cmake)
	- added function PS_glyph_list() which returns a list of all glyphs
	  in a font. Free that list with PS_free_glyph_list()
	- added function PS_glyph_width() which returns the width of a glyph
	- changed mode of fopen to "rb" to make it work in win32
	- added functions PS_[begin|end]_font(), PS_[begin|end]_glyph()
	  for creating Type3 fonts
	- added functions PS_add_kerning(), PS_add_ligature() for setting
	  kerning pairs and ligatures of a font.
	- added PS_glyph_show() for outputting a glyph by its name.
	- fixed sourceforge bug 1556247, 'ordmaskuline' must be 'ordmasculine'

Version 0.3.0
	- PS_string_geometry() uses the passed font and not the current font
	  (Closes #1711438 at sourceforge)
	- added section about color separation in man page of pslib
	- check for byteswap.h because mingw doesn't have it
	- default error handler now prints to stderr instead of stdout (reported
	  by Johannes Frank, fixes debian bug #429544)
	- parbreak has no effect if linebreak is set (previous segm reported
	  by Johannes Frank, fixes debian bug #429543)
	- BMP support can be disabled
	- PS_place_image() doesn't check for mimetypes of unsupported image
	  formats
	- support for separating colors. Just set the value 'separationcolor'
	  before creating a new page to 1-4 (1=cyan, 2=magenta, ...)
	- added missing include file for freebsd
	- Support for other input encodings (currently only latin1 and latin2, more
	  can be easily added)
	- Replaced TeXBase1 by Cork fontencoding because it supports more glyphs
	- ps_check_for_lig() gets extra first parameter *psdoc in order to be able
	  to access the inputencoding stored in psdoc

Version 0.2.7
	- fixed setting of locale
	- PS_set_border_style() works as expected
	- added blind feature to PS_show_boxed()
	- added support for gif, tiff and bmp images
	- PS_show_boxed() sets the value 'boxheight' to the actual height of
	  the box. This is useful if you specify a height of 0.0 for the
		box and need to find out how high is has become. It is also useful
		if a box isn't completely filled.
	- passing a height of 0.0 to PS_show_boxed() will create a box long enough
	  to contain all text.
	- strip alpha channel from rgb pngs, because they cause a segm fault. Once
	  I understand where the actual problem lies, it will be reenabled.
	- make euro symbol work (replaces the currency symbol)
	- PS_arc() and PS_arcn() behave like the arc and arcn postscript commands
	- fixed rpm spec file
	- PS_continue_text() finally works as expected
	- PS_get_buffer() checks for psdoc->sb before accessing it
	- PS_begin_page() does not overwrite the BoundingBox and Orientation
	  anymore, if it has been explicitly set by PS_set_info()
2015-01-26 13:09:09 +00:00
archivers Add credit to Fink for the diagnosis and suggested fix. 2015-01-26 12:41:53 +00:00
audio Re-work how we handle MacTypes.h. Older Darwin releases do not ship a copy in 2015-01-26 11:08:52 +00:00
benchmarks Update HOMEPAGE, was 404. 2015-01-20 06:43:09 +00:00
biology Update HOMEPAGE, was Host Unknown. But the link to download still gets 404. 2014-12-20 12:02:28 +00:00
bootstrap remove obsolated information for bootstrap kit and binary packages. 2015-01-19 00:12:43 +00:00
cad Update tkgate to 1.8.7. Patch provided by Edgar Fuss in PR pkg/49482, 2015-01-17 14:48:56 +00:00
chat add patch to help configure find openssl 2015-01-19 12:22:51 +00:00
comms Switch license to modified-bsd. Move socks4 option over to use dante. 2015-01-17 15:30:03 +00:00
converters Revbump associated with update of lang/ocaml. 2015-01-20 14:24:34 +00:00
cross PKGREVISION++, by converting (duplicated) libconfuse to confuse. Thanks gdt@. 2015-01-18 06:18:58 +00:00
databases Fix path to MySQL binary in the SMF method script. Bump PKGREVISION. 2015-01-26 12:39:56 +00:00
devel (pkgsrc) 2015-01-26 08:00:04 +00:00
distfiles
doc Updated archivers/gtar-base to 1.28nb1 2015-01-26 12:30:49 +00:00
editors editors/lyx: update to 2.1.2.2 2015-01-10 18:13:22 +00:00
emulators Not MAKE_JOBS_SAFE. 2015-01-25 13:09:33 +00:00
filesystems recuesive bump from libarchive major update. 2015-01-21 09:12:41 +00:00
finance Update to 2.6.5, switch to yelp3 since it has a higher chance of 2015-01-06 15:03:01 +00:00
fonts Update to 0.9.38: 2015-01-25 18:50:15 +00:00
games This uses speex (in particular, now speexdsp), so include the corresponding 2015-01-25 13:30:03 +00:00
geography Update opencpn to 4.0.0. Changes since 3.2.2: 2015-01-22 12:34:15 +00:00
graphics Fix "giftopnm.c:368: error: incompatible types in assignment". 2015-01-25 15:01:48 +00:00
ham missed a variable substitution 2015-01-26 07:16:36 +00:00
inputmethod Don't declare a function non-void if it never returns a value and no 2015-01-25 13:12:02 +00:00
lang Drop RUBYGEMS_REQD. Since all ruby*-base package contains enough version 2015-01-25 16:09:16 +00:00
licenses skype21-license: Arise from your grave! and be used by wip/skype4. 2014-12-04 19:59:58 +00:00
mail Add upper bound to ABI depends. 2015-01-24 17:48:25 +00:00
math Rename private strtoi function. Bump revision. 2015-01-23 15:07:53 +00:00
mbone Re-do the get_timestamp() patch to instead of calling times() use 2015-01-13 20:25:13 +00:00
meta-pkgs patches/patch-libs_context_src_asm_make__ppc32__sysv__macho__gas.S: Fix build failure on PPC Darwin 2015-01-25 11:26:50 +00:00
misc Update to latest zyGrib, release notes: 2015-01-25 21:39:40 +00:00
mk Added ocaml-tyxml option (for devel/js_of_ocaml) 2015-01-20 15:55:19 +00:00
multimedia Update totem-pl-parser to 3.4.5 2015-01-25 00:07:35 +00:00
net Note upstream status of patches. 2015-01-26 00:06:49 +00:00
news Use BROKEN_EXCEPT_ON_PLATFORM for where configs have to be created manually. 2015-01-01 11:19:28 +00:00
packages
parallel Fold PLIST.Linux into PLIST using more plist vars, and add more files 2015-01-15 20:51:11 +00:00
pkgtools removed patches, integrated upstream 2015-01-25 10:10:52 +00:00
print (pkgsrc) 2015-01-26 13:09:09 +00:00
regress Do not use a naked "make", instead use TEST_MAKE. Now it fails differently. 2014-06-21 16:34:13 +00:00
security For clang, don't use the rotate inline asm, but expect the compiler to 2015-01-25 13:13:51 +00:00
shells Update HOMEPAGE, was not registered on DNS 2015-01-25 08:35:07 +00:00
sysutils Apply some bug fixes for the NetBSD hald from sergio lenzi in PR 49604. 2015-01-25 18:46:09 +00:00
templates
textproc Fix build with cmake-3.1. 2015-01-23 14:09:36 +00:00
time Revbump associated with update of lang/ocaml. 2015-01-20 14:24:34 +00:00
wm Tell configure explicitly where to look for X11 headers and libs. 2015-01-21 15:22:14 +00:00
www Added www/py-mod_wsgi-metrics; Added py-mod_wsgi; Removed www/ap2-wsgi successor www/py-mod_wsgi 2015-01-25 12:03:37 +00:00
x11 utmpx change for FreeBSD broke NetBSD, so try to do the right thing and 2015-01-25 13:15:34 +00:00
Makefile
pkglocate
README

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.