summaryrefslogtreecommitdiff
path: root/graphics/ruby-rcairo
AgeCommit message (Collapse)AuthorFilesLines
2016-01-11Finish move from ruby-rcairo to ruby-cairo.wiz5-68/+0
2015-11-03Add SHA512 digests for distfiles for graphics categoryagc1-1/+2
Problems found with existing digests: Package fotoxx distfile fotoxx-14.03.1.tar.gz ac2033f87de2c23941261f7c50160cddf872c110 [recorded] 118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated] Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz 34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb Package pgraf: missing distfile pgraf-20010131.tar.gz Package qvplay: missing distfile qvplay-0.95.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-04-25Recursive revbump following MesaLib update, categories g through n.tnn2-3/+4
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu1-2/+2
2015-01-20Update rcairo to 1.14.1.obache2-6/+6
Release 1.14.1 (2014-12-23) Kouhei Sutou <kou@cozmixng.org> =========================================================== Windows users must upgrade. Non Windows users doesn't need to upgrade. Improvements ------------ * Upgraded bundled libraries for Windows. libpng is upgraded to 1.6.16 from 1.6.14. libpng 1.6.14 has vulnerability.
2014-11-24Update ruby-rcairo to 1.14.0.obache2-7/+6
Release 1.14.0 (2014-11-24) Kouhei Sutou <kou@cozmixng.org> =========================================================== Improvements ------------ * Supported integration with ffi gem. [GitHub#20][Patch by Patrick Hanevold] * Supported cairo 1.14.0. [GitHub#24][GitHub#25][GitHub#28][GitHub#30][Patch by Hiroshi Hatake] * Added libstdc++-6.dll into gem for Windows. Fixes ----- * Fixed an build error on Cygwin. [GitHub#19][Reported by Patrick Hanevold][Patch by Masafumi Yokoyama] [ruby-gnome2-devel-en][Reported by Detlef Reichl] Thanks ------ * Patrick Hanevold * Masafumi Yokoyama * Hiroshi Hatake
2014-05-05Recursive revbump from x11/pixmanryoon2-3/+4
Fix PR pkg/48777
2014-04-05Update rcairo to 1.12.9.obache2-6/+6
Release 1.12.9 (2014-04-05) Kouhei Sutou <kou@cozmixng.org> =========================================================== Improvements ------------ * Supported cocoa gem. [Patch by Patrick Hanevold] * Made Cairo::Rectangle based on cairo_rectangle_int_t. It improves Ruby/GDK3 integration. * windows: Dropped binary packages support for Ruby 1.9.3. Fixes ----- * Fixed a bug that Cairo::Context isn't GC-ed without explicit Cairo::Context#destroy. [ruby-gnome2-devel-en][Reported by Detlef Reichl] Thanks ------ * Patrick Hanevold * Detlef Reichl
2013-12-31update ruby-rcairo to 1.12.8.obache2-8/+7
Release 1.12.8 (2013-12-23) Kouhei Sutou <kou@cozmixng.org> =========================================================== Fixes ----- * Bundled missing libwinpthread-1.dll into gem for Windows. [Reported by Masafumi Yokoyama] Thanks ------ * Masafumi Yokoyama Release 1.12.7 (2013-12-23) Kouhei Sutou <kou@cozmixng.org> =========================================================== Improvements ------------ * Added paper sizes of ISO B series and JIS B series. [Patch by 5.5] * Added Windows binary for Ruby 2.1.0. * Updated bundled cairo to 1.12.16 from 1.12.14 for Windows. Fixes ----- * Fixed a bug that Cairo::ImageSurface.new(cloned_data, ...) changes both the original data and the cloned data. [Patch by Naoyuki Hirayama] Thanks ------ * 5.5 * Naoyuki Hirayama
2013-09-02Revbump after cairo updateadam2-3/+4
2013-06-15Update ruby-rcairo to 1.12.6.obache2-9/+7
Release 1.12.6 (2013-05-24) Kouhei Sutou <kou@cozmixng.org> =========================================================== Improvements ------------ * Supported Windows XP again. [ruby-list:49392][Reported by 5.5] [ruby-list:49401][Researched by myokoym] Thanks ------ * 5.5 * myokoym Release 1.12.5 (2013-05-18) Kouhei Sutou <kou@cozmixng.org> =========================================================== Improvements ------------ * Updated bundled cairo binary for Windows to 1.12.14.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron2-4/+4
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz2-3/+4
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-03-14Update ruby-rcairo to 1.12.4.obache2-10/+8
Release 1.12.4 (2013-03-11) Kouhei Sutou <kou@cozmixng.org> =========================================================== Improvements ------------ * Added Windows binary for Ruby 2.0.0. Release 1.12.3 (2012-12-04) Kouhei Sutou <kou@cozmixng.org> =========================================================== Improvements ------------ * Supported Ruby 2.0.0. [Reported by tmtms] * Supported auto native package install by Homebrew and MacPorts. Thanks ------ * tmtms
2013-02-16Recursive bump for png-1.6.wiz2-4/+4
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron2-3/+4
requested by Thomas Klausner.
2012-09-10Update ruby-rcairo to 1.12.2.obache3-8/+10
Release 1.12.2 (2012-06-03) Kouhei Sutou <kou@cozmixng.org>) ============================================================ Improvements ------------ * Added Cairo::Device.supported?. [GitHub#11] [Reported by Cédric Boutillier] * Added Cairo::Device.gl_texture_supported?. * Added Cairo::Surface.supported?. * Defined all surfaces even if a surface isn't available. Use Cairo::Surface.XXX_supported? method to check surface availability. * Added Cairo::Pattern.xxx_supported?. [GitHub#12] [Reported by Mamoru Tasaka] * [experimental] Supported auto native package install. Thanks ------ * Cédric Boutillier * Mamoru Tasaka Release 1.12.1 (2012-03-31) Kouhei Sutou <kou@cozmixng.org>) ============================================================ Improvements ------------ * Re-supported cairo < 1.10.0. [ruby-gnome2-devel-en] Help me install my own program [Eric C.] Fixes ----- * Fixed a problem that an unresolved symbol is referenced. Thanks ------ * Eric C. Release 1.12.0 (2012-03-25) Kouhei Sutou <kou@cozmixng.org>) ============================================================ Improvements ------------ * Supported cairo 1.12.0. * Cairo::Surface#supported_mime_type? * Cairo::Surface#create_similar_image * Cairo::Surface#map_to_image * Cairo::Surface#unmap_to_image * Cairo::RecordingSurface#extents * Cairo::MeshPattern * Cairo::RasterSourcePattern * Cairo::MimeType::UNIQUE_ID * Supported glesv2 surface. Fixes ----- * Fixed a bug that Cairo::HINT_METRICS_ON can't be specified. #8 [Vasily Fedoseyev] Thanks ------ * Vasily Fedoseyev
2012-09-10Fixes PKGPREFIX for python and ruby by blbump(1).obache1-2/+2
2012-09-07Revbump after updating graphics/cairoadam2-3/+4
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2011-11-20Update ruby-rcairo to 1.10.2.obache2-7/+6
Release 1.10.2 (2011-11-20) Kouhei Sutou <kou@cozmixng.org>) ============================================================ Fixes ----- * Added missing pkg-config dependency. #8 [Will Bryant]
2011-11-02Revert hard coded "ruby19" with ${RUBYPKGPREFIX}.obache1-2/+2
It was accidenally replaced by recursive bump for graphics/freetype2.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd2-3/+4
2011-10-12Update ruby-rcairo to 1.10.1.obache2-7/+6
Release 1.10.1 (2011-10-12) Kouhei Sutou <kou@cozmixng.org>) ============================================================ Features -------- * Accepted Cairo::EXTEND_PAD as extend value. * Suppressed a warning. [Stefan Salewski] * Bound CAIRO_SURFACE_TYPE_XLIB and CAIRO_SURFACE_TYPE_XCB. * Supported cairo 1.10.2. * Fixed recording surface test. #4 [Mamoru Tasaka] * AcceptedCairo::OPERATOR_HSL_LUMINDSITY as operator value. #6 [Matt Bramlage] * Suppressed warnings on Windows. [Nikolai Weibull] * Added --without-vendor-override options to extconf.rb. [Nikolai Weibull]
2011-02-21Bump PKGREVISION due to ABI change of ruby18-base.taca1-2/+2
2011-01-29RUBY_HAS_ARCHLIB is deprecated.obache1-2/+1
2011-01-29fixes automatic ABI_DEPENDS pattern update.obache1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz2-4/+4
2010-09-28Don't hardcode "ruby18-" but use "${RUBY_PKGPREFIX}-".taca1-2/+2
Fix build problem of ruby-gnome2 with ruby19. (Although textproc/ruby-eruby has another problem with ruby19.)
2010-09-24Need ruby-pkg-config to configure.obache1-1/+2
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz2-3/+4
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-09-14Update rcairo to 1.10.0.obache2-7/+7
While here, change LICENSE to exactly dual license. Release 1.10.0 (2010-09-12) Kouhei Sutou <kou@cozmixng.org>) =========================================================== Features ----- * Support cairo 1.10.0.
2010-09-10Update graphics/ruby-rcairo to 1.8.5.taca3-8/+8
* Allow graphics/ruby-rcairo/buildlink3.mk to specify "ruby19-" package. win32 changes only and no change for pkgsrc.
2010-08-27Update rcairo to 1.8.4.obache3-55/+6
Release 1.8.4 (2010-08-27) Kouhei Sutou <kou@cozmixng.org>) =========================================================== Fixes ----- * Fix build system. (patch by kimura watasu and suggested by OBATA Akio) * Fix Windows gem. (reported by Dominic Sisneros) Thanks ------ * Dominic Sisneros * kimura wataru * OBATA Akio
2010-08-27Adjust to upstream fix.obache2-4/+4
2010-08-27Update rcairo to 1.8.3.obache3-7/+55
Release 1.8.3 (2010-08-26) Kouhei Sutou <kou@cozmixng.org>) =========================================================== Features -------- * Support cairo 1.8.10. * Support Ruby 1.9.2. (reported by Tasuku SUENAGA and kimura wataru) * Fix RGV -> HSV conversion. (patch by Yuta Taniguchi) * Support Cairo::Color as Hash key. Thanks ------ * Yuta Taniguchi * Tasuku SUENAGA * kimura wataru
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz2-3/+4
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-05-25* take maintainershipobache3-366/+38
* set LICENSE=ruby-license * back to use extconf from gems. C ext ruby module from gems install header files into unwanted location. It confuse build of package using those modules. Moreover, gems module will not be loaded by rb_require from C module. It introduce unwanted behaviour to packages using directly/indirectly using the module. Bump PKGREVISION.
2009-12-13Update rcairo to 1.8.1.obache2-6/+6
Release 1.8.1 (2009-12-13) =========================================================== Features -------- * Support cairo 1.8.8. * Improve auto .pc detection.
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-2/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-31/+1
2009-05-27Just use ruby- for future ruby19...obache1-5/+5
2009-03-24Drop MAINTAINERSIP at MAINTAINER's request.darcy1-2/+2
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-14/+6
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.
2008-10-19Update rcairo to 1.8.0.obache3-9/+17
Release 1.8.0 (2008-09-26) Kouhei Sutou <kou@cozmixng.org>) =========================================================== Features -------- * Support cairo 1.8.0. * Resupport cairo 1.2.x. (reported by Yusuke ENDOH)
2008-09-15Update rcairo to 1.7.0.obache3-8/+127
Release 1.7.0 (2008-08-16) Kouhei Sutou <kou@cozmixng.org>) =========================================================== Features -------- * Support cairo 1.7.4. * Add new methods: * Cairo::Context#destroy * Cairo::Surface#destroy * Cairo.satisfied_version? * Resupport ruby 1.9. (suggested by Paul van Tilburg) * Fix README. (suggested by Davide Rambaldi) ---------------------------- Release 1.6.3 (2008-07-19) Kouhei Sutou <kou@cozmixng.org>) =========================================================== Features -------- * Fix build failure on Debian GNU/Linux. (reported by James Healy) * Fix GC failure with Ruby 1.8.7. (reported by James Healy) * Improve building on MacOS X. (suggested by Carsten Bormann) * Fix install location of cairo.so. (suggested by OBATA Akio) ---------------------------- Release 1.6.2 (2008-06-14) Kouhei Sutou <kou@cozmixng.org>) =========================================================== Features -------- * Fix build failure on MacOS X. * Fix build failure on 64bit Linux. * Fix build failure with old Ruby. * Fix build failure with Ruby 1.9. ----------------------------
2008-06-22Fix BUILDLINK_API_DEPENDS.ruby18-rcairo. Therei is no ruby-rcairo packagetaca1-2/+2
version 1.6.0 or later but 1.2.0 and later.
2008-04-29Update graphics/ruby-rcairo to 1.6.1. Changes from version 1.6.0 include:jlam3-13/+11
+ Remove PKG_CONFIG_PATH workaround in the package Makefile. The default pkg-config tool script (which properly sets PKG_CONFIG_LIBDIR) now works properly (thanks to OBATA Akio). * Fix Quartz related bugs. (thanks to kimura wataru) * Support PKG_CONFIG_LIBDIR. (thanks to OBATA Akio) * Support RubyGems for mswin32.
2008-04-14Update graphics/ruby-cairo to 1.6.0. Changes from version 1.5.1 include:jlam3-10/+203
* Support cairo 1.6.0. * Improve Quartz surface support. (thanks to kimura wataru, OBATA Akio) * Support Cairo::Win32PrintingSurface. * Support Cairo::QuartzImageSurface. * Support ruby 1.9.1. * Add Cairo::Paper. * Improve size specification of Cairo::PSSurface, Cairo::PDFSurface, Cairo::SVGSurface.