Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pkg-perl infra V9 0/6] a package infrastructure for Perl/CPAN modules
@ 2014-02-12  8:14 Francois Perrad
  2014-02-12  8:14 ` [Buildroot] [pkg-perl infra V9 1/6] pkg-perl: new infrastructure Francois Perrad
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Francois Perrad @ 2014-02-12  8:14 UTC (permalink / raw)
  To: buildroot

delta V8 vs V9 :
 - scancpan 
   + back to fatpack
   + use 5.018;

delta V7 vs V8 :
 - typo and minor improvements

delta V6 vs V7 :
 - global
   + substitute 'perl_5' by 'Artistic or GPLv1+'
 - scancpan
   + remove 'NO ABSTRACT'
   + check Module::CoreList::is_core with the target Perl version
   + add packages Module-CoreList and MetaCPAN-API-Tiny instead of use Fatpack
   + add GPL

delta V5 vs V6 :
 - export PERL5LIB
 - rename PKG_PERL_ARCHNAME to PERL_ARCHNAME
 - remove $(2)_*_OPT (with empty default value)
 - remove PERL_INSTALL_TARGET_GOALS

Francois Perrad (6):
  pkg-perl: new infrastructure
  scancpan: a new script
  host-perl-xml-parser: rename and refactor with perl infrastructure
  host-perl-module-build: new package
  manual: adding packages perl
  perl: remove PERL_INSTALL_TARGET_GOALS

 Config.in                                        |   11 +
 docs/manual/adding-packages-perl.txt             |  110 ++++
 docs/manual/adding-packages.txt                  |    2 +
 package/Config.in                                |    1 -
 package/Makefile.in                              |    4 +-
 package/intltool/intltool.mk                     |    2 +-
 package/libxml-parser-perl/Config.in             |   10 -
 package/libxml-parser-perl/libxml-parser-perl.mk |   35 --
 package/metacity/metacity.mk                     |    2 +-
 package/perl-module-build/perl-module-build.mk   |   12 +
 package/perl-xml-parser/perl-xml-parser.mk       |   17 +
 package/perl/perl.mk                             |    4 +-
 package/pkg-perl.mk                              |  181 ++++++
 support/scripts/scancpan                         |  718 ++++++++++++++++++++++
 14 files changed, 1057 insertions(+), 52 deletions(-)
 create mode 100644 docs/manual/adding-packages-perl.txt
 delete mode 100644 package/libxml-parser-perl/Config.in
 delete mode 100644 package/libxml-parser-perl/libxml-parser-perl.mk
 create mode 100644 package/perl-module-build/perl-module-build.mk
 create mode 100644 package/perl-xml-parser/perl-xml-parser.mk
 create mode 100644 package/pkg-perl.mk
 create mode 100755 support/scripts/scancpan

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2014-02-13  7:46 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-12  8:14 [Buildroot] [pkg-perl infra V9 0/6] a package infrastructure for Perl/CPAN modules Francois Perrad
2014-02-12  8:14 ` [Buildroot] [pkg-perl infra V9 1/6] pkg-perl: new infrastructure Francois Perrad
2014-02-12  8:14 ` [Buildroot] [pkg-perl infra V9 2/6] scancpan: a new script Francois Perrad
2014-02-12 17:29   ` Arnout Vandecappelle
2014-02-13  0:20     ` [Buildroot] [UNSURE]Re: " François Perrad
2014-02-12  8:14 ` [Buildroot] [pkg-perl infra V9 3/6] host-perl-xml-parser: rename and refactor with perl infrastructure Francois Perrad
2014-02-12 17:32   ` Arnout Vandecappelle
2014-02-12  8:14 ` [Buildroot] [pkg-perl infra V9 4/6] host-perl-module-build: new package Francois Perrad
2014-02-12 22:21   ` Arnout Vandecappelle
2014-02-13  0:32     ` François Perrad
2014-02-13  7:46       ` Arnout Vandecappelle
2014-02-12  8:14 ` [Buildroot] [pkg-perl infra V9 5/6] manual: adding packages perl Francois Perrad
2014-02-12  8:14 ` [Buildroot] [pkg-perl infra V9 6/6] perl: remove PERL_INSTALL_TARGET_GOALS Francois Perrad
2014-02-12 17:30   ` Arnout Vandecappelle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox