SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
41
sysutils/libesedb/Makefile
Normal file
41
sysutils/libesedb/Makefile
Normal file
|
@ -0,0 +1,41 @@
|
|||
COMMENT = library and tools to access the ESE and EDB format
|
||||
|
||||
VERSION = 20191220
|
||||
DISTNAME = libesedb-experimental-${VERSION}
|
||||
PKGNAME = ${DISTNAME:S/-experimental//}
|
||||
REVISION = 2
|
||||
|
||||
SHARED_LIBS += esedb 0.0 # 1.0
|
||||
|
||||
CATEGORIES = sysutils security
|
||||
|
||||
HOMEPAGE = https://github.com/libyal/libesedb/wiki
|
||||
|
||||
MASTER_SITES = https://github.com/libyal/libesedb/releases/download/${VERSION}/
|
||||
|
||||
MAINTAINER = Remi Pointel <rpointel@openbsd.org>
|
||||
|
||||
# LGPLv3+
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB = ${MODPY_WANTLIB}
|
||||
WANTLIB += bfio c fwnt iconv intl m pthread util
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ARGS += --enable-python3
|
||||
|
||||
WRKDIST = ${WRKDIR}/${PKGNAME}
|
||||
|
||||
MODULES += lang/python
|
||||
|
||||
BUILD_DEPENDS = devel/gettext,-tools
|
||||
|
||||
LIB_DEPENDS += devel/libbfio \
|
||||
sysutils/libfwnt
|
||||
|
||||
TEST_DEPENDS += shells/bash
|
||||
|
||||
pre-test:
|
||||
sed -i s,#!/bin/bash,#!/${LOCALBASE}/bin/bash, ${WRKSRC}/tests/test_*.sh
|
||||
|
||||
.include <bsd.port.mk>
|
2
sysutils/libesedb/distinfo
Normal file
2
sysutils/libesedb/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (libesedb-experimental-20191220.tar.gz) = WE598maQD9H1Ezf9NPuInL1y6xSvHJQp4ISdr6fTeZc=
|
||||
SIZE (libesedb-experimental-20191220.tar.gz) = 1880534
|
2
sysutils/libesedb/pkg/DESCR
Normal file
2
sysutils/libesedb/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Library and tools to access the Extensible Storage Engine (ESE) Database
|
||||
File (EDB) format.
|
19
sysutils/libesedb/pkg/PLIST
Normal file
19
sysutils/libesedb/pkg/PLIST
Normal file
|
@ -0,0 +1,19 @@
|
|||
@bin bin/esedbexport
|
||||
@bin bin/esedbinfo
|
||||
include/libesedb/
|
||||
include/libesedb.h
|
||||
include/libesedb/codepage.h
|
||||
include/libesedb/definitions.h
|
||||
include/libesedb/error.h
|
||||
include/libesedb/extern.h
|
||||
include/libesedb/features.h
|
||||
include/libesedb/types.h
|
||||
@static-lib lib/libesedb.a
|
||||
lib/libesedb.la
|
||||
@lib lib/libesedb.so.${LIBesedb_VERSION}
|
||||
lib/pkgconfig/libesedb.pc
|
||||
lib/python${MODPY_VERSION}/site-packages/pyesedb.a
|
||||
lib/python${MODPY_VERSION}/site-packages/pyesedb.la
|
||||
@so lib/python${MODPY_VERSION}/site-packages/pyesedb.so
|
||||
@man man/man1/esedbinfo.1
|
||||
@man man/man3/libesedb.3
|
Loading…
Add table
Add a link
Reference in a new issue