2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

perl: drop

This commit is contained in:
git-bruh 2022-09-03 15:32:42 +05:30
parent 17353df43c
commit 0cd0a45541
No known key found for this signature in database
6 changed files with 0 additions and 94 deletions

View File

@ -1,40 +0,0 @@
perl
________________________________________________________________________________
Perl is a family of two high-level, general-purpose, interpreted, dynamic
programming languages. "Perl" refers to Perl 5, but from 2000 to 2019 it also
referred to its redesigned "sister language", Perl 6, before the latter's name
was officially changed to Raku in October 2019. [0]
Upstream: https://www.perl.org/
[000] Index
________________________________________________________________________________
* Installation ........................................................... [001]
* Usage .................................................................. [002]
* References ............................................................. [003]
[001] Installation
________________________________________________________________________________
+------------------------------------------------------------------------------+
| |
| $ kiss b perl |
| |
+------------------------------------------------------------------------------+
[002] Usage
________________________________________________________________________________
Refer to the manual pages and command help output.
[003] References
________________________________________________________________________________
[0] https://en.wikipedia.org/wiki/Perl

View File

@ -1,49 +0,0 @@
#!/bin/sh -e
export BUILD_ZLIB=0
export BUILD_BZIP2=0
export LDFLAGS="$LDFLAGS -pthread"
export CFLAGS="$CFLAGS -DNO_POSIX_2008_LOCALE -D_GNU_SOURCE"
./Configure \
-des \
-Dprefix=/usr \
-Dvendorprefix=/usr \
-Dusevendorprefix \
-Duseshrplib \
-Dusesoname \
-Dusethreads \
-Dinc_version_list=none \
-Dd_sockaddr_in6=define \
-Dcccdlflags=-fPIC \
-Dccflags="$CFLAGS" \
-Dlddlflags="-shared $LDFLAGS" \
-Dldflags="$LDFLAGS" \
-Doptimize="-Wall $CFLAGS" \
-Dcc="$CC" \
-Dar="$AR" \
-Dnm="$NM" \
-Dranlib="$RANLIB" \
-Dman1dir=/usr/share/man/man1 \
-Dman3dir=/usr/share/man/man3 \
-Dinstallman1dir=/usr/share/man/man1 \
-Dinstallman3dir=/usr/share/man/man3 \
-Dman1ext=1 \
-Dman3ext=3pm \
-Dperl_static_inline="static __inline__" \
-Dd_static_inline
make
make install
# Remove all unneeded files.
find "$1" -name \*.pod -exec rm -f {} +
find "$1" -name .packlist -exec rm -f {} +
find "$1" -name README\* -exec rm -f {} +
find "$1" -name TODO\* -exec rm -f {} +
find "$1" -name Change\* -exec rm -f {} +
find "$1" -name \*.bs -exec rm -f {} +
find "$1" -name \*.0 -type f -exec rm -f {} +
# Fix permissions.
find "$1/usr/lib" -type f -exec chmod 644 {} \;

View File

@ -1 +0,0 @@
0f386dccbee8e26286404b2cca144e1005be65477979beb9b1ba272d4819bcf0

View File

@ -1,2 +0,0 @@
bzip2
zlib

View File

@ -1 +0,0 @@
https://www.cpan.org/src/MAJOR.0/perl-VERSION.tar.xz

View File

@ -1 +0,0 @@
5.36.0 1