Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 3 additions & 19 deletions perl/perl-Gtk2-Unique/perl-Gtk2-Unique.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

# Slackware build script for perl-Gtk2-Unique

# Copyright 2018 Donald Cooley, South Haven, Indiana USA
# Copyright 2013 Donald Cooley, La Porte, IN USA
# Copyright 2018 Donald Cooley, South Haven, Indiana USA
# Copyright 2026 Jeremy Hansen <jebrhansen+SBo@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
Expand All @@ -26,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=perl-Gtk2-Unique
VERSION=${VERSION:-0.05}
VERSION=${VERSION:-0.07}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand All @@ -41,9 +42,6 @@ if [ -z "$ARCH" ]; then
esac
fi

# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
Expand All @@ -53,20 +51,6 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}

if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
fi

set -e

rm -rf $PKG
Expand Down
6 changes: 3 additions & 3 deletions perl/perl-Gtk2-Unique/perl-Gtk2-Unique.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="perl-Gtk2-Unique"
VERSION="0.05"
VERSION="0.07"
HOMEPAGE="https://metacpan.org/pod/Gtk2::Unique"
DOWNLOAD="https://cpan.metacpan.org/authors/id/P/PO/POTYL/Gtk2-Unique-0.05.tar.gz"
MD5SUM="0beb552933b765a017588563a71af123"
DOWNLOAD="https://cpan.metacpan.org/authors/id/X/XA/XAOC/Gtk2-Unique-0.07.tar.gz"
MD5SUM="7e540d51944f70538e2ff32907297fa5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libunique perl-gtk2"
Expand Down
18 changes: 6 additions & 12 deletions perl/perl-Regexp-Common/perl-Regexp-Common.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# Slackware build script for Regexp-Common

# Copyright 2012 Mikko Värri, Finland
# Copyright 2026 Jeremy Hansen <jebrhansen+SBo@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
Expand All @@ -25,24 +26,15 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=perl-Regexp-Common
VERSION=${VERSION:-2017060201}
VERSION=${VERSION:-2024080801}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

SRCNAM=$( echo $PRGNAM | cut -d- -f2- )

if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
fi
ARCH=noarch

# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
Expand Down Expand Up @@ -70,7 +62,9 @@ find -L . \
perl Makefile.PL \
PREFIX=/usr \
INSTALLDIRS=vendor \
INSTALLVENDORMAN3DIR=/usr/man/man3
INSTALLVENDORMAN3DIR=/usr/man/man3 \
NO_PACKLIST=1 \
NO_PERLLOCAL=1
make
make test
make install DESTDIR=$PKG
Expand Down
6 changes: 3 additions & 3 deletions perl/perl-Regexp-Common/perl-Regexp-Common.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="perl-Regexp-Common"
VERSION="2017060201"
VERSION="2024080801"
HOMEPAGE="https://metacpan.org/pod/Regexp::Common"
DOWNLOAD="https://cpan.metacpan.org/authors/id/A/AB/ABIGAIL/Regexp-Common-2017060201.tar.gz"
MD5SUM="b1bb40759b84154990f36a160160fb94"
DOWNLOAD="https://cpan.metacpan.org/authors/id/A/AB/ABIGAIL/Regexp-Common-2024080801.tar.gz"
MD5SUM="73d4b4b2a0690f9ab573d54a69c22aee"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
Expand Down
8 changes: 3 additions & 5 deletions perl/perl-event/perl-event.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
# Slackware build script for perl-event

# Written by Luis Henrique <lmello.009@gmail.com>
# Copyright 2026 Jeremy Hansen <jebrhansen+SBo@gmail.com>

cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=perl-event
VERSION=${VERSION:-1.21}
VERSION=${VERSION:-1.28}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand All @@ -20,9 +21,6 @@ if [ -z "$ARCH" ]; then
esac
fi

# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
Expand Down Expand Up @@ -76,7 +74,7 @@ find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f
find $PKG -depth -type d -empty -delete || true

mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a ANNOUNCE ChangeLog INSTALL MANIFEST MANIFEST.SKIP README TODO \
cp -a ANNOUNCE Changes INSTALL MANIFEST MANIFEST.SKIP README TODO \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

Expand Down
6 changes: 3 additions & 3 deletions perl/perl-event/perl-event.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="perl-event"
VERSION="1.21"
VERSION="1.28"
HOMEPAGE="https://metacpan.org/pod/Event"
DOWNLOAD="https://cpan.metacpan.org/authors/id/J/JP/JPRIT/Event-1.21.tar.gz"
MD5SUM="f8f1c34614abcc0f70738c2f019cdcb5"
DOWNLOAD="https://cpan.metacpan.org/authors/id/E/ET/ETJ/Event-1.28.tar.gz"
MD5SUM="c40b79af3fec249ae1023dfc4213b375"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
Expand Down
13 changes: 3 additions & 10 deletions perl/perl-gnome2-canvas/perl-gnome2-canvas.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Copyright 2014-2017 Glenn Becker
# Copyright 2017-2020 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# Copyright 2020 Donald Cooley, South Haven, Indiana, USA
#
# Copyright 2026 Jeremy Hansen <jebrhansen+SBo@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
Expand All @@ -29,8 +29,8 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=perl-gnome2-canvas
VERSION=${VERSION:-1.002}
BUILD=${BUILD:-2}
VERSION=${VERSION:-1.006}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

Expand All @@ -42,9 +42,6 @@ if [ -z "$ARCH" ]; then
esac
fi

# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
Expand All @@ -56,16 +53,12 @@ OUTPUT=${OUTPUT:-/tmp}

if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
fi

SRCNAM="Gnome2-Canvas"
Expand Down
6 changes: 3 additions & 3 deletions perl/perl-gnome2-canvas/perl-gnome2-canvas.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="perl-gnome2-canvas"
VERSION="1.002"
VERSION="1.006"
HOMEPAGE="https://metacpan.org/release/Gnome2-Canvas"
DOWNLOAD="https://cpan.metacpan.org/authors/id/T/TS/TSCH/Gnome2-Canvas-1.002.tar.gz"
MD5SUM="93405a987ba4bbd03c2f91592b88f5cb"
DOWNLOAD="https://cpan.metacpan.org/authors/id/X/XA/XAOC/Gnome2-Canvas-1.006.tar.gz"
MD5SUM="61176cad7e995ec40b273766ffed3592"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libgnomecanvas perl-gtk2"
Expand Down
4 changes: 2 additions & 2 deletions perl/perl-gnome2-vfs/perl-gnome2-vfs.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Copyright 2014-2017 Glenn Becker
# Copyright 2017-2020 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# Copyright 2020 Donald Cooley, South Haven, Indiana, USA
#
# Copyright 2026 Jeremy Hansen <jebrhansen+SBo@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
Expand All @@ -29,7 +29,7 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=perl-gnome2-vfs
VERSION=${VERSION:-1.083}
VERSION=${VERSION:-1.084}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down
6 changes: 3 additions & 3 deletions perl/perl-gnome2-vfs/perl-gnome2-vfs.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="perl-gnome2-vfs"
VERSION="1.083"
VERSION="1.084"
HOMEPAGE="https://metacpan.org/pod/Gnome2::VFS"
DOWNLOAD="https://cpan.metacpan.org/authors/id/X/XA/XAOC/Gnome2-VFS-1.083.tar.gz"
MD5SUM="e4acd7409751215ef6d5972a049d5f84"
DOWNLOAD="https://cpan.metacpan.org/authors/id/X/XA/XAOC/Gnome2-VFS-1.084.tar.gz"
MD5SUM="1dada72fb56a97e3397c9cb4304f81ab"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gnome-vfs perl-glib"
Expand Down
13 changes: 3 additions & 10 deletions perl/perl-gnome2-wnck/perl-gnome2-wnck.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Copyright 2014-2017 Glenn Becker
# Copyright 2017-2020 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# Copyright 2020 Donald Cooley, South Haven, Indiana, USA
#
# Copyright 2026 Jeremy Hansen <jebrhansen+SBo@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
Expand All @@ -29,8 +29,8 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=perl-gnome2-wnck
VERSION=${VERSION:-0.16}
BUILD=${BUILD:-2}
VERSION=${VERSION:-0.18}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

Expand All @@ -42,9 +42,6 @@ if [ -z "$ARCH" ]; then
esac
fi

# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
Expand All @@ -56,16 +53,12 @@ OUTPUT=${OUTPUT:-/tmp}

if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
fi

SRCNAM="Gnome2-Wnck"
Expand Down
6 changes: 3 additions & 3 deletions perl/perl-gnome2-wnck/perl-gnome2-wnck.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="perl-gnome2-wnck"
VERSION="0.16"
VERSION="0.18"
HOMEPAGE="https://metacpan.org/pod/Gnome2::Wnck"
DOWNLOAD="https://cpan.metacpan.org/authors/id/T/TS/TSCH/Gnome2-Wnck-0.16.tar.gz"
MD5SUM="439f4569ffd7af96ef1d3feaab23760e"
DOWNLOAD="https://cpan.metacpan.org/authors/id/X/XA/XAOC/Gnome2-Wnck-0.18.tar.gz"
MD5SUM="86697a618abb13bc9fc97146dc55edfe"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-gtk2"
Expand Down
11 changes: 2 additions & 9 deletions perl/perl-gnome2/perl-gnome2.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Copyright 2015-2017 Glenn Becker <glenn.becker@gmail.com>
# Copyright 2017-2020 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# Copyright 2020 Donald Cooley, South Haven, Indiana, USA
#
# Copyright 2026 Jeremy Hansen <jebrhansen+SBo@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
Expand All @@ -29,7 +29,7 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=perl-gnome2
VERSION=${VERSION:-1.047}
VERSION=${VERSION:-1.048}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand All @@ -42,9 +42,6 @@ if [ -z "$ARCH" ]; then
esac
fi

# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
Expand All @@ -56,16 +53,12 @@ OUTPUT=${OUTPUT:-/tmp}

if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
fi

SRCNAM="Gnome2"
Expand Down
6 changes: 3 additions & 3 deletions perl/perl-gnome2/perl-gnome2.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="perl-gnome2"
VERSION="1.047"
VERSION="1.048"
HOMEPAGE="https://metacpan.org/pod/Gnome2"
DOWNLOAD="https://cpan.metacpan.org/authors/id/X/XA/XAOC/Gnome2-1.047.tar.gz"
MD5SUM="7d52bcc96e5dcd3b2c9b7aa90937c157"
DOWNLOAD="https://cpan.metacpan.org/authors/id/X/XA/XAOC/Gnome2-1.048.tar.gz"
MD5SUM="38408e8195e86b1dda0704a0054ae5a8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libgnomeui perl-gnome2-canvas perl-gnome2-vfs"
Expand Down
Loading