New port: devel/libesedb
Library and tools to access the Extensible Storage Engine (ESE) Database File (EDB) format. ESEDB is used in many different applications like Windows Search, Windows Mail, Exchange, Active Directory, etc. WWW: http://code.google.com/p/libesedb/
This commit is contained in:
parent
d4fb58e427
commit
275c18168e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334650
5 changed files with 58 additions and 0 deletions
|
@ -972,6 +972,7 @@
|
|||
SUBDIR += libeio
|
||||
SUBDIR += libelf
|
||||
SUBDIR += libepp-nicbr
|
||||
SUBDIR += libesedb
|
||||
SUBDIR += libestr
|
||||
SUBDIR += libev
|
||||
SUBDIR += libevent
|
||||
|
|
33
devel/libesedb/Makefile
Normal file
33
devel/libesedb/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# Created by: Antoine Brodin <antoine@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libesedb
|
||||
DISTVERSION= alpha-20120102
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSN082cmxsbHB0anc/ \
|
||||
LOCAL/antoine
|
||||
|
||||
MAINTAINER= antoine@FreeBSD.org
|
||||
COMMENT= Library and tools to access the ESEDB format
|
||||
|
||||
LICENSE= LGPL3
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG}
|
||||
USES= gettext iconv pathfix
|
||||
USE_LDCONFIG= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E}
|
||||
|
||||
PORTDOCS= AUTHORS ChangeLog
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/libesedb/distinfo
Normal file
2
devel/libesedb/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (libesedb-alpha-20120102.tar.gz) = 068ab53f434376e2c0f4bfa56e98b324a8b2bee89b3588b524f3541112f40e26
|
||||
SIZE (libesedb-alpha-20120102.tar.gz) = 1097285
|
5
devel/libesedb/pkg-descr
Normal file
5
devel/libesedb/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Library and tools to access the Extensible Storage Engine (ESE) Database File
|
||||
(EDB) format. ESEDB is used in many different applications like Windows Search,
|
||||
Windows Mail, Exchange, Active Directory, etc.
|
||||
|
||||
WWW: http://code.google.com/p/libesedb/
|
17
devel/libesedb/pkg-plist
Normal file
17
devel/libesedb/pkg-plist
Normal file
|
@ -0,0 +1,17 @@
|
|||
bin/esedbexport
|
||||
bin/esedbinfo
|
||||
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
|
||||
lib/libesedb.a
|
||||
lib/libesedb.la
|
||||
lib/libesedb.so
|
||||
lib/libesedb.so.1
|
||||
libdata/pkgconfig/libesedb.pc
|
||||
man/man1/esedbinfo.1.gz
|
||||
man/man3/libesedb.3.gz
|
||||
@dirrm include/libesedb
|
Loading…
Reference in a new issue