perfsonar-dev - [pS-dev] [GEANT/SA2/SA2T3-OPPD] r850 - trunk/perfSONAR/build
Subject: perfsonar development work
List archive
- From:
- To:
- Subject: [pS-dev] [GEANT/SA2/SA2T3-OPPD] r850 - trunk/perfSONAR/build
- Date: Mon, 3 Mar 2014 11:39:03 +0000 (GMT)
Author: dfn.calim
Date: 2014-03-03 11:39:03 +0000 (Mon, 03 Mar 2014)
New Revision: 850
Added:
trunk/perfSONAR/build/Build.PL
Removed:
trunk/perfSONAR/build/Build.deb.PL
trunk/perfSONAR/build/Build.rpm.PL
Log:
removing old build scripts
Copied: trunk/perfSONAR/build/Build.PL (from rev 849,
trunk/perfSONAR/build/Build.deb.PL)
===================================================================
--- trunk/perfSONAR/build/Build.PL (rev 0)
+++ trunk/perfSONAR/build/Build.PL 2014-03-03 11:39:03 UTC (rev 850)
@@ -0,0 +1,38 @@
+use strict;
+use warnings;
+use Module::Build;
+use Data::Dumper;
+
+my $builder = Module::Build->new(
+ module_name => 'perfSONAR',
+ dist_name => 'perfSONAR',
+ license => 'apache',
+ dist_author => 'DFN-Labor
<>',
+ dist_abstract => 'perl perfSONAR implementation',
+ dist_version => '1.0',
+ build_requires => {
+ 'Test::More' => 0,
+ },
+ requires => {
+ 'Config::General' => 0,
+ 'HTTP::Daemon' => 0,
+ 'HTTP::Request' => 0,
+ 'HTTP::Response' => 0,
+ #'IPC::Shareable' => 0,
+ 'LWP::UserAgent' => 0,
+ 'Log::Dispatch' => '>= 2.11',
+ 'Log::Dispatch::File' => 0,
+ 'Log::Dispatch::Screen' => 0,
+ 'Log::Dispatch::Syslog' => 0,
+ 'NMWG' => '>= 1.0',
+ #'NMWG::Message' => 0,
+ 'URI' => '>= 1.30',
+ 'XML::LibXML' => 0,
+ 'XML::LibXML::NodeList' => 0,
+ },
+ add_to_cleanup => [ 'perfSONAR-*' ],
+ #install_path => { etc => '/etc' },
+ create_makefile_pl => 'small',
+);
+#$builder->install_base_relpaths('lib' => 'lib');
+$builder->create_build_script();
Deleted: trunk/perfSONAR/build/Build.deb.PL
===================================================================
--- trunk/perfSONAR/build/Build.deb.PL 2014-02-28 14:35:58 UTC (rev 849)
+++ trunk/perfSONAR/build/Build.deb.PL 2014-03-03 11:39:03 UTC (rev 850)
@@ -1,68 +0,0 @@
-use strict;
-use warnings;
-use Module::Build;
-use Data::Dumper;
-
-my $builder = Module::Build->new(
- module_name => 'perfSONAR',
- dist_name => 'perfsonar-oppd',
- license => 'apache',
- dist_author => 'DFN-Labor
<>',
- dist_abstract => 'perl perfSONAR implementation',
- dist_version => '0.53',
- build_requires => {
- 'Test::More' => 0,
- },
- requires => {
- 'Config::General' => 0,
- 'HTTP::Daemon' => 0,
- 'HTTP::Request' => 0,
- 'HTTP::Response' => 0,
- #'IPC::Shareable' => 0,
- 'LWP::UserAgent' => 0,
- 'Log::Dispatch' => '>= 2.11',
- 'Log::Dispatch::File' => 0,
- 'Log::Dispatch::Screen' => 0,
- 'Log::Dispatch::Syslog' => 0,
- 'NMWG' => '>= 0.03',
- #'NMWG::Message' => 0,
- 'URI' => '>= 1.30',
- 'XML::LibXML' => 0,
- 'XML::LibXML::NodeList' => 0,
- },
- etc_files => {
- #'etc/oppd-egee.conf' => 'etc/oppd.conf',
- 'etc/oppd-mdm.conf' => 'etc/oppd.conf',
- 'etc/Auth_request.xml' => 'etc/oppd.d/Auth_request.xml',
- 'etc/Auth_response.xml' => 'etc/oppd.d/Auth_response.xml',
- 'etc/LS_deregister.xml' => 'etc/oppd.d/LS_deregister.xml',
- 'etc/LS_register.xml' => 'etc/oppd.d/LS_register.xml',
- 'etc/LS_keepalive.xml' => 'etc/oppd.d/LS_keepalive.xml',
- 'etc/LS_KeyRequest.xml' => 'etc/oppd.d/LS_KeyRequest.xml',
- },
- init_files => {
- 'etc/oppd.init.debian' => 'init/init.d/oppd',
- },
- sysconfig_files => {
- 'etc/oppd.default.debian' => 'init/default/oppd',
- },
- add_to_cleanup => [ 'perfSONAR-*' ],
- #install_path => { etc => '/etc' },
- create_makefile_pl => 'small',
-);
-
-my $install_base = $builder->install_base();
-if ($install_base){
- $builder->install_path('etc' => "$install_base/etc");
-}
-#$builder->install_path('etc' => '/etc');
-$builder->install_path('init' => "/etc");
- #TODO ugly!!! (but it seems to be the only way, which makes at least
- # a little bit of sense :(
-#TODO copy install_path to PROG path in perfsonar init script!!
-$builder->add_build_element('etc');
-$builder->add_build_element('init');
-$builder->add_build_element('sysconfig');
-$builder->install_base_relpaths('lib' => 'lib');
-$builder->create_build_script();
-#$builder->dispatch('fakeinstall');
Deleted: trunk/perfSONAR/build/Build.rpm.PL
===================================================================
--- trunk/perfSONAR/build/Build.rpm.PL 2014-02-28 14:35:58 UTC (rev 849)
+++ trunk/perfSONAR/build/Build.rpm.PL 2014-03-03 11:39:03 UTC (rev 850)
@@ -1,69 +0,0 @@
-use strict;
-use warnings;
-use Module::Build;
-use Data::Dumper;
-
-my $builder = Module::Build->new(
- module_name => 'perfSONAR',
- dist_name => 'perfsonar-oppd',
- license => 'apache',
- dist_author => 'DFN-Labor
<>',
- dist_abstract => 'perl perfSONAR implementation',
- dist_version => '0.53',
- build_requires => {
- 'Test::More' => 0,
- },
- requires => {
- 'Config::General' => 0,
- 'HTTP::Daemon' => 0,
- 'HTTP::Request' => 0,
- 'HTTP::Response' => 0,
- #'IPC::Shareable' => 0,
- 'LWP::UserAgent' => 0,
- 'Log::Dispatch' => '>= 2.11',
- 'Log::Dispatch::File' => 0,
- 'Log::Dispatch::Screen' => 0,
- 'Log::Dispatch::Syslog' => 0,
- 'NMWG' => '>= 0.03',
- #'NMWG::Message' => 0,
- 'URI' => '>= 1.30',
- 'XML::LibXML' => 0,
- 'XML::LibXML::NodeList' => 0,
- },
- etc_files => {
- #'etc/oppd-egee.conf' => 'etc/oppd.conf',
- 'etc/oppd-mdm.conf' => 'etc/oppd.conf',
- 'etc/Auth_request.xml' => 'etc/oppd.d/Auth_request.xml',
- 'etc/Auth_response.xml' => 'etc/oppd.d/Auth_response.xml',
- 'etc/LS_deregister.xml' => 'etc/oppd.d/LS_deregister.xml',
- 'etc/LS_register.xml' => 'etc/oppd.d/LS_register.xml',
- 'etc/LS_keepalive.xml' => 'etc/oppd.d/LS_keepalive.xml',
- 'etc/LS_KeyRequest.xml' => 'etc/oppd.d/LS_KeyRequest.xml',
- },
- init_files => {
- 'etc/oppd.init.redhat' => 'init/init.d/oppd',
- #'etc/oppd.init.debian' => 'init/init.d/oppd',
- },
- sysconfig_files => {
- 'etc/oppd.sysconfig.redhat' => 'init/sysconfig/oppd',
- },
- add_to_cleanup => [ 'perfSONAR-*' ],
- #install_path => { etc => '/etc' },
- create_makefile_pl => 'small',
-);
-
-my $install_base = $builder->install_base();
-if ($install_base){
- $builder->install_path('etc' => "$install_base/etc");
-}
-$builder->install_path('etc' => 'etc');
-$builder->install_path('init' => "/etc");
- #TODO ugly!!! (but it seems to be the only way, which makes at least
- # a little bit of sense :(
-#TODO copy install_path to PROG path in perfsonar init script!!
-$builder->add_build_element('etc');
-$builder->add_build_element('init');
-$builder->add_build_element('sysconfig');
-$builder->install_base_relpaths('lib' => 'lib');
-$builder->create_build_script();
-#$builder->dispatch('fakeinstall');
- [pS-dev] [GEANT/SA2/SA2T3-OPPD] r850 - trunk/perfSONAR/build, svn-noreply, 03/03/2014
Archive powered by MHonArc 2.6.16.