cairo 1.8.3-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of cairo might be problematic. Click here for more details.
- data/AUTHORS +4 -0
- data/COPYING +59 -0
- data/GPL +340 -0
- data/NEWS +163 -0
- data/Rakefile +190 -0
- data/doc/doc.css +91 -0
- data/doc/en/cairo-antialias.html +38 -0
- data/doc/en/cairo-clip-not-representable-error.html +47 -0
- data/doc/en/cairo-color-base.html +69 -0
- data/doc/en/cairo-color-cmyk.html +157 -0
- data/doc/en/cairo-color-hsv.html +137 -0
- data/doc/en/cairo-color-rgb.html +142 -0
- data/doc/en/cairo-color-x11.html +173 -0
- data/doc/en/cairo-color.html +238 -0
- data/doc/en/cairo-content.html +37 -0
- data/doc/en/cairo-context-blur.html +39 -0
- data/doc/en/cairo-context-circle.html +39 -0
- data/doc/en/cairo-context-color.html +39 -0
- data/doc/en/cairo-context-path.html +44 -0
- data/doc/en/cairo-context-rectangle.html +39 -0
- data/doc/en/cairo-context-triangle.html +39 -0
- data/doc/en/cairo-context.html +643 -0
- data/doc/en/cairo-error.html +44 -0
- data/doc/en/cairo-extend.html +38 -0
- data/doc/en/cairo-file-not-found.html +47 -0
- data/doc/en/cairo-fill-rule.html +36 -0
- data/doc/en/cairo-filter.html +40 -0
- data/doc/en/cairo-font-extents.html +129 -0
- data/doc/en/cairo-font-face.html +38 -0
- data/doc/en/cairo-font-options.html +139 -0
- data/doc/en/cairo-font-slant.html +37 -0
- data/doc/en/cairo-font-type-mismatch.html +47 -0
- data/doc/en/cairo-font-weight.html +36 -0
- data/doc/en/cairo-format.html +46 -0
- data/doc/en/cairo-glyph.html +99 -0
- data/doc/en/cairo-gradient-pattern.html +74 -0
- data/doc/en/cairo-hint-metrics.html +37 -0
- data/doc/en/cairo-hint-style.html +39 -0
- data/doc/en/cairo-image-surface.html +82 -0
- data/doc/en/cairo-invalid-clusters.html +47 -0
- data/doc/en/cairo-invalid-content-error.html +47 -0
- data/doc/en/cairo-invalid-dash-error.html +47 -0
- data/doc/en/cairo-invalid-dsc-comment-error.html +47 -0
- data/doc/en/cairo-invalid-format-error.html +47 -0
- data/doc/en/cairo-invalid-index-error.html +47 -0
- data/doc/en/cairo-invalid-matrix-error.html +47 -0
- data/doc/en/cairo-invalid-path-data-error.html +47 -0
- data/doc/en/cairo-invalid-pop-group-error.html +47 -0
- data/doc/en/cairo-invalid-restore-error.html +47 -0
- data/doc/en/cairo-invalid-slant.html +47 -0
- data/doc/en/cairo-invalid-status-error.html +47 -0
- data/doc/en/cairo-invalid-stride-error.html +47 -0
- data/doc/en/cairo-invalid-string-error.html +47 -0
- data/doc/en/cairo-invalid-visual-error.html +47 -0
- data/doc/en/cairo-invalid-weight.html +47 -0
- data/doc/en/cairo-line-cap.html +37 -0
- data/doc/en/cairo-line-join.html +37 -0
- data/doc/en/cairo-linear-pattern.html +60 -0
- data/doc/en/cairo-matrix.html +259 -0
- data/doc/en/cairo-negative-count.html +47 -0
- data/doc/en/cairo-no-current-point-error.html +47 -0
- data/doc/en/cairo-null-pointer-error.html +47 -0
- data/doc/en/cairo-operator.html +48 -0
- data/doc/en/cairo-paper-parse-error.html +47 -0
- data/doc/en/cairo-paper-unknown-paper-name.html +66 -0
- data/doc/en/cairo-paper-unknown-unit.html +66 -0
- data/doc/en/cairo-paper-unrecognized-paper-description.html +66 -0
- data/doc/en/cairo-paper.html +184 -0
- data/doc/en/cairo-path-close-path.html +49 -0
- data/doc/en/cairo-path-curve-to.html +49 -0
- data/doc/en/cairo-path-data-type.html +38 -0
- data/doc/en/cairo-path-data.html +98 -0
- data/doc/en/cairo-path-line-to.html +49 -0
- data/doc/en/cairo-path-move-to.html +49 -0
- data/doc/en/cairo-path.html +155 -0
- data/doc/en/cairo-pattern-type-mismatch-error.html +47 -0
- data/doc/en/cairo-pattern.html +99 -0
- data/doc/en/cairo-pdf-surface.html +57 -0
- data/doc/en/cairo-point.html +74 -0
- data/doc/en/cairo-ps-level.html +49 -0
- data/doc/en/cairo-ps-surface.html +92 -0
- data/doc/en/cairo-quartz-image-surface.html +57 -0
- data/doc/en/cairo-quartz-surface.html +57 -0
- data/doc/en/cairo-radial-pattern.html +60 -0
- data/doc/en/cairo-read-error.html +47 -0
- data/doc/en/cairo-rectangle.html +89 -0
- data/doc/en/cairo-scaled-font.html +94 -0
- data/doc/en/cairo-solid-pattern.html +62 -0
- data/doc/en/cairo-subpixel-order.html +39 -0
- data/doc/en/cairo-surface-finished-error.html +47 -0
- data/doc/en/cairo-surface-pattern.html +57 -0
- data/doc/en/cairo-surface-type-mismatch-error.html +47 -0
- data/doc/en/cairo-surface.html +121 -0
- data/doc/en/cairo-svg-surface.html +77 -0
- data/doc/en/cairo-svg-version.html +49 -0
- data/doc/en/cairo-temp-file-error.html +47 -0
- data/doc/en/cairo-text-cluster-flag.html +35 -0
- data/doc/en/cairo-text-cluster.html +84 -0
- data/doc/en/cairo-text-extents.html +144 -0
- data/doc/en/cairo-toy-font-face.html +67 -0
- data/doc/en/cairo-user-font-error.html +47 -0
- data/doc/en/cairo-user-font-face-text-to-glyphs-data.html +94 -0
- data/doc/en/cairo-user-font-face.html +72 -0
- data/doc/en/cairo-user-font-immutable.html +47 -0
- data/doc/en/cairo-win32-printing-surface.html +57 -0
- data/doc/en/cairo-win32-surface.html +62 -0
- data/doc/en/cairo-write-error.html +47 -0
- data/doc/en/cairo.html +131 -0
- data/doc/en/index.html +1154 -0
- data/doc/index.html +18 -0
- data/doc/ja/cairo-antialias.html +57 -0
- data/doc/ja/cairo-clip-not-representable-error.html +56 -0
- data/doc/ja/cairo-color-base.html +75 -0
- data/doc/ja/cairo-color-cmyk.html +152 -0
- data/doc/ja/cairo-color-hsv.html +135 -0
- data/doc/ja/cairo-color-rgb.html +145 -0
- data/doc/ja/cairo-color-x11.html +183 -0
- data/doc/ja/cairo-color.html +317 -0
- data/doc/ja/cairo-content.html +51 -0
- data/doc/ja/cairo-context-blur.html +53 -0
- data/doc/ja/cairo-context-circle.html +54 -0
- data/doc/ja/cairo-context-color.html +52 -0
- data/doc/ja/cairo-context-path.html +77 -0
- data/doc/ja/cairo-context-rectangle.html +60 -0
- data/doc/ja/cairo-context-triangle.html +47 -0
- data/doc/ja/cairo-context.html +1542 -0
- data/doc/ja/cairo-error.html +56 -0
- data/doc/ja/cairo-extend.html +56 -0
- data/doc/ja/cairo-file-not-found.html +51 -0
- data/doc/ja/cairo-fill-rule.html +58 -0
- data/doc/ja/cairo-filter.html +43 -0
- data/doc/ja/cairo-font-extents.html +164 -0
- data/doc/ja/cairo-font-face.html +55 -0
- data/doc/ja/cairo-font-options.html +189 -0
- data/doc/ja/cairo-font-slant.html +50 -0
- data/doc/ja/cairo-font-type-mismatch.html +52 -0
- data/doc/ja/cairo-font-weight.html +47 -0
- data/doc/ja/cairo-format.html +81 -0
- data/doc/ja/cairo-glyph.html +115 -0
- data/doc/ja/cairo-gradient-pattern.html +119 -0
- data/doc/ja/cairo-hint-metrics.html +57 -0
- data/doc/ja/cairo-hint-style.html +64 -0
- data/doc/ja/cairo-image-surface.html +131 -0
- data/doc/ja/cairo-invalid-clusters.html +55 -0
- data/doc/ja/cairo-invalid-content-error.html +54 -0
- data/doc/ja/cairo-invalid-dash-error.html +54 -0
- data/doc/ja/cairo-invalid-dsc-comment-error.html +54 -0
- data/doc/ja/cairo-invalid-format-error.html +54 -0
- data/doc/ja/cairo-invalid-index-error.html +54 -0
- data/doc/ja/cairo-invalid-matrix-error.html +54 -0
- data/doc/ja/cairo-invalid-path-data-error.html +54 -0
- data/doc/ja/cairo-invalid-pop-group-error.html +54 -0
- data/doc/ja/cairo-invalid-restore-error.html +55 -0
- data/doc/ja/cairo-invalid-slant.html +57 -0
- data/doc/ja/cairo-invalid-status-error.html +55 -0
- data/doc/ja/cairo-invalid-stride-error.html +55 -0
- data/doc/ja/cairo-invalid-string-error.html +54 -0
- data/doc/ja/cairo-invalid-visual-error.html +57 -0
- data/doc/ja/cairo-invalid-weight.html +57 -0
- data/doc/ja/cairo-line-cap.html +50 -0
- data/doc/ja/cairo-line-join.html +53 -0
- data/doc/ja/cairo-linear-pattern.html +87 -0
- data/doc/ja/cairo-matrix.html +354 -0
- data/doc/ja/cairo-negative-count.html +52 -0
- data/doc/ja/cairo-no-current-point-error.html +54 -0
- data/doc/ja/cairo-null-pointer-error.html +54 -0
- data/doc/ja/cairo-operator.html +51 -0
- data/doc/ja/cairo-paper-parse-error.html +55 -0
- data/doc/ja/cairo-paper-unknown-paper-name.html +76 -0
- data/doc/ja/cairo-paper-unknown-unit.html +75 -0
- data/doc/ja/cairo-paper-unrecognized-paper-description.html +76 -0
- data/doc/ja/cairo-paper.html +357 -0
- data/doc/ja/cairo-path-close-path.html +57 -0
- data/doc/ja/cairo-path-curve-to.html +70 -0
- data/doc/ja/cairo-path-data-type.html +53 -0
- data/doc/ja/cairo-path-data.html +127 -0
- data/doc/ja/cairo-path-line-to.html +62 -0
- data/doc/ja/cairo-path-move-to.html +62 -0
- data/doc/ja/cairo-path.html +144 -0
- data/doc/ja/cairo-pattern-type-mismatch-error.html +56 -0
- data/doc/ja/cairo-pattern.html +128 -0
- data/doc/ja/cairo-pdf-surface.html +86 -0
- data/doc/ja/cairo-point.html +90 -0
- data/doc/ja/cairo-ps-level.html +62 -0
- data/doc/ja/cairo-ps-surface.html +214 -0
- data/doc/ja/cairo-quartz-image-surface.html +75 -0
- data/doc/ja/cairo-quartz-surface.html +93 -0
- data/doc/ja/cairo-radial-pattern.html +93 -0
- data/doc/ja/cairo-read-error.html +55 -0
- data/doc/ja/cairo-rectangle.html +109 -0
- data/doc/ja/cairo-scaled-font.html +180 -0
- data/doc/ja/cairo-solid-pattern.html +87 -0
- data/doc/ja/cairo-subpixel-order.html +57 -0
- data/doc/ja/cairo-surface-finished-error.html +54 -0
- data/doc/ja/cairo-surface-pattern.html +68 -0
- data/doc/ja/cairo-surface-type-mismatch-error.html +56 -0
- data/doc/ja/cairo-surface.html +213 -0
- data/doc/ja/cairo-svg-surface.html +114 -0
- data/doc/ja/cairo-svg-version.html +66 -0
- data/doc/ja/cairo-temp-file-error.html +50 -0
- data/doc/ja/cairo-text-cluster-flag.html +46 -0
- data/doc/ja/cairo-text-cluster.html +102 -0
- data/doc/ja/cairo-text-extents.html +163 -0
- data/doc/ja/cairo-toy-font-face.html +107 -0
- data/doc/ja/cairo-user-font-error.html +55 -0
- data/doc/ja/cairo-user-font-face-text-to-glyphs-data.html +156 -0
- data/doc/ja/cairo-user-font-face.html +268 -0
- data/doc/ja/cairo-user-font-immutable.html +54 -0
- data/doc/ja/cairo-win32-printing-surface.html +80 -0
- data/doc/ja/cairo-win32-surface.html +100 -0
- data/doc/ja/cairo-write-error.html +55 -0
- data/doc/ja/cairo.html +177 -0
- data/doc/ja/index.html +1156 -0
- data/ext/cairo/cairo.def +104 -0
- data/ext/cairo/extconf.rb +80 -0
- data/ext/cairo/rb_cairo.c +104 -0
- data/ext/cairo/rb_cairo.h +275 -0
- data/ext/cairo/rb_cairo_constants.c +478 -0
- data/ext/cairo/rb_cairo_context.c +1693 -0
- data/ext/cairo/rb_cairo_exception.c +354 -0
- data/ext/cairo/rb_cairo_font_extents.c +200 -0
- data/ext/cairo/rb_cairo_font_face.c +713 -0
- data/ext/cairo/rb_cairo_font_options.c +197 -0
- data/ext/cairo/rb_cairo_glyph.c +161 -0
- data/ext/cairo/rb_cairo_matrix.c +366 -0
- data/ext/cairo/rb_cairo_path.c +459 -0
- data/ext/cairo/rb_cairo_pattern.c +540 -0
- data/ext/cairo/rb_cairo_private.c +242 -0
- data/ext/cairo/rb_cairo_private.h +114 -0
- data/ext/cairo/rb_cairo_scaled_font.c +235 -0
- data/ext/cairo/rb_cairo_surface.c +1371 -0
- data/ext/cairo/rb_cairo_text_cluster.c +151 -0
- data/ext/cairo/rb_cairo_text_extents.c +221 -0
- data/extconf.rb +45 -0
- data/lib/1.8/cairo.so +0 -0
- data/lib/1.9/cairo.so +0 -0
- data/lib/cairo.rb +151 -0
- data/lib/cairo/color.rb +267 -0
- data/lib/cairo/colors.rb +656 -0
- data/lib/cairo/constants.rb +24 -0
- data/lib/cairo/context.rb +29 -0
- data/lib/cairo/context/blur.rb +45 -0
- data/lib/cairo/context/circle.rb +9 -0
- data/lib/cairo/context/color.rb +11 -0
- data/lib/cairo/context/path.rb +116 -0
- data/lib/cairo/context/rectangle.rb +33 -0
- data/lib/cairo/context/triangle.rb +12 -0
- data/lib/cairo/paper.rb +183 -0
- data/lib/cairo/papers.rb +41 -0
- data/lib/cairo/path.rb +15 -0
- data/lib/cairo/point.rb +7 -0
- data/misc/update-colors.rb +143 -0
- data/pkg-config.rb +313 -0
- data/samples/agg/README +4 -0
- data/samples/agg/aa_test.rb +304 -0
- data/samples/blur.rb +47 -0
- data/samples/pac.rb +99 -0
- data/samples/pac2.rb +171 -0
- data/samples/png.rb +45 -0
- data/samples/scalable.rb +56 -0
- data/samples/text-on-path.rb +60 -0
- data/samples/text2.rb +131 -0
- data/test-unit/Rakefile +30 -0
- data/test-unit/bin/testrb +5 -0
- data/test-unit/lib/test/unit.rb +280 -0
- data/test-unit/lib/test/unit/assertionfailederror.rb +14 -0
- data/test-unit/lib/test/unit/assertions.rb +722 -0
- data/test-unit/lib/test/unit/attribute.rb +125 -0
- data/test-unit/lib/test/unit/autorunner.rb +254 -0
- data/test-unit/lib/test/unit/collector.rb +43 -0
- data/test-unit/lib/test/unit/collector/descendant.rb +23 -0
- data/test-unit/lib/test/unit/collector/dir.rb +108 -0
- data/test-unit/lib/test/unit/collector/load.rb +135 -0
- data/test-unit/lib/test/unit/collector/objectspace.rb +34 -0
- data/test-unit/lib/test/unit/color.rb +61 -0
- data/test-unit/lib/test/unit/diff.rb +524 -0
- data/test-unit/lib/test/unit/error.rb +124 -0
- data/test-unit/lib/test/unit/exceptionhandler.rb +39 -0
- data/test-unit/lib/test/unit/failure.rb +110 -0
- data/test-unit/lib/test/unit/fixture.rb +185 -0
- data/test-unit/lib/test/unit/notification.rb +125 -0
- data/test-unit/lib/test/unit/omission.rb +143 -0
- data/test-unit/lib/test/unit/pending.rb +146 -0
- data/test-unit/lib/test/unit/priority.rb +146 -0
- data/test-unit/lib/test/unit/runner/console.rb +46 -0
- data/test-unit/lib/test/unit/runner/emacs.rb +8 -0
- data/test-unit/lib/test/unit/testcase.rb +281 -0
- data/test-unit/lib/test/unit/testresult.rb +89 -0
- data/test-unit/lib/test/unit/testsuite.rb +110 -0
- data/test-unit/lib/test/unit/ui/console/outputlevel.rb +14 -0
- data/test-unit/lib/test/unit/ui/console/testrunner.rb +195 -0
- data/test-unit/lib/test/unit/ui/emacs/testrunner.rb +49 -0
- data/test-unit/lib/test/unit/ui/testrunner.rb +20 -0
- data/test-unit/lib/test/unit/ui/testrunnermediator.rb +77 -0
- data/test-unit/lib/test/unit/ui/testrunnerutilities.rb +41 -0
- data/test-unit/lib/test/unit/util/backtracefilter.rb +41 -0
- data/test-unit/lib/test/unit/util/observable.rb +90 -0
- data/test-unit/lib/test/unit/util/procwrapper.rb +48 -0
- data/test-unit/lib/test/unit/version.rb +7 -0
- data/test-unit/sample/adder.rb +13 -0
- data/test-unit/sample/subtracter.rb +12 -0
- data/test-unit/sample/tc_adder.rb +18 -0
- data/test-unit/sample/tc_subtracter.rb +18 -0
- data/test-unit/sample/ts_examples.rb +7 -0
- data/test-unit/test/collector/test_descendant.rb +135 -0
- data/test-unit/test/collector/test_dir.rb +406 -0
- data/test-unit/test/collector/test_load.rb +333 -0
- data/test-unit/test/collector/test_objectspace.rb +98 -0
- data/test-unit/test/run-test.rb +13 -0
- data/test-unit/test/test_assertions.rb +693 -0
- data/test-unit/test/test_attribute.rb +86 -0
- data/test-unit/test/test_color.rb +37 -0
- data/test-unit/test/test_diff.rb +477 -0
- data/test-unit/test/test_emacs_runner.rb +60 -0
- data/test-unit/test/test_error.rb +26 -0
- data/test-unit/test/test_failure.rb +33 -0
- data/test-unit/test/test_fixture.rb +252 -0
- data/test-unit/test/test_notification.rb +33 -0
- data/test-unit/test/test_omission.rb +81 -0
- data/test-unit/test/test_pending.rb +70 -0
- data/test-unit/test/test_priority.rb +89 -0
- data/test-unit/test/test_testcase.rb +430 -0
- data/test-unit/test/test_testresult.rb +113 -0
- data/test-unit/test/test_testsuite.rb +129 -0
- data/test-unit/test/testunit_test_util.rb +14 -0
- data/test-unit/test/ui/test_testrunmediator.rb +20 -0
- data/test-unit/test/util/test_backtracefilter.rb +41 -0
- data/test-unit/test/util/test_observable.rb +102 -0
- data/test-unit/test/util/test_procwrapper.rb +36 -0
- data/test/cairo-test-utils.rb +18 -0
- data/test/run-test.rb +28 -0
- data/test/test_color.rb +17 -0
- data/test/test_constants.rb +16 -0
- data/test/test_context.rb +105 -0
- data/test/test_exception.rb +27 -0
- data/test/test_font_extents.rb +36 -0
- data/test/test_font_face.rb +244 -0
- data/test/test_font_options.rb +13 -0
- data/test/test_paper.rb +81 -0
- data/test/test_pkg_config.rb +123 -0
- data/test/test_scaled_font.rb +34 -0
- data/test/test_surface.rb +41 -0
- data/test/test_text_cluster.rb +32 -0
- data/test/test_text_extents.rb +40 -0
- data/test/test_text_to_glyphs_data.rb +51 -0
- data/tmp/x86-mingw32/cairo/1.8.7/fake.rb +6 -0
- data/tmp/x86-mingw32/cairo/1.8.7/mkmf.rb +1836 -0
- data/tmp/x86-mingw32/cairo/1.8.7/rbconfig.rb +183 -0
- data/tmp/x86-mingw32/cairo/1.9.2/fake.rb +6 -0
- data/tmp/x86-mingw32/cairo/1.9.2/mkmf.rb +2079 -0
- data/tmp/x86-mingw32/cairo/1.9.2/rbconfig.rb +226 -0
- metadata +437 -0
@@ -0,0 +1,226 @@
|
|
1
|
+
|
2
|
+
# This file was created by mkconfig.rb when ruby was built. Any
|
3
|
+
# changes made to this file will be lost the next time ruby is built.
|
4
|
+
|
5
|
+
module RbConfig
|
6
|
+
RUBY_VERSION == "1.9.2" or
|
7
|
+
raise "ruby lib version (1.9.2) doesn't match executable version (#{RUBY_VERSION})"
|
8
|
+
|
9
|
+
TOPDIR = File.dirname(__FILE__).chomp!("/lib/ruby/1.9.1/i386-mingw32")
|
10
|
+
DESTDIR = '' unless defined? DESTDIR
|
11
|
+
CONFIG = {}
|
12
|
+
CONFIG["DESTDIR"] = DESTDIR
|
13
|
+
CONFIG["MAJOR"] = "1"
|
14
|
+
CONFIG["MINOR"] = "9"
|
15
|
+
CONFIG["TEENY"] = "1"
|
16
|
+
CONFIG["PATCHLEVEL"] = "0"
|
17
|
+
CONFIG["INSTALL"] = '/usr/bin/install -c'
|
18
|
+
CONFIG["EXEEXT"] = ".exe"
|
19
|
+
CONFIG["prefix"] = (TOPDIR || DESTDIR + "/home/kou/.rake-compiler/ruby/ruby-1.9.2-p0")
|
20
|
+
CONFIG["ruby_install_name"] = "ruby"
|
21
|
+
CONFIG["RUBY_INSTALL_NAME"] = "ruby"
|
22
|
+
CONFIG["RUBY_SO_NAME"] = "msvcrt-ruby191"
|
23
|
+
CONFIG["PACKAGE"] = "ruby"
|
24
|
+
CONFIG["BUILTIN_TRANSSRCS"] = " newline.c"
|
25
|
+
CONFIG["MANTYPE"] = "doc"
|
26
|
+
CONFIG["NROFF"] = "/usr/bin/nroff"
|
27
|
+
CONFIG["vendorhdrdir"] = "$(rubyhdrdir)/vendor_ruby"
|
28
|
+
CONFIG["sitehdrdir"] = "$(rubyhdrdir)/site_ruby"
|
29
|
+
CONFIG["rubyhdrdir"] = "$(includedir)/$(RUBY_BASE_NAME)-$(ruby_version)"
|
30
|
+
CONFIG["UNIVERSAL_INTS"] = ""
|
31
|
+
CONFIG["UNIVERSAL_ARCHNAMES"] = ""
|
32
|
+
CONFIG["configure_args"] = " '--target=i386-mingw32' '--host=i586-mingw32msvc' '--build=i686-linux' '--enable-shared' '--disable-install-doc' '--without-tk' '--without-tcl' '--prefix=/home/kou/.rake-compiler/ruby/ruby-1.9.2-p0' 'build_alias=i686-linux' 'host_alias=i586-mingw32msvc' 'target_alias=i386-mingw32'"
|
33
|
+
CONFIG["vendordir"] = "$(rubylibprefix)/vendor_ruby"
|
34
|
+
CONFIG["sitedir"] = "$(rubylibprefix)/site_ruby"
|
35
|
+
CONFIG["ruby_version"] = "1.9.1"
|
36
|
+
CONFIG["sitearch"] = "i386-msvcrt"
|
37
|
+
CONFIG["arch"] = "i386-mingw32"
|
38
|
+
CONFIG["RI_BASE_NAME"] = "ri"
|
39
|
+
CONFIG["ridir"] = "$(datarootdir)/$(RI_BASE_NAME)"
|
40
|
+
CONFIG["rubylibprefix"] = "$(libdir)/$(RUBY_BASE_NAME)"
|
41
|
+
CONFIG["MAKEFILES"] = "Makefile GNUmakefile"
|
42
|
+
CONFIG["THREAD_MODEL"] = "win32"
|
43
|
+
CONFIG["EXPORT_PREFIX"] = " "
|
44
|
+
CONFIG["COMMON_HEADERS"] = "winsock2.h windows.h"
|
45
|
+
CONFIG["COMMON_MACROS"] = ""
|
46
|
+
CONFIG["COMMON_LIBS"] = "m"
|
47
|
+
CONFIG["MAINLIBS"] = ""
|
48
|
+
CONFIG["ENABLE_SHARED"] = "yes"
|
49
|
+
CONFIG["DLDLIBS"] = ""
|
50
|
+
CONFIG["SOLIBS"] = "$(LIBS)"
|
51
|
+
CONFIG["LIBRUBYARG_SHARED"] = "-l$(RUBY_SO_NAME)"
|
52
|
+
CONFIG["LIBRUBYARG_STATIC"] = "-l$(RUBY_SO_NAME)-static"
|
53
|
+
CONFIG["LIBRUBYARG"] = "$(LIBRUBYARG_SHARED)"
|
54
|
+
CONFIG["LIBRUBY"] = "lib$(RUBY_SO_NAME).dll.a"
|
55
|
+
CONFIG["LIBRUBY_ALIASES"] = ""
|
56
|
+
CONFIG["LIBRUBY_SO"] = "$(RUBY_SO_NAME).dll"
|
57
|
+
CONFIG["LIBRUBY_A"] = "lib$(RUBY_SO_NAME)-static.a"
|
58
|
+
CONFIG["RUBYW_INSTALL_NAME"] = "$(RUBYW_BASE_NAME)"
|
59
|
+
CONFIG["rubyw_install_name"] = "$(RUBYW_INSTALL_NAME)"
|
60
|
+
CONFIG["LIBRUBY_DLDFLAGS"] = " -Wl,--enable-auto-image-base,--enable-auto-import -Wl,--out-implib=$(LIBRUBY) $(RUBYDEF)"
|
61
|
+
CONFIG["LIBRUBY_LDSHARED"] = "$(CC) -shared $(if $(filter-out -g -g0,$(debugflags)),,-s)"
|
62
|
+
CONFIG["warnflags"] = "-Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long"
|
63
|
+
CONFIG["debugflags"] = "-g"
|
64
|
+
CONFIG["optflags"] = "-O3"
|
65
|
+
CONFIG["cxxflags"] = " $(optflags) $(debugflags) $(warnflags)"
|
66
|
+
CONFIG["cflags"] = " $(optflags) $(debugflags) $(warnflags)"
|
67
|
+
CONFIG["cppflags"] = ""
|
68
|
+
CONFIG["INSTALLDOC"] = "nodoc"
|
69
|
+
CONFIG["RDOCTARGET"] = "nodoc"
|
70
|
+
CONFIG["EXECUTABLE_EXTS"] = ".exe .com .cmd .bat"
|
71
|
+
CONFIG["ARCHFILE"] = ""
|
72
|
+
CONFIG["EXTOUT"] = ".ext"
|
73
|
+
CONFIG["PREP"] = "$(arch)-fake.rb"
|
74
|
+
CONFIG["TEST_RUNNABLE"] = "no"
|
75
|
+
CONFIG["setup"] = "Setup"
|
76
|
+
CONFIG["EXTSTATIC"] = ""
|
77
|
+
CONFIG["STRIP"] = "strip"
|
78
|
+
CONFIG["TRY_LINK"] = ""
|
79
|
+
CONFIG["LIBPATHENV"] = ""
|
80
|
+
CONFIG["RPATHFLAG"] = ""
|
81
|
+
CONFIG["LIBPATHFLAG"] = " -L%s"
|
82
|
+
CONFIG["LINK_SO"] = ""
|
83
|
+
CONFIG["LIBEXT"] = "a"
|
84
|
+
CONFIG["DLEXT2"] = ""
|
85
|
+
CONFIG["DLEXT"] = "so"
|
86
|
+
CONFIG["LDSHAREDXX"] = "$(CXX) -shared $(if $(filter-out -g -g0,$(debugflags)),,-s)"
|
87
|
+
CONFIG["LDSHARED"] = "$(CC) -shared $(if $(filter-out -g -g0,$(debugflags)),,-s)"
|
88
|
+
CONFIG["CCDLFLAGS"] = ""
|
89
|
+
CONFIG["STATIC"] = ""
|
90
|
+
CONFIG["ARCH_FLAG"] = ""
|
91
|
+
CONFIG["DLDFLAGS"] = " -Wl,--enable-auto-image-base,--enable-auto-import $(DEFFILE)"
|
92
|
+
CONFIG["ALLOCA"] = ""
|
93
|
+
CONFIG["CHDIR"] = "cd -P"
|
94
|
+
CONFIG["RMALL"] = "rm -fr"
|
95
|
+
CONFIG["RMDIRS"] = "$(top_srcdir)/tool/rmdirs"
|
96
|
+
CONFIG["CP"] = "cp"
|
97
|
+
CONFIG["RM"] = "rm -f"
|
98
|
+
CONFIG["CAPITARGET"] = "nodoc"
|
99
|
+
CONFIG["DOXYGEN"] = "doxygen"
|
100
|
+
CONFIG["DOT"] = ""
|
101
|
+
CONFIG["MAKEDIRS"] = "/bin/mkdir -p"
|
102
|
+
CONFIG["MKDIR_P"] = "/bin/mkdir -p"
|
103
|
+
CONFIG["INSTALL_DATA"] = "$(INSTALL) -m 644"
|
104
|
+
CONFIG["INSTALL_SCRIPT"] = "$(INSTALL)"
|
105
|
+
CONFIG["INSTALL_PROGRAM"] = "$(INSTALL)"
|
106
|
+
CONFIG["SET_MAKE"] = ""
|
107
|
+
CONFIG["LN_S"] = "ln -s"
|
108
|
+
CONFIG["DLLWRAP"] = "i586-mingw32msvc-dllwrap"
|
109
|
+
CONFIG["WINDRES"] = "i586-mingw32msvc-windres"
|
110
|
+
CONFIG["NM"] = "i586-mingw32msvc-nm"
|
111
|
+
CONFIG["OBJCOPY"] = "i586-mingw32msvc-objcopy"
|
112
|
+
CONFIG["OBJDUMP"] = "i586-mingw32msvc-objdump"
|
113
|
+
CONFIG["ASFLAGS"] = ""
|
114
|
+
CONFIG["AS"] = "i586-mingw32msvc-as"
|
115
|
+
CONFIG["AR"] = "i586-mingw32msvc-ar"
|
116
|
+
CONFIG["RANLIB"] = "i586-mingw32msvc-ranlib"
|
117
|
+
CONFIG["try_header"] = ""
|
118
|
+
CONFIG["COUTFLAG"] = "-o "
|
119
|
+
CONFIG["OUTFLAG"] = "-o "
|
120
|
+
CONFIG["CPPOUTFILE"] = "-o conftest.i"
|
121
|
+
CONFIG["GNU_LD"] = "yes"
|
122
|
+
CONFIG["GCC"] = "yes"
|
123
|
+
CONFIG["EGREP"] = "/bin/grep -E"
|
124
|
+
CONFIG["GREP"] = "/bin/grep"
|
125
|
+
CONFIG["CPP"] = "$(CC) -E"
|
126
|
+
CONFIG["CXXFLAGS"] = "$(cxxflags)"
|
127
|
+
CONFIG["CXX"] = "i586-mingw32msvc-g++"
|
128
|
+
CONFIG["OBJEXT"] = "o"
|
129
|
+
CONFIG["CPPFLAGS"] = " $(DEFS) $(cppflags)"
|
130
|
+
CONFIG["LDFLAGS"] = "-L. "
|
131
|
+
CONFIG["CFLAGS"] = "$(cflags)"
|
132
|
+
CONFIG["CC"] = "i586-mingw32msvc-gcc"
|
133
|
+
CONFIG["target_os"] = "mingw32"
|
134
|
+
CONFIG["target_vendor"] = "pc"
|
135
|
+
CONFIG["target_cpu"] = "i386"
|
136
|
+
CONFIG["target"] = "i386-pc-mingw32"
|
137
|
+
CONFIG["host_os"] = "mingw32msvc"
|
138
|
+
CONFIG["host_vendor"] = "pc"
|
139
|
+
CONFIG["host_cpu"] = "i586"
|
140
|
+
CONFIG["host"] = "i586-pc-mingw32msvc"
|
141
|
+
CONFIG["build_os"] = "linux-gnu"
|
142
|
+
CONFIG["build_vendor"] = "pc"
|
143
|
+
CONFIG["build_cpu"] = "i686"
|
144
|
+
CONFIG["build"] = "i686-pc-linux-gnu"
|
145
|
+
CONFIG["RUBYW_BASE_NAME"] = "rubyw"
|
146
|
+
CONFIG["RUBY_BASE_NAME"] = "ruby"
|
147
|
+
CONFIG["RUBY_RELEASE_DATE"] = "2010-08-18"
|
148
|
+
CONFIG["RUBY_PROGRAM_VERSION"] = "1.9.2"
|
149
|
+
CONFIG["BASERUBY"] = "ruby"
|
150
|
+
CONFIG["target_alias"] = "i386-mingw32"
|
151
|
+
CONFIG["host_alias"] = "i586-mingw32msvc"
|
152
|
+
CONFIG["build_alias"] = "i686-linux"
|
153
|
+
CONFIG["LIBS"] = "-lshell32 -lws2_32 "
|
154
|
+
CONFIG["ECHO_T"] = ""
|
155
|
+
CONFIG["ECHO_N"] = "-n"
|
156
|
+
CONFIG["ECHO_C"] = ""
|
157
|
+
CONFIG["DEFS"] = ""
|
158
|
+
CONFIG["mandir"] = "$(datarootdir)/man"
|
159
|
+
CONFIG["localedir"] = "$(datarootdir)/locale"
|
160
|
+
CONFIG["libdir"] = "$(exec_prefix)/lib"
|
161
|
+
CONFIG["psdir"] = "$(docdir)"
|
162
|
+
CONFIG["pdfdir"] = "$(docdir)"
|
163
|
+
CONFIG["dvidir"] = "$(docdir)"
|
164
|
+
CONFIG["htmldir"] = "$(docdir)"
|
165
|
+
CONFIG["infodir"] = "$(datarootdir)/info"
|
166
|
+
CONFIG["docdir"] = "$(datarootdir)/doc/$(PACKAGE)"
|
167
|
+
CONFIG["oldincludedir"] = "/usr/include"
|
168
|
+
CONFIG["includedir"] = "$(prefix)/include"
|
169
|
+
CONFIG["localstatedir"] = "$(prefix)/var"
|
170
|
+
CONFIG["sharedstatedir"] = "$(prefix)/com"
|
171
|
+
CONFIG["sysconfdir"] = "$(prefix)/etc"
|
172
|
+
CONFIG["datadir"] = "$(datarootdir)"
|
173
|
+
CONFIG["datarootdir"] = "$(prefix)/share"
|
174
|
+
CONFIG["libexecdir"] = "$(exec_prefix)/libexec"
|
175
|
+
CONFIG["sbindir"] = "$(exec_prefix)/sbin"
|
176
|
+
CONFIG["bindir"] = "$(exec_prefix)/bin"
|
177
|
+
CONFIG["exec_prefix"] = "$(prefix)"
|
178
|
+
CONFIG["PACKAGE_URL"] = ""
|
179
|
+
CONFIG["PACKAGE_BUGREPORT"] = ""
|
180
|
+
CONFIG["PACKAGE_STRING"] = ""
|
181
|
+
CONFIG["PACKAGE_VERSION"] = ""
|
182
|
+
CONFIG["PACKAGE_TARNAME"] = ""
|
183
|
+
CONFIG["PACKAGE_NAME"] = ""
|
184
|
+
CONFIG["PATH_SEPARATOR"] = ":"
|
185
|
+
CONFIG["SHELL"] = "/bin/bash"
|
186
|
+
CONFIG["rubylibdir"] = "$(rubylibprefix)/$(ruby_version)"
|
187
|
+
CONFIG["archdir"] = "$(rubylibdir)/$(arch)"
|
188
|
+
CONFIG["sitelibdir"] = "$(sitedir)/$(ruby_version)"
|
189
|
+
CONFIG["sitearchdir"] = "$(sitelibdir)/$(sitearch)"
|
190
|
+
CONFIG["vendorlibdir"] = "$(vendordir)/$(ruby_version)"
|
191
|
+
CONFIG["vendorarchdir"] = "$(vendorlibdir)/$(sitearch)"
|
192
|
+
CONFIG["topdir"] = File.dirname(__FILE__)
|
193
|
+
MAKEFILE_CONFIG = {}
|
194
|
+
CONFIG.each{|k,v| MAKEFILE_CONFIG[k] = v.dup}
|
195
|
+
def RbConfig::expand(val, config = CONFIG)
|
196
|
+
newval = val.gsub(/\$\$|\$\(([^()]+)\)|\$\{([^{}]+)\}/) {
|
197
|
+
var = $&
|
198
|
+
if !(v = $1 || $2)
|
199
|
+
'$'
|
200
|
+
elsif key = config[v = v[/\A[^:]+(?=(?::(.*?)=(.*))?\z)/]]
|
201
|
+
pat, sub = $1, $2
|
202
|
+
config[v] = false
|
203
|
+
config[v] = RbConfig::expand(key, config)
|
204
|
+
key = key.gsub(/#{Regexp.quote(pat)}(?=\s|\z)/n) {sub} if pat
|
205
|
+
key
|
206
|
+
else
|
207
|
+
var
|
208
|
+
end
|
209
|
+
}
|
210
|
+
val.replace(newval) unless newval == val
|
211
|
+
val
|
212
|
+
end
|
213
|
+
CONFIG.each_value do |val|
|
214
|
+
RbConfig::expand(val)
|
215
|
+
end
|
216
|
+
|
217
|
+
# returns the absolute pathname of the ruby command.
|
218
|
+
def RbConfig.ruby
|
219
|
+
File.join(
|
220
|
+
RbConfig::CONFIG["bindir"],
|
221
|
+
RbConfig::CONFIG["ruby_install_name"] + RbConfig::CONFIG["EXEEXT"]
|
222
|
+
)
|
223
|
+
end
|
224
|
+
end
|
225
|
+
Config = RbConfig # compatibility for ruby-1.8.4 and older.
|
226
|
+
CROSS_COMPILING = nil unless defined? CROSS_COMPILING
|
metadata
ADDED
@@ -0,0 +1,437 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: cairo
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 49
|
5
|
+
prerelease: false
|
6
|
+
segments:
|
7
|
+
- 1
|
8
|
+
- 8
|
9
|
+
- 3
|
10
|
+
version: 1.8.3
|
11
|
+
platform: x86-mingw32
|
12
|
+
authors:
|
13
|
+
- Evan Marin
|
14
|
+
- "\xC3\x98yvind Kol\xC3\xA5s"
|
15
|
+
- MenTaLguY
|
16
|
+
- Kouhei Sutou
|
17
|
+
autorequire:
|
18
|
+
bindir: bin
|
19
|
+
cert_chain: []
|
20
|
+
|
21
|
+
date: 2010-08-26 00:00:00 +09:00
|
22
|
+
default_executable:
|
23
|
+
dependencies:
|
24
|
+
- !ruby/object:Gem::Dependency
|
25
|
+
name: rubyforge
|
26
|
+
prerelease: false
|
27
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
28
|
+
none: false
|
29
|
+
requirements:
|
30
|
+
- - ">="
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
hash: 7
|
33
|
+
segments:
|
34
|
+
- 2
|
35
|
+
- 0
|
36
|
+
- 4
|
37
|
+
version: 2.0.4
|
38
|
+
type: :development
|
39
|
+
version_requirements: *id001
|
40
|
+
description: Ruby bindings for cairo
|
41
|
+
email:
|
42
|
+
- cairo@cairographics.org
|
43
|
+
executables: []
|
44
|
+
|
45
|
+
extensions: []
|
46
|
+
|
47
|
+
extra_rdoc_files: []
|
48
|
+
|
49
|
+
files:
|
50
|
+
- AUTHORS
|
51
|
+
- COPYING
|
52
|
+
- GPL
|
53
|
+
- NEWS
|
54
|
+
- Rakefile
|
55
|
+
- doc/doc.css
|
56
|
+
- doc/en/cairo-antialias.html
|
57
|
+
- doc/en/cairo-clip-not-representable-error.html
|
58
|
+
- doc/en/cairo-color-base.html
|
59
|
+
- doc/en/cairo-color-cmyk.html
|
60
|
+
- doc/en/cairo-color-hsv.html
|
61
|
+
- doc/en/cairo-color-rgb.html
|
62
|
+
- doc/en/cairo-color-x11.html
|
63
|
+
- doc/en/cairo-color.html
|
64
|
+
- doc/en/cairo-content.html
|
65
|
+
- doc/en/cairo-context-blur.html
|
66
|
+
- doc/en/cairo-context-circle.html
|
67
|
+
- doc/en/cairo-context-color.html
|
68
|
+
- doc/en/cairo-context-path.html
|
69
|
+
- doc/en/cairo-context-rectangle.html
|
70
|
+
- doc/en/cairo-context-triangle.html
|
71
|
+
- doc/en/cairo-context.html
|
72
|
+
- doc/en/cairo-error.html
|
73
|
+
- doc/en/cairo-extend.html
|
74
|
+
- doc/en/cairo-file-not-found.html
|
75
|
+
- doc/en/cairo-fill-rule.html
|
76
|
+
- doc/en/cairo-filter.html
|
77
|
+
- doc/en/cairo-font-extents.html
|
78
|
+
- doc/en/cairo-font-face.html
|
79
|
+
- doc/en/cairo-font-options.html
|
80
|
+
- doc/en/cairo-font-slant.html
|
81
|
+
- doc/en/cairo-font-type-mismatch.html
|
82
|
+
- doc/en/cairo-font-weight.html
|
83
|
+
- doc/en/cairo-format.html
|
84
|
+
- doc/en/cairo-glyph.html
|
85
|
+
- doc/en/cairo-gradient-pattern.html
|
86
|
+
- doc/en/cairo-hint-metrics.html
|
87
|
+
- doc/en/cairo-hint-style.html
|
88
|
+
- doc/en/cairo-image-surface.html
|
89
|
+
- doc/en/cairo-invalid-clusters.html
|
90
|
+
- doc/en/cairo-invalid-content-error.html
|
91
|
+
- doc/en/cairo-invalid-dash-error.html
|
92
|
+
- doc/en/cairo-invalid-dsc-comment-error.html
|
93
|
+
- doc/en/cairo-invalid-format-error.html
|
94
|
+
- doc/en/cairo-invalid-index-error.html
|
95
|
+
- doc/en/cairo-invalid-matrix-error.html
|
96
|
+
- doc/en/cairo-invalid-path-data-error.html
|
97
|
+
- doc/en/cairo-invalid-pop-group-error.html
|
98
|
+
- doc/en/cairo-invalid-restore-error.html
|
99
|
+
- doc/en/cairo-invalid-slant.html
|
100
|
+
- doc/en/cairo-invalid-status-error.html
|
101
|
+
- doc/en/cairo-invalid-stride-error.html
|
102
|
+
- doc/en/cairo-invalid-string-error.html
|
103
|
+
- doc/en/cairo-invalid-visual-error.html
|
104
|
+
- doc/en/cairo-invalid-weight.html
|
105
|
+
- doc/en/cairo-line-cap.html
|
106
|
+
- doc/en/cairo-line-join.html
|
107
|
+
- doc/en/cairo-linear-pattern.html
|
108
|
+
- doc/en/cairo-matrix.html
|
109
|
+
- doc/en/cairo-negative-count.html
|
110
|
+
- doc/en/cairo-no-current-point-error.html
|
111
|
+
- doc/en/cairo-null-pointer-error.html
|
112
|
+
- doc/en/cairo-operator.html
|
113
|
+
- doc/en/cairo-paper-parse-error.html
|
114
|
+
- doc/en/cairo-paper-unknown-paper-name.html
|
115
|
+
- doc/en/cairo-paper-unknown-unit.html
|
116
|
+
- doc/en/cairo-paper-unrecognized-paper-description.html
|
117
|
+
- doc/en/cairo-paper.html
|
118
|
+
- doc/en/cairo-path-close-path.html
|
119
|
+
- doc/en/cairo-path-curve-to.html
|
120
|
+
- doc/en/cairo-path-data-type.html
|
121
|
+
- doc/en/cairo-path-data.html
|
122
|
+
- doc/en/cairo-path-line-to.html
|
123
|
+
- doc/en/cairo-path-move-to.html
|
124
|
+
- doc/en/cairo-path.html
|
125
|
+
- doc/en/cairo-pattern-type-mismatch-error.html
|
126
|
+
- doc/en/cairo-pattern.html
|
127
|
+
- doc/en/cairo-pdf-surface.html
|
128
|
+
- doc/en/cairo-point.html
|
129
|
+
- doc/en/cairo-ps-level.html
|
130
|
+
- doc/en/cairo-ps-surface.html
|
131
|
+
- doc/en/cairo-quartz-image-surface.html
|
132
|
+
- doc/en/cairo-quartz-surface.html
|
133
|
+
- doc/en/cairo-radial-pattern.html
|
134
|
+
- doc/en/cairo-read-error.html
|
135
|
+
- doc/en/cairo-rectangle.html
|
136
|
+
- doc/en/cairo-scaled-font.html
|
137
|
+
- doc/en/cairo-solid-pattern.html
|
138
|
+
- doc/en/cairo-subpixel-order.html
|
139
|
+
- doc/en/cairo-surface-finished-error.html
|
140
|
+
- doc/en/cairo-surface-pattern.html
|
141
|
+
- doc/en/cairo-surface-type-mismatch-error.html
|
142
|
+
- doc/en/cairo-surface.html
|
143
|
+
- doc/en/cairo-svg-surface.html
|
144
|
+
- doc/en/cairo-svg-version.html
|
145
|
+
- doc/en/cairo-temp-file-error.html
|
146
|
+
- doc/en/cairo-text-cluster-flag.html
|
147
|
+
- doc/en/cairo-text-cluster.html
|
148
|
+
- doc/en/cairo-text-extents.html
|
149
|
+
- doc/en/cairo-toy-font-face.html
|
150
|
+
- doc/en/cairo-user-font-error.html
|
151
|
+
- doc/en/cairo-user-font-face-text-to-glyphs-data.html
|
152
|
+
- doc/en/cairo-user-font-face.html
|
153
|
+
- doc/en/cairo-user-font-immutable.html
|
154
|
+
- doc/en/cairo-win32-printing-surface.html
|
155
|
+
- doc/en/cairo-win32-surface.html
|
156
|
+
- doc/en/cairo-write-error.html
|
157
|
+
- doc/en/cairo.html
|
158
|
+
- doc/en/index.html
|
159
|
+
- doc/index.html
|
160
|
+
- doc/ja/cairo-antialias.html
|
161
|
+
- doc/ja/cairo-clip-not-representable-error.html
|
162
|
+
- doc/ja/cairo-color-base.html
|
163
|
+
- doc/ja/cairo-color-cmyk.html
|
164
|
+
- doc/ja/cairo-color-hsv.html
|
165
|
+
- doc/ja/cairo-color-rgb.html
|
166
|
+
- doc/ja/cairo-color-x11.html
|
167
|
+
- doc/ja/cairo-color.html
|
168
|
+
- doc/ja/cairo-content.html
|
169
|
+
- doc/ja/cairo-context-blur.html
|
170
|
+
- doc/ja/cairo-context-circle.html
|
171
|
+
- doc/ja/cairo-context-color.html
|
172
|
+
- doc/ja/cairo-context-path.html
|
173
|
+
- doc/ja/cairo-context-rectangle.html
|
174
|
+
- doc/ja/cairo-context-triangle.html
|
175
|
+
- doc/ja/cairo-context.html
|
176
|
+
- doc/ja/cairo-error.html
|
177
|
+
- doc/ja/cairo-extend.html
|
178
|
+
- doc/ja/cairo-file-not-found.html
|
179
|
+
- doc/ja/cairo-fill-rule.html
|
180
|
+
- doc/ja/cairo-filter.html
|
181
|
+
- doc/ja/cairo-font-extents.html
|
182
|
+
- doc/ja/cairo-font-face.html
|
183
|
+
- doc/ja/cairo-font-options.html
|
184
|
+
- doc/ja/cairo-font-slant.html
|
185
|
+
- doc/ja/cairo-font-type-mismatch.html
|
186
|
+
- doc/ja/cairo-font-weight.html
|
187
|
+
- doc/ja/cairo-format.html
|
188
|
+
- doc/ja/cairo-glyph.html
|
189
|
+
- doc/ja/cairo-gradient-pattern.html
|
190
|
+
- doc/ja/cairo-hint-metrics.html
|
191
|
+
- doc/ja/cairo-hint-style.html
|
192
|
+
- doc/ja/cairo-image-surface.html
|
193
|
+
- doc/ja/cairo-invalid-clusters.html
|
194
|
+
- doc/ja/cairo-invalid-content-error.html
|
195
|
+
- doc/ja/cairo-invalid-dash-error.html
|
196
|
+
- doc/ja/cairo-invalid-dsc-comment-error.html
|
197
|
+
- doc/ja/cairo-invalid-format-error.html
|
198
|
+
- doc/ja/cairo-invalid-index-error.html
|
199
|
+
- doc/ja/cairo-invalid-matrix-error.html
|
200
|
+
- doc/ja/cairo-invalid-path-data-error.html
|
201
|
+
- doc/ja/cairo-invalid-pop-group-error.html
|
202
|
+
- doc/ja/cairo-invalid-restore-error.html
|
203
|
+
- doc/ja/cairo-invalid-slant.html
|
204
|
+
- doc/ja/cairo-invalid-status-error.html
|
205
|
+
- doc/ja/cairo-invalid-stride-error.html
|
206
|
+
- doc/ja/cairo-invalid-string-error.html
|
207
|
+
- doc/ja/cairo-invalid-visual-error.html
|
208
|
+
- doc/ja/cairo-invalid-weight.html
|
209
|
+
- doc/ja/cairo-line-cap.html
|
210
|
+
- doc/ja/cairo-line-join.html
|
211
|
+
- doc/ja/cairo-linear-pattern.html
|
212
|
+
- doc/ja/cairo-matrix.html
|
213
|
+
- doc/ja/cairo-negative-count.html
|
214
|
+
- doc/ja/cairo-no-current-point-error.html
|
215
|
+
- doc/ja/cairo-null-pointer-error.html
|
216
|
+
- doc/ja/cairo-operator.html
|
217
|
+
- doc/ja/cairo-paper-parse-error.html
|
218
|
+
- doc/ja/cairo-paper-unknown-paper-name.html
|
219
|
+
- doc/ja/cairo-paper-unknown-unit.html
|
220
|
+
- doc/ja/cairo-paper-unrecognized-paper-description.html
|
221
|
+
- doc/ja/cairo-paper.html
|
222
|
+
- doc/ja/cairo-path-close-path.html
|
223
|
+
- doc/ja/cairo-path-curve-to.html
|
224
|
+
- doc/ja/cairo-path-data-type.html
|
225
|
+
- doc/ja/cairo-path-data.html
|
226
|
+
- doc/ja/cairo-path-line-to.html
|
227
|
+
- doc/ja/cairo-path-move-to.html
|
228
|
+
- doc/ja/cairo-path.html
|
229
|
+
- doc/ja/cairo-pattern-type-mismatch-error.html
|
230
|
+
- doc/ja/cairo-pattern.html
|
231
|
+
- doc/ja/cairo-pdf-surface.html
|
232
|
+
- doc/ja/cairo-point.html
|
233
|
+
- doc/ja/cairo-ps-level.html
|
234
|
+
- doc/ja/cairo-ps-surface.html
|
235
|
+
- doc/ja/cairo-quartz-image-surface.html
|
236
|
+
- doc/ja/cairo-quartz-surface.html
|
237
|
+
- doc/ja/cairo-radial-pattern.html
|
238
|
+
- doc/ja/cairo-read-error.html
|
239
|
+
- doc/ja/cairo-rectangle.html
|
240
|
+
- doc/ja/cairo-scaled-font.html
|
241
|
+
- doc/ja/cairo-solid-pattern.html
|
242
|
+
- doc/ja/cairo-subpixel-order.html
|
243
|
+
- doc/ja/cairo-surface-finished-error.html
|
244
|
+
- doc/ja/cairo-surface-pattern.html
|
245
|
+
- doc/ja/cairo-surface-type-mismatch-error.html
|
246
|
+
- doc/ja/cairo-surface.html
|
247
|
+
- doc/ja/cairo-svg-surface.html
|
248
|
+
- doc/ja/cairo-svg-version.html
|
249
|
+
- doc/ja/cairo-temp-file-error.html
|
250
|
+
- doc/ja/cairo-text-cluster-flag.html
|
251
|
+
- doc/ja/cairo-text-cluster.html
|
252
|
+
- doc/ja/cairo-text-extents.html
|
253
|
+
- doc/ja/cairo-toy-font-face.html
|
254
|
+
- doc/ja/cairo-user-font-error.html
|
255
|
+
- doc/ja/cairo-user-font-face-text-to-glyphs-data.html
|
256
|
+
- doc/ja/cairo-user-font-face.html
|
257
|
+
- doc/ja/cairo-user-font-immutable.html
|
258
|
+
- doc/ja/cairo-win32-printing-surface.html
|
259
|
+
- doc/ja/cairo-win32-surface.html
|
260
|
+
- doc/ja/cairo-write-error.html
|
261
|
+
- doc/ja/cairo.html
|
262
|
+
- doc/ja/index.html
|
263
|
+
- ext/cairo/cairo.def
|
264
|
+
- ext/cairo/extconf.rb
|
265
|
+
- ext/cairo/rb_cairo.c
|
266
|
+
- ext/cairo/rb_cairo.h
|
267
|
+
- ext/cairo/rb_cairo_constants.c
|
268
|
+
- ext/cairo/rb_cairo_context.c
|
269
|
+
- ext/cairo/rb_cairo_exception.c
|
270
|
+
- ext/cairo/rb_cairo_font_extents.c
|
271
|
+
- ext/cairo/rb_cairo_font_face.c
|
272
|
+
- ext/cairo/rb_cairo_font_options.c
|
273
|
+
- ext/cairo/rb_cairo_glyph.c
|
274
|
+
- ext/cairo/rb_cairo_matrix.c
|
275
|
+
- ext/cairo/rb_cairo_path.c
|
276
|
+
- ext/cairo/rb_cairo_pattern.c
|
277
|
+
- ext/cairo/rb_cairo_private.c
|
278
|
+
- ext/cairo/rb_cairo_private.h
|
279
|
+
- ext/cairo/rb_cairo_scaled_font.c
|
280
|
+
- ext/cairo/rb_cairo_surface.c
|
281
|
+
- ext/cairo/rb_cairo_text_cluster.c
|
282
|
+
- ext/cairo/rb_cairo_text_extents.c
|
283
|
+
- extconf.rb
|
284
|
+
- lib/cairo.rb
|
285
|
+
- lib/cairo/color.rb
|
286
|
+
- lib/cairo/colors.rb
|
287
|
+
- lib/cairo/constants.rb
|
288
|
+
- lib/cairo/context.rb
|
289
|
+
- lib/cairo/context/blur.rb
|
290
|
+
- lib/cairo/context/circle.rb
|
291
|
+
- lib/cairo/context/color.rb
|
292
|
+
- lib/cairo/context/path.rb
|
293
|
+
- lib/cairo/context/rectangle.rb
|
294
|
+
- lib/cairo/context/triangle.rb
|
295
|
+
- lib/cairo/paper.rb
|
296
|
+
- lib/cairo/papers.rb
|
297
|
+
- lib/cairo/path.rb
|
298
|
+
- lib/cairo/point.rb
|
299
|
+
- misc/update-colors.rb
|
300
|
+
- pkg-config.rb
|
301
|
+
- samples/agg/README
|
302
|
+
- samples/agg/aa_test.rb
|
303
|
+
- samples/blur.rb
|
304
|
+
- samples/pac.rb
|
305
|
+
- samples/pac2.rb
|
306
|
+
- samples/png.rb
|
307
|
+
- samples/scalable.rb
|
308
|
+
- samples/text-on-path.rb
|
309
|
+
- samples/text2.rb
|
310
|
+
- test-unit/Rakefile
|
311
|
+
- test-unit/bin/testrb
|
312
|
+
- test-unit/lib/test/unit.rb
|
313
|
+
- test-unit/lib/test/unit/assertionfailederror.rb
|
314
|
+
- test-unit/lib/test/unit/assertions.rb
|
315
|
+
- test-unit/lib/test/unit/attribute.rb
|
316
|
+
- test-unit/lib/test/unit/autorunner.rb
|
317
|
+
- test-unit/lib/test/unit/collector.rb
|
318
|
+
- test-unit/lib/test/unit/collector/descendant.rb
|
319
|
+
- test-unit/lib/test/unit/collector/dir.rb
|
320
|
+
- test-unit/lib/test/unit/collector/load.rb
|
321
|
+
- test-unit/lib/test/unit/collector/objectspace.rb
|
322
|
+
- test-unit/lib/test/unit/color.rb
|
323
|
+
- test-unit/lib/test/unit/diff.rb
|
324
|
+
- test-unit/lib/test/unit/error.rb
|
325
|
+
- test-unit/lib/test/unit/exceptionhandler.rb
|
326
|
+
- test-unit/lib/test/unit/failure.rb
|
327
|
+
- test-unit/lib/test/unit/fixture.rb
|
328
|
+
- test-unit/lib/test/unit/notification.rb
|
329
|
+
- test-unit/lib/test/unit/omission.rb
|
330
|
+
- test-unit/lib/test/unit/pending.rb
|
331
|
+
- test-unit/lib/test/unit/priority.rb
|
332
|
+
- test-unit/lib/test/unit/runner/console.rb
|
333
|
+
- test-unit/lib/test/unit/runner/emacs.rb
|
334
|
+
- test-unit/lib/test/unit/testcase.rb
|
335
|
+
- test-unit/lib/test/unit/testresult.rb
|
336
|
+
- test-unit/lib/test/unit/testsuite.rb
|
337
|
+
- test-unit/lib/test/unit/ui/console/outputlevel.rb
|
338
|
+
- test-unit/lib/test/unit/ui/console/testrunner.rb
|
339
|
+
- test-unit/lib/test/unit/ui/emacs/testrunner.rb
|
340
|
+
- test-unit/lib/test/unit/ui/testrunner.rb
|
341
|
+
- test-unit/lib/test/unit/ui/testrunnermediator.rb
|
342
|
+
- test-unit/lib/test/unit/ui/testrunnerutilities.rb
|
343
|
+
- test-unit/lib/test/unit/util/backtracefilter.rb
|
344
|
+
- test-unit/lib/test/unit/util/observable.rb
|
345
|
+
- test-unit/lib/test/unit/util/procwrapper.rb
|
346
|
+
- test-unit/lib/test/unit/version.rb
|
347
|
+
- test-unit/sample/adder.rb
|
348
|
+
- test-unit/sample/subtracter.rb
|
349
|
+
- test-unit/sample/tc_adder.rb
|
350
|
+
- test-unit/sample/tc_subtracter.rb
|
351
|
+
- test-unit/sample/ts_examples.rb
|
352
|
+
- test-unit/test/collector/test_descendant.rb
|
353
|
+
- test-unit/test/collector/test_dir.rb
|
354
|
+
- test-unit/test/collector/test_load.rb
|
355
|
+
- test-unit/test/collector/test_objectspace.rb
|
356
|
+
- test-unit/test/run-test.rb
|
357
|
+
- test-unit/test/test_assertions.rb
|
358
|
+
- test-unit/test/test_attribute.rb
|
359
|
+
- test-unit/test/test_color.rb
|
360
|
+
- test-unit/test/test_diff.rb
|
361
|
+
- test-unit/test/test_emacs_runner.rb
|
362
|
+
- test-unit/test/test_error.rb
|
363
|
+
- test-unit/test/test_failure.rb
|
364
|
+
- test-unit/test/test_fixture.rb
|
365
|
+
- test-unit/test/test_notification.rb
|
366
|
+
- test-unit/test/test_omission.rb
|
367
|
+
- test-unit/test/test_pending.rb
|
368
|
+
- test-unit/test/test_priority.rb
|
369
|
+
- test-unit/test/test_testcase.rb
|
370
|
+
- test-unit/test/test_testresult.rb
|
371
|
+
- test-unit/test/test_testsuite.rb
|
372
|
+
- test-unit/test/testunit_test_util.rb
|
373
|
+
- test-unit/test/ui/test_testrunmediator.rb
|
374
|
+
- test-unit/test/util/test_backtracefilter.rb
|
375
|
+
- test-unit/test/util/test_observable.rb
|
376
|
+
- test-unit/test/util/test_procwrapper.rb
|
377
|
+
- test/cairo-test-utils.rb
|
378
|
+
- test/run-test.rb
|
379
|
+
- test/test_color.rb
|
380
|
+
- test/test_constants.rb
|
381
|
+
- test/test_context.rb
|
382
|
+
- test/test_exception.rb
|
383
|
+
- test/test_font_extents.rb
|
384
|
+
- test/test_font_face.rb
|
385
|
+
- test/test_font_options.rb
|
386
|
+
- test/test_paper.rb
|
387
|
+
- test/test_pkg_config.rb
|
388
|
+
- test/test_scaled_font.rb
|
389
|
+
- test/test_surface.rb
|
390
|
+
- test/test_text_cluster.rb
|
391
|
+
- test/test_text_extents.rb
|
392
|
+
- test/test_text_to_glyphs_data.rb
|
393
|
+
- tmp/x86-mingw32/cairo/1.8.7/fake.rb
|
394
|
+
- tmp/x86-mingw32/cairo/1.8.7/mkmf.rb
|
395
|
+
- tmp/x86-mingw32/cairo/1.8.7/rbconfig.rb
|
396
|
+
- tmp/x86-mingw32/cairo/1.9.2/fake.rb
|
397
|
+
- tmp/x86-mingw32/cairo/1.9.2/mkmf.rb
|
398
|
+
- tmp/x86-mingw32/cairo/1.9.2/rbconfig.rb
|
399
|
+
- lib/1.8/cairo.so
|
400
|
+
- lib/1.9/cairo.so
|
401
|
+
has_rdoc: true
|
402
|
+
homepage: http://cairographics.org/rcairo
|
403
|
+
licenses: []
|
404
|
+
|
405
|
+
post_install_message:
|
406
|
+
rdoc_options:
|
407
|
+
- --main
|
408
|
+
- README.txt
|
409
|
+
require_paths:
|
410
|
+
- lib
|
411
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
412
|
+
none: false
|
413
|
+
requirements:
|
414
|
+
- - ">="
|
415
|
+
- !ruby/object:Gem::Version
|
416
|
+
hash: 3
|
417
|
+
segments:
|
418
|
+
- 0
|
419
|
+
version: "0"
|
420
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
421
|
+
none: false
|
422
|
+
requirements:
|
423
|
+
- - ">="
|
424
|
+
- !ruby/object:Gem::Version
|
425
|
+
hash: 3
|
426
|
+
segments:
|
427
|
+
- 0
|
428
|
+
version: "0"
|
429
|
+
requirements: []
|
430
|
+
|
431
|
+
rubyforge_project: cairo
|
432
|
+
rubygems_version: 1.3.7
|
433
|
+
signing_key:
|
434
|
+
specification_version: 3
|
435
|
+
summary: Ruby bindings for cairo
|
436
|
+
test_files: []
|
437
|
+
|