Licensed oa* to rz*

This commit is contained in:
saltedcoffii
2021-03-20 19:43:51 -04:00
parent d3d09e1898
commit ba913e528e
175 changed files with 208 additions and 33 deletions

View File

@@ -4,6 +4,7 @@ class P11kit < Package
description "Provides a standard configuration setup for installing PKCS#11 modules in such a way that they're discoverable."
homepage 'https://p11-glue.freedesktop.org/p11-kit.html'
version '0.23.22'
license 'BSD'
compatibility 'all'
source_url 'https://github.com/p11-glue/p11-kit/archive/0.23.22.tar.gz'
source_sha256 'e4bf1e374b3c0950a724cf367bd52201519f4b7025c8e9902a274123cc232560'

View File

@@ -4,6 +4,7 @@ class P7zip < Package
description 'p7zip is a port of 7za.exe for POSIX systems like Unix (Linux, Solaris, OpenBSD, FreeBSD, Cygwin, AIX, ...), MacOS X and also for BeOS and Amiga.'
homepage 'http://p7zip.sourceforge.net/'
version '16.02-1'
license 'LGPL-2.1 and unRAR'
compatibility 'all'
source_url 'http://downloads.sourceforge.net/p7zip/p7zip_16.02_src_all.tar.bz2'
source_sha256 '5eb20ac0e2944f6cb9c2d51dd6c4518941c185347d4089ea89087ffdd6e2341f'

View File

@@ -6,6 +6,7 @@ class Packer < Package
description 'Packer is an open source tool for creating identical machine images for multiple platforms from a single source configuration.'
homepage 'https://www.packer.io/'
version '1.4.4'
license 'Apache-2.0, BSD-2, BSD-4, MIT, MPL-2.0 and unicode'
compatibility 'all'
case ARCH

View File

@@ -4,6 +4,7 @@ class Packer_completion < Package
description 'Add bash autocompletion for packer.'
homepage 'https://github.com/mrolli/packer-bash-completion'
version '1.0.0'
license 'MIT'
compatibility 'all'
source_url 'https://github.com/mrolli/packer-bash-completion/archive/1.0.0.tar.gz'
source_sha256 '20ebfacd3f3a60f8dbd09e25b97d3b6e5049cbdf00a2d607fe79eaaef39e1eea'

View File

@@ -4,6 +4,7 @@ class Pacparser < Package
description 'pacparser is a library to parse proxy auto-config (PAC) files.'
homepage 'http://pacparser.manugarg.com/'
version '1.3.7-1'
license 'LGPL-3'
compatibility 'all'
source_url 'https://github.com/pacparser/pacparser/archive/1.3.7.tar.gz'
source_sha256 '575c5d8096b4c842b2af852bbb8bcfde96170b28b49f33249dbe2057a8beea13'

View File

