Commit graph

34 commits

Author SHA1 Message Date
wiz
0982effce2 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:48:20 +00:00
tnn
9ee4b877fb Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +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
ryoon
60806aa001 Recursive revbump from x11/pixman
Fix PR pkg/48777
2014-05-05 00:47:34 +00:00
obache
7e532785b9 Update p5-cairo to 1.104.
(with fixes configure requirements from DEPENDS to BUILD_DEPENDS)

Overview of changes in Cairo 1.104
==================================

* Avoid misusing the macro PL_na, thus preventing potential issues when Cairo
  is used in conjunction with certain XS modules, among them XML::Parser and
  String::Approx.
2014-01-26 13:04:14 +00:00
adam
d2cb6dec32 Revbump after cairo update 2013-09-02 19:50:38 +00:00
wen
60c594ddf2 Update to 1.103
Upstream changes:
Overview of changes in Cairo 1.103
==================================

* Hush a few compiler warnings
* Updated copyright date

Overview of changes in Cairo 1.102
==================================

* Fix building with perl <= 5.14
* Prevent crashes on exit with Cairo::Path on perl 5.6.

Overview of changes in Cairo 1.101
==================================

* Properly specify our dependencies.
* Fix some erroneous POD links.
* Distribute a missing test file.

Overview of changes in Cairo 1.100
==================================

Since 1.08x (the previous stable series)
----------------------------------------
* Make "use Cairo x.yyy" work.  This required renaming the old
  Cairo::VERSION, a wrapper for CAIRO_VERSION, to Cairo::LIB_VERSION --
  but we kept the old way of calling it working.  Cairo::version,
  Cairo::version_string and Cairo::VERSION_ENCODE got the same treatment
  for consistency.
* Auto-upgrade strings to utf8.  Note that this means that calling
  utf8::encode() on strings before passing them into Cairo will now
  yield doubly-encoded and thus broken strings.  Also, having
  utf8-encoded literals in your code without an accompanying "use utf8"
  line will also lead to double encoding.
* Expand and improve the README and META.yml files.
* Many compilation and test suite fixes.

Since 1.091
-----------
* Do not assume that sizeof(void*) == sizeof(long)
* Calculate a string length more efficiently
* added updated README text for RT#74870
* Created %meta_merge which follows v2 of meta-spec

Overview of changes in Cairo 1.091
==================================

* Auto-upgrade strings to utf8.  Note that this means that calling
  utf8::encode() on strings before passing them into Cairo will now
  yield doubly-encoded and thus broken strings.  Also, having
  utf8-encoded literals in your code without an accompanying "use utf8"
  line will also lead to double encoding.
* Fix compiling and testing against older versions of cairo.
* Make the test suite more robust.

Overview of changes in Cairo 1.090
==================================

* Make "use Cairo x.yyy" work; fixes RT#72783.  This required renaming the old
  Cairo::VERSION, a wrapper for CAIRO_VERSION, to Cairo::LIB_VERSION -- but we
  kept the old way of calling it working.  Cairo::version,
  Cairo::version_string and Cairo::VERSION_ENCODE got the same treatment for
  consistency.
