Compare commits

...

28 Commits

Author SHA1 Message Date
clrbuilder 70d40d9b59 Update packages file for version 24970
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-09-11 22:25:01 +00:00
clrbuilder 8b709c2e1b Update packages file for version 24960
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-09-11 12:02:50 +00:00
clrbuilder ea4e713277 Update packages file for version 24950
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-09-10 18:05:09 +00:00
clrbuilder ca817a8c5e Update packages file for version 24940
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-09-10 13:23:06 +00:00
clrbuilder db80ffd052 Update packages file for version 24930
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-09-08 16:01:57 +00:00
clrbuilder 54e7c47bd6 Update packages file for version 24920
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-09-07 19:38:38 +00:00
clrbuilder 60cb8aa36a Update packages file for version 24900
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-09-07 12:03:24 +00:00
clrbuilder 3a5c12aa29 Update packages file for version 24890
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-09-06 18:03:08 +00:00
clrbuilder 118120ca01 Update packages file for version 24880
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-09-06 12:02:33 +00:00
Thiago Macieira f59a650cf4 Also delete the rpms/ subdir when making proper
Autospec has begun putting the files there.

Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
2018-09-05 16:29:59 -07:00
clrbuilder 1dae5422cc Update packages file for version 24870
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-09-05 18:03:47 +00:00
clrbuilder b4860a0d82 Update packages file for version 24860
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-09-05 08:48:46 +00:00
clrbuilder 4760d853bb Update packages file for version 24850
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-09-04 21:56:55 +00:00
clrbuilder 4331a0a193 Update packages file for version 24840
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-09-04 18:03:11 +00:00
clrbuilder ca68988393 Update packages file for version 24810
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-09-03 15:34:07 +00:00
clrbuilder 37879628f7 Update packages file for version 24800
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-09-03 12:20:03 +00:00
clrbuilder 7f158c6e91 Update packages file for version 24780
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-09-01 05:26:47 +00:00
clrbuilder 4b9b44feef Update packages file for version 24760
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-08-31 12:02:44 +00:00
clrbuilder 20e55005ac Update packages file for version 24750
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-08-30 18:02:42 +00:00
clrbuilder ceeee94f0c Update packages file for version 24740
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-08-30 12:02:35 +00:00
Patrick McCarty 852b6e83c9 Refresh SPDX license list to latest (version 3.2)
Make the SPDX puller code more robust by reading from JSON sources
rather than parsing HTML. Also, keep all deprecated license identifiers
for now, since they are still present in the spdx list.

