NOTICE: This package has been removed from pkgsrc

./graphics/ruby-rcairo, Ruby bindings for cairo

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.14.1nb1, Package name: ruby200-rcairo-1.14.1nb1, Maintainer: pkgsrc-users

Cairo is a 2D graphics library with support for multiple output
devices. rcairo provides ruby bindings to cairo.


Required to run:
[graphics/cairo] [lang/ruby200-base]

Required to build:
[pkgtools/x11-links] [x11/glproto] [x11/renderproto] [x11/xproto] [x11/xf86vidmodeproto] [x11/xf86driproto] [x11/damageproto] [x11/inputproto] [x11/xextproto] [x11/dri2proto] [x11/xcb-proto] [devel/ruby-pkg-config] [x11/fixesproto4]

Master sites:

SHA1: 5004067d807dfd8c81c5d0093f431ea61d0c7b82
RMD160: f9cd702fcb3baece2c29b58775daf8caa7cc7ff5
Filesize: 98.975 KB

Version history: (Expand)


CVS history: (Expand)


   2016-01-12 00:50:27 by Thomas Klausner | Files touched by this commit (5) | Package removed
Log message:
Finish move from ruby-rcairo to ruby-cairo.
   2015-11-03 22:34:36 by Alistair G. Crooks | Files touched by this commit (610)
Log message:
Add SHA512 digests for distfiles for graphics category

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-25 16:23:48 by Tobias Nygren | Files touched by this commit (868) | Package updated
Log message:
Recursive revbump following MesaLib update, categories g through n.
   2015-03-15 21:13:25 by Hiramatsu Yoshifumi | Files touched by this commit (18)
Log message:
Set MAINTAINER to pkgsrc-users.
   2015-01-20 11:55:09 by OBATA Akio | Files touched by this commit (2)
Log message:
Update rcairo to 1.14.1.

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-24 13:08:15 by OBATA Akio | Files touched by this commit (2)
Log message:
Update ruby-rcairo to 1.14.0.

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-05 02:48:38 by Ryo ONODERA | Files touched by this commit (1155)
Log message:
Recursive revbump from x11/pixman
Fix PR pkg/48777
   2014-04-05 11:13:02 by OBATA Akio | Files touched by this commit (2)
Log message:
Update rcairo to 1.12.9.

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