cpan2crux: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-08 18:38:59 +00:00
parent 30a8157957
commit 3f9ab53f89
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 27 deletions

View File

@ -1,7 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/cpan2crux
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/cpan2crux.1.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3+1YhN6W4jwQLfQwYTMJXW0vrJdniTe/ZFhYMD4b6brcuqKqZWdn/l2geB2KaXc6xghb51pZsqAzZjpiLim6PAc=
SHA256 (Pkgfile) = 2b5418aaf40da3a5c6fd1b50766c8ba730ddf9114e51c32bde9b70f5f3da6cab
SHA256 (.footprint) = 04d55e8cd2075776fc096fdead490d5eaa43a93c0dd979a161c08e40c7776663
SHA256 (cpan2crux-1.4.pl) = e71d5ebf48562b17b93f8b27c9a8c3db7b596215c4983cf62743e7eb5e0e8a23

View File

@ -1,15 +0,0 @@
# Description: Write CRUX ports for CPAN Perl modules
# URL: https://crux.nu/Wiki/Cpan2Crux
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: p5-cpan-distnameinfo
name=cpan2crux
version=1.4
release=1
source=(http://www.mizrahi.com.ve/crux/dist/$name-$version.pl)
build () {
install -D -m 755 -o root -g root $SRC/$name-$version.pl $PKG/usr/bin/$name
install -d $PKG/usr/share/man/man1
pod2man -n ${name^^} -c "${name^^} Manual" $name-$version.pl $PKG/usr/share/man/man1/$name.1
}