Commit graph

24 commits

Author SHA1 Message Date
wiz
6eae1297d5 *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
wiz
00da7815c0 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
nia
4b51d9715f *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
rillig
b686dd9180 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:43 +00:00
wiz
84e123ddd2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
plunky
b3c03d88cb link with libraries "-lm -lintl"
no functional change, but adds NEEDED and links better
bump pkgrevision
2019-01-31 16:36:27 +00:00
plunky
53d7026d60 fix pkglint warning (using && instead of ; to separate commands)
no functional change
2019-01-31 16:33:15 +00:00
wiz
93b46879c7 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
wiz
73716d23de Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
wiz
2e65d464e8 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:50:58 +00:00
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
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
asau
6ebceaf75d Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
jlam
1cf9796f3c BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
2006-04-13 18:23:29 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
tv
bc6daf4711 In order to get and use the .mo listed in PLIST, we need gettext and msgfmt. 2005-11-07 19:09:34 +00:00
kristerw
270741bfad Add build dependecies on perl and p5-XML-Parser to fix build problem
seen on NetBSD 1.6.
2005-08-24 19:05:14 +00:00
drochner
ef74b29338 import pslib-0.2.6, a tool to create postscript from programs 2005-08-19 16:05:03 +00:00