[csw-devel] SF.net SVN: gar:[8916] csw/mgar/pkg/cpan

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Mar 1 14:35:34 CET 2010


Revision: 8916
          http://gar.svn.sourceforge.net/gar/?rev=8916&view=rev
Author:   dmichelsen
Date:     2010-03-01 13:35:34 +0000 (Mon, 01 Mar 2010)

Log Message:
-----------
cpan/Config-Augeas: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/cpan/Config-Augeas/
    csw/mgar/pkg/cpan/Config-Augeas/branches/
    csw/mgar/pkg/cpan/Config-Augeas/tags/
    csw/mgar/pkg/cpan/Config-Augeas/trunk/
    csw/mgar/pkg/cpan/Config-Augeas/trunk/Makefile
    csw/mgar/pkg/cpan/Config-Augeas/trunk/checksums
    csw/mgar/pkg/cpan/Config-Augeas/trunk/files/
    csw/mgar/pkg/cpan/Config-Augeas/trunk/files/0001-Do-not-use-GCC-flags.patch
    csw/mgar/pkg/cpan/Config-Augeas/trunk/files/COPYING


Property changes on: csw/mgar/pkg/cpan/Config-Augeas/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


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


Added: csw/mgar/pkg/cpan/Config-Augeas/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Config-Augeas/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/cpan/Config-Augeas/trunk/Makefile	2010-03-01 13:35:34 UTC (rev 8916)
@@ -0,0 +1,23 @@
+GARNAME = Config-Augeas
+GARVERSION = 0.701
+CATEGORIES = cpan
+AUTHOR = DDUMONT
+
+DESCRIPTION = Augeas Perl Binding
+define BLURB
+endef
+
+DISTFILES = COPYING
+PATCHFILES = 0001-Do-not-use-GCC-flags.patch
+
+PACKAGES = CSWpmconfigaugeas
+CATALOGNAME = pm_configaugeas
+
+DEP_PKGS = CSWaugeas
+
+CONFIGURE_SCRIPTS = $(WORKSRC)/Build.PL
+BUILD_SCRIPTS = $(WORKSRC)/Build
+TEST_SCRIPTS = $(WORKSRC)/Build
+INSTALL_SCRIPTS = $(WORKSRC)/Build
+
+include gar/category.mk

Added: csw/mgar/pkg/cpan/Config-Augeas/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/Config-Augeas/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/cpan/Config-Augeas/trunk/checksums	2010-03-01 13:35:34 UTC (rev 8916)
@@ -0,0 +1,3 @@
+dc686d3811a6ab546cc119d92973b4ee  0001-Do-not-use-GCC-flags.patch
+42c83f503b9883e25c7cd31ccbcb2d89  COPYING
+05e9b16d2f89bdcdb456dff47f58ecdb  Config-Augeas-0.701.tar.gz

Added: csw/mgar/pkg/cpan/Config-Augeas/trunk/files/0001-Do-not-use-GCC-flags.patch
===================================================================
--- csw/mgar/pkg/cpan/Config-Augeas/trunk/files/0001-Do-not-use-GCC-flags.patch	                        (rev 0)
+++ csw/mgar/pkg/cpan/Config-Augeas/trunk/files/0001-Do-not-use-GCC-flags.patch	2010-03-01 13:35:34 UTC (rev 8916)
@@ -0,0 +1,25 @@
+From 2daa607da163d6bd6aec9f279ff6df791b9203fd Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Mon, 1 Mar 2010 14:31:00 +0100
+Subject: [PATCH] Do not use GCC flags
+
+---
+ Build.PL |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/Build.PL b/Build.PL
+index 34992df..3ccfc25 100644
+--- a/Build.PL
++++ b/Build.PL
+@@ -78,7 +78,7 @@ my $build = Module::Build->new
+    dist_abstract => "Edit configuration files through Augeas C library",
+ 
+    dynamic_config       => 1,
+-   extra_compiler_flags => $aug_cflags . ' -Wall -Wformat -Werror=format-security',
++#   extra_compiler_flags => $aug_cflags . ' -Wall -Wformat -Werror=format-security',
+    extra_linker_flags   => $aug_libs,
+ 
+    build_requires => {
+-- 
+1.6.5.1
+

Added: csw/mgar/pkg/cpan/Config-Augeas/trunk/files/COPYING
===================================================================
--- csw/mgar/pkg/cpan/Config-Augeas/trunk/files/COPYING	                        (rev 0)
+++ csw/mgar/pkg/cpan/Config-Augeas/trunk/files/COPYING	2010-03-01 13:35:34 UTC (rev 8916)
@@ -0,0 +1,19 @@
+COPYRIGHT AND LICENCE
+
+Copyright (C) 2008-2009 by Dominique Dumont
+
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser Public License as
+published by the Free Software Foundation; either version 2.1 of
+the License, or (at your option) any later version.
+
+Config-Model 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
+Lesser Public License for more details.
+
+You should have received a copy of the GNU Lesser Public License
+along with Config-Model; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+02110-1301 USA
+


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