frozen-bubble and p5 dependencies: adopted

frozen-bubble: adopted
This commit is contained in:
John McQuah 2023-03-04 08:30:28 -05:00
parent bb0324400f
commit c8db43c0ee
14 changed files with 77 additions and 74 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34B5FnGSyDDEVHOAGH4Dm82RfmJmy/529Shgv2zIIUTkn23pOuNyBTfHUF0MqGlG6k5zX+D4IIwd/+oXzmN2CwM=
SHA256 (Pkgfile) = 0bf14a13a25a1d924facf4c664750931a6d0f99e521eb80876d5a3a4b40d616b
RWSagIOpLGJF3+1n0iRZPuHJbYHhE5i8J0A2tM4ryPnwAOXKA7LqHqMxmDyG5zvExyJukEVoqMWEl2mBx4xjvG38+tcaSIsKHgk=
SHA256 (Pkgfile) = 1cffddab9ac9dfc45de28603585ae85be71c9c74c22a878f1506be971fa00f0b
SHA256 (.footprint) = fdee4c8ba5a44c263875d5f4d1dcb89f3e2683b2ef858a8def93dd7ef34fc9de
SHA256 (frozen-bubble-2.2.1.tar.gz) = 942db0903c8139ec08b65c604b4023e5a1b8351013596f5ad31659dc543a6220
SHA256 (fix-buffer-size-when-formatting-current-date.patch) = 4156b783bbfbaffe44cb9f523ed9619aab333cdbe31455a050be9a2e727cb4bb

View File

