Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Feb 2020 20:15:01 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527463 - in head/devel: . libluksde
Message-ID:  <202002292015.01TKF1MC005588@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Feb 29 20:15:01 2020
New Revision: 527463
URL: https://svnweb.freebsd.org/changeset/ports/527463

Log:
  New port: devel/libluksde
  
  Library and tools to access LUKS Disk Encryption encrypted volumes.
  
  WWW: https://github.com/libyal/libluksde

Added:
  head/devel/libluksde/
  head/devel/libluksde/Makefile   (contents, props changed)
  head/devel/libluksde/distinfo   (contents, props changed)
  head/devel/libluksde/pkg-descr   (contents, props changed)
  head/devel/libluksde/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Feb 29 20:12:19 2020	(r527462)
+++ head/devel/Makefile	Sat Feb 29 20:15:01 2020	(r527463)
@@ -1240,6 +1240,7 @@
     SUBDIR += liblouis
     SUBDIR += liblpm
     SUBDIR += libltdl
+    SUBDIR += libluksde
     SUBDIR += liblxqt
     SUBDIR += libmaa
     SUBDIR += libmatheval

Added: head/devel/libluksde/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libluksde/Makefile	Sat Feb 29 20:15:01 2020	(r527463)
@@ -0,0 +1,30 @@
+# $FreeBSD$
+
+PORTNAME=	libluksde
+# If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH
+DISTVERSION=	experimental-20200205
+CATEGORIES=	devel
+MASTER_SITES=	https://github.com/libyal/libluksde/releases/download/${PORTVERSION:E}/ \
+		LOCAL/antoine
+
+MAINTAINER=	antoine@FreeBSD.org
+COMMENT=	Library and tools to access LUKS Disk Encryption encrypted volumes
+
+LICENSE=	LGPL3+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--enable-python --with-openssl=no
+CONFIGURE_ENV=	PYTHON_CONFIG=${PYTHON_CMD}-config
+USES=		fuse libtool pathfix pkgconfig python:3.5+
+USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:E}
+
+OPTIONS_DEFINE=	NLS
+
+NLS_USES=	gettext
+NLS_CONFIGURE_ON=	--with-libintl-prefix=${LOCALBASE}
+NLS_CONFIGURE_OFF=	--disable-nls
+
+.include <bsd.port.mk>

Added: head/devel/libluksde/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libluksde/distinfo	Sat Feb 29 20:15:01 2020	(r527463)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1581491735
+SHA256 (libluksde-experimental-20200205.tar.gz) = 09102caad26d2ca8a0d3cdbd5a356f4d22ac43dc9ba67724d512b89be74864ff
+SIZE (libluksde-experimental-20200205.tar.gz) = 1585131

Added: head/devel/libluksde/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libluksde/pkg-descr	Sat Feb 29 20:15:01 2020	(r527463)
@@ -0,0 +1,3 @@
+Library and tools to access LUKS Disk Encryption encrypted volumes.
+
+WWW: https://github.com/libyal/libluksde

Added: head/devel/libluksde/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libluksde/pkg-plist	Sat Feb 29 20:15:01 2020	(r527463)
@@ -0,0 +1,19 @@
+bin/luksdeinfo
+bin/luksdemount
+include/libluksde.h
+include/libluksde/codepage.h
+include/libluksde/definitions.h
+include/libluksde/error.h
+include/libluksde/extern.h
+include/libluksde/features.h
+include/libluksde/types.h
+lib/libluksde.a
+lib/libluksde.so
+lib/libluksde.so.1
+lib/libluksde.so.1.0.0
+%%PYTHON_SITELIBDIR%%/pyluksde.a
+%%PYTHON_SITELIBDIR%%/pyluksde.so
+libdata/pkgconfig/libluksde.pc
+man/man1/luksdeinfo.1.gz
+man/man1/luksdemount.1.gz
+man/man3/libluksde.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002292015.01TKF1MC005588>