[cairo-commit] cairo-perl Cairo.pm, 1.41, 1.42 Cairo.xs, 1.25, 1.26 CairoFont.xs, 1.9, 1.10 CairoFt.xs, 1.1, 1.2 CairoMatrix.xs, 1.8, 1.9 CairoPath.xs, 1.3, 1.4 CairoPattern.xs, 1.14, 1.15 CairoSurface.xs, 1.25, 1.26 ChangeLog, 1.102, 1.103 MakeHelper.pm, 1.11, 1.12 Makefile.PL, 1.34, 1.35 cairo-perl-private.h, 1.6, 1.7 cairo-perl.h, 1.13, 1.14 cairo-perl.typemap, 1.6, 1.7
Torsten Schoenfeld
commit at pdx.freedesktop.org
Sun Oct 5 12:59:44 PDT 2008
- Previous message: [cairo-commit] cairo-perl/examples simple.pl,1.3,1.4
- Next message: [cairo-commit] cairo-perl/t Cairo.t, 1.20, 1.21 CairoFont.t, 1.6, 1.7 CairoFt.t, 1.1, 1.2 CairoMatrix.t, 1.3, 1.4 CairoPath.t, 1.2, 1.3 CairoPattern.t, 1.11, 1.12 CairoSurface.t, 1.31, 1.32
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: tsch
Update of /cvs/cairo/cairo-perl
In directory kemper:/tmp/cvs-serv22711
Modified Files:
Cairo.pm Cairo.xs CairoFont.xs CairoFt.xs CairoMatrix.xs
CairoPath.xs CairoPattern.xs CairoSurface.xs ChangeLog
MakeHelper.pm Makefile.PL cairo-perl-private.h cairo-perl.h
cairo-perl.typemap
Log Message:
In preparation of the move to SVN, use the Id keyword in place of Header.
Index: Cairo.pm
===================================================================
RCS file: /cvs/cairo/cairo-perl/Cairo.pm,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- Cairo.pm 6 Sep 2008 18:43:32 -0000 1.41
+++ Cairo.pm 5 Oct 2008 19:59:39 -0000 1.42
@@ -3,7 +3,7 @@
#
# Licensed under the LGPL, see LICENSE file for more information.
#
-# $Header$
+# $Id$
#
package Cairo;
Index: Cairo.xs
===================================================================
RCS file: /cvs/cairo/cairo-perl/Cairo.xs,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- Cairo.xs 24 Feb 2008 14:03:07 -0000 1.25
+++ Cairo.xs 5 Oct 2008 19:59:40 -0000 1.26
@@ -3,7 +3,7 @@
*
* Licensed under the LGPL, see LICENSE file for more information.
*
- * $Header$
+ * $Id$
*
*/
Index: CairoFont.xs
===================================================================
RCS file: /cvs/cairo/cairo-perl/CairoFont.xs,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- CairoFont.xs 29 Dec 2007 13:56:29 -0000 1.9
+++ CairoFont.xs 5 Oct 2008 19:59:40 -0000 1.10
@@ -3,7 +3,7 @@
*
* Licensed under the LGPL, see LICENSE file for more information.
*
- * $Header$
+ * $Id$
*/
#include <cairo-perl.h>
Index: CairoFt.xs
===================================================================
RCS file: /cvs/cairo/cairo-perl/CairoFt.xs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CairoFt.xs 24 Oct 2007 16:32:05 -0000 1.1
+++ CairoFt.xs 5 Oct 2008 19:59:40 -0000 1.2
@@ -3,7 +3,7 @@
*
* Licensed under the LGPL, see LICENSE file for more information.
*
- * $Header$
+ * $Id$
*/
#include <cairo-perl.h>
Index: CairoMatrix.xs
===================================================================
RCS file: /cvs/cairo/cairo-perl/CairoMatrix.xs,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- CairoMatrix.xs 29 Dec 2007 13:56:30 -0000 1.8
+++ CairoMatrix.xs 5 Oct 2008 19:59:40 -0000 1.9
@@ -3,7 +3,7 @@
*
* Licensed under the LGPL, see LICENSE file for more information.
*
- * $Header$
+ * $Id$
*/
#include <cairo-perl.h>
Index: CairoPath.xs
===================================================================
RCS file: /cvs/cairo/cairo-perl/CairoPath.xs,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- CairoPath.xs 10 Feb 2008 18:02:33 -0000 1.3
+++ CairoPath.xs 5 Oct 2008 19:59:40 -0000 1.4
@@ -3,7 +3,7 @@
*
* Licensed under the LGPL, see LICENSE file for more information.
*
- * $Header$
+ * $Id$
*/
#include <cairo-perl.h>
Index: CairoPattern.xs
===================================================================
RCS file: /cvs/cairo/cairo-perl/CairoPattern.xs,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- CairoPattern.xs 30 Sep 2007 12:54:32 -0000 1.14
+++ CairoPattern.xs 5 Oct 2008 19:59:40 -0000 1.15
@@ -3,7 +3,7 @@
*
* Licensed under the LGPL, see LICENSE file for more information.
*
- * $Header$
+ * $Id$
*/
#include <cairo-perl.h>
Index: CairoSurface.xs
===================================================================
RCS file: /cvs/cairo/cairo-perl/CairoSurface.xs,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- CairoSurface.xs 10 Feb 2008 18:36:33 -0000 1.25
+++ CairoSurface.xs 5 Oct 2008 19:59:40 -0000 1.26
@@ -3,7 +3,7 @@
*
* Licensed under the LGPL, see LICENSE file for more information.
*
- * $Header$
+ * $Id$
*/
#include <cairo-perl.h>
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-perl/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- ChangeLog 7 Sep 2008 18:09:38 -0000 1.102
+++ ChangeLog 5 Oct 2008 19:59:40 -0000 1.103
@@ -1,3 +1,28 @@
+2008-10-05 Torsten Schoenfeld <kaffeetisch at 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 at gmx.de>
* Makefile.PL: When prompting for auto-installing dependencies,
Index: MakeHelper.pm
===================================================================
RCS file: /cvs/cairo/cairo-perl/MakeHelper.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- MakeHelper.pm 30 Dec 2006 19:16:31 -0000 1.11
+++ MakeHelper.pm 5 Oct 2008 19:59:40 -0000 1.12
@@ -2,7 +2,7 @@
# this is all hacky etc. it works so it's gonna stay for now. it is not and
# should not be installed.
#
-# $Header$
+# $Id$
#
package MakeHelper;
Index: Makefile.PL
===================================================================
RCS file: /cvs/cairo/cairo-perl/Makefile.PL,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- Makefile.PL 7 Sep 2008 18:09:38 -0000 1.34
+++ Makefile.PL 5 Oct 2008 19:59:40 -0000 1.35
@@ -3,7 +3,7 @@
#
# Licensed under the LGPL, see LICENSE file for more information.
#
-# $Header$
+# $Id$
#
BEGIN { require 5.006; }
Index: cairo-perl-private.h
===================================================================
RCS file: /cvs/cairo/cairo-perl/cairo-perl-private.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- cairo-perl-private.h 30 Sep 2007 12:54:32 -0000 1.6
+++ cairo-perl-private.h 5 Oct 2008 19:59:41 -0000 1.7
@@ -3,7 +3,7 @@
*
* Licensed under the LGPL, see LICENSE file for more information.
*
- * $Header$
+ * $Id$
*
*/
Index: cairo-perl.h
===================================================================
RCS file: /cvs/cairo/cairo-perl/cairo-perl.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- cairo-perl.h 24 Oct 2007 16:32:05 -0000 1.13
+++ cairo-perl.h 5 Oct 2008 19:59:41 -0000 1.14
@@ -3,7 +3,7 @@
*
* Licensed under the LGPL, see LICENSE file for more information.
*
- * $Header$
+ * $Id$
*
*/
Index: cairo-perl.typemap
===================================================================
RCS file: /cvs/cairo/cairo-perl/cairo-perl.typemap,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- cairo-perl.typemap 24 Oct 2007 16:32:05 -0000 1.6
+++ cairo-perl.typemap 5 Oct 2008 19:59:41 -0000 1.7
@@ -3,7 +3,7 @@
#
# Licensed under the LGPL, see LICENSE file for more information.
#
-# $Header$
+# $Id$
#
TYPEMAP
- Previous message: [cairo-commit] cairo-perl/examples simple.pl,1.3,1.4
- Next message: [cairo-commit] cairo-perl/t Cairo.t, 1.20, 1.21 CairoFont.t, 1.6, 1.7 CairoFt.t, 1.1, 1.2 CairoMatrix.t, 1.3, 1.4 CairoPath.t, 1.2, 1.3 CairoPattern.t, 1.11, 1.12 CairoSurface.t, 1.31, 1.32
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list