commit 123500ec02fd31ebfb1d65fa44d12d02b4f0e851 Author: Steffen Nurpmeso <steffen@sdaoden.eu> Date: Wed Dec 30 22:27:18 2020 +0100 lmdb: new port diff --git a/lmdb/.footprint b/lmdb/.footprint new file mode 100644 index 000000000..648981f2e --- /dev/null +++ b/lmdb/.footprint @@ -0,0 +1,20 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/mdb_copy +-rwxr-xr-x root/root usr/bin/mdb_drop +-rwxr-xr-x root/root usr/bin/mdb_dump +-rwxr-xr-x root/root usr/bin/mdb_load +-rwxr-xr-x root/root usr/bin/mdb_stat +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/lmdb.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/liblmdb.a +-rwxr-xr-x root/root usr/lib/liblmdb.so +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/mdb_copy.1.gz +-rw-r--r-- root/root usr/share/man/man1/mdb_drop.1.gz +-rw-r--r-- root/root usr/share/man/man1/mdb_dump.1.gz +-rw-r--r-- root/root usr/share/man/man1/mdb_load.1.gz +-rw-r--r-- root/root usr/share/man/man1/mdb_stat.1.gz diff --git a/lmdb/.signature b/lmdb/.signature new file mode 100644 index 000000000..5e65ba27a --- /dev/null +++ b/lmdb/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/stenur.pub +RWQEMWjN1NA43wbdS9VAg7hFZkMb4AYaS8SMFD7yKZ+lGHC/oLE9ZcRgi6kKDbr1Xl+TxtZsLZiAMInF7cZXd/5jnfNywsHIYgg= +SHA256 (Pkgfile) = 709174289409a0e82bd05fe035af172d5015060ef21551afaab45a6ec44fc861 +SHA256 (.footprint) = d0ce3392c3fd9add924967e94a10f21573e6c2ee9e0de915c1ae411385190e18 +SHA256 (lmdb-20200207.tar.gz) = 66cc2f8a268ae80884c806304c8ab03f8b73d21e765581109a55acfdc650d7ae diff --git a/lmdb/Pkgfile b/lmdb/Pkgfile new file mode 100644 index 000000000..5aeb30176 --- /dev/null +++ b/lmdb/Pkgfile @@ -0,0 +1,18 @@ +# Description: The Lightning Memory-Mapped Database Manager +# URL: https://github.com/LMDB/lmdb +# (Really: https://www.OpenLDAP.org/) +# Maintainer: Steffen Nurpmeso, steffen at sdaoden dot eu + +name=lmdb +version=20200207 +gitver=cb256f409bb53efeda4ac69ee8165a0b4fc1a277 +release=1 +source=(https://github.com/LMDB/${name}/archive/${gitver}/${name}-${version}.tar.gz) + +build() { + cd ${name}-${gitver}/libraries/liblmdb/ + + make prefix=/usr DESTDIR="$PKG" install +} + +# s-sh-mode