[PATCH cdparanoia] cdparanoia: Autospec creation for version 10.2
by Juro Bystricky
---
.gitignore | 14 ++++
ChangeLog | 171 +++++++++++++++++++++++++++++++++++++++++++++
Makefile | 5 ++
buildreq_add | 2 +
buildreq_ban | 2 +
cdparanoia.license | 1 +
cdparanoia.spec | 134 +++++++++++++++++++++++++++++++++++
configure | 1 +
configure_misses | 9 +++
excludes | 2 +
make_install_args | 1 +
options.conf | 58 +++++++++++++++
pkgconfig_add | 2 +
pkgconfig_ban | 2 +
release | 1 +
requires_add | 2 +
requires_ban | 2 +
symbols | 110 +++++++++++++++++++++++++++++
testresults | 5 ++
upstream | 1 +
used_libs | 3 +
whatrequires | 1 +
22 files changed, 529 insertions(+)
create mode 100644 .gitignore
create mode 100644 ChangeLog
create mode 100644 Makefile
create mode 100644 buildreq_add
create mode 100644 buildreq_ban
create mode 100644 cdparanoia.license
create mode 100644 cdparanoia.spec
create mode 100644 configure
create mode 100644 configure_misses
create mode 100644 excludes
create mode 100644 make_install_args
create mode 100644 options.conf
create mode 100644 pkgconfig_add
create mode 100644 pkgconfig_ban
create mode 100644 release
create mode 100644 requires_add
create mode 100644 requires_ban
create mode 100644 symbols
create mode 100644 testresults
create mode 100644 upstream
create mode 100644 used_libs
create mode 100644 whatrequires
diff --git a/cdparanoia.license b/cdparanoia.license
new file mode 100644
index 0000000..693f549
--- /dev/null
+++ b/cdparanoia.license
@@ -0,0 +1 @@
+GPLv2 LGPLv2
diff --git a/cdparanoia.spec b/cdparanoia.spec
new file mode 100644
index 0000000..5116fa3
--- /dev/null
+++ b/cdparanoia.spec
@@ -0,0 +1,134 @@
+#
+# This file is auto-generated. DO NOT EDIT
+# Generated by: autospec.py
+#
+Name : cdparanoia
+Summary : A Compact Disc Digital Audio (CDDA) extraction tool (or ripper).
+License : GPL-2.0 LGPL-2.0 LGPL-2.1
+Requires: cdparanoia-bin = %{version}-%{release}
+Requires: cdparanoia-lib = %{version}-%{release}
+Requires: cdparanoia-license = %{version}-%{release}
+Requires: cdparanoia-man = %{version}-%{release}
+
+%description
+[September 11, 2008]
+Monty <monty(a)xiph.org >
+This CDDA reader distribution ('cdparanoia') reads audio from the
+CDROM directly as data, with no analog step between, and writes the
+data to a file or pipe as .wav, .aifc or as raw 16 bit linear PCM.
+
+%package bin
+Requires: cdparanoia-license = %{version}-%{release}
+
+
+
+%package dev
+Requires: cdparanoia-lib = %{version}-%{release}
+Requires: cdparanoia-bin = %{version}-%{release}
+Provides: cdparanoia-devel = %{version}-%{release}
+Requires: cdparanoia = %{version}-%{release}
+
+
+
+%package lib
+Requires: cdparanoia-license = %{version}-%{release}
+
+
+
+%package license
+
+
+
+%package man
+
+%description man
+man components for the cdparanoia package.
+
+
+%prep
+
+%build
+%configure --disable-static ac_objext=o
+make
+
+%check
+make TEST_VERBOSE=1 test || :
+
+%install
+rm -rf %{buildroot}
+mkdir -p %{buildroot}/usr/share/package-licenses/cdparanoia
+cp COPYING-GPL %{buildroot}/usr/share/package-licenses/cdparanoia/COPYING-GPL
+cp COPYING-LGPL %{buildroot}/usr/share/package-licenses/cdparanoia/COPYING-LGPL
+cp debian/copyright %{buildroot}/usr/share/package-licenses/cdparanoia/debian_copyright
+%make_install BINDIR=%{buildroot}%{_bindir} MANDIR=%{buildroot}%{_mandir} LIBDIR=%{buildroot}%{_libdir} INCLUDEDIR==%{buildroot}%{_includedir}
+
+%files
+%defattr(-,root,root,-)
+
+%files bin
+%defattr(-,root,root,-)
+/usr/bin/cdparanoia
+
+%files dev
+%defattr(-,root,root,-)
+/usr/lib64/libcdda_interface.so
+/usr/lib64/libcdda_paranoia.so
+
+%files lib
+%defattr(-,root,root,-)
+/usr/lib64/libcdda_interface.so.0
+/usr/lib64/libcdda_interface.so.0.10.2
+/usr/lib64/libcdda_paranoia.so.0
+/usr/lib64/libcdda_paranoia.so.0.10.2
+
+%files license
+%defattr(0644,root,root,0755)
+/usr/share/package-licenses/cdparanoia/COPYING-GPL
+/usr/share/package-licenses/cdparanoia/COPYING-LGPL
+/usr/share/package-licenses/cdparanoia/debian_copyright
+
+%files man
+%defattr(0644,root,root,0755)
+/usr/share/man/man1/cdparanoia.1
diff --git a/configure b/configure
new file mode 100644
index 0000000..74c684e
--- /dev/null
+++ b/configure
@@ -0,0 +1 @@
+ac_objext=o
diff --git a/configure_misses b/configure_misses
new file mode 100644
index 0000000..8fc1525
--- /dev/null
+++ b/configure_misses
@@ -0,0 +1,9 @@
+Configure miss: linux/sbpcd.h usability
+Configure miss: linux/sbpcd.h presence
+Configure miss: linux/sbpcd.h
+Configure miss: linux/ucdrom.h usability
+Configure miss: linux/ucdrom.h presence
+Configure miss: linux/ucdrom.h
+Configure miss: main.c:591:17: warning: format not a string literal and no format arguments [-Wformat-security]
+
+Configure miss: main.c:594:20: warning: format not a string literal and no format arguments [-Wformat-security]
diff --git a/make_install_args b/make_install_args
new file mode 100644
index 0000000..578a499
--- /dev/null
+++ b/make_install_args
@@ -0,0 +1 @@
+BINDIR=%{buildroot}%{_bindir} MANDIR=%{buildroot}%{_mandir} LIBDIR=%{buildroot}%{_libdir} INCLUDEDIR==%{buildroot}%{_includedir}
diff --git a/options.conf b/options.conf
new file mode 100644
index 0000000..e9cc82c
--- /dev/null
+++ b/options.conf
@@ -0,0 +1,58 @@
+name = cdparanoia
+url = http://downloads.xiph.org/releases/cdparanoia/cdparanoia-III-10.2.src.tgz
+allow_test_failures = true
+broken_parallel_build = true
+use_lto = true
+verify_required = false
diff --git a/used_libs b/used_libs
new file mode 100644
index 0000000..427555d
--- /dev/null
+++ b/used_libs
@@ -0,0 +1,3 @@
+libc.so.6
+libm.so.6
+librt.so.1
3 years, 7 months
[PATCH asunder] asunder: Autospec creation for version 2.9.3
by Juro Bystricky
---
.gitignore | 14 +++
ChangeLog | 243 ++++++++++++++++++++++++++++++++++++++++++++++++
Makefile | 5 +
NEWS | 1 +
asunder.license | 1 +
asunder.spec | 118 +++++++++++++++++++++++
buildreq_add | 2 +
buildreq_ban | 2 +
buildreq_cache | 2 +
excludes | 2 +
options.conf | 58 ++++++++++++
pkgconfig_add | 4 +
pkgconfig_ban | 2 +
release | 1 +
requires_add | 3 +
requires_ban | 2 +
testresults | 5 +
upstream | 1 +
used_libs | 9 ++
whatrequires | 1 +
20 files changed, 476 insertions(+)
create mode 100644 .gitignore
create mode 100644 ChangeLog
create mode 100644 Makefile
create mode 100644 NEWS
create mode 100644 asunder.license
create mode 100644 asunder.spec
create mode 100644 buildreq_add
create mode 100644 buildreq_ban
create mode 100644 buildreq_cache
create mode 100644 excludes
create mode 100644 options.conf
create mode 100644 pkgconfig_add
create mode 100644 pkgconfig_ban
create mode 100644 release
create mode 100644 requires_add
create mode 100644 requires_ban
create mode 100644 testresults
create mode 100644 upstream
create mode 100644 used_libs
create mode 100644 whatrequires
diff --git a/asunder.license b/asunder.license
new file mode 100644
index 0000000..ec34630
--- /dev/null
+++ b/asunder.license
@@ -0,0 +1 @@
+GPLv2
diff --git a/asunder.spec b/asunder.spec
new file mode 100644
index 0000000..56c8e9b
--- /dev/null
+++ b/asunder.spec
@@ -0,0 +1,118 @@
+#
+# This file is auto-generated. DO NOT EDIT
+# Generated by: autospec.py
+#
+Name : asunder
+License : GPL-2.0
+Requires: asunder-bin = %{version}-%{release}
+Requires: asunder-data = %{version}-%{release}
+Requires: asunder-license = %{version}-%{release}
+Requires: asunder-locales = %{version}-%{release}
+Requires: cdparanoia
+BuildRequires : gettext
+BuildRequires : intltool
+BuildRequires : perl(XML::Parser)
+BuildRequires : pkgconfig(gthread-2.0)
+BuildRequires : pkgconfig(gtk+-2.0)
+BuildRequires : pkgconfig(libcddb)
+
+%description
+Asunder
+=======
+http://littlesvr.ca/asunder
+Asunder is a graphical Audio CD ripper and encoder. You can use it to save tracks from an Audio CD as WAV, MP3, OGG, FLAC, and/or Wavpack.
+
+%package bin
+Requires: asunder-data = %{version}-%{release}
+Requires: asunder-license = %{version}-%{release}
+
+
+
+%package data
+
+
+
+%package license
+
+
+
+%package locales
+
+
+
+%prep
+
+%build
+%configure --disable-static
+make %{?_smp_mflags}
+
+%check
+make VERBOSE=1 V=1 %{?_smp_mflags} check
+
+%install
+rm -rf %{buildroot}
+mkdir -p %{buildroot}/usr/share/package-licenses/asunder
+cp COPYING %{buildroot}/usr/share/package-licenses/asunder/COPYING
+%make_install
+%find_lang asunder
+
+%files
+%defattr(-,root,root,-)
+
+%files bin
+%defattr(-,root,root,-)
+/usr/bin/asunder
+
+%files data
+%defattr(-,root,root,-)
+/usr/share/applications/asunder.desktop
+/usr/share/pixmaps/asunder.png
+
+%files license
+%defattr(0644,root,root,0755)
+/usr/share/package-licenses/asunder/COPYING
+
+%files locales -f asunder.lang
+%defattr(-,root,root,-)
+
diff --git a/options.conf b/options.conf
new file mode 100644
index 0000000..4a44f8b
--- /dev/null
+++ b/options.conf
@@ -0,0 +1,58 @@
+name = asunder
+url = http://littlesvr.ca/asunder/releases/asunder-2.9.3.tar.bz2
+use_lto = true
+verify_required = false
diff --git a/pkgconfig_add b/pkgconfig_add
new file mode 100644
index 0000000..91e448a
--- /dev/null
+++ b/pkgconfig_add
@@ -0,0 +1,4 @@
+gtk+-2.0
+gthread-2.0
diff --git a/requires_add b/requires_add
new file mode 100644
index 0000000..47da0b6
--- /dev/null
+++ b/requires_add
@@ -0,0 +1,3 @@
+cdparanoia
diff --git a/used_libs b/used_libs
new file mode 100644
index 0000000..016106f
--- /dev/null
+++ b/used_libs
@@ -0,0 +1,9 @@
+libatk-1.0.so.0
+libc.so.6
+libcddb.so.2
+libgdk-x11-2.0.so.0
+libgdk_pixbuf-2.0.so.0
+libglib-2.0.so.0
+libgobject-2.0.so.0
+libgthread-2.0.so.0
+libgtk-x11-2.0.so.0
3 years, 8 months
[PATCH libcddb] libcddb: Autospec creation for version 1.3.2
by Juro Bystricky
---
.gitignore | 14 +
ChangeLog | 2570 ++++++++++++++++++++++++++++++++++++++++++++++
Makefile | 5 +
NEWS | 320 ++++++
buildreq_add | 2 +
buildreq_ban | 2 +
configure_misses | 4 +
excludes | 2 +
libcddb.spec | 126 +++
options.conf | 58 ++
pkgconfig_add | 2 +
pkgconfig_ban | 2 +
release | 1 +
requires_add | 2 +
requires_ban | 2 +
symbols | 179 ++++
testresults | 5 +
upstream | 1 +
used_libs | 2 +
whatrequires | 1 +
20 files changed, 3300 insertions(+)
create mode 100644 .gitignore
create mode 100644 ChangeLog
create mode 100644 Makefile
create mode 100644 NEWS
create mode 100644 buildreq_add
create mode 100644 buildreq_ban
create mode 100644 configure_misses
create mode 100644 excludes
create mode 100644 libcddb.spec
create mode 100644 options.conf
create mode 100644 pkgconfig_add
create mode 100644 pkgconfig_ban
create mode 100644 release
create mode 100644 requires_add
create mode 100644 requires_ban
create mode 100644 symbols
create mode 100644 testresults
create mode 100644 upstream
create mode 100644 used_libs
create mode 100644 whatrequires
diff --git a/configure_misses b/configure_misses
new file mode 100644
index 0000000..69db560
--- /dev/null
+++ b/configure_misses
@@ -0,0 +1,4 @@
+Configure miss: connect in -lsocket
+Configure miss: connect in -lnetwork
+Configure miss: winsock2.h usability
+Configure miss: winsock2.h presence
\ No newline at end of file
diff --git a/libcddb.spec b/libcddb.spec
new file mode 100644
index 0000000..29f6273
--- /dev/null
+++ b/libcddb.spec
@@ -0,0 +1,126 @@
+#
+# This file is auto-generated. DO NOT EDIT
+# Generated by: autospec.py
+#
+Name : libcddb
+Summary : CDDB server access library
+License : LGPL-2.0
+Requires: libcddb-bin = %{version}-%{release}
+Requires: libcddb-lib = %{version}-%{release}
+Requires: libcddb-license = %{version}-%{release}
+BuildRequires : pkgconfig(libcdio)
+
+%description
+WHAT IS LIBCDDB
+Libcddb is a library that implements the different protocols (CDDBP,
+HTTP, SMTP) to access data on a CDDB server (http://freedb.org ). It
+tries to be as cross-platform as possible. The initial libary will
+have a C API.
+
+%package bin
+Requires: libcddb-license = %{version}-%{release}
+
+
+
+%package dev
+Requires: libcddb-lib = %{version}-%{release}
+Requires: libcddb-bin = %{version}-%{release}
+Provides: libcddb-devel = %{version}-%{release}
+Requires: libcddb = %{version}-%{release}
+
+
+
+%package lib
+Requires: libcddb-license = %{version}-%{release}
+
+
+
+%package license
+
+
+
+%prep
+
+%build
+%configure --disable-static
+make %{?_smp_mflags}
+
+%check
+make VERBOSE=1 V=1 %{?_smp_mflags} check || :
+
+%install
+rm -rf %{buildroot}
+mkdir -p %{buildroot}/usr/share/package-licenses/libcddb
+cp COPYING %{buildroot}/usr/share/package-licenses/libcddb/COPYING
+%make_install
+
+%files
+%defattr(-,root,root,-)
+
+%files bin
+%defattr(-,root,root,-)
+/usr/bin/cddb_query
+
+%files dev
+%defattr(-,root,root,-)
+/usr/include/cddb/cddb.h
+/usr/include/cddb/cddb_cmd.h
+/usr/include/cddb/cddb_config.h
+/usr/include/cddb/cddb_conn.h
+/usr/include/cddb/cddb_disc.h
+/usr/include/cddb/cddb_error.h
+/usr/include/cddb/cddb_log.h
+/usr/include/cddb/cddb_site.h
+/usr/include/cddb/cddb_track.h
+/usr/include/cddb/version.h
+/usr/lib64/libcddb.so
+/usr/lib64/pkgconfig/libcddb.pc
+
+%files lib
+%defattr(-,root,root,-)
+/usr/lib64/libcddb.so.2
+/usr/lib64/libcddb.so.2.2.3
+
+%files license
+%defattr(0644,root,root,0755)
+/usr/share/package-licenses/libcddb/COPYING
diff --git a/options.conf b/options.conf
new file mode 100644
index 0000000..46219d3
--- /dev/null
+++ b/options.conf
@@ -0,0 +1,58 @@
+name = libcddb
+url = https://downloads.sourceforge.net/libcddb/libcddb-1.3.2.tar.bz2
+allow_test_failures = true
+use_lto = true
+verify_required = false
diff --git a/testresults b/testresults
new file mode 100644
index 0000000..08d9cc8
--- /dev/null
+++ b/testresults
@@ -0,0 +1,5 @@
+Total : 5
+Pass : 2
+Fail : 3
diff --git a/used_libs b/used_libs
new file mode 100644
index 0000000..2381e5e
--- /dev/null
+++ b/used_libs
@@ -0,0 +1,2 @@
+libc.so.6
+libcdio.so.19
3 years, 8 months
[PATCH clr-bundles] introduce neovim bundle
by Simental Magana
Neovim is a Fork of Vim aiming to improve user experience, plugins, and
GUIs.
This commit closes https://github.com/clearlinux/distribution/issues/366
Signed-off-by: Simental Magana, Marcos <marcos.simental.magana(a)intel.com >
---
bundles/neovim | 14 ++++++++++++++
packages.list | 1 +
2 files changed, 15 insertions(+)
create mode 100644 bundles/neovim
diff --git a/bundles/neovim b/bundles/neovim
new file mode 100644
index 00000000..fd936b8e
--- /dev/null
+++ b/bundles/neovim
@@ -0,0 +1,14 @@
+# [TITLE]: neovim
+# [DESCRIPTION]: Fork of Vim aiming to improve user experience, plugins, and GUIs
+# [STATUS]: Active
+# [CAPABILITIES]:
+# [TAGS]: Productivity, Developer Tools, Editor
+# [MAINTAINER]: Simental Magana, Marcos <marcos.simental.magana(a)intel.com >
+
+
+# start of custom additions (edits outside this area will be removed automatically)
+
+# end of custom additions
+
+# main package
+neovim
diff --git a/packages.list b/packages.list
index 37d38ddb..83f7e5ef 100644
--- a/packages.list
+++ b/packages.list
@@ -326,3 +326,4 @@ dropwatch # Kernel dropped packet monitor
lynx # A text-based Web browser
fdupes # A program for identifying or deleting duplicate files residing within specified directories.
geeqie # a GTK based image viewer and browser
+neovim # Fork of Vim aiming to improve user experience, plugins, and GUIs
--
2.22.0
3 years, 8 months
[PATCH htop 0/1] Default to showing thread names
by Joe Konno
From: Joe Konno <joe.konno(a)intel.com >
Thought it might be helpful to, by default, show threads by their "name"
in htop. Thready applications, like web browsers, can and often do give
threads useful names, which can be helpful when monitoring utilization
with htop.
Assuming folks are fine with this, I would incorporate this patch into
htop's packaging. Meanwhile, I'll begin engaging with htop upstream
about this and other things I'd like to see.
Joe Konno (1):
Settings.c: show thread names by default
Settings.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.22.0
3 years, 8 months
[PATCH clr-bundles] Update perl-extras
by Brett T. Warden
Adds several more Perl modules
---
bundles/perl-extras | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/bundles/perl-extras b/bundles/perl-extras
index 6386ba04..19d6a134 100644
--- a/bundles/perl-extras
+++ b/bundles/perl-extras
@@ -19,6 +19,7 @@ perl-AnyEvent-CacheDNS
perl-Apache-Htpasswd
perl-Apache-Session
perl-App-cpanminus
+perl-AppConfig
perl-Archive-Cpio
perl-Archive-Extract
perl-Archive-Tar-Wrapper
@@ -30,6 +31,7 @@ perl-Audio-FLAC-Header
perl-Audio-Musepack
perl-Audio-Scan
perl-Audio-Wav
+perl-Authen-NTLM
perl-Authen-SASL
perl-B-Hooks-EndOfScope
perl-B-Hooks-OP-Check
@@ -83,6 +85,7 @@ perl-Class-Singleton
perl-Class-Std
perl-Class-Std-Fast
perl-Class-Tiny
+perl-Class-Trigger
perl-Class-Unload
perl-Class-XSAccessor
perl-Clipboard
@@ -98,9 +101,12 @@ perl-Config-IniFiles
perl-Config-Std
perl-Config-Tiny
perl-Context-Preserve
+perl-Contextual-Return
perl-Convert-ASN1
+perl-Convert-Bencode
perl-Convert-Binary-C
perl-Cookie-Baker
+perl-Coro
perl-Cpanel-JSON-XS
perl-Crypt-DH-GMP
perl-Crypt-Eksblowfish
@@ -176,6 +182,7 @@ perl-Digest-CRC
perl-Digest-HMAC
perl-Digest-JHash
perl-Digest-MD5
+perl-Digest-SHA1
perl-Digest-SHA3
perl-Dist-CheckConflicts
perl-Domain-PublicSuffix
@@ -251,6 +258,7 @@ perl-Geo-Distance
perl-Geo-IP
perl-Geo-IPfree
perl-Getopt-Euclid
+perl-Getopt-Long-Descriptive
perl-Getopt-Tabular
perl-Git-Version-Compare
perl-Graph
@@ -292,6 +300,7 @@ perl-IO-Interactive-Tiny
perl-IO-Interface
perl-IO-Multiplex
perl-IO-Pipely
+perl-IO-Prompter
perl-IO-Socket-INET6
perl-IO-Socket-Multicast
perl-IO-Socket-SSL
@@ -314,6 +323,7 @@ perl-Importer
perl-Inline
perl-Inline-C
perl-JSON
+perl-JSON-Any
perl-JSON-MaybeXS
perl-JSON-RPC
perl-JSON-XS
@@ -400,12 +410,17 @@ perl-MooX-Role-Parameterized
perl-Moose
perl-MooseX-Role-Parameterized
perl-MooseX-Role-WithOverloading
+perl-MooseX-Types
+perl-MooseX-Types-JSON
+perl-MooseX-Types-LoadableClass
+perl-MooseX-Types-Path-Class
perl-Mozilla-CA
perl-Net-Bluetooth
perl-Net-CIDR-Lite
perl-Net-DBus
perl-Net-DNS
perl-Net-DNS-Resolver-Programmable
+perl-Net-Daemon
perl-Net-HTTP
perl-Net-IDN-Encode
perl-Net-INET6Glue
@@ -418,6 +433,7 @@ perl-Net-OpenID-Consumer
perl-Net-OpenSSH
perl-Net-SFTP-Foreign
perl-Net-SMTP-SSL
+perl-Net-SSH2
perl-Net-SSLeay
perl-Net-Server
perl-Net-UPnP
@@ -427,7 +443,9 @@ perl-Number-Bytes-Human
perl-Number-Compare
perl-Number-Format
perl-Number-WithError
+perl-Object-Accessor
perl-Object-Signature
+perl-PDF-API2
perl-PDF-Table
perl-PDF-Writer
perl-POD2-Base
@@ -461,6 +479,7 @@ perl-PerlIO-eol
perl-PerlIO-gzip
perl-PerlIO-utf8_strict
perl-PerlIO-via-Timeout
+perl-PlRPC
perl-Pod-Constants
perl-Pod-Coverage
perl-Pod-LaTeX
@@ -481,6 +500,7 @@ perl-Role-Basic
perl-Role-Tiny
perl-Roman
perl-Router-Simple
+perl-SGLMSpm
perl-SMTP-Server
perl-SQL-Abstract
perl-SQL-Translator
@@ -501,6 +521,7 @@ perl-Specio
perl-Spiffy
perl-Statistics-Basic
perl-Statistics-CaseResampling
+perl-Stream-Buffered
perl-String-Approx
perl-String-CamelCase
perl-String-Escape
@@ -510,6 +531,7 @@ perl-String-Random
perl-String-Similarity
perl-Struct-Dumb
perl-Sub-Exporter
+perl-Sub-Exporter-ForMethods
perl-Sub-Exporter-Progressive
perl-Sub-Identify
perl-Sub-Info
@@ -525,6 +547,7 @@ perl-Sys-Mmap
perl-Sys-SigAction
perl-Sys-Statistics-Linux
perl-System-Command
+perl-TAP-Formatter-HTML
perl-TAP-Harness-Archive
perl-Taint-Util
perl-Template-Toolkit
@@ -554,6 +577,7 @@ perl-Test-LeakTrace
perl-Test-LectroTest
perl-Test-LongString
perl-Test-Manifest
+perl-Test-Memory-Cycle
perl-Test-MockModule
perl-Test-MockTime
perl-Test-More-UTF8
@@ -587,6 +611,7 @@ perl-Text-Brew
perl-Text-CSV
perl-Text-CSV-Encoded
perl-Text-CSV_XS
+perl-Text-CharWidth
perl-Text-Diff
perl-Text-FindIndent
perl-Text-Format
@@ -596,12 +621,14 @@ perl-Text-Levenshtein-Damerau
perl-Text-Markdown
perl-Text-PDF
perl-Text-Quoted
+perl-Text-RecordParser
perl-Text-Reform
perl-Text-Roman
perl-Text-TabularDisplay
perl-Text-Template
perl-Text-Trim
perl-Text-Unidecode
+perl-Text-WrapI18N
perl-Text-Wrapper
perl-Tie-Cycle
perl-Tie-IxHash
@@ -625,10 +652,13 @@ perl-URI-Escape-XS
perl-URI-Fetch
perl-URI-Find
perl-UUID-Tiny
+perl-Unicode-LineBreak
perl-Unicode-Map
perl-Variable-Magic
+perl-WWW-Form-UrlEncoded
perl-WWW-Form-UrlEncoded-XS
perl-WWW-RobotRules
+perl-Want
perl-X11-Protocol
perl-XML-Atom
perl-XML-Feed
@@ -656,6 +686,7 @@ perl-YAML
perl-YAML-LibYAML
perl-YAML-Syck
perl-YAML-Tiny
+perl-accessors
perl-aliased
perl-autobox
perl-autovivification
--
2.22.0
3 years, 8 months
[PATCH clr-bundles] Add lynx bundle
by William Douglas
Lynx is a console based browser.
---
bundles/lynx | 14 ++++++++++++++
packages.list | 3 ++-
2 files changed, 16 insertions(+), 1 deletion(-)
create mode 100644 bundles/lynx
diff --git a/bundles/lynx b/bundles/lynx
new file mode 100644
index 00000000..99f80f21
--- /dev/null
+++ b/bundles/lynx
@@ -0,0 +1,14 @@
+# [TITLE]: lynx
+# [DESCRIPTION]: A text-based Web browser
+# [STATUS]: Active
+# [CAPABILITIES]:
+# [TAGS]: Tools and Utilities
+# [MAINTAINER]: William Douglas <william.douglas(a)intel.com >
+
+
+# start of custom additions (edits outside this area will be removed automatically)
+
+# end of custom additions
+
+# main package
+lynx
diff --git a/packages.list b/packages.list
index 6197a9f1..b7f6bf19 100644
--- a/packages.list
+++ b/packages.list
@@ -322,4 +322,5 @@ gdal # Geospatial Data Abstraction Library
su-exec # A simple tool that will simply execute a program with different privileges
gnome-clocks # Clocks applications for GNOME
gnome-contacts # Contacts Manager for GNOME
-dropwatch # Kernel dropped packet monitor
+dropwatch # Kernel dropped packet monitor
+lynx # A text-based Web browser
--
2.22.0
3 years, 8 months
BlackDuck Protecode Scanning
by Scott
Hi,
I am looking for more info on Clear’s release process and if/how vulnerabilities are dispositioned for Clear in the BlackDuck Protecode software internally. Would someone point me to the correct person to talk to?
Thanks,
Justin
3 years, 8 months