Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
MD5.txt | 2010-07-29 | 328 Bytes | |
README.ports.freebsd | 2010-07-29 | 713 Bytes | |
openbsd-beta.diff | 2010-07-29 | 61.1 kB | |
openbsd-ports-beta.tgz | 2010-07-29 | 36.7 kB | |
freebsd-ports-beta.tgz | 2010-07-29 | 35.3 kB | |
README.ports.openbsd | 2010-07-29 | 516 Bytes | |
freebsd-beta.diff | 2010-07-29 | 50.0 kB | |
Totals: 7 Items | 184.6 kB | 0 |
How to build and install the ports: # export ftp_proxy=http://myproxy:8080/ # export http_proxy=http://myproxy:8080/ # cd /usr/ports # tar -xzf /tmp/freebsd-ports-beta.tgz # cd /usr/ports/mystuff/trousers # make && make install # cd /usr/ports/mystuff/tpm-tools/ # make && make install # cd /usr/ports/mystuff/TrustedGrub/ # make && make install # cd /usr/ports/mystuff/testsuite/ # make && make install # cd /usr/ports/mystuff/tpm_emulator/ # make && make install # cd /usr/ports/mystuff/openssl_tpm_engine/ # make && make install # cat >> /etc/rc.conf local_startup="/usr/local/etc/rc.d" tcsd_enable="YES" ^D # reboot See ports(7) for general information on ports and how to use them.