View | Details | Raw Unified | Return to bug 272972
Collapse All | Expand All

(-)b/sysutils/Makefile (+1 lines)
Lines 667-672 Link Here
667
    SUBDIR += libretto-config
667
    SUBDIR += libretto-config
668
    SUBDIR += libsunacl
668
    SUBDIR += libsunacl
669
    SUBDIR += libsysstat
669
    SUBDIR += libsysstat
670
    SUBDIR += libtpms
670
    SUBDIR += libtree
671
    SUBDIR += libtree
671
    SUBDIR += libudisks
672
    SUBDIR += libudisks
672
    SUBDIR += liburcu
673
    SUBDIR += liburcu
(-)b/sysutils/libtpms/Makefile (+22 lines)
Added Link Here
1
PORTNAME=	libtpms
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	0.9.6
4
CATEGORIES=	sysutils
5
6
MAINTAINER=	meka@tilda.center
7
COMMENT=	This library provides emulation of a Trusted Platform Module
8
WWW=		https://github.com/stefanberger/libtpms
9
10
LICENSE=	LIBTPMS
11
LICENSE_NAME=	LibTPMS
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
14
15
USES=		autoreconf gmake libtool pathfix pkgconfig ssl
16
USE_GITHUB=	yes
17
USE_LDCONFIG=	yes
18
GH_ACCOUNT=	stefanberger
19
GNU_CONFIGURE=	yes
20
INSTALL_TARGET=	install-strip
21
22
.include <bsd.port.mk>
(-)b/sysutils/libtpms/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1691309001
2
SHA256 (stefanberger-libtpms-v0.9.6_GH0.tar.gz) = 2807466f1563ebe45fdd12dd26e501e8a0c4fbb99c7c428fbb508789efd221c0
3
SIZE (stefanberger-libtpms-v0.9.6_GH0.tar.gz) = 1264338
(-)b/sysutils/libtpms/pkg-descr (+4 lines)
Added Link Here
1
Libtpms is a library that targets the integration of TPM functionality into
2
hypervisors, primarily into Qemu. Libtpms provides a very narrow public API for
3
this purpose so that integration is possible. Only the minimum of necessary
4
APIs are made publicly available.
(-)b/sysutils/libtpms/pkg-plist (-1 / +37 lines)
Added Link Here
0
- 
1
include/libtpms/tpm_error.h
2
include/libtpms/tpm_library.h
3
include/libtpms/tpm_memory.h
4
include/libtpms/tpm_nvfilename.h
5
include/libtpms/tpm_tis.h
6
include/libtpms/tpm_types.h
7
lib/libtpms.a
8
lib/libtpms.so
9
lib/libtpms.so.0
10
lib/libtpms.so.0.9.6
11
libdata/pkgconfig/libtpms.pc
12
man/man3/TPMLIB_CancelCommand.3.gz
13
man/man3/TPMLIB_ChooseTPMVersion.3.gz
14
man/man3/TPMLIB_DecodeBlob.3.gz
15
man/man3/TPMLIB_GetInfo.3.gz
16
man/man3/TPMLIB_GetState.3.gz
17
man/man3/TPMLIB_GetTPMProperty.3.gz
18
man/man3/TPMLIB_GetVersion.3.gz
19
man/man3/TPMLIB_MainInit.3.gz
20
man/man3/TPMLIB_Process.3.gz
21
man/man3/TPMLIB_RegisterCallbacks.3.gz
22
man/man3/TPMLIB_SetBufferSize.3.gz
23
man/man3/TPMLIB_SetDebugFD.3.gz
24
man/man3/TPMLIB_SetDebugLevel.3.gz
25
man/man3/TPMLIB_SetDebugPrefix.3.gz
26
man/man3/TPMLIB_SetState.3.gz
27
man/man3/TPMLIB_Terminate.3.gz
28
man/man3/TPMLIB_ValidateState.3.gz
29
man/man3/TPMLIB_VolatileAll_Store.3.gz
30
man/man3/TPM_Free.3.gz
31
man/man3/TPM_IO_Hash_Data.3.gz
32
man/man3/TPM_IO_Hash_End.3.gz
33
man/man3/TPM_IO_Hash_Start.3.gz
34
man/man3/TPM_IO_TpmEstablished_Get.3.gz
35
man/man3/TPM_IO_TpmEstablished_Reset.3.gz
36
man/man3/TPM_Malloc.3.gz
37
man/man3/TPM_Realloc.3.gz

Return to bug 272972