6874 FreshPorts -- emulators/tpm-emulator
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
tpm-emulator 0.7.4 emulators on this many watch lists=0 search for ports that depend on this port
Trusted Platform Module (TPM) emulator

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 07 Nov 2010 12:10:09
Also Listed In: security
License: GPLv2


The project aims to create a fully working Trusted Platform Module (TPM)
emulator follwing the specifications of the Trusted Computing Group. The
port provides a driver library libtddl which can be linked against programs
providing a Trusted Software Stack to redirect TPM calls to the emulator.

WWW: http://tpm-emulator.berlios.de/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/cmake
Required Libraries:
  1. math/gmp
There are no ports dependent upon this port

To install the port: cd /usr/ports/emulators/tpm-emulator/ && make install clean
To add the package: pkg_add -r tpm-emulator


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://aarnet.dl.sourceforge.net/project/tpm-emulator.berlios/
  3. http://freefr.dl.sourceforge.net/project/tpm-emulator.berlios/
  4. http://garr.dl.sourceforge.net/project/tpm-emulator.berlios/
  5. http://heanet.dl.sourceforge.net/project/tpm-emulator.berlios/
  6. http://hivelocity.dl.sourceforge.net/project/tpm-emulator.berlios/
  7. http://ignum.dl.sourceforge.net/project/tpm-emulator.berlios/
  8. http://internode.dl.sourceforge.net/project/tpm-emulator.berlios/
  9. http://iweb.dl.sourceforge.net/project/tpm-emulator.berlios/
  10. http://jaist.dl.sourceforge.net/project/tpm-emulator.berlios/
  11. http://nchc.dl.sourceforge.net/project/tpm-emulator.berlios/
  12. http://ncu.dl.sourceforge.net/project/tpm-emulator.berlios/
  13. http://netcologne.dl.sourceforge.net/project/tpm-emulator.berlios/
  14. http://osdn.dl.sourceforge.net/project/tpm-emulator.berlios/
  15. http://space.dl.sourceforge.net/project/tpm-emulator.berlios/
  16. http://sunet.dl.sourceforge.net/project/tpm-emulator.berlios/
  17. http://superb-dca3.dl.sourceforge.net/project/tpm-emulator.berlios/
  18. http://switch.dl.sourceforge.net/project/tpm-emulator.berlios/
  19. http://tenet.dl.sourceforge.net/project/tpm-emulator.berlios/
  20. http://ufpr.dl.sourceforge.net/project/tpm-emulator.berlios/
  21. http://waix.dl.sourceforge.net/project/tpm-emulator.berlios/

Number of commits found: 14

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
22 Mar 2013 20:06:15
Original commit files touched by this commit  0.7.4
makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
07 Feb 2013 14:30:49
Original commit files touched by this commit  0.7.4
miwi search for other commits by this committer
- Update to version 0.7.4
- Trim header

PR:		172716
Submitted by:	Ports Fury
15 Aug 2012 19:26:14
Original commit files touched by this commit  0.7.1_1
tabthorpe search for other commits by this committer
- Reassign nork@ ports to the heap
- Thank you for your years of service, we hope to see you back

Approved by:	portmgr
14 Jan 2012 08:57:23
Original commit files touched by this commit  0.7.1_1
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
11 Nov 2011 02:29:56
Original commit files touched by this commit  0.7.1_1
linimon search for other commits by this committer
Mark as broken on powerpc: does not compile.

Hat:            portmgr
Feature safe:   yes
23 Sep 2011 22:26:39
Original commit files touched by this commit  0.7.1_1
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
25 Dec 2010 16:55:41
Original commit files touched by this commit  0.7.1_1
sunpoet search for other commits by this committer
- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here

PR:             ports/152844
Submitted by:   sunpoet (myself)
Approved by:    miwi (with portmgr hat)
14 Dec 2010 22:49:48
Original commit files touched by this commit  0.7.1_1
nork search for other commits by this committer
All cleanup done (PREFIX clean, permission clean), and bump PORTREVISION.
14 Dec 2010 22:31:12
Original commit files touched by this commit  0.7.1
nork search for other commits by this committer
Cleanup(portlint happy).

[NOTE]
In this time, I don't bump PORTREVISION.  Because I'll
re-setup working directory under $PREFIX
(/var/lib/tpm -> $PREFIX/var/lib/tpm).  So I'll finish
these working, and bump PORTREVISION.
14 Dec 2010 16:26:27
Original commit files touched by this commit  0.7.1
nork search for other commits by this committer
Fix rc script with _tss USER/GROUP.

[NOTE]
In this time, I don't bump PORTREVISION.  Because I'll
re-setup working directory under $PREFIX
(/var/lib/tpm -> $PREFIX/var/lib/tpm).  So I'll finish
these working, and bump PORTREVISION.
13 Dec 2010 18:38:54
Original commit files touched by this commit  0.7.1
nork search for other commits by this committer
Add support rc script. (buggy by not install USER/GROUP)

[NOTE]
In this time, I don't bump PORTREVISION.  Because I must install
_tss user and group account(bug), and I'll re-setup working
directory under $PREFIX.  So I'll finish these working, and
bump PORTREVISION.
12 Dec 2010 16:20:09
Original commit files touched by this commit  0.7.1
nork search for other commits by this committer
o sort pkg-plist.
o install libtddl.so.1 instead of libtddl.so.1.2 to use dynamic library.

[NOTE]
In this time, I don't bump PORTREVISION.  Because I'll add rc.d/tpmd,
use _tss user and group account, and re-setup working directory under
$PREFIX.  So I'll finish these working, and bump PORTREVISION.
07 Nov 2010 12:22:51
Original commit files touched by this commit  0.7.1
nork search for other commits by this committer
o Add security to CATEGORIES. [1]
o Add missing file. [2]

Pointy hat to:  myself [1][2]
Reported by:    QAT [2]
07 Nov 2010 12:08:52
Original commit files touched by this commit  0.7.1
nork search for other commits by this committer
Add tpm-emulator 0.7.1, is a Trusted Platform Module (TPM) emulator.

Obtained from:  http://bsssd.sourceforge.net/

Number of commits found: 14

283f
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
chromiumMay 22
chromiumMay 22
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15

6 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24533
Broken 215
Deprecated 473
Ignore 631
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 5
new 48 hours9
new 7 days28
new fortnight61
new month217

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0