[csw-devel] SF.net SVN: gar:[5884] csw/mgar/pkg/cpan/GD/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Aug 6 17:00:21 CEST 2009


Revision: 5884
          http://gar.svn.sourceforge.net/gar/?rev=5884&view=rev
Author:   dmichelsen
Date:     2009-08-06 15:00:21 +0000 (Thu, 06 Aug 2009)

Log Message:
-----------
cpan/GD: Update to 2.44

Modified Paths:
--------------
    csw/mgar/pkg/cpan/GD/trunk/Makefile
    csw/mgar/pkg/cpan/GD/trunk/checksums

Property Changed:
----------------
    csw/mgar/pkg/cpan/GD/trunk/


Property changes on: csw/mgar/pkg/cpan/GD/trunk
___________________________________________________________________
Modified: svn:externals
   - gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v1

   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Modified: csw/mgar/pkg/cpan/GD/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/GD/trunk/Makefile	2009-08-06 14:49:19 UTC (rev 5883)
+++ csw/mgar/pkg/cpan/GD/trunk/Makefile	2009-08-06 15:00:21 UTC (rev 5884)
@@ -1,31 +1,29 @@
 GARNAME = GD
-GARVERSION = 2.35
+GARVERSION = 2.44
 CATEGORIES = cpan
 AUTHOR = LDS
 
-DESCRIPTION = interface to Gd Graphics Library
+DESCRIPTION = Interface to GD Graphics Library
 define BLURB
   GD.pm is a Perl interface to Thomas Boutell\'s gd graphics library (version
   2.01 or higher; see below). GD allows you to create color drawings using a
   large number of graphics primitives, and emit the drawings as PNG files.
 endef
 
-# The GD test gives strange results on test 10. Visual
-# inspection shows the images to be identical, but the
-# created data is smaller than the regression data.
-# Skip test 10 for now.
-#PATCHFILES = gdtest.diff
+PACKAGES = CSWpmgd
+CATALOGNAME = pm_gd
 
-DISTFILES += CSWpmgd.gspec CSWpmgd.depend
+REQUIRED_PKGS = CSWftype2 CSWgd CSWiconv CSWjpeg CSWpng
+REQUIRED_PKGS += CSWxpm CSWzlib CSWfconfig
 
-DEPENDS += lib/gd
+CONFIGURE_ARGS  = lib_gd_path $(libdir)
+CONFIGURE_ARGS += lib_ft_path $(libdir)
+CONFIGURE_ARGS += lib_png_path $(libdir)
+CONFIGURE_ARGS += lib_jpeg_path $(libdir)
+CONFIGURE_ARGS += lib_xpm_path $(libdir)
+CONFIGURE_ARGS += lib_zlib_path $(libdir)
 
-CONFIGURE_ARGS  = -options "JPEG,FT,XPM"
-CONFIGURE_ARGS += -lib_gd_path $(libdir)
-CONFIGURE_ARGS += -lib_ft_path $(libdir)
-CONFIGURE_ARGS += -lib_png_path $(libdir)
-CONFIGURE_ARGS += -lib_jpeg_path $(libdir)
-CONFIGURE_ARGS += -lib_xpm_path $(libdir)
-CONFIGURE_ARGS += -lib_zlib_path $(libdir)
+# Don't use hardcoded -Wformat=0
+BUILD_OVERRIDE_DIRS = CCFLAGS
 
 include gar/category.mk

Modified: csw/mgar/pkg/cpan/GD/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/GD/trunk/checksums	2009-08-06 14:49:19 UTC (rev 5883)
+++ csw/mgar/pkg/cpan/GD/trunk/checksums	2009-08-06 15:00:21 UTC (rev 5884)
@@ -1,3 +1 @@
-e378d4e1775235a405f4ecd3a8e97bdc  download/CSWpmgd.gspec
-882cfc02f0fd6a7892b45bc34a8a9755  download/CSWpmgd.depend
-dfc3e16e85a17aab7ee1029fbe307fca  download/GD-2.35.tar.gz
+9b9a4d78a5af0616a96264b0aa354859  download/GD-2.44.tar.gz


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list