* Updated FSF LGPL notice address (RT#72664)

Overview of changes in Cairo 1.082
==================================

* Update the symbol export list for linking on win32
  (https://bugzilla.gnome.org/show_bug.cgi?id=665265)

Overview of changes in Cairo 1.081
==================================

* Add a missing cairo_font_type_t value.
* Fix a test failure.

Overview of changes in Cairo 1.080
==================================

Since 1.06x
-----------
* Wrap new 1.8 and 1.10 API.
* Make Cairo::Pattern->set_extend, get_extend, set_filter and get_filter
  available to all pattern types, not just surface patterns.
* Make it possible to modify and create paths.

Since 1.071
-----------
* Add support for missing operator types.
* Fix compilation agains perl 5.15.x.

Overview of changes in Cairo 1.071
==================================

* Add new API:
  - recording surface
  - region functions
  - toy font face
  - PDF version functions
  - Cairo::in_clip
  - Cairo::Surface::create_for_rectangle
* Make it possible to modify and create paths.
* Make Cairo::Surface::create_similar callable as a class-static method, for
  consistency with Cairo::Surface::create_for_rectangle.
* Fix a few test failures.
* Add more examples.

Overview of changes in Cairo 1.070
==================================

* Wrap 1.8 API:
  - cairo_show_text_glyphs
  - cairo_scaled_font_text_to_glyphs and
    cairo_scaled_font_get_scale_matrix
  - cairo_surface_get_fallback_resolution and
    cairo_surface_has_show_text_glyphs
* Make Cairo::Pattern->set_extend, get_extend, set_filter and get_filter
  available to all pattern types, not just surface patterns.
* Fix a memory manage bug in Cairo::FtFontFace.
* Fix a bug in the enum conversion code that made it more lenient than
  intended.
* Add a few examples.
* Fix a few test failures.
2013-07-13 11:57:14 +00:00
tron
a36fb86593 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00
wiz
53745b22ea Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.

While doing that, also bump freetype2 dependency to current pkgsrc
version.

Suggested by tron in PR 47882
2013-06-03 10:05:17 +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
wiz
d1b820f37b Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
asau
08f35c7155 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:10:39 +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
tron
14215633d2 Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.
2012-10-02 17:10:28 +00:00
adam
b15c922bcc Revbump after updating graphics/cairo 2012-09-07 19:16:05 +00:00
dholland
7e751949e4 Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
2012-05-07 01:53:12 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
wiz
938b0e8356 Update to 1.062:
Overview of changes in Cairo 1.062
==================================

* Cairo::FtFontFace: Keep the FT_Face alive long enough to avoid
  segfaults
* Add two new example programs
* Fix test failures
2011-08-16 21:51:30 +00:00
obache
bb3696f957 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
wiz
200e3c4a04 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
wiz
e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
sno
6f915280c9 There is no gnu-gpl-v2.1 and this package does not define it either.
Set LICENSE to gnu-lgpl-v2.1. (Thanks, wiz)
2009-05-21 19:42:44 +00:00
sno
4fbbe8eaf3 pkgsrc changes:
- Updating package for p5 cairo bindings from 1.060 to 1.061

Upstream changes:
2009-03-28  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* NEWS
	* README
	* lib/Cairo.pm: Stable release 1.061.

2009-03-28  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Cairo.pm -> lib/Cairo.pm (moved)
	* MakeHelper.pm -> inc/MakeHelper.pm (moved)
	* MANIFEST
	* Makefile.PL: Move the two modules into their own folders to make
	it clear that the one is the real thing while the other is just
	build helper code.

2009-03-28  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Cairo.xs (cairo_object_from_sv, cairo_struct_from_sv): Hush two
	compiler warnings.

2009-03-28  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Cairo.pm: In the POD, use =item instead of =head4 for methods so
	that not every single method shows up in a table of contents.
	Also fix two other small POD glitches.

2009-03-28  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* MANIFEST.SKIP: Update for SVN.

2009-03-28  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Makefile.PL: Use EU::MM's META_MERGE instead of EXTRA_META.

2008-10-26  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Makefile.PL: CAIRO_FONT_TYPE_QUARTZ was introduced in cairo 1.6,
	not 1.4.

2008-10-05  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* MakeHelper.pm: Use the correct enum type instead of int for the
	enum converters.

2008-10-05  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Cairo.pm:
	* Cairo.xs:
	* CairoFont.xs:
	* CairoFt.xs:
	* CairoMatrix.xs:
	* CairoPath.xs:
	* CairoPattern.xs:
	* CairoSurface.xs:
	* MakeHelper.pm:
	* Makefile.PL:
	* cairo-perl-private.h:
	* cairo-perl.h:
	* cairo-perl.typemap:
	* examples/simple.pl:
	* t/Cairo.t:
	* t/CairoFont.t:
	* t/CairoFt.t:
	* t/CairoMatrix.t:
	* t/CairoPath.t:
	* t/CairoPattern.t:
	* t/CairoSurface.t: In preparation of the move to SVN, use the Id
	keyword in place of Header.

2008-09-07  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Makefile.PL: When prompting for auto-installing dependencies,
	default to 'no' so that automatic testers with CPANPLUS.pm don't
	end up invoking CPAN.pm.  (RT #38286)

2008-09-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* README: Fix the dependency versions for EU::Depends and
	EU::PkgConfig.

	* Cairo.pm: Mention http://cairographics.org/manual/ in the API
	documentation section.  Fix a POD error.

	* Makefile.PL: Support the enum value CAIRO_FONT_TYPE_QUARTZ.  (RT
	#34681)

2008-06-01  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/CairoSurface.t: Cairo::PsSurface->create can under certain
	conditions apparently return a surface that is not a PS surface.
	Handle this gracefully.  (RT #33871)
2009-05-21 17:53:48 +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
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
xtraeme
470d27cf43 Update to 1.060:
* Wrap new API:
 - cairo_has_current_point
 - cairo_path_extents
 - cairo_format_stride_for_width
 - cairo_surface_copy_page and cairo_surface_show_page
 - cairo_ps_surface_restrict_to_level, cairo_ps_get_levels, and
   cairo_ps_level_to_string
 - cairo_ps_surface_set_eps and cairo_ps_surface_get_eps

* Provide Cairo::FtFontFace::create which can be used with Font::FreeType.
* Complete the API listing POD.
2008-04-21 14:43:20 +00:00
xtraeme
164cefb42a Update to 1.045.
Overview of changes in Cairo 1.045
==================================

* Fix memory allocation errors on win32.  [T.J. Ferraro]

Overview of changes in Cairo 1.044
==================================

* Add entries for the various kinds of surfaces to the API listing.
* Fix some test suite and build issues.

Overview of changes in Cairo 1.043
==================================

* Fix a few build and compatibility problems.

Overview of changes in Cairo 1.042
==================================

* Fix a few build and test failures.

Overview of changes in Cairo 1.041
==================================

* Use Test::Numer::Delta to make floating point tests more reliable.

Overview of changes in Cairo 1.040
==================================

* Re-add Cairo::Surface::finish.
* Add support for cairo_get_scaled_font.
* Document the new API.

Overview of changes in Cairo 1.031
==================================

* Track upstream API improvements.
* Fix enum error messages to display the correct list of allowed values.
* Fix a endianness-related test failure.
2008-02-20 11:01:37 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
joerg
7af10fa0a5 Needs pkg-config. 2007-04-15 19:21:09 +00:00
xtraeme
a0b5d904dd Add the bl3.mk file. 2007-04-13 23:21:38 +00:00
xtraeme
1fdad859d7 Initial import of p5-cairo-1.023.
Perl bindings to the cairo graphics library (http://www.cairographics.org).
2007-04-13 23:17:22 +00:00