@@ -2,10 +2,11 @@ require 'package'
class Pagein < Package
description 'Pagein is a tool that forces pages that are in swap to be paged in back to memory.'
homepage 'http://kernel.ubuntu.com/~cking/pagein/'
homepage 'https://kernel.ubuntu.com/~cking/pagein/'
version '0.00.05'
license 'GPL-2'
compatibility 'all'
source_url 'http://kernel.ubuntu.com/~cking/tarballs/pagein/pagein-0.00.05.tar.gz'
source_url 'https://kernel.ubuntu.com/~cking/tarballs/pagein/pagein-0.00.05.tar.gz'
source_sha256 '3f81409f6227887212083c585abf5143a082dde2bbcab1d2ae8c74b6d294e8b3'
binary_url ({

View File

@@ -2,10 +2,11 @@ require 'package'
class Pagemon < Package
description 'Pagemon is an interactive memory/page monitoring tool allowing one to browse the memory map of an active running process.'
homepage 'http://kernel.ubuntu.com/~cking/pagemon/'
homepage 'https://kernel.ubuntu.com/~cking/pagemon/'
version '0.01.10'
license 'GPL-2'
compatibility 'all'
source_url 'http://kernel.ubuntu.com/~cking/tarballs/pagemon/pagemon-0.01.10.tar.gz'
source_url 'https://kernel.ubuntu.com/~cking/tarballs/pagemon/pagemon-0.01.10.tar.gz'
source_sha256 '82c240b44b7000fc57355b366bfe28a47a4da857ddaea0ee0ade9d3eae037f54'
binary_url ({

View File

@@ -4,10 +4,11 @@ class Pakitheme < Package
description 'Automatically install your host GTK+ theme as a Flatpak'
homepage 'https://github.com/refi64/pakitheme'
version '1.0'
license 'MPL-2.0'
compatibility 'all'
source_url 'https://github.com/saltedcoffii/pakitheme/archive/1.0.tar.gz'
source_sha256 '32446ecc73ae95d699d6e14e5fa3dc3a8b3a9cfae02457b2b7f38fdd7d7524f3'
depends_on 'flatpak'
def self.install

View File

@@ -4,6 +4,7 @@ class Pandoc < Package
description 'Universal markup converter'
homepage 'https://github.com/jgm/pandoc/'
version '2.7.3'
license 'GPL-2+'
compatibility 'all'
source_url 'https://github.com/jgm/pandoc/releases/download/2.7.3/pandoc-2.7.3-linux.tar.gz'

View File

@@ -4,6 +4,7 @@ class Pango < Package
description 'Pango is a library for laying out and rendering of text, with an emphasis on internationalization.'
homepage 'http://www.pango.org/'
version '1.48.3'
license 'LGPL-2+ and FTL'
compatibility 'all'
source_url 'https://download.gnome.org/sources/pango/1.48/pango-1.48.2.tar.xz'
source_sha256 'd21f8b30dc8abdfc55de25656ecb88dc1105eeeb315e5e2a980dcef8010c2c80'

View File

@@ -5,6 +5,7 @@ class Pangomm < Package
homepage 'https://developer.gnome.org/pangomm/stable/'
@_ver = '2.48.0'
version @_ver
license 'LGPL-2.1+'
compatibility 'all'
source_url "https://github.com/GNOME/pangomm/archive/#{@_ver}.tar.gz"
source_sha256 '65130bc4e3662071b4332d1fdae792282764705abf00c0d80a9eb4e8b5886d59'

View File

@@ -4,6 +4,7 @@ class Papirus_icon_theme < Package
description 'SVG icon theme for Linux, based on Paper Icon Set'
homepage 'https://github.com/PapirusDevelopmentTeam/papirus-icon-theme'
version '20200801'
license 'GPL-3'
compatibility 'all'
source_url 'https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/20200801.tar.gz'
source_sha256 '30c1f537b8fd5c4e5991fcd96d62cf2119a3a844b6e8fc55a4a08841b49137fd'

View File

@@ -4,6 +4,7 @@ class Parallel < Package
description 'Run multiple programs simultaneously.'
homepage 'https://joeyh.name/code/moreutils/'
version '0.60'
license 'GPL-2'
compatibility 'all'
is_fake

View File

@@ -5,6 +5,7 @@ class Parted < Package
homepage 'https://www.gnu.org/software/parted'
@_ver = '3.4'
version @_ver
license 'GPL-3'
compatibility 'all'
source_url "https://ftpmirror.gnu.org/parted/parted-#{@_ver}.tar.xz"
source_sha256 'e1298022472da5589b7f2be1d5ee3c1b66ec3d96dfbad03dc642afd009da5342'

View File

@@ -4,6 +4,7 @@ class Pass < Package
description "The standard unix password manager"
homepage 'https://www.passwordstore.org/'
version '1.7.1-1'
license 'GPL-2'
compatibility 'all'
source_url 'https://git.zx2c4.com/password-store/snapshot/password-store-1.7.1.tar.xz'
source_sha256 'f6d2199593398aaefeaa55e21daddfb7f1073e9e096af6d887126141e99d9869'

View File

@@ -2,8 +2,9 @@ require 'package'
class Patch < Package
description 'Patch takes a patch file containing a difference listing produced by the diff program and applies those differences to one or more original files, producing patched versions.'
homepage 'http://savannah.gnu.org/projects/patch/'
homepage 'https://gnu.org/software/patch/'
version '2.7.6'
license 'GPL-3+'
compatibility 'all'
source_url 'https://ftpmirror.gnu.org/patch/patch-2.7.6.tar.xz'
source_sha256 'ac610bda97abe0d9f6b7c963255a11dcb196c25e337c61f94e4778d632f1d8fd'

View File

@@ -4,6 +4,7 @@ class Patchelf < Package
description 'PatchELF is a small utility to modify the dynamic linker and RPATH of ELF executables.'
homepage 'http://nixos.org/patchelf.html'
version '0.12-f347'
license 'GPL-3'
compatibility 'all'
source_url 'https://github.com/NixOS/patchelf/archive/f34751b88bd07d7f44f5cd3200fb4122bf916c7e.zip'
source_sha256 '5ed94d15c44c13c1fa6a78b2f5ca499e465fd9171e4a1daf194e8523c04a9339'

View File

@@ -4,6 +4,7 @@ class Patchutils < Package
description 'Patchutils is a small collection of programs that operate on patch files.'
homepage 'http://cyberelk.net/tim/patchutils/'
version '0.3.4'
license 'GPL-2'
compatibility 'all'
source_url 'http://cyberelk.net/tim/data/patchutils/stable/patchutils-0.3.4.tar.xz'
source_sha256 'cf55d4db83ead41188f5b6be16f60f6b76a87d5db1c42f5459d596e81dabe876'

View File

@@ -5,6 +5,7 @@ class Pavucontrol < Package
homepage 'https://freedesktop.org/software/pulseaudio/pavucontrol/'
@_ver = '4.0'
version "#{@_ver}-381b-1"
license 'GPL-2'
compatibility 'all'
source_url 'https://github.com/pulseaudio/pavucontrol/archive/381b708202e87e40347a57f8a627014199cde266.zip'
source_sha256 'aa6c5814e77a8f36d8ed50b70381fbfbab2ebbf0fb62548ec8b8b935527d527e'

View File

@@ -4,6 +4,7 @@ class Pavuk < Package
description 'Web spider and website mirroring tool.'
homepage 'http://www.pavuk.org/'
version '0.9.35'
license 'GPL-2'
compatibility 'all'
source_url 'https://sourceforge.net/projects/pavuk/files/pavuk/0.9.35/pavuk-0.9.35.tar.gz'
source_sha256 'f9c64e511822c96a6714fa0bf336c1b0864767104c906e4393ab0fdf427815f6'

View File

@@ -4,6 +4,7 @@ class Pax_utils < Package
description 'ELF utils that can check files for security relevant properties'
homepage 'https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities'
version '1.2.5'
license 'GPL-2'
compatibility 'all'
source_url 'https://dev.gentoo.org/~slyfox/distfiles/pax-utils-1.2.5.tar.xz'
source_sha256 '7ce7170ceed255bb47cac03b88bcbc636b0e412cac974e213e8017a1dae292ec'
@@ -35,7 +36,7 @@ class Pax_utils < Package
--with-python"
system "make"
end
def self.install
system "make DESTDIR=#{CREW_DEST_DIR} install"
end

View File

@@ -4,6 +4,7 @@ class Pciutils < Package
description 'The PCI Utilities are a collection of programs for inspecting and manipulating configuration of PCI devices, all based on a common portable library libpci which offers access to the PCI configuration space on a variety of operating systems.'
homepage 'https://mj.ucw.cz/sw/pciutils/'
version '3.6.2'
license 'GPL-2'
compatibility 'all'
source_url 'https://www.kernel.org/pub/software/utils/pciutils/pciutils-3.6.2.tar.xz'
source_sha256 'db452ec986edefd88af0d222d22f6102f8030a8633fdfe846c3ae4bde9bb93f3'

View File

@@ -5,6 +5,7 @@ class Pcre < Package
homepage 'http://pcre.org/'
@_ver = '8.44'
version "#{@_ver}-1"
license 'BSD-3'
compatibility 'all'
source_url "https://ftp.pcre.org/pub/pcre/pcre-#{@_ver}.tar.bz2"
source_sha256 '19108658b23b3ec5058edc9f66ac545ea19f9537234be1ec62b714c84399366d'

View File

@@ -5,6 +5,7 @@ class Pcre2 < Package
homepage 'http://pcre.org/'
@_ver = '10.36'
version @_ver
license 'BSD-3'
compatibility 'all'
source_url "https://ftp.pcre.org/pub/pcre/pcre2-#{@_ver}.tar.gz"
source_sha256 'b95ddb9414f91a967a887d69617059fb672b914f56fa3d613812c1ee8e8a1a37'

View File

@@ -4,6 +4,7 @@ class Pdfcrack < Package
description 'pdfcrack is a command line, password recovery tool for PDF-files.'
homepage 'https://sourceforge.net/projects/pdfcrack'
version '0.16'
license 'GPL-2'
compatibility 'all'
source_url 'https://sourceforge.net/projects/pdfcrack/files/pdfcrack/pdfcrack-0.16/pdfcrack-0.16.tar.gz'
source_sha256 '7865b203074ccfd5c612c8ce00c46ffcb4fabaa26154ce9304dfc668c7cb73ef'

View File

@@ -4,6 +4,7 @@ class Pdfgrep < Package
description 'a commandline utility to search text in PDF files'
homepage 'https://pdfgrep.org/'
version '2.0.1-1'
license 'GPL-2'
compatibility 'all'
source_url 'https://pdfgrep.org/download/pdfgrep-2.0.1.tar.gz'
source_sha256 '0370d744b3072d47383dbed2cb9c8b0b64b83c084da5a8961f8d4bc7669e941e'

View File

@@ -4,6 +4,7 @@ class Peazip < Package
description 'Free file archiver utility to open and extract RAR, TAR and ZIP archives'
homepage 'https://peazip.github.io/'
version '7.6.0'
license 'LGPL-3'
compatibility 'all'
case ARCH
when 'aarch64', 'armv7l'

View File

@@ -4,6 +4,7 @@ class Peek < Package
description 'Simple animated GIF screen recorder with an easy to use interface'
homepage 'https://github.com/phw/peek'
version '1.3.1'
license 'GPL-3+'
compatibility 'all'
source_url 'https://github.com/phw/peek/archive/1.3.1.tar.gz'
source_sha256 '8104b65b041858b7f7f482e1425f8f22d429524340ad341f95f08b08fe4e8602'

View File

@@ -7,6 +7,7 @@ class Peg < Package
description 'recursive-descent parser generators for C'
homepage 'https://www.piumarta.com/software/peg/'
version '0.1.18-2'
license 'MIT'
compatibility 'all'
source_url 'http://piumarta.com/software/peg/peg-0.1.18.tar.gz'
source_sha256 '20193bdd673fc7487a38937e297fff08aa73751b633a086ac28c3b34890f9084'

View File

@@ -4,6 +4,7 @@ class Percona_boost < Package
description 'Boost provides free peer-reviewed portable C++ source libraries.'
homepage 'http://www.boost.org/'
version '1.59.0'
license 'Boost-1.0'
compatibility 'all'
source_url 'http://downloads.sourceforge.net/project/boost/boost/1.59.0/boost_1_59_0.tar.bz2'
source_sha256 '727a932322d94287b62abb1bd2d41723eec4356a7728909e38adb65ca25241ca'

View File

@@ -4,6 +4,7 @@ class Percona_server < Package
description 'Percona Server for MySQL® is a free, fully compatible, enhanced, open source drop-in replacement for MySQL that provides superior performance, scalability and instrumentation.'
homepage 'https://www.percona.com/software/mysql-database/percona-server'
version '5.7.20-19'
license 'GPL-2'
compatibility 'all'
source_url 'https://www.percona.com/downloads/Percona-Server-LATEST/Percona-Server-5.7.20-19/source/tarball/percona-server-5.7.20-19.tar.gz'
source_sha256 '17f06c07165954e7eacc3ba2cac0e1d4ba65b0b568f2437298d3c17a6a0940fd'

View File

@@ -4,6 +4,7 @@ class Percona_toolkit < Package
description 'Percona Toolkit is a collection of advanced open source command-line tools, developed and used by the Percona technical staff, that are engineered to perform a variety of MySQL®, MongoB® and system tasks that are too difficult or complex to perform manually.'
homepage 'https://www.percona.com/software/database-tools/percona-toolkit'
version '3.0.7'
license 'GPL-2 or Artistic'
compatibility 'all'
source_url 'https://www.percona.com/downloads/percona-toolkit/3.0.7/source/tarball/percona-toolkit-3.0.7.tar.gz'
source_sha256 '40f1a2241fb3ac1049e43ea75056f02d8af48c1eb731b48a4b564a054f8227e3'

View File

@@ -4,6 +4,7 @@ class Perf < Package
description 'Linux profiling with performance counters'
homepage 'https://perf.wiki.kernel.org/index.php/Main_Page'
version '4.14'
license 'GPL-2'
compatibility 'all'
source_url 'file:///dev/null'
source_sha256 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'

View File

@@ -4,6 +4,7 @@ class Perl < Package
description 'Perl 5 is a highly capable, feature-rich programming language with over 29 years of development.'
homepage 'https://www.perl.org/'
version '5.32.0'
license 'GPL-1+ or Artistic'
compatibility 'all'
source_url 'http://www.cpan.org/src/5.0/perl-5.32.0.tar.gz'
source_sha256 'efeb1ce1f10824190ad1cadbcccf6fdb8a5d37007d0100d2d9ae5f2b5900c0b4'

View File

@@ -4,6 +4,7 @@ class Perl_carp_clan < Package
description 'Report errors from perspective of caller of a "clan" of modules'
homepage 'https://metacpan.org/pod/Carp::Clan'
version '6.08'
license 'GPL-1+ or Artistic'
compatibility 'all'
source_url 'https://cpan.metacpan.org/authors/id/E/ET/ETHER/Carp-Clan-6.08.tar.gz'
source_sha256 'c75f92e34422cc5a65ab05d155842b701452434e9aefb649d6e2289c47ef6708'

View File

@@ -4,6 +4,7 @@ class Perl_date_calc < Package
description 'Gregorian calendar date calculations'
homepage 'https://metacpan.org/pod/Date::Calc'
version '6.4'
license 'GPL-1+ or Artistic'
compatibility 'all'
source_url 'https://cpan.metacpan.org/authors/id/S/ST/STBEY/Date-Calc-6.4.tar.gz'
source_sha256 '7ce137b2e797b7c0901f3adf1a05a19343356cd1f04676aa1c56a9f624f859ad'

View File

@@ -4,6 +4,7 @@ class Perl_date_format < Package
description 'Date formating subroutines'
homepage 'https://metacpan.org/pod/Date::Format'
version '2.33'
license 'GPL-1+ or Artistic'
compatibility 'all'
source_url 'https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/TimeDate-2.33.tar.gz'
source_sha256 'c0b69c4b039de6f501b0d9f13ec58c86b040c1f7e9b27ef249651c143d605eb2'

View File

@@ -4,6 +4,7 @@ class Perl_date_manip < Package
description 'Date manipulation routines'
homepage 'https://metacpan.org/pod/Date::Manip'
version '6.82'
license 'GPL-1+ or Artistic'
compatibility 'all'
source_url 'https://cpan.metacpan.org/authors/id/S/SB/SBECK/Date-Manip-6.82.tar.gz'
source_sha256 'fa96bcf94c6b4b7d3333f073f5d0faad59f546e5aec13ac01718f2e6ef14672a'

View File

@@ -4,6 +4,7 @@ class Perl_file_tail < Package
description 'Perl extension for reading from continously updated files'
homepage 'https://metacpan.org/pod/File::Tail'
version '1.3'
license 'GPL-1+ or Artistic'
compatibility 'all'
source_url 'https://cpan.metacpan.org/authors/id/M/MG/MGRABNAR/File-Tail-1.3.tar.gz'
source_sha256 '26d09f81836e43eae40028d5283fe5620fe6fe6278bf3eb8eb600c48ec34afc7'

View File

@@ -4,6 +4,7 @@ class Perl_gcstring_linebreak < Package
description 'UAX 14 Unicode Line Breaking Algorithm - Perl binding Unicode::LineBreak Unicode::GCString'
homepage 'http://search.cpan.org/~nezumi/Unicode-LineBreak-2018.003/lib/Unicode/LineBreak.pod'
version '2019.001'
license 'GPL-1+ or Artistic'
compatibility 'all'
source_url 'https://github.com/hatukanezumi/Unicode-LineBreak/archive/Unicode-LineBreak-2019.001.tar.gz'
source_sha256 'bc9f96cf8bea60665e8ad67e90b0db3cc0bcdb97101e15c8c44ea671ba256577'

View File

@@ -4,6 +4,7 @@ class Perl_io_socket_ssl < Package
description 'IO::Socket::SSL - SSL sockets with IO::Socket interface'
homepage 'https://metacpan.org/pod/IO::Socket::SSL'
version '2.068'
license 'GPL-1+ or Artistic'
compatibility 'all'
source_url 'https://cpan.metacpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.068.tar.gz'
source_sha256 '4420fc0056f1827b4dd1245eacca0da56e2182b4ef6fc078f107dc43c3fb8ff9'

View File

@@ -5,6 +5,7 @@ class Perl_locale_gettext < Package
description 'Locale::gettext - message handling functions'
homepage 'https://metacpan.org/pod/Locale::gettext'
compatibility 'all'
license 'GPL-1+ or Artistic'
version '1.07-1'
source_url 'https://cpan.metacpan.org/authors/id/P/PV/PVANDRY/gettext-1.07.tar.gz'
source_sha256 '909d47954697e7c04218f972915b787bd1244d75e3bd01620bc167d5bbc49c15'

View File

@@ -4,6 +4,7 @@ class Perl_locale_messages < Package
description 'Perl Locale::Messages - Gettext Like Message Retrieval.'
homepage 'https://metacpan.org/pod/Locale::Messages'
version '1.31'
license 'GPL-1+ or Artistic'
compatibility 'all'
source_url 'https://cpan.metacpan.org/authors/id/G/GU/GUIDO/libintl-perl-1.31.tar.gz'
source_sha256 'cad0b1fd0abfa1340dea089ec45ee3dacd9710c9fd942c064bb8124273b3caa9'

View File

@@ -4,6 +4,7 @@ class Perl_module_build < Package
description 'Module::Build - Build and install Perl modules'
homepage 'https://metacpan.org/pod/Module::Build'
version '0.4231'
license 'GPL-1+ or Artistic'
compatibility 'all'
source_url 'https://cpan.metacpan.org/authors/id/L/LE/LEONT/Module-Build-0.4231.tar.gz'
source_sha256 '7e0f4c692c1740c1ac84ea14d7ea3d8bc798b2fb26c09877229e04f430b2b717'

View File

@@ -4,6 +4,7 @@ class Perl_pod_parser < Package
description 'Perl Pod::Parser - base class for creating POD filters and translators'
homepage 'https://metacpan.org/pod/Pod::Parser'
version '1.63'
license 'GPL-1+ or Artistic'
compatibility 'all'
source_url 'https://cpan.metacpan.org/authors/id/M/MA/MAREKR/Pod-Parser-1.63.tar.gz'
source_sha256 'dbe0b56129975b2f83a02841e8e0ed47be80f060686c66ea37e529d97aa70ccd'

View File

@@ -4,6 +4,7 @@ class Perl_read_key < Package
description 'Character mode terminal access for Perl Term::ReadKey'
homepage 'https://metacpan.org/source/JSTOWE/TermReadKey-2.37/'
version '2.38'
license 'GPL-1+ or Artistic'
compatibility 'all'
source_url 'https://github.com/jonathanstowe/TermReadKey/archive/2.38.tar.gz'
source_sha256 'bb669c422d7094e19fa85d43676b67933b86d4a1f6b39fed5dbfaaaa97716c1d'

View File

@@ -5,6 +5,7 @@ class Perl_sgmls < Package
description 'a set of Perl5 routines for processing the output from the onsgmls SGML parsers.'
homepage 'http://search.cpan.org/dist/SGMLSpm/'
compatibility 'all'
license 'GPL-1+ or Artistic'
version '1.1-1'
source_url 'https://cpan.metacpan.org/authors/id/R/RA/RAAB/SGMLSpm-1.1.tar.gz'
source_sha256 '550c9245291c8df2242f7e88f7921a0f636c7eec92c644418e7d89cfea70b2bd'

View File

@@ -4,6 +4,7 @@ class Perl_term_ansicolor < Package
description 'Character mode terminal access for Perl Term::ANSIColor'
homepage 'https://www.eyrie.org/~eagle/software/ansicolor/'
version '5.01'
license 'GPL-1+ or Artistic'
compatibility 'all'
source_url 'https://github.com/rra/ansicolor/archive/release/5.01.tar.gz'
source_sha256 'c4865a9fe2ce3a46fd4f11215dcba05a9d5603e797a2623abc19cc14b4a0609a'

View File

@@ -4,6 +4,7 @@ class Perl_term_readkey < Package
description 'Term::ReadKey - A perl module for simple terminal control'
homepage 'https://metacpan.org/pod/Term::ReadKey'
version '2.38'
license 'GPL-1+ or Artistic'
compatibility 'all'
source_url 'https://cpan.metacpan.org/authors/id/J/JS/JSTOWE/TermReadKey-2.38.tar.gz'
source_sha256 '5a645878dc570ac33661581fbb090ff24ebce17d43ea53fd22e105a856a47290'

View File

@@ -4,6 +4,7 @@ class Perl_text_charwidth < Package
description 'Text::CharWidth - Get number of occupied columns of a string on terminals'
homepage 'https://metacpan.org/pod/Text::CharWidth'
version '0.04-1'
license 'GPL-1+ or Artistic'
compatibility 'all'
source_url 'https://cpan.metacpan.org/authors/id/K/KU/KUBOTA/Text-CharWidth-0.04.tar.gz'
source_sha256 'abded5f4fdd9338e89fd2f1d8271c44989dae5bf50aece41b6179d8e230704f8'

View File

@@ -4,6 +4,7 @@ class Perl_text_unidecode < Package
description 'Perl Text::Unidecode -- plain ASCII transliterations of Unicode text.'
homepage 'https://metacpan.org/pod/Text::Unidecode'
version '1.30-1'
license 'GPL-1+ or Artistic'
compatibility 'all'
source_url 'https://cpan.metacpan.org/authors/id/S/SB/SBURKE/Text-Unidecode-1.30.tar.gz'
source_sha256 '6c24f14ddc1d20e26161c207b73ca184eed2ef57f08b5fb2ee196e6e2e88b1c6'

View File

@@ -4,6 +4,7 @@ class Perl_text_wrapi18n < Package
description 'Text::WrapI18N - Line wrapping module with support for multibyte, fullwidth, and combining characters and languages without whitespaces between words.'
homepage 'https://metacpan.org/pod/Text::WrapI18N'
version '0.06-1'
license 'GPL-1+ or Artistic'
compatibility 'all'
source_url 'https://cpan.metacpan.org/authors/id/K/KU/KUBOTA/Text-WrapI18N-0.06.tar.gz'
source_sha256 '4bd29a17f0c2c792d12c1005b3c276f2ab0fae39c00859ae1741d7941846a488'

View File

@@ -4,6 +4,7 @@ class Perl_time_hires < Package
description 'High resolution alarm, sleep, gettimeofday, interval timers Time::HiRes'
homepage 'https://metacpan.org/release/Time-HiRes'
version '1.9758-1'
license 'GPL-1+ or Artistic'
compatibility 'all'
source_url 'https://cpan.metacpan.org/authors/id/J/JH/JHI/Time-HiRes-1.9758.tar.gz'
source_sha256 '5bfa145bc11e70a8e337543b1084a293743a690691b568493455dedf58f34b1e'

View File

@@ -4,6 +4,7 @@ class Perl_unicode_eastasianwidth < Package
description 'Perl Unicode::EastAsianWidth - East Asian Width properties.'
homepage 'https://metacpan.org/pod/Unicode::EastAsianWidth'
version '12.0'
license 'GPL-1+ or Artistic'
compatibility 'all'
source_url 'https://cpan.metacpan.org/authors/id/A/AU/AUDREYT/Unicode-EastAsianWidth-12.0.tar.gz'
source_sha256 '2a5bfd926c4fe5f77e6137da2c31ac2545282ae5fec6e9af0fdd403555a90ff4'

View File

@@ -4,6 +4,7 @@ class Perl_xml_parser < Package
description 'Perl XML::Parser - A perl module for parsing XML documents'
homepage 'https://metacpan.org/pod/XML::Parser'
version '2.46'
license 'GPL-1+ or Artistic'
compatibility 'all'
source_url 'https://cpan.metacpan.org/authors/id/T/TO/TODDR/XML-Parser-2.46.tar.gz'
source_sha256 'd331332491c51cccfb4cb94ffc44f9cd73378e618498d4a37df9e043661c515d'

View File

@@ -4,6 +4,7 @@ class Perl_xml_sax_parserfactory < Package
description 'XML::SAX::ParserFactory is a factory class for providing an application with a Perl SAX2 XML parser.'
homepage 'https://metacpan.org/source/GRANTM/XML-SAX-0.99/SAX/'
version '1.02'
license 'GPL-1+ or Artistic'
compatibility 'all'
source_url 'https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-SAX-1.02.tar.gz'
source_sha256 '4506c387043aa6a77b455f00f57409f3720aa7e553495ab2535263b4ed1ea12a'

View File

@@ -4,6 +4,7 @@ class Perl_xml_simple < Package
description 'XML::Simple - An API for simple XML files'
homepage 'https://metacpan.org/pod/XML::Simple'
version '2.25-1'
license 'GPL-1+ or Artistic'
compatibility 'all'
source_url 'https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-Simple-2.25.tar.gz'
source_sha256 '531fddaebea2416743eb5c4fdfab028f502123d9a220405a4100e68fc480dbf8'

View File

@@ -4,6 +4,7 @@ class Perl_yaml_tiny < Package
description 'YAML::Tiny - Read/Write YAML files with as little code as possible'
homepage 'https://metacpan.org/pod/YAML::Tiny'
version '1.73'
license 'GPL-1+ or Artistic'
compatibility 'all'
source_url 'https://cpan.metacpan.org/authors/id/E/ET/ETHER/YAML-Tiny-1.73.tar.gz'
source_sha256 'bc315fa12e8f1e3ee5e2f430d90b708a5dc7e47c867dba8dce3a6b8fbe257744'

View File

@@ -4,6 +4,7 @@ class Pexec < Package
description 'The main purpose of the program pexec is to execute the given command or shell script (e.g. parsed by /bin/sh) in parallel on the local host or on remote hosts, while some of the execution parameters, namely the redirected standard input, output or error and environmental variables can be varied.'
homepage 'https://www.gnu.org/software/pexec/'
version '1.0rc8-1'
license 'GPL-3'
compatibility 'all'
source_url 'https://ftpmirror.gnu.org/pexec/pexec-1.0rc8.tar.gz'
source_sha256 'a968e4774eef80b8b1de3c10e6c0ad2ebeeb732b10e438596f110aa6aaf94a64'

View File

@@ -4,6 +4,7 @@ class Phive < Package
description 'The PHAR Installation and Verification Environment (PHIVE)'
homepage 'https://phar.io/'
version '0.9.0'
license 'BSD'
compatibility 'all'
source_url 'https://github.com/phar-io/phive/archive/0.9.0.tar.gz'
source_sha256 '711659b2293015c1bc81755bb56746fc86f1c6c6c3b87eaaddaa56d29c86c0ad'

View File

@@ -4,6 +4,7 @@ class Php < Package
description 'PHP is a popular general-purpose scripting language that is especially suited to web development.'
homepage 'http://www.php.net/'
version '5.6.40-8.0.2'
license 'PHP-3.01'
compatibility 'all'
is_fake

View File

@@ -4,6 +4,7 @@ class Php5 < Package
description 'PHP is a popular general-purpose scripting language that is especially suited to web development.'
homepage 'http://www.php.net/'
version '5.6.40-2'
license 'PHP-3.01'
compatibility 'all'
source_url 'http://php.net/distributions/php-5.6.40.tar.xz'
source_sha256 '1369a51eee3995d7fbd1c5342e5cc917760e276d561595b6052b21ace2656d1c'

View File

@@ -4,6 +4,7 @@ class Php71 < Package
description 'PHP is a popular general-purpose scripting language that is especially suited to web development.'
homepage 'http://www.php.net/'
version '7.1.33-2'
license 'PHP-3.01'
compatibility 'all'
source_url 'https://php.net/distributions/php-7.1.33.tar.xz'
source_sha256 'bd7c0a9bd5433289ee01fd440af3715309faf583f75832b64fe169c100d52968'

View File

@@ -4,6 +4,7 @@ class Php72 < Package
description 'PHP is a popular general-purpose scripting language that is especially suited to web development.'
homepage 'http://www.php.net/'
version '7.2.34-1'
license 'PHP-3.01'
compatibility 'all'
source_url 'https://www.php.net/distributions/php-7.2.34.tar.xz'
source_sha256 '409e11bc6a2c18707dfc44bc61c820ddfd81e17481470f3405ee7822d8379903'

View File

@@ -5,6 +5,7 @@ class Php73 < Package
homepage 'http://www.php.net/'
@_ver = '7.3.27'
version @_ver
license 'PHP-3.01'
compatibility 'all'
source_url "https://www.php.net/distributions/php-#{@_ver}.tar.xz"
source_sha256 '65f616e2d5b6faacedf62830fa047951b0136d5da34ae59e6744cbaf5dca148d'

View File

@@ -5,6 +5,7 @@ class Php74 < Package
homepage 'http://www.php.net/'
@_ver = '7.4.15'
version @_ver
license 'PHP-3.01'
compatibility 'all'
source_url "https://www.php.net/distributions/php-#{@_ver}.tar.xz"
source_sha256 '9b859c65f0cf7b3eff9d4a28cfab719fb3d36a1db3c20d874a79b5ec44d43cb8'

View File

@@ -5,6 +5,7 @@ class Php80 < Package
homepage 'http://www.php.net/'
@_ver = '8.0.2'
version @_ver
license 'PHP-3.01'
compatibility 'all'
source_url "https://www.php.net/distributions/php-#{@_ver}.tar.xz"
source_sha256 `curl -Ls #{source_url} | sha256sum | cut -d' ' -f1`.chomp

View File

@@ -4,6 +4,7 @@ class Phpsysinfo < Package
description 'phpSysInfo is a customizable PHP Script that parses /proc, and formats information nicely.'
homepage 'https://phpsysinfo.github.io/phpsysinfo/'
version '3.3.3'
license 'GPL-2+'
compatibility 'all'
source_url 'https://downloads.sourceforge.net/project/phpsysinfo/phpsysinfo/3.3.3/phpsysinfo-3.3.3.tar.gz'
source_sha256 '08f083b73cdb35a17449a4d771b65b8439b05ab5f4982782a53275d345dea30f'

View File

@@ -4,6 +4,7 @@ class Picom < Package
description 'Lightweight compositor for X11 (previously a compton fork)'
homepage 'https://github.com/yshui/picom/'
version '8'
license 'MPL-2.0 and MIT'
compatibility 'all'
source_url 'https://github.com/yshui/picom/archive/v8.tar.gz'
source_sha256 'f839a3c058ca90f463eae3973a9381cf2fe93be7d0e58db1c28ea72acd10480f'

View File

@@ -2,8 +2,9 @@ require 'package'
class Pidgin < Package
description 'Pidgin is a chat program which lets you log in to accounts on multiple chat networks simultaneously.'
homepage 'http://pidgin.im/'
homepage 'https://pidgin.im/'
version '2.13.0'
license 'GPL-2'
compatibility 'all'
source_url 'https://prdownloads.sourceforge.net/project/pidgin/Pidgin/2.13.0/pidgin-2.13.0.tar.bz2'
source_sha256 '2747150c6f711146bddd333c496870bfd55058bab22ffb7e4eb784018ec46d8f'

View File

@@ -4,6 +4,7 @@ class Pigz < Package
description 'A parallel implementation of gzip for modern multi-processor, multi-core machines'
homepage 'https://zlib.net/pigz/'
version '2.4'
license 'ZLIB'
compatibility 'all'
source_url 'https://zlib.net/pigz/pigz-2.4.tar.gz'
source_sha256 'a4f816222a7b4269bd232680590b579ccc72591f1bb5adafcd7208ca77e14f73'

View File

@@ -4,6 +4,7 @@ class Pinentry < Package
description "A collection of passphrase entry dialogs which is required for almost all usages of GnuPG"
homepage 'https://gnupg.org/software/pinentry/index.html'
version '1.1.0-1'
license 'GPL-2'
compatibility 'all'
source_url 'https://gnupg.org/ftp/gcrypt/pinentry/pinentry-1.1.0.tar.bz2'
source_sha256 '68076686fa724a290ea49cdf0d1c0c1500907d1b759a3bcbfbec0293e8f56570'

View File

@@ -4,6 +4,7 @@ class Pipes_sh < Package
description 'Animated pipes terminal screensaver'
homepage 'https://pipeseroni.github.io/'
version '1.3.0'
license 'MIT'
compatibility 'all'
source_url 'https://github.com/pipeseroni/pipes.sh/archive/v1.3.0.tar.gz'
source_sha256 '532976dd8dc2d98330c45a8bcb6d7dc19e0b0e30bba8872dcce352361655a426'

View File

@@ -4,6 +4,7 @@ class Pipesx_sh < Package
description 'Animated pipes terminal screensaver at an angle'
homepage 'https://pipeseroni.github.io/'
version '1.1.0'
license 'MIT'
compatibility 'all'
source_url 'https://github.com/pipeseroni/pipesX.sh/archive/v1.1.0.tar.gz'
source_sha256 '82e60efbe3e8ae1c83a9b7e5df7d67ccdad3905dfd478f27d2b2be488603420c'

View File

@@ -5,6 +5,7 @@ class Pipewire < Package
homepage 'https://pipewire.org'
@_ver = '0.3.22'
version @_ver
license 'LGPL-2.1+'
compatibility 'all'
source_url "https://github.com/PipeWire/pipewire/archive/#{@_ver}.tar.gz"
source_sha256 '5db2caf41af79cd9e343d07a3804c63b8b243c1d74e926181058e29771d4b691'

View File

@@ -4,6 +4,7 @@ class Pixman < Package
description 'Pixman is a low-level software library for pixel manipulation, providing features such as image compositing and trapezoid rasterization.'
homepage 'http://www.pixman.org/'
version '0.40.0-0'
license 'MIT'
compatibility 'all'
source_url 'https://www.cairographics.org/releases/pixman-0.40.0.tar.gz'
source_sha256 '6d200dec3740d9ec4ec8d1180e25779c00bc749f94278c8b9021f5534db223fc'

View File

@@ -4,6 +4,7 @@ class Pkgconf < Package
description 'Package compiler and linker metadata toolkit'
homepage 'https://github.com/pkgconf/pkgconf'
version '1.7.3'
license 'ISC'
compatibility 'all'
source_url 'https://github.com/pkgconf/pkgconf/archive/pkgconf-1.7.3.tar.gz'
source_sha256 '8f2c6e9f08adc5773d7fa3c1db1ed03f5fa02ceed037a537ce1195f7c93700ed'

View File

@@ -4,6 +4,7 @@ class Pkgconfig < Package
description 'pkg-config is a helper tool used when compiling applications and libraries.'
homepage 'https://gitlab.freedesktop.org/pkg-config/pkg-config'
version '0.29.2-d97d'
license 'GPL-2'
compatibility 'all'
source_url 'https://gitlab.freedesktop.org/pkg-config/pkg-config/-/archive/d97db4fae4c1cd099b506970b285dc2afd818ea2/pkg-config-d97db4fae4c1cd099b506970b285dc2afd818ea2.tar.bz2'
source_sha256 'beeeb23b4581241517e45e57d901459022376c3143f415fac1a1216d583b1796'

View File

@@ -4,6 +4,7 @@ class Pkgsrc < Package
description 'pkgsrc is a framework for building third-party software on NetBSD and other UNIX-like systems'
homepage 'https://github.com/NetBSD/pkgsrc'
version '2020Q1'
license '' # Can't find license
compatibility 'all'
source_url 'https://github.com/NetBSD/pkgsrc/archive/6ba7d2a6ee1388ad515177f5964681f2f6c13f13.tar.gz'
source_sha256 'fe2cf98d294cdd298c9191c33c5223860f73e9bed8b9d137f0c32a579ea49803'

View File

@@ -4,6 +4,7 @@ class Platformsh < Package
description 'The unified tool for managing your Platform.sh services from the command line.'
homepage 'https://docs.platform.sh/overview/cli.html'
version '3.65.2'
license 'MIT'
compatibility 'all'
source_url "https://github.com/platformsh/platformsh-cli/archive/v#{version}.tar.gz"
source_sha256 '03493b3d519948ff9b03131a2de43f57186897e793a02406d2bf13c266acfc7b'
@@ -11,7 +12,7 @@ class Platformsh < Package
depends_on 'php74' unless File.exists? "#{CREW_PREFIX}/bin/php"
def self.install
system "wget https://github.com/platformsh/platformsh-cli/releases/download/v#{version}/platform.phar"
system "curl -#LO https://github.com/platformsh/platformsh-cli/releases/download/v#{version}/platform.phar"
abort 'Checksum mismatch. :/ Try again.'.lightred unless Digest::SHA256.hexdigest( File.read('platform.phar') ) == '88b1bf5ec1242b9d88c179281e599f48798f759342cbb1ac4b9cba25cf3a0fd1'
system "install -Dm755 platform.phar #{CREW_DEST_PREFIX}/bin/platform"
end

View File

@@ -4,6 +4,7 @@ class Plowshare < Package
description 'Command-line tool and engine for managing sharing websites'
homepage 'https://github.com/mcrapet/plowshare'
version '2.1.7'
license 'GPL-3'
compatibility 'all'
source_url 'https://github.com/mcrapet/plowshare/archive/v2.1.7.tar.gz'
source_sha256 'c17d0cc1b3323f72b2c1a5b183a9fcef04e8bfc53c9679a4e1523642310d22ad'

View File

@@ -4,6 +4,7 @@ class Plplot < Package
description 'PLplot is a cross-platform software package for creating scientific plots'
homepage 'http://plplot.sourceforge.net/'
version '5.15.0'
license 'LGPL-2'
compatibility 'all'
source_url 'https://downloads.sourceforge.net/project/plplot/plplot/5.15.0%20Source/plplot-5.15.0.tar.gz'
source_sha256 'b92de4d8f626a9b20c84fc94f4f6a9976edd76e33fb1eae44f6804bdcc628c7b'

View File

@@ -4,6 +4,7 @@ class Pmd < Package
description 'An extensible cross-language static code analyzer.'
homepage 'https://pmd.github.io/'
version '6.28.0'
license 'custom'
compatibility 'all'
source_url 'https://github.com/pmd/pmd/releases/download/pmd_releases%2F6.28.0/pmd-bin-6.28.0.zip'
source_sha256 '9a19365f2e107ae801b39be04c5c03cdca2d352c450faac639a6dd95b5c3ab0c'

View File

@@ -4,6 +4,7 @@ class Pngcheck < Package
description 'pngcheck verifies the integrity of PNG, JNG and MNG files'
homepage 'http://www.libpng.org/pub/png/apps/pngcheck.html'
version '2.3.0'
license 'HPND and GPL-2+'
compatibility 'all'
source_url 'https://prdownloads.sourceforge.net/project/png-mng/pngcheck/2.3.0/pngcheck-2.3.0.tar.gz'
source_sha256 '77f0a039ac64df55fbd06af6f872fdbad4f639d009bbb5cd5cbe4db25690f35f'

View File

@@ -4,6 +4,7 @@ class Polkit < Package
description 'Application development toolkit for controlling system-wide privileges'
homepage 'https://www.freedesktop.org/wiki/Software/polkit/'
version '0.118-265f'
license 'LGPL-2'
compatibility 'all'
source_url 'https://gitlab.freedesktop.org/polkit/polkit/-/archive/265f0d54b83f0c9f0d66c88f132ef385117e1b97/polkit-265f0d54b83f0c9f0d66c88f132ef385117e1b97.tar.bz2'
source_sha256 '48cf39b1113f22a79a2ad3c901aa5d495b1ead780ca9be99ca4d4bb39cc25619'

View File

@@ -5,6 +5,7 @@ class Poppler < Package
homepage 'https://poppler.freedesktop.org/'
@_ver = '21.03.0'
version @_ver
license 'GPL-2'
compatibility 'all'
source_url "https://poppler.freedesktop.org/poppler-#{@_ver}.tar.xz"
source_sha256 'fd51ead4aac1d2f4684fa6e7b0ec06f0233ed21667e720a4e817e4455dd63d27'

View File

@@ -5,6 +5,7 @@ class Poppler_data < Package
homepage 'https://poppler.freedesktop.org/'
@_ver = '0.4.10'
version @_ver
license 'BSD, GPL-2 and MIT'
compatibility 'all'
source_url "https://poppler.freedesktop.org/poppler-data-#{@_ver}.tar.gz"
source_sha256 '6e2fcef66ec8c44625f94292ccf8af9f1d918b410d5aa69c274ce67387967b30'

View File

@@ -4,6 +4,7 @@ class Popt < Package
description 'Library for parsing command line options'
homepage 'https://directory.fsf.org/wiki/Popt'
version '1.16'
license 'MIT'
compatibility 'all'
source_url 'http://rpm5.org/files/popt/popt-1.16.tar.gz'
source_sha256 'e728ed296fe9f069a0e005003c3d6b2dde3d9cad453422a10d6558616d304cc8'

View File

@@ -4,6 +4,7 @@ class Postgres < Package
description 'PostgreSQL is a powerful, open source object-relational database system.'
homepage 'https://www.postgresql.org/'
version '9.6.16'
license 'PostgreSQL and GPL-2'
compatibility 'all'
source_url 'https://ftp.postgresql.org/pub/source/v9.6.16/postgresql-9.6.16.tar.bz2'
source_sha256 '5c6cba9cc0df70ba2b128c4a87d0babfce7c0e2b888f70a9c8485745f66b22e7'

View File

@@ -4,6 +4,7 @@ class Potrace < Package
description 'Potrace(TM) is a tool for tracing a bitmap, which means, transforming a bitmap into a smooth, scalable image.'
homepage 'http://potrace.sourceforge.net/'
version '1.15'
license 'GPL-2'
compatibility 'all'
source_url 'http://potrace.sourceforge.net/download/1.15/potrace-1.15.tar.gz'
source_sha256 'a9b33904ace328340c850a01458199e0064e03ccaaa731bc869a842b1b8d529d'

View File

@@ -4,6 +4,7 @@ class Powerline_fonts < Package
description 'Patched fonts for Powerline users.'
homepage 'https://github.com/powerline/fonts'
version '2015-12-04'
license '' # Can't find license
compatibility 'all'
source_url 'https://github.com/powerline/fonts/archive/2015-12-04.tar.gz'
source_sha256 '3a0b73abca6334b5e6bddefab67f6eb1b2fac1231817d95fc79126c8998c4844'

View File

@@ -4,6 +4,7 @@ class Powershell < Package
description 'Powershell is a cross-platform, task-based command-line shell and scripting language that helps rapidly automate tasks that manage operating systems and processes'
homepage 'https://docs.microsoft.com/en-us/powershell/'
version '7.0.3'
license 'MIT'
compatibility 'aarch64,armv7l,x86_64'
case ARCH
when 'armv7l', 'aarch64'

View File

@@ -4,6 +4,7 @@ class Powerstat < Package
description 'Powerstat measures the power consumption of a laptop using the ACPI battery information.'
homepage 'https://kernel.ubuntu.com/~cking/powerstat/'
version '0.02.24'
license 'GPL-2+'
compatibility 'all'
source_url 'https://kernel.ubuntu.com/~cking/tarballs/powerstat/powerstat-0.02.24.tar.gz'
source_sha256 '12781cb108be1fc3be5ec893e6d025bfb40ada060bdc5f7715b65397620f2c7b'

View File

@@ -4,6 +4,7 @@ class Printproto < Package
description 'Xprint build headers'
homepage 'https://xorg.freedesktop.org'
version '1.0.5-1'
license 'MIT-with-advertising'
compatibility 'all'
source_url 'https://xorg.freedesktop.org/releases/individual/proto/printproto-1.0.5.tar.bz2'
source_sha256 '1298316cf43b987365ab7764d61b022a3d7f180b67b423eed3456862d155911a'

View File

@@ -4,6 +4,7 @@ class Procps < Package
description 'procps is a set of command line and full-screen utilities that provide information out of the pseudo-filesystem most commonly located at /proc.'
homepage 'https://gitlab.com/procps-ng/procps'
version '3.3.16'
license 'GPL-2'
compatibility 'all'
source_url 'https://gitlab.com/procps-ng/procps/-/archive/v3.3.16/procps-v3.3.16.tar.bz2'
source_sha256 '720caf307ab5dfe6d1cf4fc3e6ce786d749c69baa088627dbe1b01828f2528b1'

View File

@@ -4,6 +4,7 @@ class Profanity < Package
description 'A console based XMPP client'
homepage 'https://profanity-im.github.io/'
version '0.6.0'
license 'GPL-3'
compatibility 'all'
source_url 'https://profanity-im.github.io/profanity-0.6.0.tar.gz'
source_sha256 'f1b2773b79eb294297686f3913e9489c20effae5e3a335c8956db18f6ee2f660'

View File

@@ -4,6 +4,7 @@ class Progress < Package
description 'Linux tool to show progress for cp, mv, dd, ... (formerly known as cv)'
homepage 'https://github.com/Xfennec/progress'
version '0.13.1'
license 'ISC'
compatibility 'all'
source_url 'https://github.com/Xfennec/progress/archive/v0.13.1.tar.gz'
source_sha256 '064c95e8b93893dbf4b4b8152290cbb3b0c005eda0cae500353561048c9939a5'

View File

@@ -2,8 +2,9 @@ require 'package'
class Proj4 < Package
description 'proj.4 is a standard Unix filter function which converts geographic longitude and latitude coordinates into cartesian coordinates (and vice versa), and it is a C API for software developers to include coordinate transformation in their own software.'
homepage 'http://proj4.org/'
homepage 'https://proj4.org/'
version '6.3.2'
license 'MIT'
compatibility 'all'
source_url 'https://download.osgeo.org/proj/proj-6.3.2.zip'
source_sha256 '5ef90382d1d57e7185d13064fa46c1f6350a079f4f7ad67c862b6075ca7b88ec'

View File

@@ -4,6 +4,7 @@ class Projectlibre < Package
description 'ProjectLibre is project management software, the leading alternative to Microsoft Project.'
homepage 'https://www.projectlibre.com/'
version '1.9.1'
license 'CPAL-1.0'
compatibility 'all'
source_url 'https://downloads.sourceforge.net/project/projectlibre/ProjectLibre/1.9.1/projectlibre-1.9.1.tar.gz'
source_sha256 '65ca96728eb5a31c3e23eb43181dde367d785a86b82f330ca52bc7b51c74a5bb'

View File

@@ -4,6 +4,7 @@ class Prometheus_cpp < Package
description 'Prometheus Client Library for Modern C++'
homepage 'https://github.com/jupp0r/prometheus-cpp/'
version '0.12.1'
license 'MIT'
compatibility 'all'
source_url 'https://github.com/jupp0r/prometheus-cpp/releases/download/v0.12.1/prometheus-cpp-with-submodules.tar.gz'
source_sha256 'f116cee772df7bf23fc89fb71c13ad4420601e304a382d77da725da0d0dc4cac'
@@ -12,7 +13,7 @@ class Prometheus_cpp < Package
depends_on 'civetweb'
depends_on 'gtest' => :build
depends_on 'benchmark' => :build
def self.build
Dir.mkdir "builddir"
Dir.chdir "builddir" do

Some files were not shown because too many files have changed in this diff Show More