diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2015-07-02 20:55:23 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-07-02 20:55:23 +0200 |
commit | 8400505a344d7317b785e6c1b81c611272681eaf (patch) | |
tree | 5976fdba3de8e496ca156f9ea7d0d624b0bf24ac /freebsd/dependencies | |
parent | 595d2593963dfc33e52fb3bf82fc2595dc2c0e37 (diff) | |
download | tde-packaging-8400505a344d7317b785e6c1b81c611272681eaf.tar.gz tde-packaging-8400505a344d7317b785e6c1b81c611272681eaf.zip |
FreeBSD: Add dependencies/tqca-tls
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'freebsd/dependencies')
-rw-r--r-- | freebsd/dependencies/Makefile | 1 | ||||
-rw-r--r-- | freebsd/dependencies/tqca-tls/Makefile | 38 | ||||
-rw-r--r-- | freebsd/dependencies/tqca-tls/distinfo | 2 | ||||
-rw-r--r-- | freebsd/dependencies/tqca-tls/pkg-descr | 6 | ||||
-rw-r--r-- | freebsd/dependencies/tqca-tls/pkg-plist | 1 |
5 files changed, 48 insertions, 0 deletions
diff --git a/freebsd/dependencies/Makefile b/freebsd/dependencies/Makefile index 3d6b0135d..5b2142194 100644 --- a/freebsd/dependencies/Makefile +++ b/freebsd/dependencies/Makefile @@ -8,6 +8,7 @@ SUBDIR += tqt3-pgsql-plugin SUBDIR += tqt3-sqlite-plugin SUBDIR += tqt3-sqlite3-plugin + SUBDIR += tqca-tls SUBDIR += tqtinterface SUBDIR += akode SUBDIR += arts diff --git a/freebsd/dependencies/tqca-tls/Makefile b/freebsd/dependencies/tqca-tls/Makefile new file mode 100644 index 000000000..467eb1ef6 --- /dev/null +++ b/freebsd/dependencies/tqca-tls/Makefile @@ -0,0 +1,38 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../trinity.port.mk> + +PORTNAME= tqca-tls +COMMENT= TLS plugin for the TQt Cryptographic Architecture (TQCA) +TDE_PREVERSION= ~pre0+68d8b7a5 +MASTER_SITE_SUBDIR= t/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= devel +DISTSRC= ${PORTNAME}-trinity-${TDE_VERSION}${TDE_PREVERSION} +DIST_SUBDIR= TDE/dependencies +PREFIX= ${LOCALBASE} + + +BUILD_DEPENDS+= tqmake:${PORTSDIR}/x11/trinity/dependencies/tqmake + +LIB_DEPENDS+= libssl.so:${PORTSDIR}/security/openssl + +post-extract: + gsed -i ${WRKSRC}/configure \ + -e "s|/usr/include/tqt|${PREFIX}/include/tqt|" + +do-configure: + cd "${WRKSRC}" && \ + QTDIR=${PREFIX} \ + ${WRKSRC}/configure + +do-build: + ${MAKE_CMD} -C ${WRKSRC} + +do-install: + ${MAKE_CMD} -C ${WRKSRC} INSTALL_ROOT=${STAGEDIR} install + +.include <bsd.port.mk> diff --git a/freebsd/dependencies/tqca-tls/distinfo b/freebsd/dependencies/tqca-tls/distinfo new file mode 100644 index 000000000..745e8f6d1 --- /dev/null +++ b/freebsd/dependencies/tqca-tls/distinfo @@ -0,0 +1,2 @@ +SHA256 (TDE/dependencies/tqca-tls_14.0.1~pre0.orig.tar.xz) = 6742f9a360a4ba15972d256a02d7c7d01ea71ada07503853d3b5a6a245e2bc85 +SIZE (TDE/dependencies/tqca-tls_14.0.1~pre0.orig.tar.xz) = 22968 diff --git a/freebsd/dependencies/tqca-tls/pkg-descr b/freebsd/dependencies/tqca-tls/pkg-descr new file mode 100644 index 000000000..80fabd133 --- /dev/null +++ b/freebsd/dependencies/tqca-tls/pkg-descr @@ -0,0 +1,6 @@ +TLS plugin for the TQt Cryptographic Architecture (TQCA) + +This is a plugin to provide SSL/TLS capability to programs that +utilize the TQt Cryptographic Architecture (TQCA). TQCA is a +library providing an easy API for several cryptographic +algorithms to TQt programs. diff --git a/freebsd/dependencies/tqca-tls/pkg-plist b/freebsd/dependencies/tqca-tls/pkg-plist new file mode 100644 index 000000000..b7d06630a --- /dev/null +++ b/freebsd/dependencies/tqca-tls/pkg-plist @@ -0,0 +1 @@ +lib/tqt3/plugins/crypto/libtqca-tls.so |