head 1.19; access; symbols rel-1-060:1.18 rel-1-053:1.18 rel-1-052:1.18 rel-1-045:1.18 rel-1-051:1.18 rel-1-044:1.18 stable-1-04:1.18.0.2 stable-1-02:1.11.2.3.0.2 rel-1-050:1.18 rel-1-043:1.18 rel-1-042:1.17 rel-1-041:1.16 rel-1-040:1.14 rel-1-023:1.11.2.3 rel-1-031:1.13 rel-1-022:1.11.2.2 rel-1-030:1.12 rel-1-021:1.11.2.1 stable-1-0:1.11.0.2 rel-1-02:1.11 rel-1-01:1.10 rel-1-00:1.10 rel-0-92:1.9 rel-0-91:1.8 rel-0-90:1.7 rel-0-04:1.6 rel-0-03:1.5 rel-0-02:1.4 rel-0-01:1.3; locks; strict; comment @# @; 1.19 date 2008.09.06.19.22.51; author tsch; state Exp; branches; next 1.18; commitid kZPSvJNkzbRdjKht; 1.18 date 2007.10.13.22.42.20; author tsch; state Exp; branches; next 1.17; commitid acrFVNwcFCbiZtBs; 1.17 date 2007.09.27.20.26.16; author tsch; state Exp; branches; next 1.16; commitid tVLvjPh9hBhwKpzs; 1.16 date 2007.05.27.12.37.43; author tsch; state Exp; branches; next 1.15; 1.15 date 2007.05.13.10.58.05; author tsch; state Exp; branches; next 1.14; 1.14 date 2007.05.10.19.04.16; author tsch; state Exp; branches; next 1.13; 1.13 date 2007.01.21.15.12.44; author tsch; state Exp; branches; next 1.12; 1.12 date 2006.12.28.19.12.17; author tsch; state Exp; branches; next 1.11; 1.11 date 2006.11.09.19.24.51; author tsch; state Exp; branches 1.11.2.1; next 1.10; 1.10 date 2006.09.04.15.38.05; author tsch; state Exp; branches; next 1.9; 1.9 date 2006.08.15.14.06.47; author tsch; state Exp; branches; next 1.8; 1.8 date 2006.08.10.18.27.31; author tsch; state Exp; branches; next 1.7; 1.7 date 2006.07.15.16.05.17; author tsch; state Exp; branches; next 1.6; 1.6 date 2006.06.15.21.08.28; author tsch; state Exp; branches; next 1.5; 1.5 date 2006.01.29.19.30.17; author tsch; state Exp; branches; next 1.4; commitid df943dd17c64567; 1.4 date 2005.08.31.22.32.09; author tsch; state Exp; branches; next 1.3; commitid 289d43162fe14567; 1.3 date 2005.08.15.18.59.17; author tsch; state Exp; branches; next 1.2; commitid 1ef4300e6004567; 1.2 date 2005.07.12.20.29.47; author tsch; state Exp; branches; next 1.1; commitid 758542d428324567; 1.1 date 2004.11.05.01.34.04; author rwmcfa1; state Exp; branches; next ; 1.11.2.1 date 2006.11.11.20.07.55; author tsch; state Exp; branches; next 1.11.2.2; 1.11.2.2 date 2006.12.30.19.19.03; author tsch; state Exp; branches; next 1.11.2.3; 1.11.2.3 date 2007.02.25.12.17.41; author tsch; state Exp; branches; next ; desc @@ 1.19 log @ * README: Fix the dependency versions for EU::Depends and EU::PkgConfig. @ text @Cairo ===== Perl bindings to the cairo graphics library (http://www.cairographics.org). INSTALLATION ------------ To install this module type the following: perl Makefile.PL make make test make install To avoid installing to a system directory, if you don't have root access, you can change the installation prefix at Makefile.PL time with perl Makefile.PL PREFIX=/some/other/place This will install the module to the subdirectory lib/perl5 under the given prefix. If this is not already in perl's include path, you'll need to tell perl how to get to this library directory so you can use it; there are three ways: in your environment (the easiest): # assuming a bourne-style shell PERL5LIB=/some/other/place/lib/perl5/site_perl export PERL5LIB on the perl command line: perl -I /some/other/place/lib/perl5/site_perl yourscript in the code of your perl script: use lib '/some/other/place/lib/perl5/site_perl'; DEPENDENCIES ------------ This module requires these other modules and libraries: cairo (C library) >= 1.0.0 In order to build it from source, you'll also need ExtUtils::Depends >= 0.2 ExtUtils::PkgConfig >= 1.0 Test::Number::Delta >= 1.0 BUG REPORTS ----------- Please report bugs to the gnome-perl product in GNOME's Bugzilla: COPYRIGHT AND LICENSE --------------------- Copyright (C) 2004-2007 by the cairo perl team Ross McFarland rwmcfa1 at neces dot com Torsten Schoenfeld kaffeetisch at gmx dot de This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307 USA. @ 1.18 log @ * Cairo.pm * NEWS * README: Release 1.043. @ text @d46 2 a47 2 ExtUtils::PkgConfig >= 0.2 ExtUtils::Depends >= 1.0 @ 1.17 log @ * Cairo.pm * NEWS * README: Stable release 1.042. @ text @d1 2 a2 2 Cairo version 1.042 =================== @ 1.16 log @ * Cairo.pm, NEWS, README: Stable release 1.041. @ text @d1 1 a1 1 Cairo version 1.041 @ 1.15 log @ * Makefile.PL, README, t/Cairo.t, t/CairoPattern.t: Use Test::Number::Delta to make floating point number comparisons more reliable. @ text @d1 1 a1 1 Cairo version 1.040 @ 1.14 log @ * Cairo.pm, NEWS, README: Stable release 1.400. @ text @d46 3 a48 2 ExtUtils::PkgConfig (perl module) ExtUtils::Depends (perl module) @ 1.13 log @ * Cairo.pm, NEWS, README: Unstable release 1.031. @ text @d1 1 a1 1 Cairo version 1.031 @ 1.12 log @ * Cairo.pm, NEWS, README: Unstable release 1.030. @ text @d1 1 a1 1 Cairo version 1.030 d58 1 a58 1 Copyright (C) 2004-2006 by the cairo perl team @ 1.11 log @ * Cairo.pm, NEWS, README: Stable release 1.01. @ text @d1 2 a2 2 Cairo version 1.02 ================== @ 1.11.2.1 log @ * Cairo.pm, NEWS, README: Brown paper bag release 1.021. @ text @d1 2 a2 2 Cairo version 1.021 =================== @ 1.11.2.2 log @ * Cairo.pm, NEWS, README: Stable release 1.022. @ text @d1 1 a1 1 Cairo version 1.022 @ 1.11.2.3 log @ * Cairo.pm, NEWS, README: Stable release 1.023. @ text @d1 1 a1 1 Cairo version 1.023 d58 1 a58 1 Copyright (C) 2004-2007 by the cairo perl team @ 1.10 log @ * Cairo.pm, NEWS, README: Stable release 1.00. @ text @d1 1 a1 1 Cairo version 1.00 @ 1.9 log @ * Cairo.pm, MANIFEST, NEWS, README: Beta release 0.92. @ text @d1 1 a1 1 Cairo version 0.92 d7 1 d38 1 d49 6 d56 1 @ 1.8 log @ * Cairo.pm, NEWS, README: Beta release 0.91. @ text @d1 1 a1 1 Cairo version 0.91 @ 1.7 log @ * Cairo.pm, NEWS, README: Beta release 0.90. @ text @d1 1 a1 1 Cairo version 0.90 d40 1 a40 1 cairo (C library) @ 1.6 log @ * Cairo.pm, MANIFEST, NEWS, README: Release 0.04. @ text @d1 1 a1 3 # $Header: /cvs/cairo/cairo-perl/README,v 1.5 2006/01/29 19:30:17 tsch Exp $ Cairo version 0.04 @ 1.5 log @ * Cairo.pm, NEWS, README: Release 0.03. @ text @d1 1 a1 1 # $Header: /cvs/cairo/cairo-perl/README,v 1.4 2005/08/31 22:32:09 tsch Exp $ d3 1 a3 1 Cairo version 0.03 d51 1 a51 1 Copyright (C) 2004-2005 by the cairo perl team @ 1.4 log @ * Cairo.pm, MANIFEST, Makefile.PL, NEWS, README: Release 0.02. Require cairo 1.0.0. @ text @d1 1 a1 1 # $Header: /cvs/cairo/cairo-perl/README,v 1.3 2005/08/15 18:59:17 tsch Exp $ d3 1 a3 1 Cairo version 0.02 @ 1.3 log @ * Cairo.pm, README: Release 0.01. Also add stub documentation. * MANIFEST.SKIP: Remove CairoEnums.xs. * Makefile.PL: Add ABSTRACT_FROM to the WriteMakefile call. * TODO: Update to reflect the present situation. @ text @d1 1 a1 1 # $Header: /cvs/cairo/cairo-perl/README,v 1.2 2005/07/12 20:29:47 tsch Exp $ d3 1 a3 1 Cairo version 0.01 @ 1.2 log @ * Cairo.pm, Cairo.xs, t/Cairo.t: Replace the %backends hash with Cairo::HAS_PS_SURFACE, HAS_PDF_SURFACE, HAS_XLIB_SURFACE, HAS_FT_FONT and HAS_PNG_FUNCTIONS. * Cairo.pm, CairoPattern.xs, CairoSurface.xs, Makefile.PL: Implement the pattern and surface hierarchy suggested by the language bindings guidelines. * Cairo.xs: Use Cairo::Context for the namespace of cairo_t, instead of just Cairo, as suggested by the guidelines. * Cairo.xs, CairoFont.xs, CairoMatrix.xs, CairoPattern.xs, CairoSurface.xs, cairo-perl.h: Add new, remove old API. Shuffle some things around. * Cairo.xs: Convert font and text extents and glyphs to and from native Perl data structures. * Cairo.xs, cairo-perl.h, cairo-perl.typemap: Remove everything that cannot be used from Perl, like the XLib and Glitz stuff. * CairoPath.xs, t/CairoPath.t: Add support for cairo_path_t, including a nice tied interface that lets you iterate over paths as if they were normal array references. * MakeHelper.pm: Extend the typemap generator to support "const" and "_noinc" types. Change the enum handling to use the Glib convention, i.e. lowercase and hyphen instead of underscore. * Makefile.PL, README: Use ExtUtils::Depends. * examples/simple.pl, examples/png/caps_join.pl, examples/png/hering.pl, examples/png/outline.pl, examples/png/spiral.pl, examples/png/splines_tolerance.pl, examples/png/stars.pl: Update the examples to make them work again after all those API changes. * t/Cairo.t, t/CairoFont.t, CairoMatrix.t, CairoPattern.t, CairoSurface.t: Redo and/or expand the whole test suite. @ text @d1 1 a1 1 # $Header: /cvs/cairo/cairo-perl/README,v 1.1 2004/11/05 01:34:04 rwmcfa1 Exp $ d3 1 a3 1 Cairo version 0.02 d6 1 a6 1 Perl bindings to the Cairo graphics library (http://www.cairographics.org) a16 1 @ 1.1 log @initial import @ text @d1 1 a1 1 # $Header:$ d48 1 d52 1 a52 1 Copyright (C) 2004 by the Cairo perl team d55 1 @