fossil: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-04 09:09:09 +00:00
parent 0f725ce315
commit 6e49faca5c
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 39 deletions

View File

@ -1,7 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/fossil
drwxr-xr-x root/root usr/share/
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/fossil.1.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34yyh5Q63swRQGBN2nnjvGUhVCnLrK7ymLjzf6nQG7azOr30G3VWpVwqh7PyBm+v26LJS90Bw1tDufx+xrFq9QM=
SHA256 (Pkgfile) = fd88b7278242f39b39da611ddd44c09728231467b01b458f0b26a0b403195aaf
SHA256 (.footprint) = 7a2f53c9c11a5a3480015007aeed229c1cc6577748f4f165c23ce9dc70cebfc7
SHA256 (fossil-src-2.14.tar.gz) = b8d0c920196dd8ae29152fa7448e513a1fa7c588871b785e3fbfc07b42a05fb9

View File

@ -1,27 +0,0 @@
# Description: Simple distributed SCM
# URL: https://www.fossil-scm.org/
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: openssl sqlite3 zlib
# Optional: fuse
name=fossil
version=2.14
release=1
source=(https://www.fossil-scm.org/index.html/uv/$name-src-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--disable-internal-sqlite \
--json \
--with-th1-docs \
--with-th1-hooks
make -j1 bld bld/headers
make -j1
make install DESTDIR=$PKG
install -D -m 0644 fossil.1 $PKG/usr/share/man/man1/fossil.1
}