Four identifiers were removed since the last refresh, but we are keeping
them for backwards compatibility. The removed license IDs now reside in
the licenses-extra file. At

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2018-08-29 17:19:34 -07:00
Patrick McCarty ae9f0610d6 Sort SPDX license list with LC_COLLATE=C
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2018-08-29 16:10:18 -07:00
Auke Kok fa65110479 Adding 2 new spdx identifiers 2018-08-29 14:28:31 -07:00
clrbuilder 4259e8dbf0 Update packages file for version 24730
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-08-29 18:02:48 +00:00
clrbuilder 56a38edc64 Update packages file for version 24720
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-08-29 12:05:15 +00:00
clrbuilder d5cdd5d1c5 Update packages file for version 24700
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-08-28 12:02:54 +00:00
Patrick McCarty 806a1f5593 Fix several commands to use PKGS_LOCAL
Several commands should be using PKGS_LOCAL, which is the list of all
package repos that are present on the system, since the user might not
have all repos from PKGS cloned.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2018-08-27 14:40:57 -07:00
Patrick McCarty b82d61d686 clean/proper: honor toplevel --jobs value
This fixes integration with the GNU Make jobserver such that the
-j/--jobs value passed to make is actually honored.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2018-08-27 14:28:58 -07:00
6 changed files with 323 additions and 108 deletions
+5 -1
View File
@@ -17,5 +17,9 @@ update:
curl -f -o packages ${BASE_URL}/source/package-sources curl -f -o packages ${BASE_URL}/source/package-sources
cut -f1 packages | LC_ALL=C sort > packages.new && mv packages.new packages cut -f1 packages | LC_ALL=C sort > packages.new && mv packages.new packages
.PHONY: spdx
spdx: spdx:
curl -s spdx.org/licenses/ | sed '0,/<tbody>/d;/<\/tbody>/q;s/<tr>/\f/g;s/$$/,/g;s/<[^>]*>//g' | awk 'BEGIN{RS="\f";FS=","} {print $$4}' | sed '/^$$/d;s/^[ ]*//' > spdx JSON=$$(mktemp); \
trap "rm $$JSON" EXIT; \
curl -f -S -s https://raw.githubusercontent.com/spdx/license-list-data/master/json/licenses.json > $$JSON || exit 1; \
jq -r '.licenses[] | .licenseId' < $$JSON | LC_COLLATE=C sort > licenses-spdx
+2 -2
View File
@@ -45,7 +45,7 @@ upstream:
#help or that it is in the exceptions list. #help or that it is in the exceptions list.
spdxcheck: $(SPECFILE) spdxcheck: $(SPECFILE)
@for LICENSE in `rpmspec -D '_vendor clr' --srpm -q --queryformat '%{LICENSE}\n' $(SPECFILE)`; do \ @for LICENSE in `rpmspec -D '_vendor clr' --srpm -q --queryformat '%{LICENSE}\n' $(SPECFILE)`; do \
if ! grep -q "^$$LICENSE$$" $(TOPLVL)/projects/common/licenses-spdx && ! grep -q "$$LICENSE$$" $(TOPLVL)/projects/common/licenses-exceptions; then FAIL=yes; echo "ERROR: License '$$LICENSE' is not an allowed SPDX license ID"; fi; \ if ! grep -qx "$$LICENSE" $(TOPLVL)/projects/common/licenses-{spdx,exceptions,extra}; then FAIL=yes; echo "ERROR: License '$$LICENSE' is not an allowed SPDX license ID"; fi; \
done; test -z "$$FAIL" done; test -z "$$FAIL"
#help cvecheck: Checks #help cvecheck: Checks
@@ -61,7 +61,7 @@ clean:
#help proper: Brings your copy of the package to a nearly clean git checkout state. #help proper: Brings your copy of the package to a nearly clean git checkout state.
proper: repodel proper: repodel
rm -rf results rm -rf results rpms
rm -f build.log.round* rm -f build.log.round*
rm -f mock_build.log mock_srpm.log $(__allsources) report.html rm -f mock_build.log mock_srpm.log $(__allsources) report.html
+12 -12
View File
@@ -136,11 +136,11 @@ clean-pkgs-dir: $(PACKAGES_FILE)
done done
@echo "packages directory cleaned"; @echo "packages directory cleaned";
clean_PKGS = $(addprefix clean_,$(PKGS)) clean_PKGS = $(addprefix clean_,$(PKGS_LOCAL))
#help clean: Run 'make clean' for every package. #help clean: Run 'make clean' for every package.
clean: $(clean_PKGS) clean: $(clean_PKGS)
proper_PKGS = $(addprefix proper_,$(PKGS)) proper_PKGS = $(addprefix proper_,$(PKGS_LOCAL))
#help proper: Run 'make proper' for every package, and purge the local #help proper: Run 'make proper' for every package, and purge the local
#help repo and image. #help repo and image.
proper: $(proper_PKGS) proper: $(proper_PKGS)
@@ -154,34 +154,34 @@ proper: $(proper_PKGS)
$(clean_PKGS): $(clean_PKGS):
@echo "cleaning $(patsubst clean_%,%,$@)" @echo "cleaning $(patsubst clean_%,%,$@)"
-@$(MAKE) -s -j -C $(addprefix packages/,$(patsubst clean_%,%,$@)) clean -@$(MAKE) -s -C $(addprefix packages/,$(patsubst clean_%,%,$@)) clean
$(proper_PKGS): $(proper_PKGS):
-@$(MAKE) -s -j -C $(addprefix packages/,$(patsubst proper_%,%,$@)) proper -@$(MAKE) -s -C $(addprefix packages/,$(patsubst proper_%,%,$@)) proper
#help status: Runs git status for all package repos, thus displaying untracked #help status: Runs git status for all package repos, thus displaying untracked
#help and unstaged files in addition to staged files. #help and unstaged files in addition to staged files.
status: $(PACKAGES_FILE) $(addprefix packages/,$(PKGS)) status: $(PACKAGES_FILE) $(addprefix packages/,$(PKGS_LOCAL))
@for p in projects/common $(addprefix packages/,$(PKGS)); do \ @for p in projects/common $(addprefix packages/,$(PKGS_LOCAL)); do \
if [ -d "$$p/.git" ] && [ -n "$$(git -C $$p status -uno --porcelain)" ]; then echo "Uncommitted changes in $$p:"; git -C "$$p" status --short; fi ;\ if [ -d "$$p/.git" ] && [ -n "$$(git -C $$p status -uno --porcelain)" ]; then echo "Uncommitted changes in $$p:"; git -C "$$p" status --short; fi ;\
done done
#help diff: Runs git diff for all package repos and displays the output using #help diff: Runs git diff for all package repos and displays the output using
#help diffstat. Requires that diffstat is installed. #help diffstat. Requires that diffstat is installed.
diff: $(PACKAGES_FILE) $(addprefix packages/,$(PKGS)) diff: $(PACKAGES_FILE) $(addprefix packages/,$(PKGS_LOCAL))
@for p in projects/common $(addprefix packages/,$(PKGS)); do \ @for p in projects/common $(addprefix packages/,$(PKGS_LOCAL)); do \
(cd $$p ; git status | grep -q 'nothing to commit, working [^ ]* clean' || (echo "Uncommitted changes in: $$p"; git diff |diffstat -p1)) ;\ (cd $$p ; git status | grep -q 'nothing to commit, working [^ ]* clean' || (echo "Uncommitted changes in: $$p"; git diff |diffstat -p1)) ;\
done done
#help versions: Displays the version of each package in the ./packages tree. #help versions: Displays the version of each package in the ./packages tree.
versions: $(PACKAGES_FILE) $(addprefix packages/,$(PKGS)) versions: $(PACKAGES_FILE) $(addprefix packages/,$(PKGS_LOCAL))
@for p in $(addprefix packages/,$(PKGS)); do \ @for p in $(addprefix packages/,$(PKGS_LOCAL)); do \
(cd $$p; if ls *.spec &> /dev/null; then rpmspec -q --queryformat '%{NAME}-%{VERSION}\n' *.spec | head -n1; fi) ;\ (cd $$p; if ls *.spec &> /dev/null; then rpmspec -q --queryformat '%{NAME}-%{VERSION}\n' *.spec | head -n1; fi) ;\
done done
#help releases: Like 'make versions', but also displays the release number. #help releases: Like 'make versions', but also displays the release number.
releases: $(PACKAGES_FILE) $(addprefix packages/,$(PKGS)) releases: $(PACKAGES_FILE) $(addprefix packages/,$(PKGS_LOCAL))
@for p in $(addprefix packages/,$(PKGS)); do \ @for p in $(addprefix packages/,$(PKGS_LOCAL)); do \
(cd $$p; if ls *.spec &> /dev/null; then rpmspec -q --queryformat '%{NAME}-%{VERSION}-%{RELEASE}\n' *.spec | head -n1; fi) ;\ (cd $$p; if ls *.spec &> /dev/null; then rpmspec -q --queryformat '%{NAME}-%{VERSION}-%{RELEASE}\n' *.spec | head -n1; fi) ;\
done done
+7
View File
@@ -0,0 +1,7 @@
# This file contains SPDX license identifiers that are not defined in the
# latest version of SPDX but still needed (or possibly needed) for Clear Linux
# packages.
GFDL-1.3+
MIT-Opengroup
WXwindows
w3c
+150 -87
View File
@@ -1,56 +1,63 @@
0BSD
AAL AAL
Abstyles
Adobe-2006
Adobe-Glyph
ADSL ADSL
AFL-1.1 AFL-1.1
AFL-1.2 AFL-1.2
AFL-2.0 AFL-2.0
AFL-2.1 AFL-2.1
AFL-3.0 AFL-3.0
Afmparse
AGPL-1.0 AGPL-1.0
AGPL-1.0-only
AGPL-1.0-or-later
AGPL-3.0 AGPL-3.0
Aladdin AGPL-3.0-only
AGPL-3.0-or-later
AMDPLPA AMDPLPA
AML AML
AMPAS AMPAS
ANTLR-PD ANTLR-PD
Apache-1.0
Apache-1.1
Apache-2.0
APAFML APAFML
APL-1.0 APL-1.0
APSL-1.0 APSL-1.0
APSL-1.1 APSL-1.1
APSL-1.2 APSL-1.2
APSL-2.0 APSL-2.0
Abstyles
Adobe-2006
Adobe-Glyph
Afmparse
Aladdin
Apache-1.0
Apache-1.1
Apache-2.0
Artistic-1.0 Artistic-1.0
Artistic-1.0-cl8
Artistic-1.0-Perl Artistic-1.0-Perl
Artistic-1.0-cl8
Artistic-2.0 Artistic-2.0
BSD-1-Clause
BSD-2-Clause
BSD-2-Clause-FreeBSD
BSD-2-Clause-NetBSD
BSD-2-Clause-Patent
BSD-3-Clause
BSD-3-Clause-Attribution
BSD-3-Clause-Clear
BSD-3-Clause-LBNL
BSD-3-Clause-No-Nuclear-License
BSD-3-Clause-No-Nuclear-License-2014
BSD-3-Clause-No-Nuclear-Warranty
BSD-4-Clause
BSD-4-Clause-UC
BSD-Protection
BSD-Source-Code
BSL-1.0
Bahyph Bahyph
Barr Barr
Beerware Beerware
BitTorrent-1.0 BitTorrent-1.0
BitTorrent-1.1 BitTorrent-1.1
Borceux Borceux
BSD-2-Clause
BSD-2-Clause-FreeBSD
BSD-2-Clause-NetBSD
BSD-3-Clause
BSD-3-Clause-Attribution
BSD-3-Clause-Clear
BSD-3-Clause-LBNL
BSD-4-Clause
BSD-4-Clause-UC
BSD-Protection
BSL-1.0
bzip2-1.0.5
bzip2-1.0.6
Caldera
CATOSL-1.1 CATOSL-1.1
CC0-1.0
CC-BY-1.0 CC-BY-1.0
CC-BY-2.0 CC-BY-2.0
CC-BY-2.5 CC-BY-2.5
@@ -81,96 +88,117 @@ CC-BY-SA-2.0
CC-BY-SA-2.5 CC-BY-SA-2.5
CC-BY-SA-3.0 CC-BY-SA-3.0
CC-BY-SA-4.0 CC-BY-SA-4.0
CC0-1.0
CDDL-1.0 CDDL-1.0
CDDL-1.1 CDDL-1.1
CDLA-Permissive-1.0
CDLA-Sharing-1.0
CECILL-1.0 CECILL-1.0
CECILL-1.1 CECILL-1.1
CECILL-2.0 CECILL-2.0
CECILL-2.1
CECILL-B CECILL-B
CECILL-C CECILL-C
ClArtistic CNRI-Jython
CNRI-Python CNRI-Python
CNRI-Python-GPL-Compatible CNRI-Python-GPL-Compatible
Condor-1.1
CPAL-1.0 CPAL-1.0
CPL-1.0 CPL-1.0
CPOL-1.02 CPOL-1.02
Crossword
CUA-OPL-1.0 CUA-OPL-1.0
Caldera
ClArtistic
Condor-1.1
Crossword
CrystalStacker
Cube Cube
D-FSL-1.0 D-FSL-1.0
diffmark
DOC DOC
Dotseqn
DSDP DSDP
dvipdfm Dotseqn
ECL-1.0 ECL-1.0
ECL-2.0 ECL-2.0
eCos-2.0
EFL-1.0 EFL-1.0
EFL-2.0 EFL-2.0
eGenix
Entessa
EPL-1.0 EPL-1.0
ErlPL-1.1 EPL-2.0
EUDatagrid EUDatagrid
EUPL-1.0 EUPL-1.0
EUPL-1.1 EUPL-1.1
EUPL-1.2
Entessa
ErlPL-1.1
Eurosym Eurosym
Fair FSFAP
Frameworx-1.0
FreeImage
FSFUL FSFUL
FSFULLR FSFULLR
FTL FTL
Fair
Frameworx-1.0
FreeImage
GFDL-1.1 GFDL-1.1
GFDL-1.1-only
GFDL-1.1-or-later
GFDL-1.2 GFDL-1.2
GFDL-1.2-only
GFDL-1.2-or-later
GFDL-1.3 GFDL-1.3
GFDL-1.3+ GFDL-1.3-only
Giftware GFDL-1.3-or-later
GL2PS GL2PS
Glide
Glulxe
gnuplot
GPL-1.0 GPL-1.0
GPL-1.0+ GPL-1.0+
GPL-1.0-only
GPL-1.0-or-later
GPL-2.0 GPL-2.0
GPL-2.0+ GPL-2.0+
GPL-2.0-only
GPL-2.0-or-later
GPL-2.0-with-GCC-exception
GPL-2.0-with-autoconf-exception GPL-2.0-with-autoconf-exception
GPL-2.0-with-bison-exception GPL-2.0-with-bison-exception
GPL-2.0-with-classpath-exception GPL-2.0-with-classpath-exception
GPL-2.0-with-font-exception GPL-2.0-with-font-exception
GPL-2.0-with-GCC-exception
GPL-3.0 GPL-3.0
GPL-3.0+ GPL-3.0+
GPL-3.0-with-autoconf-exception GPL-3.0-only
GPL-3.0-or-later
GPL-3.0-with-GCC-exception GPL-3.0-with-GCC-exception
gSOAP-1.3b GPL-3.0-with-autoconf-exception
HaskellReport Giftware
Glide
Glulxe
HPND HPND
HaskellReport
IBM-pibs IBM-pibs
ICU ICU
IJG IJG
ImageMagick
iMatix
Imlib2
Intel
Intel-ACPI
IPA IPA
IPL-1.0 IPL-1.0
ISC ISC
JasPer-2.0 ImageMagick
Imlib2
Info-ZIP
Intel
Intel-ACPI
Interbase-1.0
JSON JSON
Latex2e JasPer-2.0
Leptonica LAL-1.2
LAL-1.3
LGPL-2.0 LGPL-2.0
LGPL-2.0+ LGPL-2.0+
LGPL-2.0-only
LGPL-2.0-or-later
LGPL-2.1 LGPL-2.1
LGPL-2.1+ LGPL-2.1+
LGPL-2.1-only
LGPL-2.1-or-later
LGPL-3.0 LGPL-3.0
LGPL-3.0+ LGPL-3.0+
Libpng LGPL-3.0-only
libtiff LGPL-3.0-or-later
LGPLLR
LPL-1.0 LPL-1.0
LPL-1.02 LPL-1.02
LPPL-1.0 LPPL-1.0
@@ -178,17 +206,20 @@ LPPL-1.1
LPPL-1.2 LPPL-1.2
LPPL-1.3a LPPL-1.3a
LPPL-1.3c LPPL-1.3c
MakeIndex Latex2e
MirOS Leptonica
LiLiQ-P-1.1
LiLiQ-R-1.1
LiLiQ-Rplus-1.1
Libpng
Linux-OpenIB
MIT MIT
MIT-advertising MIT-0
MIT-CMU MIT-CMU
MIT-advertising
MIT-enna MIT-enna
MIT-feh MIT-feh
MIT-Opengroup
MITNFA MITNFA
Motosoto
mpich2
MPL-1.0 MPL-1.0
MPL-1.1 MPL-1.1
MPL-2.0 MPL-2.0
@@ -196,26 +227,33 @@ MPL-2.0-no-copyleft-exception
MS-PL MS-PL
MS-RL MS-RL
MTLL MTLL
MakeIndex
MirOS
Motosoto
Multics Multics
Mup Mup
NASA-1.3 NASA-1.3
Naumen
NBPL-1.0 NBPL-1.0
NCSA NCSA
NetCDF
Newsletr
NGPL NGPL
NLOD-1.0
NLPL NLPL
Nokia
NOSL NOSL
Noweb
NPL-1.0 NPL-1.0
NPL-1.1 NPL-1.1
NPOSL-3.0 NPOSL-3.0
NRL NRL
NTP NTP
Naumen
Net-SNMP
NetCDF
Newsletr
Nokia
Noweb
Nunit Nunit
OCCT-PL
OCLC-2.0 OCLC-2.0
ODC-By-1.0
ODbL-1.0 ODbL-1.0
OFL-1.0 OFL-1.0
OFL-1.1 OFL-1.1
@@ -237,77 +275,102 @@ OLDAP-2.6
OLDAP-2.7 OLDAP-2.7
OLDAP-2.8 OLDAP-2.8
OML OML
OpenSSL
OPL-1.0 OPL-1.0
OSET-PL-2.1
OSL-1.0 OSL-1.0
OSL-1.1 OSL-1.1
OSL-2.0 OSL-2.0
OSL-2.1 OSL-2.1
OSL-3.0 OSL-3.0
OpenSSL
PDDL-1.0 PDDL-1.0
PHP-3.0 PHP-3.0
PHP-3.01 PHP-3.01
Plexus Plexus
PostgreSQL PostgreSQL
psfrag
psutils
Python-2.0 Python-2.0
Qhull
QPL-1.0 QPL-1.0
Rdisc Qhull
RHeCos-1.1 RHeCos-1.1
RPL-1.1 RPL-1.1
RPL-1.5 RPL-1.5
RPSL-1.0 RPSL-1.0
RSA-MD
RSCPL RSCPL
Rdisc
Ruby Ruby
Saxpath
SAX-PD SAX-PD
SCEA SCEA
SGI-B-1.0 SGI-B-1.0
SGI-B-1.1 SGI-B-1.1
SGI-B-2.0 SGI-B-2.0
SimPL-2.0
SISSL SISSL
SISSL-1.2 SISSL-1.2
Sleepycat
SMLNJ SMLNJ
SMPPL
SNIA SNIA
SPL-1.0 SPL-1.0
SWL
Saxpath
Sendmail
SimPL-2.0
Sleepycat
Spencer-86
Spencer-94
Spencer-99
StandardML-NJ StandardML-NJ
SugarCRM-1.1.3 SugarCRM-1.1.3
SWL
TCL TCL
TCP-wrappers
TMate TMate
TORQUE-1.1 TORQUE-1.1
TOSL TOSL
TU-Berlin-1.0
TU-Berlin-2.0
UPL-1.0
Unicode-DFS-2015
Unicode-DFS-2016
Unicode-TOU Unicode-TOU
Unlicense Unlicense
Vim
VOSTROM VOSTROM
VSL-1.0 VSL-1.0
Vim
W3C W3C
W3C-19980720 W3C-19980720
W3C-20150513
WTFPL
Watcom-1.0 Watcom-1.0
Wsuipa Wsuipa
WTFPL
WXwindows
X11 X11
Xerox
XFree86-1.1 XFree86-1.1
xinetd
Xnet
xpp
XSkat XSkat
Xerox
Xnet
YPL-1.0 YPL-1.0
YPL-1.1 YPL-1.1
ZPL-1.1
ZPL-2.0
ZPL-2.1
Zed Zed
Zend-2.0 Zend-2.0
Zimbra-1.3 Zimbra-1.3
Zimbra-1.4 Zimbra-1.4
Zlib Zlib
bzip2-1.0.5
bzip2-1.0.6
curl
diffmark
dvipdfm
eCos-2.0
eGenix
gSOAP-1.3b
gnuplot
iMatix
libtiff
mpich2
psfrag
psutils
wxWindows
xinetd
xpp
zlib-acknowledgement zlib-acknowledgement
ZPL-1.1
ZPL-2.0
ZPL-2.1
w3c
+147 -6
View File
@@ -2,10 +2,13 @@ Babel
Botan Botan
CUnit CUnit
Cheetah Cheetah
CherryPy
ConfigArgParse ConfigArgParse
Counter
Cython Cython
Django Django
Flask Flask
Flask-RESTful
FlatBuffers FlatBuffers
FreeRDP FreeRDP
GConf GConf
@@ -444,6 +447,7 @@ R-lsmeans
R-lubridate R-lubridate
R-mFilter R-mFilter
R-magic R-magic
R-magick
R-magrittr R-magrittr
R-manipulate R-manipulate
R-manipulateWidget R-manipulateWidget
@@ -519,6 +523,7 @@ R-pbmcapply
R-pcaPP R-pcaPP
R-pcse R-pcse
R-pdfCluster R-pdfCluster
R-pdftools
R-permute R-permute
R-phangorn R-phangorn
R-pheatmap R-pheatmap
@@ -582,6 +587,7 @@ R-randomForest
R-randomNames R-randomNames
R-randtoolbox R-randtoolbox
R-ranger R-ranger
R-rappdirs
R-raster R-raster
R-rasterVis R-rasterVis
R-reactR R-reactR
@@ -628,6 +634,7 @@ R-rstan
R-rstanarm R-rstanarm
R-rstantools R-rstantools
R-rstudioapi R-rstudioapi
R-rsvg
R-rversions R-rversions
R-rvest R-rvest
R-sROC R-sROC
@@ -771,6 +778,7 @@ SuiteSparse
Tempita Tempita
Theano Theano
Thunar Thunar
UkPostcodeParser
Vertex-theme Vertex-theme
WALinuxAgent WALinuxAgent
WSGIProxy2 WSGIProxy2
@@ -837,7 +845,9 @@ alsa-lib
alsa-plugins alsa-plugins
alsa-utils alsa-utils
amqp amqp
amtk
analitza analitza
aniso8601
ansible ansible
anyjson anyjson
apache-ant apache-ant
@@ -924,6 +934,7 @@ bleach
blinken blinken
blinker blinker
blktrace blktrace
blockdiag
bluedevil bluedevil
bluez bluez
bluez-qt bluez-qt
@@ -975,6 +986,7 @@ cairomm
calendarsupport calendarsupport
cantarell-fonts cantarell-fonts
cantata cantata
cantor
capnproto capnproto
cargo cargo
caribou caribou
@@ -997,7 +1009,6 @@ chardet
check check
cheese cheese
cheroot cheroot
cherrypy
chrome-gnome-shell chrome-gnome-shell
chrony chrony
chrpath chrpath
@@ -1014,6 +1025,7 @@ clear-font
click click
cliff cliff
clinfo clinfo
cln
cloudpickle cloudpickle
clr-R-helpers clr-R-helpers
clr-avx-tools clr-avx-tools
@@ -1071,6 +1083,7 @@ colorama
colord colord
colord-gtk colord-gtk
comedilib comedilib
commonmark
compat-SDL2-soname1 compat-SDL2-soname1
compat-cryptsetup-soname4 compat-cryptsetup-soname4
compat-efivar-soname0 compat-efivar-soname0
@@ -1080,6 +1093,7 @@ compat-gegl-0.3
compat-glew-soname1 compat-glew-soname1
compat-gtksourceview-soname3 compat-gtksourceview-soname3
compat-guile-soname20 compat-guile-soname20
compat-hdf5-soname10
compat-hyperscan-soname4 compat-hyperscan-soname4
compat-ipset-soname10 compat-ipset-soname10
compat-libical-soname2 compat-libical-soname2
@@ -1138,6 +1152,7 @@ darktable
dask dask
db db
dbus dbus
dbus-broker
dbus-glib dbus-glib
dconf dconf
dconf-editor dconf-editor
@@ -1150,6 +1165,7 @@ defusedxml
dejagnu dejagnu
deprecation deprecation
desktop-file-utils desktop-file-utils
devhelp
dfc dfc
dfu-util dfu-util
dhcp dhcp
@@ -1158,6 +1174,8 @@ diffoscope
diffstat diffstat
diffutils diffutils
digikam digikam
ding-libs
direwolf
discover discover
dist-pam-configs dist-pam-configs
distro distro
@@ -1196,7 +1214,9 @@ dragon
drkonqi drkonqi
dstat dstat
dtc dtc
dtopt
dulwich dulwich
duperemove
dwarves dwarves
dyskctl dyskctl
e2fsprogs e2fsprogs
@@ -1280,8 +1300,11 @@ frameworkintegration
freeglut freeglut
freeipmi freeipmi
freetype freetype
freezegun
fribidi fribidi
fritzing-app
fs fs
funcparserlib
funcsigs funcsigs
functools32 functools32
fuse fuse
@@ -1297,6 +1320,7 @@ gawk
gc gc
gcab gcab
gcc gcc
gcompris-qt
gcr gcr
gcs-oauth2-boto-plugin gcs-oauth2-boto-plugin
gdal gdal
@@ -1341,6 +1365,7 @@ glusterfs
gmic gmic
gmime gmime
gmp gmp
gmqtt
gnome-applets gnome-applets
gnome-autoar gnome-autoar
gnome-backgrounds gnome-backgrounds
@@ -1352,6 +1377,7 @@ gnome-color-manager
gnome-common gnome-common
gnome-control-center gnome-control-center
gnome-desktop gnome-desktop
gnome-disk-utility
gnome-flashback gnome-flashback
gnome-font-viewer gnome-font-viewer
gnome-icon-theme gnome-icon-theme
@@ -1374,7 +1400,7 @@ gnome-system-monitor
gnome-terminal gnome-terminal
gnome-themes-standard gnome-themes-standard
gnome-todo gnome-todo
gnome-tweak-tool gnome-tweaks
gnome-user-docs gnome-user-docs
gnome-video-effects gnome-video-effects
gnome-weather gnome-weather
@@ -1390,6 +1416,7 @@ gom
goocanvas goocanvas
google-api-python-client google-api-python-client
google-apitools google-apitools
google-reauth
googletest googletest
gperf gperf
gperftools gperftools
@@ -1433,6 +1460,7 @@ gtkmm3
gtksourceview gtksourceview
gtkspell3 gtkspell3
guile guile
gupnp-av
gutenprint gutenprint
gvfs gvfs
gvim gvim
@@ -1472,8 +1500,11 @@ i2c-tools
i3 i3
i3lock i3lock
i3status i3status
ias
iasimage iasimage
ibus ibus
ibus-libpinyin
ibus-table
icalendar icalendar
icdiff icdiff
iceauth iceauth
@@ -1494,13 +1525,13 @@ inotify-tools
intel-gpu-tools intel-gpu-tools
intel-hybrid-driver intel-hybrid-driver
intltool intltool
invm-frameworks
ioc-cbc-tools ioc-cbc-tools
ioping ioping
iotop iotop
ipaddr ipaddr
ipaddress ipaddress
iperf iperf
ipmctl
ipmitool ipmitool
iproute2 iproute2
ipset ipset
@@ -1529,7 +1560,6 @@ itsdangerous
itstool itstool
iw iw
ixion ixion
ixpdimm_sw
jansson jansson
jaraco.functools jaraco.functools
jedi jedi
@@ -1773,6 +1803,7 @@ lazy-object-proxy
lcms2 lcms2
lcov lcov
ldap3 ldap3
ldb
lensfun lensfun
less less
leveldb leveldb
@@ -1813,6 +1844,7 @@ libappindicator
libarchive libarchive
libarchive-c libarchive-c
libassuan libassuan
libasyncns
libatasmart libatasmart
libatomic_ops libatomic_ops
libb64 libb64
@@ -1831,6 +1863,7 @@ libcomps
libconfig libconfig
libcroco libcroco
libcryptui libcryptui
libdaemon
libdatrie libdatrie
libdazzle libdazzle
libdbusmenu libdbusmenu
@@ -1849,6 +1882,7 @@ libexif
libexttextcat libexttextcat
libffi libffi
libfontenc libfontenc
libfprint
libfreehand libfreehand
libgcrypt libgcrypt
libgd libgd
@@ -1914,6 +1948,7 @@ libnftnl
libnice libnice
libnl libnl
libnotify libnotify
libnova
libnumbertext libnumbertext
liboauth liboauth
libodfgen libodfgen
@@ -1925,10 +1960,14 @@ libpagemaker
libpcap libpcap
libpciaccess libpciaccess
libpeas libpeas
libpfm
libpinyin
libpipeline libpipeline
libpng libpng
libpsl
libpthread-stubs libpthread-stubs
libpwquality libpwquality
libqalculate
libqmi libqmi
libqxp libqxp
librabbitmq librabbitmq
@@ -1937,6 +1976,7 @@ librepo
librevenge librevenge
librsvg librsvg
librtlsdr librtlsdr
libsafec
libsamplerate libsamplerate
libsass libsass
libseccomp libseccomp
@@ -1971,6 +2011,7 @@ libvirt
libvirt-glib libvirt-glib
libvirt-python libvirt-python
libvisio libvisio
libvma
libvorbis libvorbis
libvpx libvpx
libwacom libwacom
@@ -2011,9 +2052,12 @@ linux-libc-headers
linux-lts linux-lts
linux-oracle linux-oracle
linux-pk414 linux-pk414
linux-pk414-preempt-rt
linux-preempt-rt
linux-steam-integration linux-steam-integration
linux-tools linux-tools
linuxptp linuxptp
lksctp-tools
llvm llvm
llvmlite llvmlite
lmdb lmdb
@@ -2094,6 +2138,7 @@ mox3
mozjs mozjs
mozjs38 mozjs38
mozjs52 mozjs52
mozjs60
mpc mpc
mpfr mpfr
mpg123 mpg123
@@ -2134,7 +2179,6 @@ net-snmp
net-tools net-tools
netaddr netaddr
netbase netbase
netcat
netdisco netdisco
netifaces netifaces
nettle nettle
@@ -2172,6 +2216,7 @@ nss
nss-altfiles nss-altfiles
ntfs-3g ntfs-3g
ntlm-auth ntlm-auth
ntplib
numactl numactl
numatop numatop
numba numba
@@ -2250,6 +2295,7 @@ oslosphinx
oslotest oslotest
osprofiler osprofiler
ostree ostree
otp
ovirt-guest-agent ovirt-guest-agent
ovs ovs
ovsdbapp ovsdbapp
@@ -2300,6 +2346,7 @@ perl-AnyEvent
perl-AnyEvent-CacheDNS perl-AnyEvent-CacheDNS
perl-Apache-Htpasswd perl-Apache-Htpasswd
perl-Apache-Session perl-Apache-Session
perl-App-cpanminus
perl-Archive-Cpio perl-Archive-Cpio
perl-Archive-Extract perl-Archive-Extract
perl-Archive-Tar-Wrapper perl-Archive-Tar-Wrapper
@@ -2312,13 +2359,17 @@ perl-Audio-Musepack
perl-Audio-Scan perl-Audio-Scan
perl-Audio-Wav perl-Audio-Wav
perl-B-Hooks-EndOfScope perl-B-Hooks-EndOfScope
perl-B-Hooks-OP-Check
perl-B-Keywords perl-B-Keywords
perl-BSD-Resource perl-BSD-Resource
perl-Biblio-EndnoteStyle perl-Biblio-EndnoteStyle
perl-Browser-Open
perl-Business-ISBN
perl-Business-ISBN-Data perl-Business-ISBN-Data
perl-Business-ISMN perl-Business-ISMN
perl-Business-ISSN perl-Business-ISSN
perl-CDDB-File perl-CDDB-File
perl-CGI
perl-CGI-Compile perl-CGI-Compile
perl-CGI-Simple perl-CGI-Simple
perl-CPAN-Changes perl-CPAN-Changes
@@ -2327,14 +2378,17 @@ perl-CPAN-Meta-Check
perl-CPAN-Perl-Releases perl-CPAN-Perl-Releases
perl-CSS-DOM perl-CSS-DOM
perl-CSS-Minifier-XS perl-CSS-Minifier-XS
perl-CSS-Tiny
perl-Cache-Simple-TimedExpiry perl-Cache-Simple-TimedExpiry
perl-Calendar-Simple perl-Calendar-Simple
perl-Canary-Stability perl-Canary-Stability
perl-Capture-Tiny perl-Capture-Tiny
perl-Carp-Assert perl-Carp-Assert
perl-Carp-Assert-More perl-Carp-Assert-More
perl-Carp-Clan
perl-Class-Accessor perl-Class-Accessor
perl-Class-Accessor-Chained perl-Class-Accessor-Chained
perl-Class-Accessor-Grouped
perl-Class-Accessor-Lite perl-Class-Accessor-Lite
perl-Class-Base perl-Class-Base
perl-Class-C3 perl-Class-C3
@@ -2343,7 +2397,11 @@ perl-Class-Container
perl-Class-Data-Accessor perl-Class-Data-Accessor
perl-Class-Data-Inheritable perl-Class-Data-Inheritable
perl-Class-ErrorHandler perl-Class-ErrorHandler
perl-Class-Factory-Util
perl-Class-Inspector perl-Class-Inspector
perl-Class-Load
perl-Class-Load-XS
perl-Class-Method-Modifiers
perl-Class-MethodMaker perl-Class-MethodMaker
perl-Class-Mix perl-Class-Mix
perl-Class-ReturnValue perl-Class-ReturnValue
@@ -2355,16 +2413,21 @@ perl-Class-Unload
perl-Class-XSAccessor perl-Class-XSAccessor
perl-Clipboard perl-Clipboard
perl-Clone perl-Clone
perl-Clone-Choose
perl-Clone-PP perl-Clone-PP
perl-Compress-Bzip2 perl-Compress-Bzip2
perl-Compress-Raw-Lzma perl-Compress-Raw-Lzma
perl-Config-Any perl-Config-Any
perl-Config-Grammar perl-Config-Grammar
perl-Config-IniFiles
perl-Config-Std perl-Config-Std
perl-Config-Tiny
perl-Context-Preserve
perl-Convert-ASN1 perl-Convert-ASN1
perl-Convert-Binary-C perl-Convert-Binary-C
perl-Cookie-Baker perl-Cookie-Baker
perl-Cpanel-JSON-XS perl-Cpanel-JSON-XS
perl-Crypt-DH-GMP
perl-Crypt-Eksblowfish perl-Crypt-Eksblowfish
perl-Crypt-GeneratePassword perl-Crypt-GeneratePassword
perl-Crypt-Random-Seed perl-Crypt-Random-Seed
@@ -2372,9 +2435,16 @@ perl-Crypt-Rijndael
perl-Crypt-SSLeay perl-Crypt-SSLeay
perl-Crypt-URandom perl-Crypt-URandom
perl-Curses perl-Curses
perl-DBD-Pg
perl-DBD-SQLite perl-DBD-SQLite
perl-DBD-SQLite2 perl-DBD-SQLite2
perl-DBI perl-DBI
perl-DBICx-TestDatabase
perl-DBIx-Class
perl-DBIx-Class-DeploymentHandler
perl-DBIx-Class-DynamicDefault
perl-DBIx-Class-OptimisticLocking
perl-DBIx-Class-Schema-Config
perl-DBIx-Connector perl-DBIx-Connector
perl-DBIx-ContextualFetch perl-DBIx-ContextualFetch
perl-DBIx-DBSchema perl-DBIx-DBSchema
@@ -2382,11 +2452,13 @@ perl-DBIx-Simple
perl-Data-Alias perl-Data-Alias
perl-Data-Compare perl-Data-Compare
perl-Data-Dump perl-Data-Dump
perl-Data-Dumper-Concise
perl-Data-Dumper-Simple perl-Data-Dumper-Simple
perl-Data-Float perl-Data-Float
perl-Data-Integer perl-Data-Integer
perl-Data-Munge perl-Data-Munge
perl-Data-OptList perl-Data-OptList
perl-Data-Page
perl-Data-Password perl-Data-Password
perl-Data-Printer perl-Data-Printer
perl-Data-Random perl-Data-Random
@@ -2395,8 +2467,12 @@ perl-Data-Structure-Util
perl-Data-Uniqid perl-Data-Uniqid
perl-Data-Validate-IP perl-Data-Validate-IP
perl-DateTime perl-DateTime
perl-DateTime-Format-Builder
perl-DateTime-Format-DateParse
perl-DateTime-Format-Mail perl-DateTime-Format-Mail
perl-DateTime-Format-MySQL
perl-DateTime-Format-Pg perl-DateTime-Format-Pg
perl-DateTime-Format-Strptime
perl-DateTime-Format-W3CDTF perl-DateTime-Format-W3CDTF
perl-DateTime-Locale perl-DateTime-Locale
perl-DateTime-TimeZone perl-DateTime-TimeZone
@@ -2408,6 +2484,7 @@ perl-Devel-CheckOS
perl-Devel-Confess perl-Devel-Confess
perl-Devel-Cover perl-Devel-Cover
perl-Devel-Cycle perl-Devel-Cycle
perl-Devel-EnforceEncapsulation
perl-Devel-GlobalDestruction perl-Devel-GlobalDestruction
perl-Devel-Hide perl-Devel-Hide
perl-Devel-OverloadInfo perl-Devel-OverloadInfo
@@ -2442,6 +2519,7 @@ perl-Eval-Closure
perl-Event perl-Event
perl-Event-RPC perl-Event-RPC
perl-Exception-Class perl-Exception-Class
perl-Exporter-Declare
perl-Exporter-Easy perl-Exporter-Easy
perl-Exporter-Lite perl-Exporter-Lite
perl-Exporter-Tiny perl-Exporter-Tiny
@@ -2451,6 +2529,7 @@ perl-ExtUtils-Helpers
perl-ExtUtils-InstallPaths perl-ExtUtils-InstallPaths
perl-FCGI-ProcManager perl-FCGI-ProcManager
perl-Feed-Find perl-Feed-Find
perl-Fennec-Lite
perl-File-BaseDir perl-File-BaseDir
perl-File-Copy-Link perl-File-Copy-Link
perl-File-Copy-Recursive perl-File-Copy-Recursive
@@ -2484,6 +2563,7 @@ perl-File-pushd
perl-Filesys-Df perl-Filesys-Df
perl-Filesys-Notify-Simple perl-Filesys-Notify-Simple
perl-Font-AFM perl-Font-AFM
perl-Font-TTF
perl-FreezeThaw perl-FreezeThaw
perl-Frontier-RPC perl-Frontier-RPC
perl-Future perl-Future
@@ -2519,6 +2599,7 @@ perl-HTTP-Negotiate
perl-HTTP-Parser-XS perl-HTTP-Parser-XS
perl-HTTP-Request-AsCGI perl-HTTP-Request-AsCGI
perl-Hash-Flatten perl-Hash-Flatten
perl-Hash-Merge
perl-Hash-MoreUtils perl-Hash-MoreUtils
perl-Hash-MultiValue perl-Hash-MultiValue
perl-I18N-Charset perl-I18N-Charset
@@ -2540,6 +2621,7 @@ perl-IO-Socket-Timeout
perl-IO-String perl-IO-String
perl-IO-Tee perl-IO-Tee
perl-IO-TieCombine perl-IO-TieCombine
perl-IO-Tty
perl-IO-stringy perl-IO-stringy
perl-IPC-Run perl-IPC-Run
perl-IPC-Run3 perl-IPC-Run3
@@ -2577,6 +2659,7 @@ perl-Locale-Maketext-Lexicon
perl-Locale-Msgfmt perl-Locale-Msgfmt
perl-Log-Agent perl-Log-Agent
perl-Log-Any perl-Log-Any
perl-Log-Contextual
perl-Log-Dispatch perl-Log-Dispatch
perl-Log-Dispatch-Array perl-Log-Dispatch-Array
perl-Log-Log4perl perl-Log-Log4perl
@@ -2606,25 +2689,38 @@ perl-Math-Spline
perl-Math-Utils perl-Math-Utils
perl-Math-Vec perl-Math-Vec
perl-Memoize-ExpireLRU perl-Memoize-ExpireLRU
perl-Meta-Builder
perl-Minion
perl-Mock-Config perl-Mock-Config
perl-Modern-Perl perl-Modern-Perl
perl-Module-Build perl-Module-Build
perl-Module-Build-Tiny perl-Module-Build-Tiny
perl-Module-CPANfile perl-Module-CPANfile
perl-Module-Extract perl-Module-Extract
perl-Module-Find
perl-Module-Implementation perl-Module-Implementation
perl-Module-Install perl-Module-Install
perl-Module-List perl-Module-List
perl-Module-Pluggable perl-Module-Pluggable
perl-Module-Runtime perl-Module-Runtime
perl-Module-Runtime-Conflicts
perl-Module-ScanDeps perl-Module-ScanDeps
perl-Module-Starter perl-Module-Starter
perl-Module-Util perl-Module-Util
perl-Module-Versions-Report perl-Module-Versions-Report
perl-Mojo-IOLoop-ReadWriteProcess
perl-Mojo-Pg
perl-Mojo-RabbitMQ-Client
perl-Mojolicious perl-Mojolicious
perl-Mojolicious-Plugin-AssetPack perl-Mojolicious-Plugin-AssetPack
perl-Mojolicious-Plugin-RenderFile
perl-Moo
perl-Moose
perl-MooseX-Role-Parameterized
perl-MooseX-Role-WithOverloading
perl-Mozilla-CA perl-Mozilla-CA
perl-Net-CIDR-Lite perl-Net-CIDR-Lite
perl-Net-DBus
perl-Net-DNS perl-Net-DNS
perl-Net-DNS-Resolver-Programmable perl-Net-DNS-Resolver-Programmable
perl-Net-HTTP perl-Net-HTTP
@@ -2633,6 +2729,8 @@ perl-Net-INET6Glue
perl-Net-Ident perl-Net-Ident
perl-Net-MAC perl-Net-MAC
perl-Net-NTP perl-Net-NTP
perl-Net-OpenID-Common
perl-Net-OpenID-Consumer
perl-Net-OpenSSH perl-Net-OpenSSH
perl-Net-SFTP-Foreign perl-Net-SFTP-Foreign
perl-Net-SMTP-SSL perl-Net-SMTP-SSL
@@ -2651,12 +2749,16 @@ perl-PDF-Writer
perl-POD2-Base perl-POD2-Base
perl-POSIX-strftime-Compiler perl-POSIX-strftime-Compiler
perl-Package-Constants perl-Package-Constants
perl-Package-DeprecationManager
perl-Package-Generator
perl-Package-New perl-Package-New
perl-Package-Stash perl-Package-Stash
perl-Package-Stash-XS perl-Package-Stash-XS
perl-Package-Variant
perl-PadWalker perl-PadWalker
perl-Palm-PDB perl-Palm-PDB
perl-Parallel-ForkManager perl-Parallel-ForkManager
perl-Parallel-Iterator
perl-Params-Classify perl-Params-Classify
perl-Params-Util perl-Params-Util
perl-Params-Validate perl-Params-Validate
@@ -2667,6 +2769,7 @@ perl-Parse-RecDescent
perl-Path-Class perl-Path-Class
perl-Path-Tiny perl-Path-Tiny
perl-Pegex perl-Pegex
perl-Perl-Tidy
perl-Perl-Version perl-Perl-Version
perl-Perl4-CoreLibs perl-Perl4-CoreLibs
perl-Perl6-Export perl-Perl6-Export
@@ -2677,6 +2780,7 @@ perl-PerlIO-via-Timeout
perl-Pod-Constants perl-Pod-Constants
perl-Pod-Coverage perl-Pod-Coverage
perl-Pod-LaTeX perl-Pod-LaTeX
perl-Pod-POM
perl-Pod-Plainer perl-Pod-Plainer
perl-Pod-Spell perl-Pod-Spell
perl-Pod-Strip perl-Pod-Strip
@@ -2696,6 +2800,8 @@ perl-Role-Tiny
perl-Roman perl-Roman
perl-Router-Simple perl-Router-Simple
perl-SMTP-Server perl-SMTP-Server
perl-SQL-Abstract
perl-SQL-Translator
perl-SUPER perl-SUPER
perl-Scalar-String perl-Scalar-String
perl-Scope-Guard perl-Scope-Guard
@@ -2739,6 +2845,7 @@ perl-System-Command
perl-TAP-Harness-Archive perl-TAP-Harness-Archive
perl-Taint-Util perl-Taint-Util
perl-Term-ProgressBar perl-Term-ProgressBar
perl-Term-ReadKey
perl-Term-ReadLine-Gnu perl-Term-ReadLine-Gnu
perl-Term-ReadPassword perl-Term-ReadPassword
perl-Term-Shell perl-Term-Shell
@@ -2746,10 +2853,12 @@ perl-Term-ShellUI
perl-Term-Size-Perl perl-Term-Size-Perl
perl-Term-Table perl-Term-Table
perl-Term-UI perl-Term-UI
perl-TermReadKey
perl-Test-Assertions perl-Test-Assertions
perl-Test-Base
perl-Test-CleanNameSpaces
perl-Test-Compile perl-Test-Compile
perl-Test-Deep perl-Test-Deep
perl-Test-Differences
perl-Test-Exception perl-Test-Exception
perl-Test-FailWarnings perl-Test-FailWarnings
perl-Test-Fatal perl-Test-Fatal
@@ -2759,6 +2868,7 @@ perl-Test-Identity
perl-Test-LeakTrace perl-Test-LeakTrace
perl-Test-LectroTest perl-Test-LectroTest
perl-Test-LongString perl-Test-LongString
perl-Test-Manifest
perl-Test-MockModule perl-Test-MockModule
perl-Test-MockTime perl-Test-MockTime
perl-Test-More-UTF8 perl-Test-More-UTF8
@@ -2767,6 +2877,7 @@ perl-Test-NoWarnings
perl-Test-Number-Delta perl-Test-Number-Delta
perl-Test-Output perl-Test-Output
perl-Test-Pod perl-Test-Pod
perl-Test-Pod-Coverage
perl-Test-Refcount perl-Test-Refcount
perl-Test-Reporter perl-Test-Reporter
perl-Test-Requires perl-Test-Requires
@@ -2774,15 +2885,18 @@ perl-Test-RequiresInternet
perl-Test-SharedFork perl-Test-SharedFork
perl-Test-Simple perl-Test-Simple
perl-Test-Strict perl-Test-Strict
perl-Test-Synopsis
perl-Test-TCP perl-Test-TCP
perl-Test-Taint perl-Test-Taint
perl-Test-UseAllModules perl-Test-UseAllModules
perl-Test-Warn perl-Test-Warn
perl-Test-Warnings perl-Test-Warnings
perl-Test-Without-Module perl-Test-Without-Module
perl-Test-YAML
perl-Test-utf8 perl-Test-utf8
perl-Test2-Suite perl-Test2-Suite
perl-Text-Autoformat perl-Text-Autoformat
perl-Text-Brew
perl-Text-CSV perl-Text-CSV
perl-Text-CSV-Encoded perl-Text-CSV-Encoded
perl-Text-CSV_XS perl-Text-CSV_XS
@@ -2792,6 +2906,7 @@ perl-Text-Format
perl-Text-Glob perl-Text-Glob
perl-Text-Levenshtein perl-Text-Levenshtein
perl-Text-Levenshtein-Damerau perl-Text-Levenshtein-Damerau
perl-Text-Markdown
perl-Text-PDF perl-Text-PDF
perl-Text-Quoted perl-Text-Quoted
perl-Text-Reform perl-Text-Reform
@@ -2806,6 +2921,7 @@ perl-Tie-IxHash
perl-Tie-Simple perl-Tie-Simple
perl-Time-Duration perl-Time-Duration
perl-Time-Duration-Parse perl-Time-Duration-Parse
perl-Time-ParseDate
perl-Time-Period perl-Time-Period
perl-TimeDate perl-TimeDate
perl-Tk-DoubleClick perl-Tk-DoubleClick
@@ -2845,14 +2961,18 @@ perl-XML-SAX-ExpatXS
perl-XML-SAX-Writer perl-XML-SAX-Writer
perl-XML-Simple perl-XML-Simple
perl-XML-SimpleObject perl-XML-SimpleObject
perl-XML-Twig
perl-XML-Writer perl-XML-Writer
perl-XML-XPath perl-XML-XPath
perl-XML-XPathEngine perl-XML-XPathEngine
perl-YAML
perl-YAML-LibYAML perl-YAML-LibYAML
perl-YAML-Syck perl-YAML-Syck
perl-YAML-Tiny perl-YAML-Tiny
perl-aliased
perl-autobox perl-autobox
perl-autovivification perl-autovivification
perl-bareword-filehandles
perl-boolean perl-boolean
perl-common-sense perl-common-sense
perl-constant-defer perl-constant-defer
@@ -2861,9 +2981,11 @@ perl-gettext
perl-indirect perl-indirect
perl-libwww-perl perl-libwww-perl
perl-local-lib perl-local-lib
perl-multidimensional
perl-namespace-autoclean perl-namespace-autoclean
perl-namespace-clean perl-namespace-clean
perl-prefork perl-prefork
perl-strictures
persistent persistent
pesign pesign
pexpect pexpect
@@ -2883,6 +3005,7 @@ pimcommon
pinentry pinentry
pip pip
pip-legacy pip-legacy
pipewire
pixman pixman
pkcs11-helper pkcs11-helper
pkg-config pkg-config
@@ -3030,11 +3153,13 @@ python3
pytz pytz
pyudev pyudev
pywbem pywbem
pyxattr
pyxdg pyxdg
pyzmq pyzmq
qca-qt5 qca-qt5
qemu qemu
qemu-lite qemu-lite
qml-box2d
qpdf qpdf
qpid-python qpid-python
qqc2-desktop-style qqc2-desktop-style
@@ -3070,6 +3195,7 @@ qtvirtualkeyboard
qtwayland qtwayland
qtwebchannel qtwebchannel
qtwebengine qtwebengine
qtwebkit
qtwebsockets qtwebsockets
qtx11extras qtx11extras
qtxmlpatterns qtxmlpatterns
@@ -3084,11 +3210,13 @@ rcssmin
rdma-core rdma-core
re2c re2c
readline readline
recommonmark
redis redis
redis-native redis-native
redland redland
redsocks redsocks
reno reno
reportlab
repoze.lru repoze.lru
repoze.who repoze.who
requests requests
@@ -3175,6 +3303,7 @@ snappy
snowballstemmer snowballstemmer
socat socat
sof-crosstool-ng sof-crosstool-ng
sof-newlib-xtensa
solid solid
sonnet sonnet
sortedcontainers sortedcontainers
@@ -3187,8 +3316,10 @@ spandsp
spark-dep spark-dep
speex speex
speexdsp speexdsp
sphinx-feature-classification
sphinx_rtd_theme sphinx_rtd_theme
sphinxcontrib-apidoc sphinxcontrib-apidoc
sphinxcontrib-blockdiag
sphinxcontrib-httpdomain sphinxcontrib-httpdomain
sphinxcontrib-newsfeed sphinxcontrib-newsfeed
sphinxcontrib-websupport sphinxcontrib-websupport
@@ -3202,6 +3333,7 @@ sqlite-autoconf
sqlparse sqlparse
squashfs-tools squashfs-tools
sshfs sshfs
sssd
stack stack
startup-notification startup-notification
statsd statsd
@@ -3248,6 +3380,7 @@ taskwarrior
tbb tbb
tcl tcl
tcpdump tcpdump
tdb
telemetrics-client telemetrics-client
telepathy-glib telepathy-glib
telepathy-logger telepathy-logger
@@ -3265,13 +3398,16 @@ testrepository
testresources testresources
testscenarios testscenarios
testtools testtools
tevent
texinfo texinfo
texlive texlive
text-unidecode text-unidecode
tflearn tflearn
tgt
thermal_daemon thermal_daemon
thin-provisioning-tools thin-provisioning-tools
threadweaver threadweaver
thrift
thunar-volman thunar-volman
thunderbird thunderbird
thunderbolt-software-user-space thunderbolt-software-user-space
@@ -3366,6 +3502,7 @@ wget
wheel wheel
which which
widgetsnbextension widgetsnbextension
winpdb
wireless-regdb-master wireless-regdb-master
wireshark wireshark
woff2 woff2
@@ -3409,6 +3546,7 @@ xf86-video-amdgpu
xf86-video-ati xf86-video-ati
xf86-video-fbdev xf86-video-fbdev
xf86-video-nouveau xf86-video-nouveau
xf86-video-qxl
xf86-video-vboxvideo xf86-video-vboxvideo
xf86-video-vesa xf86-video-vesa
xfburn xfburn
@@ -3446,6 +3584,7 @@ xrdp
xrestop xrestop
xscreensaver xscreensaver
xset xset
xsetroot
xtrans xtrans
xvfb-run xvfb-run
xwd xwd
@@ -3454,6 +3593,7 @@ xz
yajl yajl
yaml yaml
yarl yarl
yarn
yasm yasm
yelp yelp
yelp-tools yelp-tools
@@ -3461,6 +3601,7 @@ yelp-xsl
yum yum
yum-metadata-parser yum-metadata-parser
yum-utils yum-utils
zVMCloudConnector
zake zake
zc.lockfile zc.lockfile
zenity zenity