summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini2024-03-19 15:48:16 +0100
committer Matteo Bernardini2024-04-27 10:39:18 +0200
commit5e542caf9ade58ecff5ac92eb6a7e4a9d643b3ac (patch)
treea7a58b83c76c503ccc185296bbaea5bab0223b23
parent68ac93024440c1dcb61e579018ce241a1ab44180 (diff)
downloadslackbuilds-perl-IO-Tty.tar.gz
perl/perl-IO-Tty: Removed (added to Slackware).perl-IO-Tty
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--perl/perl-IO-Tty/README10
-rw-r--r--perl/perl-IO-Tty/perl-IO-Tty.SlackBuild78
-rw-r--r--perl/perl-IO-Tty/perl-IO-Tty.info10
-rw-r--r--perl/perl-IO-Tty/slack-desc19
4 files changed, 0 insertions, 117 deletions
diff --git a/perl/perl-IO-Tty/README b/perl/perl-IO-Tty/README
deleted file mode 100644
index 36d395c6c8..0000000000
--- a/perl/perl-IO-Tty/README
+++ /dev/null
@@ -1,10 +0,0 @@
-perl-IO-Tty (Pseudo TTY object class)
-
-IO::Tty - Perl extension that provides an interface to allow the
-creation of a pseudo tty.
-
-IO::Tty is used internally by IO::Pty to create a pseudo-tty. Do not
-use it directly except to import constants, use IO::Pty.
-
-IO::Pty inherits from IO::Handle and so provides all the methods
-defined by the IO::Handle package.
diff --git a/perl/perl-IO-Tty/perl-IO-Tty.SlackBuild b/perl/perl-IO-Tty/perl-IO-Tty.SlackBuild
deleted file mode 100644
index e76776bcfb..0000000000
--- a/perl/perl-IO-Tty/perl-IO-Tty.SlackBuild
+++ /dev/null
@@ -1,78 +0,0 @@
-#!/bin/bash
-
-# Slackware build script for perl-IO-Tty
-
-# Written by ruario
-
-# Original version of this script had no license. B. Watson's
-# modified version is licensed under the WTFPL. See
-# http://www.wtfpl.net/txt/copying/ for details.
-
-# 20230224 bkw:
-# - new maintainer.
-# - update for v1.17.
-# - add license.
-
-cd $(dirname $0) ; CWD=$(pwd)
-
-PRGNAM=perl-IO-Tty
-VERSION=${VERSION:-1.17}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-PKGTYPE=${PKGTYPE:-tgz}
-
-SRCNAM="$(printf $PRGNAM | cut -d- -f2-)"
-
-if [ -z "$ARCH" ]; then
- case "$( uname -m )" in
- i?86) ARCH=i586 ;;
- arm*) ARCH=arm ;;
- *) ARCH=$( uname -m ) ;;
- esac
-fi
-
-if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
- echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
- exit 0
-fi
-
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-set -e
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $SRCNAM-$VERSION
-tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
-cd $SRCNAM-$VERSION
-chown -R root:root .
-find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
- \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
-
-perl Makefile.PL \
- PREFIX=/usr \
- INSTALLDIRS=vendor \
- INSTALLVENDORMAN3DIR=/usr/man/man3
-make
-strip blib/arch/auto/IO/Tty/Tty.so
-make test
-make install DESTDIR=$PKG
-gzip $PKG/usr/man/man*/*
-
-find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f || true
-
-find $PKG -depth -type d -empty -delete || true
-
-PKGDOC=$PKG/usr/doc/$PRGNAM-$VERSION
-mkdir -p $PKGDOC
-cp -a ChangeLog README* $PKGDOC
-cat $CWD/$PRGNAM.SlackBuild > $PKGDOC/$PRGNAM.SlackBuild
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
diff --git a/perl/perl-IO-Tty/perl-IO-Tty.info b/perl/perl-IO-Tty/perl-IO-Tty.info
deleted file mode 100644
index 6968d97353..0000000000
--- a/perl/perl-IO-Tty/perl-IO-Tty.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="perl-IO-Tty"
-VERSION="1.17"
-HOMEPAGE="https://metacpan.org/pod/IO::Tty"
-DOWNLOAD="https://cpan.metacpan.org/authors/id/T/TO/TODDR/IO-Tty-1.17.tar.gz"
-MD5SUM="e4cd744de6a686ca78b20002fc66062a"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-REQUIRES=""
-MAINTAINER="B. Watson"
-EMAIL="urchlay@slackware.uk"
diff --git a/perl/perl-IO-Tty/slack-desc b/perl/perl-IO-Tty/slack-desc
deleted file mode 100644
index 191c529789..0000000000
--- a/perl/perl-IO-Tty/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description.
-# Line up the first '|' above the ':' following the base package name, and
-# the '|' on the right side marks the last column you can put a character in.
-# You must make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':' except on otherwise blank lines.
-
- |-----handy-ruler------------------------------------------------------|
-perl-IO-Tty: perl-IO-Tty (Pseudo TTY object class)
-perl-IO-Tty:
-perl-IO-Tty: Perl extension that provides an interface to allow the creation of a
-perl-IO-Tty: pseudo tty.
-perl-IO-Tty:
-perl-IO-Tty:
-perl-IO-Tty:
-perl-IO-Tty:
-perl-IO-Tty:
-perl-IO-Tty:
-perl-IO-Tty: