libedit: contrib -> opt
This commit is contained in:
parent
ad9507e2fa
commit
bf5873d2de
40
libedit/.footprint
Normal file
40
libedit/.footprint
Normal file
@ -0,0 +1,40 @@
|
||||
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
|
5
libedit/.signature
Normal file
5
libedit/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/Rej4XwA3FyqqrngPn2NRPW4ZtQkj8OM5l4o7jXgvWxaLklb7BntsQ7IzQ38IdC+VihP/wXQO2d6cBStVnOCcQo=
|
||||
SHA256 (Pkgfile) = 60ab6f4b61eb82c36658c23739d99a617519392dac71a11c4f63f9abd78856c2
|
||||
SHA256 (.footprint) = bd46a7e4b4e4adcc6826aa3a6085df5bd2cdbf0e51f278c2002b41c057efa575
|
||||
SHA256 (libedit-20141030-3.1.tar.gz) = 9701e16570fb8f7fa407b506986652221b701a9dd61defc05bb7d1c61cdf5a40
|
20
libedit/Pkgfile
Normal file
20
libedit/Pkgfile
Normal file
@ -0,0 +1,20 @@
|
||||
# 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user