svn commit: r363047 - in head/devel: . libbde libbde/files
Antoine Brodin
antoine at FreeBSD.org
Sun Jul 27 11:22:39 UTC 2014
Author: antoine
Date: Sun Jul 27 11:22:37 2014
New Revision: 363047
URL: http://svnweb.freebsd.org/changeset/ports/363047
QAT: https://qat.redports.org/buildarchive/r363047/
Log:
New port: devel/libbde
Library and tools to access the BitLocker Drive Encryption (BDE) format.
The BDE format is used by Windows, as of Vista, to encrypt data on a storage
media volume.
WWW: https://code.google.com/p/libbde/
Added:
head/devel/libbde/
head/devel/libbde/Makefile (contents, props changed)
head/devel/libbde/distinfo (contents, props changed)
head/devel/libbde/files/
head/devel/libbde/files/patch-bdetools__bdeoutput.c (contents, props changed)
head/devel/libbde/pkg-descr (contents, props changed)
head/devel/libbde/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sun Jul 27 11:19:16 2014 (r363046)
+++ head/devel/Makefile Sun Jul 27 11:22:37 2014 (r363047)
@@ -949,6 +949,7 @@
SUBDIR += libatomic_ops
SUBDIR += libaura
SUBDIR += libavl
+ SUBDIR += libbde
SUBDIR += libbegemot
SUBDIR += libbfd
SUBDIR += libbinio
Added: head/devel/libbde/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libbde/Makefile Sun Jul 27 11:22:37 2014 (r363047)
@@ -0,0 +1,32 @@
+# Created by: Antoine Brodin <antoine at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= libbde
+DISTVERSION= alpha-20140607
+CATEGORIES= devel
+MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSX2VCRk16TnpDd0U/ \
+ LOCAL/antoine
+
+MAINTAINER= antoine at FreeBSD.org
+COMMENT= Library and tools to access the BitLocker Drive Encryption volumes
+
+LICENSE= LGPL3
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG}
+USES= fuse gettext iconv libtool pathfix pkgconfig
+USE_OPENSSL= yes
+USE_PYTHON= 2
+USE_LDCONFIG= yes
+INSTALL_TARGET= install-strip
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E}
+
+PORTDOCS= AUTHORS ChangeLog
+
+OPTIONS_DEFINE= DOCS
+
+post-install:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
+
+.include <bsd.port.mk>
Added: head/devel/libbde/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libbde/distinfo Sun Jul 27 11:22:37 2014 (r363047)
@@ -0,0 +1,2 @@
+SHA256 (libbde-alpha-20140607.tar.gz) = af1644e3f1a40df6fdec1eed9d96fa6652a7557c0244cd2ee38ad327cdfa15db
+SIZE (libbde-alpha-20140607.tar.gz) = 1532802
Added: head/devel/libbde/files/patch-bdetools__bdeoutput.c
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libbde/files/patch-bdetools__bdeoutput.c Sun Jul 27 11:22:37 2014 (r363047)
@@ -0,0 +1,11 @@
+--- ./bdetools/bdeoutput.c.orig 2014-01-12 17:21:23.000000000 +0000
++++ ./bdetools/bdeoutput.c 2014-07-27 11:10:47.000000000 +0000
+@@ -23,6 +23,8 @@
+ #include <memory.h>
+ #include <types.h>
+
++#include <stdio.h>
++
+ #if defined( HAVE_LOCAL_LIBUNA )
+ #include <libuna_definitions.h>
+ #elif defined( HAVE_LIBUNA_H )
Added: head/devel/libbde/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libbde/pkg-descr Sun Jul 27 11:22:37 2014 (r363047)
@@ -0,0 +1,4 @@
+Library and tools to access the BitLocker Drive Encryption (BDE) encrypted
+volumes.
+
+WWW: http://code.google.com/p/libbde/
Added: head/devel/libbde/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/libbde/pkg-plist Sun Jul 27 11:22:37 2014 (r363047)
@@ -0,0 +1,20 @@
+bin/bdeinfo
+bin/bdemount
+include/libbde.h
+include/libbde/codepage.h
+include/libbde/definitions.h
+include/libbde/error.h
+include/libbde/extern.h
+include/libbde/features.h
+include/libbde/types.h
+lib/libbde.a
+lib/libbde.so
+lib/libbde.so.1
+lib/libbde.so.1.0.0
+%%PYTHON_SITELIBDIR%%/pybde.a
+%%PYTHON_SITELIBDIR%%/pybde.so
+libdata/pkgconfig/libbde.pc
+man/man1/bdeinfo.1.gz
+man/man1/bdemount.1.gz
+man/man3/libbde.3.gz
+ at dirrm include/libbde
More information about the svn-ports-all
mailing list