perfsonar-dev - [pS-dev] [GEANT/SA2/SA2T3-OPPD] r704 - in trunk/build/perfSONAR-MA-Hades: . etc lib lib/perfSONAR lib/perfSONAR/MA
Subject: perfsonar development work
List archive
[pS-dev] [GEANT/SA2/SA2T3-OPPD] r704 - in trunk/build/perfSONAR-MA-Hades: . etc lib lib/perfSONAR lib/perfSONAR/MA
Chronological Thread
- From:
- To:
- Subject: [pS-dev] [GEANT/SA2/SA2T3-OPPD] r704 - in trunk/build/perfSONAR-MA-Hades: . etc lib lib/perfSONAR lib/perfSONAR/MA
- Date: Thu, 14 Apr 2011 15:35:00 +0100
Author: dfn.calim
Date: 2011-04-14 15:35:00 +0100 (Thu, 14 Apr 2011)
New Revision: 704
Added:
trunk/build/perfSONAR-MA-Hades/Build.PL
trunk/build/perfSONAR-MA-Hades/MANIFEST
trunk/build/perfSONAR-MA-Hades/MANIFEST.SKIP
trunk/build/perfSONAR-MA-Hades/META.yml
trunk/build/perfSONAR-MA-Hades/etc/
trunk/build/perfSONAR-MA-Hades/etc/hades-status.conf
trunk/build/perfSONAR-MA-Hades/etc/hades.conf
trunk/build/perfSONAR-MA-Hades/lib/
trunk/build/perfSONAR-MA-Hades/lib/perfSONAR/
trunk/build/perfSONAR-MA-Hades/lib/perfSONAR/MA/
trunk/build/perfSONAR-MA-Hades/lib/perfSONAR/MA/Hades.pm
Log:
add files for Hades MA
Added: trunk/build/perfSONAR-MA-Hades/Build.PL
===================================================================
--- trunk/build/perfSONAR-MA-Hades/Build.PL (rev
0)
+++ trunk/build/perfSONAR-MA-Hades/Build.PL 2011-04-14 14:35:00 UTC (rev
704)
@@ -0,0 +1,29 @@
+use strict;
+use warnings;
+use Module::Build;
+
+my $builder = Module::Build->new(
+ module_name => 'perfSONAR::MA::Hades',
+ dist_name => 'perfsonar-oppd-ma-hades',
+ license => 'apache',
+ dist_author => 'DFN-Labor
<>',
+ dist_version => '0.54',
+ dist_abstract => 'Hades MA module for perl-perfSONAR',
+ build_requires => {
+ 'Test::More' => 0,
+ },
+ requires => {
+ 'perfSONAR' => 0.54,
+ },
+ etc_files => {
+ 'etc/hades.conf' => 'etc/oppd.d/hades.conf',
+ 'etc/hades-status.conf' => 'etc/oppd.d/hades-status.conf',
+ },
+ add_to_cleanup => [ 'perfSONAR-MP-BWCTL-*' ],
+ create_makefile_pl => 'small',
+);
+
+$builder->install_path('etc' => '/etc');
+$builder->add_build_element('etc');
+$builder->install_base_relpaths('lib' => 'lib');
+$builder->create_build_script();
Added: trunk/build/perfSONAR-MA-Hades/MANIFEST
===================================================================
--- trunk/build/perfSONAR-MA-Hades/MANIFEST (rev
0)
+++ trunk/build/perfSONAR-MA-Hades/MANIFEST 2011-04-14 14:35:00 UTC (rev
704)
@@ -0,0 +1,7 @@
+Build.PL
+etc/hades-status.conf
+etc/hades.conf
+lib/perfSONAR/MA/Hades.pm
+MANIFEST This list of files
+Makefile.PL
+META.yml
Added: trunk/build/perfSONAR-MA-Hades/MANIFEST.SKIP
===================================================================
--- trunk/build/perfSONAR-MA-Hades/MANIFEST.SKIP
(rev 0)
+++ trunk/build/perfSONAR-MA-Hades/MANIFEST.SKIP 2011-04-14 14:35:00
UTC (rev 704)
@@ -0,0 +1,39 @@
+# Avoid version control files.
+\bRCS\b
+\bCVS\b
+,v$
+\B\.svn\b
+\B\.cvsignore$
+
+# Avoid Makemaker generated and utility files.
+\bMakefile$
+\bblib
+\bMakeMaker-\d
+\bpm_to_blib$
+\bblibdirs$
+^MANIFEST\.SKIP$
+
+# Avoid Module::Build generated and utility files.
+\bBuild$
+\bBuild.bat$
+\b_build
+
+# Avoid Devel::Cover generated files
+\bcover_db
+
+# Avoid temp and backup files.
+~$
+\.tmp$
+\.old$
+\.bak$
+\#$
+\.#
+\.rej$
+
+# Avoid OS-specific files/dirs
+# Mac OSX metadata
+\B\.DS_Store
+# Mac OSX SMB mount metadata files
+\B\._
+# Avoid archives of this distribution
+\bperfsonar-oppd-ma-hades-[\d\.\_]+
Added: trunk/build/perfSONAR-MA-Hades/META.yml
===================================================================
--- trunk/build/perfSONAR-MA-Hades/META.yml (rev
0)
+++ trunk/build/perfSONAR-MA-Hades/META.yml 2011-04-14 14:35:00 UTC (rev
704)
@@ -0,0 +1,20 @@
+---
+name: perfsonar-oppd-ma-hades
+version: 0.54
+author:
+ - 'DFN-Labor
<>'
+abstract: Hades MA module for perl-perfSONAR
+license: apache
+resources:
+ license: http://apache.org/licenses/LICENSE-2.0
+requires:
+ perfSONAR: 0.54
+build_requires:
+ Test::More: 0
+provides:
+ perfSONAR::MA::Hades:
+ file: lib/perfSONAR/MA/Hades.pm
+generated_by: Module::Build version 0.2808
+meta-spec:
+ url: http://module-build.sourceforge.net/META-spec-v1.2.html
+ version: 1.2
Added: trunk/build/perfSONAR-MA-Hades/etc/hades-status.conf
===================================================================
--- trunk/build/perfSONAR-MA-Hades/etc/hades-status.conf
(rev 0)
+++ trunk/build/perfSONAR-MA-Hades/etc/hades-status.conf 2011-04-14
14:35:00 UTC (rev 704)
@@ -0,0 +1 @@
+link ../../../etc/oppd-hades-ma/oppd.d/hades-status.conf
\ No newline at end of file
Property changes on: trunk/build/perfSONAR-MA-Hades/etc/hades-status.conf
___________________________________________________________________
Name: svn:special
+ *
Added: trunk/build/perfSONAR-MA-Hades/etc/hades.conf
===================================================================
--- trunk/build/perfSONAR-MA-Hades/etc/hades.conf
(rev 0)
+++ trunk/build/perfSONAR-MA-Hades/etc/hades.conf 2011-04-14 14:35:00
UTC (rev 704)
@@ -0,0 +1 @@
+link ../../../etc/oppd-hades-ma/oppd.d/hades.conf
\ No newline at end of file
Property changes on: trunk/build/perfSONAR-MA-Hades/etc/hades.conf
___________________________________________________________________
Name: svn:special
+ *
Added: trunk/build/perfSONAR-MA-Hades/lib/perfSONAR/MA/Hades.pm
===================================================================
--- trunk/build/perfSONAR-MA-Hades/lib/perfSONAR/MA/Hades.pm
(rev 0)
+++ trunk/build/perfSONAR-MA-Hades/lib/perfSONAR/MA/Hades.pm 2011-04-14
14:35:00 UTC (rev 704)
@@ -0,0 +1 @@
+link ../../../../../lib/perfSONAR/MA/Hades.pm
\ No newline at end of file
Property changes on: trunk/build/perfSONAR-MA-Hades/lib/perfSONAR/MA/Hades.pm
___________________________________________________________________
Name: svn:special
+ *
- [pS-dev] [GEANT/SA2/SA2T3-OPPD] r704 - in trunk/build/perfSONAR-MA-Hades: . etc lib lib/perfSONAR lib/perfSONAR/MA, svn-noreply, 04/14/2011
Archive powered by MHonArc 2.6.16.