clisp: move man pages

This commit is contained in:
Danny Rawlins 2018-02-21 20:26:50 +11:00
parent c89a4ee3df
commit 358bdc8699
3 changed files with 11 additions and 14 deletions

View File

@ -35,10 +35,6 @@ drwxr-xr-x root/root usr/lib/clisp-2.49/linkkit/
-rw-r--r-- root/root usr/lib/clisp-2.49/linkkit/clisp.h -rw-r--r-- root/root usr/lib/clisp-2.49/linkkit/clisp.h
-rw-r--r-- root/root usr/lib/clisp-2.49/linkkit/modprep.lisp -rw-r--r-- root/root usr/lib/clisp-2.49/linkkit/modprep.lisp
-rw-r--r-- root/root usr/lib/clisp-2.49/linkkit/modules.c -rw-r--r-- root/root usr/lib/clisp-2.49/linkkit/modules.c
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/clisp-link.1.gz
-rw-r--r-- root/root usr/man/man1/clisp.1.gz
drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/aclocal/ drwxr-xr-x root/root usr/share/aclocal/
-rw-r--r-- root/root usr/share/aclocal/clisp.m4 -rw-r--r-- root/root usr/share/aclocal/clisp.m4
@ -49,6 +45,10 @@ drwxr-xr-x root/root usr/share/emacs/site-lisp/
-rw-r--r-- root/root usr/share/emacs/site-lisp/clisp-ffi.el -rw-r--r-- root/root usr/share/emacs/site-lisp/clisp-ffi.el
-rw-r--r-- root/root usr/share/emacs/site-lisp/clisp-indent.el -rw-r--r-- root/root usr/share/emacs/site-lisp/clisp-indent.el
-rw-r--r-- root/root usr/share/emacs/site-lisp/clisp-indent.lisp -rw-r--r-- root/root usr/share/emacs/site-lisp/clisp-indent.lisp
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/clisp-link.1.gz
-rw-r--r-- root/root usr/share/man/man1/clisp.1.gz
drwxr-xr-x root/root usr/share/vim/ drwxr-xr-x root/root usr/share/vim/
drwxr-xr-x root/root usr/share/vim/vimfiles/ drwxr-xr-x root/root usr/share/vim/vimfiles/
drwxr-xr-x root/root usr/share/vim/vimfiles/after/ drwxr-xr-x root/root usr/share/vim/vimfiles/after/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/Yl/zrctPz1TTXPMDNLQ36FA0MKR+XyapWRl2vsfTzxWUuoYzrv0im15Gqu4bRSE29eCr93PPWOwYfOMPq3UuQY= RWSE3ohX2g5d/UaVSIxJvMxfok3R20K78wVOwB8TPe79OaUHJEhW/hcWd4Q3iMnpRD9hEvCa91CWYbIR9o01oC6nC7lr37ptag4=
SHA256 (Pkgfile) = 4010f329857fbf7eea16dea8cef5ffa10b6a41eaf730e1d9b0b7e710370ea216 SHA256 (Pkgfile) = 0b38427637ee8f25fb05b60f183605a55b021f0ff7627e0e80b68ebbd9fdb74a
SHA256 (.footprint) = 85f57323830b9a92751c4eeaafba3ab4ef1a7c294905eec4d9643eb6f4ead73a SHA256 (.footprint) = 64639d555b9e46e7544f8b1cbc4f749c663b046492fd3d289f47a19f364a2e58
SHA256 (clisp-2.49.tar.bz2) = 8132ff353afaa70e6b19367a25ae3d5a43627279c25647c220641fed00f8e890 SHA256 (clisp-2.49.tar.bz2) = 8132ff353afaa70e6b19367a25ae3d5a43627279c25647c220641fed00f8e890

View File

@ -1,28 +1,25 @@
# Description: GNU CLisp is an ANSI Common Lisp Implementation. # Description: GNU CLisp is an ANSI Common Lisp Implementation.
# URL: http://clisp.cons.org/ # URL: http://clisp.cons.org/
# Maintainer: Thomas Penteker, tek at serverop dot de # Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: Danny Rawlins, crux at romster dot me # Depends on: libsigsegv readline
# Depends on: libsigsegv
name=clisp name=clisp
version=2.49 version=2.49
release=1 release=1
source=(http://ftp.gnu.org/pub/gnu/clisp/latest/$name-$version.tar.bz2) source=(https://ftp.gnu.org/pub/gnu/clisp/latest/$name-$version.tar.bz2)
build() { build() {
cd $name-$version cd $name-$version
./configure \ ./configure \
--prefix=/usr \ --prefix=/usr
--mandir=/usr/man
cd src cd src
./makemake \ ./makemake \
--with-dynamic-ffi \ --with-dynamic-ffi \
--without-dynamic-modules \ --without-dynamic-modules \
--prefix=/usr \ --prefix=/usr
--mandir=/usr/man
make -j1 make -j1
make -j1 DESTDIR=$PKG install make -j1 DESTDIR=$PKG install