Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
MD5.txt | 2009-11-25 | 334 Bytes | |
openbsd-ports.tar.gz | 2009-11-25 | 23.4 kB | |
freebsd-ports.tar.gz | 2009-11-25 | 24.9 kB | |
freebsd-alpha.diff | 2009-11-25 | 46.5 kB | |
README.ports.freebsd.txt | 2009-11-17 | 714 Bytes | |
README.ports.openbsd.txt | 2009-11-17 | 517 Bytes | |
openbsd-alpha.diff | 2009-11-17 | 57.3 kB | |
Totals: 7 Items | 153.7 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-alpha.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.