libedit: contrib -> opt

This commit is contained in:
Danny Rawlins 2019-11-16 16:11:30 +11:00
parent 68cf5953fd
commit 706fdebf98
3 changed files with 0 additions and 65 deletions

View File

@ -1,40 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/editline/
-rw-r--r-- root/root usr/include/editline/readline.h
-rw-r--r-- root/root usr/include/histedit.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libedit.a
-rwxr-xr-x root/root usr/lib/libedit.la
lrwxrwxrwx root/root usr/lib/libedit.so -> libedit.so.0.0.52
lrwxrwxrwx root/root usr/lib/libedit.so.0 -> libedit.so.0.0.52
-rwxr-xr-x root/root usr/lib/libedit.so.0.0.52
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libedit.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/editline.3.gz
lrwxrwxrwx root/root usr/man/man3/el_deletestr.3.gz -> editline.3.gz
lrwxrwxrwx root/root usr/man/man3/el_end.3.gz -> editline.3.gz
lrwxrwxrwx root/root usr/man/man3/el_get.3.gz -> editline.3.gz
lrwxrwxrwx root/root usr/man/man3/el_getc.3.gz -> editline.3.gz
lrwxrwxrwx root/root usr/man/man3/el_gets.3.gz -> editline.3.gz
lrwxrwxrwx root/root usr/man/man3/el_history.3.gz -> editline.3.gz
lrwxrwxrwx root/root usr/man/man3/el_history_end.3.gz -> editline.3.gz
lrwxrwxrwx root/root usr/man/man3/el_history_init.3.gz -> editline.3.gz
lrwxrwxrwx root/root usr/man/man3/el_init.3.gz -> editline.3.gz
lrwxrwxrwx root/root usr/man/man3/el_insertstr.3.gz -> editline.3.gz
lrwxrwxrwx root/root usr/man/man3/el_line.3.gz -> editline.3.gz
lrwxrwxrwx root/root usr/man/man3/el_parse.3.gz -> editline.3.gz
lrwxrwxrwx root/root usr/man/man3/el_push.3.gz -> editline.3.gz
lrwxrwxrwx root/root usr/man/man3/el_reset.3.gz -> editline.3.gz
lrwxrwxrwx root/root usr/man/man3/el_resize.3.gz -> editline.3.gz
lrwxrwxrwx root/root usr/man/man3/el_set.3.gz -> editline.3.gz
lrwxrwxrwx root/root usr/man/man3/el_source.3.gz -> editline.3.gz
lrwxrwxrwx root/root usr/man/man3/el_tok_end.3.gz -> editline.3.gz
lrwxrwxrwx root/root usr/man/man3/el_tok_init.3.gz -> editline.3.gz
lrwxrwxrwx root/root usr/man/man3/el_tok_line.3.gz -> editline.3.gz
lrwxrwxrwx root/root usr/man/man3/el_tok_reset.3.gz -> editline.3.gz
lrwxrwxrwx root/root usr/man/man3/el_tok_str.3.gz -> editline.3.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/editrc.5.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF313r/kJq5xdsa/WMMfXR7LnQMCi4Iwdq0eteiwGXxrEGvXHtLdAEoZ6Rco6kUXiCa1j4zPFTxm/z/UlyanFbWgc=
SHA256 (Pkgfile) = 60ab6f4b61eb82c36658c23739d99a617519392dac71a11c4f63f9abd78856c2
SHA256 (.footprint) = bd46a7e4b4e4adcc6826aa3a6085df5bd2cdbf0e51f278c2002b41c057efa575
SHA256 (libedit-20141030-3.1.tar.gz) = 9701e16570fb8f7fa407b506986652221b701a9dd61defc05bb7d1c61cdf5a40

View File

@ -1,20 +0,0 @@
# Description: An autotool- and libtoolized port of the NetBSD Editline library.
# URL: http://thrysoee.dk/editline/
# Packager: Oleksiy Khilkevich, grim at asu dot ntu-kpi dot kiev dot ua
# Maintainer: Danny Rawlins, crux at romster dot me
name=libedit
version=20141030-3.1
release=1
source=(http://thrysoee.dk/editline/$name-$version.tar.gz)
build() {
cd $name-20141029-3.1
./configure \
--prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG install
}