[PATCH clr-bundles] Adding more Perl stuff to perl-extras
by Brett T. Warden
App::MigrateModules
Config::AutoConf
Getopt::Long::Modern
HTTP::Tinyish
Metrics::Any
SQL::Abstract::Classic
Systemd::Daemon
Test::DiagINC
Test::MemoryGrowth
Test::Metrics::Any
pmtools
---
bundles/perl-extras | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/bundles/perl-extras b/bundles/perl-extras
index b6b15552b08e..ccc61dbeff3c 100644
--- a/bundles/perl-extras
+++ b/bundles/perl-extras
@@ -24,6 +24,7 @@ perl-AnyEvent-CacheDNS
perl-Apache-Htpasswd
perl-Apache-LogFormat-Compiler
perl-Apache-Session
+perl-App-MigrateModules
perl-App-Nopaste
perl-App-cpanminus
perl-App-perlbrew
@@ -113,6 +114,7 @@ perl-Clone-PP
perl-Compress-Bzip2
perl-Compress-Raw-Lzma
perl-Config-Any
+perl-Config-AutoConf
perl-Config-General
perl-Config-Grammar
perl-Config-INI
@@ -301,6 +303,7 @@ perl-Geo-IP
perl-Geo-IPfree
perl-Getopt-Euclid
perl-Getopt-Long-Descriptive
+perl-Getopt-Long-Modern
perl-Getopt-Tabular
perl-Git-Version-Compare
perl-Graph
@@ -330,6 +333,7 @@ perl-HTTP-Negotiate
perl-HTTP-Parser-XS
perl-HTTP-Request-AsCGI
perl-HTTP-Server-Simple
+perl-HTTP-Tinyish
perl-Hash-Flatten
perl-Hash-Merge
perl-Hash-MoreUtils
@@ -437,6 +441,7 @@ perl-Math-Utils
perl-Math-Vec
perl-Memoize-ExpireLRU
perl-Meta-Builder
+perl-Metrics-Any
perl-Minion
perl-Mixin-Linewise
perl-Mock-Config
@@ -576,6 +581,7 @@ perl-Router-Simple
perl-SGMLS
perl-SMTP-Server
perl-SQL-Abstract
+perl-SQL-Abstract-Classic
perl-SQL-SplitStatement
perl-SQL-Tokenizer
perl-SQL-Translator
@@ -628,6 +634,7 @@ perl-Sys-Mmap
perl-Sys-SigAction
perl-Sys-Statistics-Linux
perl-System-Command
+perl-Systemd-Daemon
perl-TAP-Formatter-HTML
perl-TAP-Harness-Archive
perl-Taint-Util
@@ -648,6 +655,7 @@ perl-Test-CleanNamespaces
perl-Test-Command
perl-Test-Compile
perl-Test-Deep
+perl-Test-DiagINC
perl-Test-Differences
perl-Test-Exception
perl-Test-FailWarnings
@@ -662,6 +670,8 @@ perl-Test-LectroTest
perl-Test-LongString
perl-Test-Manifest
perl-Test-Memory-Cycle
+perl-Test-MemoryGrowth
+perl-Test-Metrics-Any
perl-Test-MockModule
perl-Test-MockTime
perl-Test-More-UTF8
@@ -800,5 +810,6 @@ perl-local-lib
perl-multidimensional
perl-namespace-autoclean
perl-namespace-clean
+perl-pmtools
perl-prefork
perl-strictures
--
2.27.0
2 years, 7 months
[PATCH clr-bundles] Bundle German language support for Libreoffice
by Brett T. Warden
---
bundles/libreoffice-extras-lang-de | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 bundles/libreoffice-extras-lang-de
diff --git a/bundles/libreoffice-extras-lang-de b/bundles/libreoffice-extras-lang-de
new file mode 100644
index 000000000000..cb97a3736bf6
--- /dev/null
+++ b/bundles/libreoffice-extras-lang-de
@@ -0,0 +1,9 @@
+# [TITLE]: libreoffice-extras-lang-de
+# [DESCRIPTION]: German language support for LibreOffice.
+# [STATUS]: WIP
+# [CAPABILITIES]:
+# [TAGS]: Productivity
+# [MAINTAINER]: Brett T. Warden <brett.t.warden(a)intel.com>
+
+include(libreoffice)
+libreoffice-extras-lang-de
--
2.27.0
2 years, 7 months
[PATCH clr-bundles] Add a bundle for xz static development (which is liblzma)
by Thiago Macieira
---
bundles/devpkg-xz-static | 10 ++++++++++
1 file changed, 10 insertions(+)
create mode 100644 bundles/devpkg-xz-static
diff --git a/bundles/devpkg-xz-static b/bundles/devpkg-xz-static
new file mode 100644
index 00000000..ee6aff5c
--- /dev/null
+++ b/bundles/devpkg-xz-static
@@ -0,0 +1,10 @@
+# [TITLE]: devpkg-xz-static
+# [DESCRIPTION]: All content for static building using using liblzma.
+# [STATUS]: Active
+# [CAPABILITIES]:
+# [TAGS]: Developer Tools
+# [MAINTAINER]: Thiago Macieira <thiago.macieira(a)intel.com>
+
+include(devpkg-xz)
+
+xz-staticdev
--
2.27.0
2 years, 7 months
[PATCH clr-bundles] Add top 5 language support for LibreOffice
by Brett T. Warden
Add the remaining 4 of the top 5 most spoken languages:
Chinese (zh)
Hindi (hi)
Spanish (es)
Arabic (ar)
---
bundles/libreoffice-extras-lang-ar | 9 +++++++++
bundles/libreoffice-extras-lang-es | 9 +++++++++
bundles/libreoffice-extras-lang-hi | 9 +++++++++
bundles/libreoffice-extras-lang-zh | 9 +++++++++
4 files changed, 36 insertions(+)
create mode 100644 bundles/libreoffice-extras-lang-ar
create mode 100644 bundles/libreoffice-extras-lang-es
create mode 100644 bundles/libreoffice-extras-lang-hi
create mode 100644 bundles/libreoffice-extras-lang-zh
diff --git a/bundles/libreoffice-extras-lang-ar b/bundles/libreoffice-extras-lang-ar
new file mode 100644
index 000000000000..0de0b27615fb
--- /dev/null
+++ b/bundles/libreoffice-extras-lang-ar
@@ -0,0 +1,9 @@
+# [TITLE]: libreoffice-extras-lang-ar
+# [DESCRIPTION]: Arabic language support for LibreOffice.
+# [STATUS]: WIP
+# [CAPABILITIES]:
+# [TAGS]: Productivity
+# [MAINTAINER]: Brett T. Warden <brett.t.warden(a)intel.com>
+
+include(libreoffice)
+libreoffice-extras-lang-ar
diff --git a/bundles/libreoffice-extras-lang-es b/bundles/libreoffice-extras-lang-es
new file mode 100644
index 000000000000..c76bda0f4e1e
--- /dev/null
+++ b/bundles/libreoffice-extras-lang-es
@@ -0,0 +1,9 @@
+# [TITLE]: libreoffice-extras-lang-es
+# [DESCRIPTION]: Spanish language support for LibreOffice.
+# [STATUS]: WIP
+# [CAPABILITIES]:
+# [TAGS]: Productivity
+# [MAINTAINER]: Brett T. Warden <brett.t.warden(a)intel.com>
+
+include(libreoffice)
+libreoffice-extras-lang-es
diff --git a/bundles/libreoffice-extras-lang-hi b/bundles/libreoffice-extras-lang-hi
new file mode 100644
index 000000000000..1856f74c5c2c
--- /dev/null
+++ b/bundles/libreoffice-extras-lang-hi
@@ -0,0 +1,9 @@
+# [TITLE]: libreoffice-extras-lang-hi
+# [DESCRIPTION]: Hindi language support for LibreOffice.
+# [STATUS]: WIP
+# [CAPABILITIES]:
+# [TAGS]: Productivity
+# [MAINTAINER]: Brett T. Warden <brett.t.warden(a)intel.com>
+
+include(libreoffice)
+libreoffice-extras-lang-hi
diff --git a/bundles/libreoffice-extras-lang-zh b/bundles/libreoffice-extras-lang-zh
new file mode 100644
index 000000000000..be1f6a9920eb
--- /dev/null
+++ b/bundles/libreoffice-extras-lang-zh
@@ -0,0 +1,9 @@
+# [TITLE]: libreoffice-extras-lang-zh
+# [DESCRIPTION]: Chinese language support for LibreOffice.
+# [STATUS]: WIP
+# [CAPABILITIES]:
+# [TAGS]: Productivity
+# [MAINTAINER]: Brett T. Warden <brett.t.warden(a)intel.com>
+
+include(libreoffice)
+libreoffice-extras-lang-zh
--
2.27.0
2 years, 7 months