forked from ports/contrib
p5-lingua-translit: initial commit, version 0.28
This commit is contained in:
parent
1acdc8dd0a
commit
118d8f2f4a
24
p5-lingua-translit/.footprint
Normal file
24
p5-lingua-translit/.footprint
Normal file
@ -0,0 +1,24 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-r-xr-xr-x root/root usr/bin/translit
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/perl5/
|
||||
drwxr-xr-x root/root usr/lib/perl5/5.28/
|
||||
drwxr-xr-x root/root usr/lib/perl5/5.28/linux-thread-multi/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/Lingua/
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Lingua/Translit.pm
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/Lingua/Translit/
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Lingua/Translit/Tables.pm
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Lingua/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Lingua/Translit/
|
||||
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/translit.1pm.gz
|
||||
drwxr-xr-x root/root usr/share/man/man3/
|
||||
-r--r--r-- root/root usr/share/man/man3/Lingua::Translit.3pm.gz
|
||||
-r--r--r-- root/root usr/share/man/man3/Lingua::Translit::Tables.3pm.gz
|
5
p5-lingua-translit/.signature
Normal file
5
p5-lingua-translit/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF32ZLX0pCT3FJ77TOHDqobRatqngtZHjArtINwO9YLfcYEMe1TAkUVFTNPDrA6Dmxjh/3nFXMTk8I0HqwXM9V2QY=
|
||||
SHA256 (Pkgfile) = e53aa6a76e319afef9d1dfdf6f1eb901d6203301c5fbd7ab5455639c70e0ffc1
|
||||
SHA256 (.footprint) = 44e8ebf9c1ee66fc81be543719bb7185472f89a1243fcf8cd42005318debd227
|
||||
SHA256 (Lingua-Translit-0.28.tar.gz) = 113f91d8fc2c630437153a49fb7a52b023af8f6278ed96c070b1f60824b8eae1
|
19
p5-lingua-translit/Pkgfile
Normal file
19
p5-lingua-translit/Pkgfile
Normal file
@ -0,0 +1,19 @@
|
||||
# Description: Transliteration of text between writing systems
|
||||
# URL: https://metacpan.org/release/Lingua-Translit
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on:
|
||||
|
||||
name=p5-lingua-translit
|
||||
version=0.28
|
||||
release=1
|
||||
source=(https://cpan.metacpan.org/authors/id/A/AL/ALINKE/Lingua-Translit-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd Lingua-Translit-$version
|
||||
unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
|
||||
export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
|
||||
perl Makefile.PL
|
||||
make
|
||||
make install INSTALLDIRS=vendor DESTDIR=$PKG
|
||||
find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user