Let us assume that there is a new personal package for FreeBSD 9.1 downloadable from:
http://www.mysite.com/myapp.tbz
http://www.mysite.com/myapp.tbz
- How could I download and install it in my FreeBSD machine? (needed commands).
- How can I make it available for FreeBSD users in the form of a port in /usr/ports and a package such that it can be installed by:
pkg_add myapp.tbz
?