@ -1,12 +1,12 @@
# Description: Shoot balls and get 3 of the same colour in a group to make them drop.
# URL: http://www.frozen-bubble.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: p5-compress-bzip2 p5-file-slurp p5-ipc-system-simple p5-locale-maketext-lexicon p5-sdl
name=frozen-bubble
version=2.2.1
release=1
source=(https://github.com/kthakore/frozen-bubble/archive/$version/$name-$version.tar.gz
source=(https://github.com/kthakore/$name/archive/$version/$name-$version.tar.gz
fix-buffer-size-when-formatting-current-date.patch
$name.desktop)

View File

@ -4,8 +4,8 @@ drwxr-xr-x root/root usr/lib/perl5/
drwxr-xr-x root/root usr/lib/perl5/site_perl/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.36/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.36/File/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.36/File/Slurp.pm
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.36/File/Slurp.pm
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man3/
-r--r--r-- root/root usr/share/man/man3/File::Slurp.3pm.gz
-rw-r--r-- root/root usr/share/man/man3/File::Slurp.3pm.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3zBQgHqeH0kFY/G2y2Jc4Wc3VgQXwZV+ZtuHtPXmWpt1QWistq/ilQdWTRjcKOLM8qi82Cmd81k+Wyl+cz4NkgY=
SHA256 (Pkgfile) = d946a06b741f26bec8e2dbef8352c7c7382dd1331954f7388478a51d466a96b6
SHA256 (.footprint) = 6260f9a1ee4e4a3e6f6cf9848e2986b24a85b6fb682f832f5dee234e52b3bcac
RWSagIOpLGJF3zW7mV9GrGYB2xNkrq2YYD1UzROOAMroPHcOKupG0Lu8DArnOl79YjZvSc85QyR+9xmXZKSc/OGttD9iOwttdQ8=
SHA256 (Pkgfile) = bca0c322afcff9214ba2a6a9138b7f89ae02d7d508d6352a53f8c41a50d176fe
SHA256 (.footprint) = c5d75acfa7512e599edf60ec7ec221dfa0d77612a5510dd9868fde36439ac249
SHA256 (File-Slurp-9999.32.tar.gz) = 4c3c21992a9d42be3a79dd74a3c83d27d38057269d65509a2f555ea0fb2bc5b0

View File

@ -1,16 +1,15 @@
# Description: Read/write/append files quickly
# URL: https://metacpan.org/release/File-Slurp
# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: John McQuah, jmcquah at disroot dot org
name=p5-file-slurp
_realname=File-Slurp
_author=CAPOEIRAB
version=9999.32
release=1
source=(https://cpan.metacpan.org/authors/id/${_author::1}/${_author::2}/$_author/$_realname-$version.tar.gz)
source=(https://cpan.metacpan.org/authors/id/${_author::1}/${_author::2}/$_author/File-Slurp-$version.tar.gz)
build() {
cd $_realname-$version
cd File-Slurp-$version
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
@ -18,4 +17,7 @@ build() {
find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
find $PKG -depth -empty -delete
# fix permissions
find $PKG -type f -a ! -perm -u+w -exec chmod u+w '{}' +
}

View File

@ -5,8 +5,8 @@ drwxr-xr-x root/root usr/lib/perl5/site_perl/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.36/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.36/IPC/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.36/IPC/System/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.36/IPC/System/Simple.pm
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.36/IPC/System/Simple.pm
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man3/
-r--r--r-- root/root usr/share/man/man3/IPC::System::Simple.3pm.gz
-rw-r--r-- root/root usr/share/man/man3/IPC::System::Simple.3pm.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/XFF8hhSqs13ZYbYUgNEpUkYtxWSlPAzHzp2GpYBGyzByIdYlCg+i/Qf0/Ay7yKWpWbDOFInPnupXHKDWq91gY=
SHA256 (Pkgfile) = c918f82f525c46e22177fe511fc8c1532e54405c28074d79238e03756926dbab
SHA256 (.footprint) = dd3c6f55ca93f015fb4893d5a0e6ca2dd25503131cf46f03e355a29f8befd17c
RWSagIOpLGJF3+Yfm2/L36XZfNsQ+A68aI9XDwvYljfS/Btz5Ea6BW2f0kfDOb0Q7BkAvSFHrEn+q/KstcuoOmk9fpPFCfaguwM=
SHA256 (Pkgfile) = 184041d9db0cd05225c85eea97d34cc6e16d4e5b4dfe81f6a2c404024e62f618
SHA256 (.footprint) = cdda3a17ed094b19e3daf34e9aa0896c899238c4cb52147d61f6375b168d820a
SHA256 (IPC-System-Simple-1.30.tar.gz) = 22e6f5222b505ee513058fdca35ab7a1eab80539b98e5ca4a923a70a8ae9ba9e

View File

@ -1,16 +1,15 @@
# Description: Run commands simply, with detailed diagnostics
# URL: https://metacpan.org/release/IPC-System-Simple
# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: John McQuah, jmcquah at disroot dot org
name=p5-ipc-system-simple
_realname=IPC-System-Simple
_author=JKEENAN
version=1.30
release=1
source=(https://cpan.metacpan.org/authors/id/${_author::1}/${_author::2}/$_author/$_realname-$version.tar.gz)
source=(https://cpan.metacpan.org/authors/id/${_author::1}/${_author::2}/$_author/IPC-System-Simple-$version.tar.gz)
build() {
cd $_realname-$version
cd IPC-System-Simple-$version
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
@ -18,4 +17,5 @@ build() {
find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
find $PKG -depth -empty -delete
find $PKG \( -type f -a ! -perm -u+w \) -exec chmod u+w '{}' +
}

View File

@ -1,51 +1,51 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-r-xr-xr-x root/root usr/bin/xgettext.pl
-rwxr-xr-x root/root usr/bin/xgettext.pl
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/perl5/
drwxr-xr-x root/root usr/lib/perl5/site_perl/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.36/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.36/Locale/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.36/Locale/Maketext/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.36/Locale/Maketext/Extract.pm
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.36/Locale/Maketext/Extract.pm
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.36/Locale/Maketext/Extract/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.36/Locale/Maketext/Extract/Plugin/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.36/Locale/Maketext/Extract/Plugin/Base.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.36/Locale/Maketext/Extract/Plugin/FormFu.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.36/Locale/Maketext/Extract/Plugin/Generic.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.36/Locale/Maketext/Extract/Plugin/Haml.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.36/Locale/Maketext/Extract/Plugin/Mason.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.36/Locale/Maketext/Extract/Plugin/PPI.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.36/Locale/Maketext/Extract/Plugin/Perl.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.36/Locale/Maketext/Extract/Plugin/TT2.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.36/Locale/Maketext/Extract/Plugin/TextTemplate.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.36/Locale/Maketext/Extract/Plugin/YAML.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.36/Locale/Maketext/Extract/Run.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.36/Locale/Maketext/Lexicon.pm
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.36/Locale/Maketext/Extract/Plugin/Base.pm
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.36/Locale/Maketext/Extract/Plugin/FormFu.pm
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.36/Locale/Maketext/Extract/Plugin/Generic.pm
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.36/Locale/Maketext/Extract/Plugin/Haml.pm
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.36/Locale/Maketext/Extract/Plugin/Mason.pm
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.36/Locale/Maketext/Extract/Plugin/PPI.pm
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.36/Locale/Maketext/Extract/Plugin/Perl.pm
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.36/Locale/Maketext/Extract/Plugin/TT2.pm
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.36/Locale/Maketext/Extract/Plugin/TextTemplate.pm
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.36/Locale/Maketext/Extract/Plugin/YAML.pm
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.36/Locale/Maketext/Extract/Run.pm
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.36/Locale/Maketext/Lexicon.pm
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.36/Locale/Maketext/Lexicon/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.36/Locale/Maketext/Lexicon/Auto.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.36/Locale/Maketext/Lexicon/Gettext.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.36/Locale/Maketext/Lexicon/Msgcat.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.36/Locale/Maketext/Lexicon/Tie.pm
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.36/Locale/Maketext/Lexicon/Auto.pm
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.36/Locale/Maketext/Lexicon/Gettext.pm
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.36/Locale/Maketext/Lexicon/Msgcat.pm
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.36/Locale/Maketext/Lexicon/Tie.pm
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-r--r--r-- root/root usr/share/man/man1/xgettext.pl.1pm.gz
-rw-r--r-- root/root usr/share/man/man1/xgettext.pl.1pm.gz
drwxr-xr-x root/root usr/share/man/man3/
-r--r--r-- root/root usr/share/man/man3/Locale::Maketext::Extract.3pm.gz
-r--r--r-- root/root usr/share/man/man3/Locale::Maketext::Extract::Plugin::Base.3pm.gz
-r--r--r-- root/root usr/share/man/man3/Locale::Maketext::Extract::Plugin::FormFu.3pm.gz
-r--r--r-- root/root usr/share/man/man3/Locale::Maketext::Extract::Plugin::Generic.3pm.gz
-r--r--r-- root/root usr/share/man/man3/Locale::Maketext::Extract::Plugin::Haml.3pm.gz
-r--r--r-- root/root usr/share/man/man3/Locale::Maketext::Extract::Plugin::Mason.3pm.gz
-r--r--r-- root/root usr/share/man/man3/Locale::Maketext::Extract::Plugin::PPI.3pm.gz
-r--r--r-- root/root usr/share/man/man3/Locale::Maketext::Extract::Plugin::Perl.3pm.gz
-r--r--r-- root/root usr/share/man/man3/Locale::Maketext::Extract::Plugin::TT2.3pm.gz
-r--r--r-- root/root usr/share/man/man3/Locale::Maketext::Extract::Plugin::TextTemplate.3pm.gz
-r--r--r-- root/root usr/share/man/man3/Locale::Maketext::Extract::Plugin::YAML.3pm.gz
-r--r--r-- root/root usr/share/man/man3/Locale::Maketext::Extract::Run.3pm.gz
-r--r--r-- root/root usr/share/man/man3/Locale::Maketext::Lexicon.3pm.gz
-r--r--r-- root/root usr/share/man/man3/Locale::Maketext::Lexicon::Auto.3pm.gz
-r--r--r-- root/root usr/share/man/man3/Locale::Maketext::Lexicon::Gettext.3pm.gz
-r--r--r-- root/root usr/share/man/man3/Locale::Maketext::Lexicon::Msgcat.3pm.gz
-r--r--r-- root/root usr/share/man/man3/Locale::Maketext::Lexicon::Tie.3pm.gz
-rw-r--r-- root/root usr/share/man/man3/Locale::Maketext::Extract.3pm.gz
-rw-r--r-- root/root usr/share/man/man3/Locale::Maketext::Extract::Plugin::Base.3pm.gz
-rw-r--r-- root/root usr/share/man/man3/Locale::Maketext::Extract::Plugin::FormFu.3pm.gz
-rw-r--r-- root/root usr/share/man/man3/Locale::Maketext::Extract::Plugin::Generic.3pm.gz
-rw-r--r-- root/root usr/share/man/man3/Locale::Maketext::Extract::Plugin::Haml.3pm.gz
-rw-r--r-- root/root usr/share/man/man3/Locale::Maketext::Extract::Plugin::Mason.3pm.gz
-rw-r--r-- root/root usr/share/man/man3/Locale::Maketext::Extract::Plugin::PPI.3pm.gz
-rw-r--r-- root/root usr/share/man/man3/Locale::Maketext::Extract::Plugin::Perl.3pm.gz
-rw-r--r-- root/root usr/share/man/man3/Locale::Maketext::Extract::Plugin::TT2.3pm.gz
-rw-r--r-- root/root usr/share/man/man3/Locale::Maketext::Extract::Plugin::TextTemplate.3pm.gz
-rw-r--r-- root/root usr/share/man/man3/Locale::Maketext::Extract::Plugin::YAML.3pm.gz
-rw-r--r-- root/root usr/share/man/man3/Locale::Maketext::Extract::Run.3pm.gz
-rw-r--r-- root/root usr/share/man/man3/Locale::Maketext::Lexicon.3pm.gz
-rw-r--r-- root/root usr/share/man/man3/Locale::Maketext::Lexicon::Auto.3pm.gz
-rw-r--r-- root/root usr/share/man/man3/Locale::Maketext::Lexicon::Gettext.3pm.gz
-rw-r--r-- root/root usr/share/man/man3/Locale::Maketext::Lexicon::Msgcat.3pm.gz
-rw-r--r-- root/root usr/share/man/man3/Locale::Maketext::Lexicon::Tie.3pm.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3z83AK5jCzcwvjj5KEY5GLa0bxVXf5UX+iUJHtq1elxXRhVDDc85z80aPPsWsFzNnrnYp/HaIIlYAScqzepLAw0=
SHA256 (Pkgfile) = ac894e32fbdc347315cd9d9f994f38354bcf07c1d9d1787121357fff3d5eca78
SHA256 (.footprint) = 2a91336c99e7e49338fea63260fbe8d6b347593e2ce9080613af0c723d591747
RWSagIOpLGJF36N9+5bvDeM5q7YLXQDMK9mwqss2lhXRPM3KUnLMvD4TV4H4Yoz26t0zK8vp0jxLGVXHmPxKIpeCDMo39LXLgQI=
SHA256 (Pkgfile) = f5fe111ad6c2b313624ca3698a65cf9ec998deffb3cbd561358ebf8f8bf29fd3
SHA256 (.footprint) = 77cb5f7af41681c9a2d3881f34055008df40efe01648c46c342d9dae772dd9e5
SHA256 (Locale-Maketext-Lexicon-1.00.tar.gz) = b73f6b04a58d3f0e38ebf2115a4c1532f1a4eef6fac5c6a2a449e4e14c1ddc7c

View File

@ -1,16 +1,15 @@
# Description: Perl/CPAN Module Locale::Maketext::Lexicon : Use other catalog formats in Maketext
# URL: https://metacpan.org/release/Locale-Maketext-Lexicon
# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: John McQuah, jmcquah at disroot dot org
name=p5-locale-maketext-lexicon
_realname=Locale-Maketext-Lexicon
_author=DRTECH
version=1.00
release=1
source=(https://cpan.metacpan.org/authors/id/${_author::1}/${_author::2}/$_author/$_realname-$version.tar.gz)
source=(https://cpan.metacpan.org/authors/id/${_author::1}/${_author::2}/$_author/Locale-Maketext-Lexicon-$version.tar.gz)
build() {
cd $_realname-$version
cd Locale-Maketext-Lexicon-$version
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
@ -18,4 +17,5 @@ build() {
find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
find $PKG -depth -empty -delete
find $PKG \( -type f -a ! -perm -u+w \) -exec chmod u+w '{}' +
}

View File

@ -4,8 +4,8 @@ drwxr-xr-x root/root usr/lib/perl5/
drwxr-xr-x root/root usr/lib/perl5/site_perl/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.36/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.36/Text/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.36/Text/Patch.pm
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.36/Text/Patch.pm
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man3/
-r--r--r-- root/root usr/share/man/man3/Text::Patch.3pm.gz
-rw-r--r-- root/root usr/share/man/man3/Text::Patch.3pm.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3yAnbMLF1LUNdOPD/r5+9JBr3TZRzEDiEt3GBXrL26mevLK04W2dULrcwAE6/s5FG49KfHW3vPZP+6zHszJsxQw=
SHA256 (Pkgfile) = ffde27b0a9c601956a1773d2720d39e4cd9b41f03b4f00358cdd7685c61d9ce3
SHA256 (.footprint) = 45ec6930300f107de971222cba0ae8988073568c169e08eb7a520035421185c7
RWSagIOpLGJF3z84cAh7xTaobRGvM3fAFiLo3lRL/UOhRubXyqXDwIZNKn0LI6znf1BZzeE0cT7gYsGQ3X/c6vmtDwITSGgEjgE=
SHA256 (Pkgfile) = 3499caa09ab60cb69276ffbae3f0b9b46b1d7fd1fef21d5384aab650896b13c3
SHA256 (.footprint) = e91d4fd0701304cd02be4a70e7fc9ba870cc42b79ed3decb66629a69bfdce668
SHA256 (Text-Patch-1.8.tar.gz) = eaf18e61ba6a3e143846a7cc66f08ce58a0c4fbda92acb31aede25cb3b5c3dcc

View File

@ -1,17 +1,16 @@
# Description: Patches text with given patch
# URL: https://metacpan.org/release/Text-Patch
# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: p5-text-diff
name=p5-text-patch
_realname=Text-Patch
_author=CADE
version=1.8
release=1
source=(https://cpan.metacpan.org/authors/id/${_author::1}/${_author::2}/$_author/$_realname-$version.tar.gz)
source=(https://cpan.metacpan.org/authors/id/${_author::1}/${_author::2}/$_author/Text-Patch-$version.tar.gz)
build() {
cd $_realname-$version
cd Text-Patch-$version
perl Makefile.PL INSTALLDIRS=vendor
make
@ -19,4 +18,6 @@ build() {
find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
find $PKG -depth -empty -delete
find $PKG \( -type f -a ! -perm -u+w \) -exec chmod u+w '{}' +
}