FreeBSD Offline Package Downloader Code
It is a simple downloader of distfiles in ports collection on FreeBSD
Brought to you by:
jinlxz
1. Introduction It is a simple downloader of distfiles in ports collection on FreeBSD system, JRE is required. you can use this application to download the distfiles of a application in the ports collection to your local disk, the specified application and all its dependencies can be downloaded, so these files can be copied to a offline FreeBSD system using USB or any other methods and install the application using ports collection on the offline system. It provides a approach that can install the software on FreeBSD system if the computer does not have a direct access to internet. It just like the tool apt-offline on debian. have a fun! 2. Installation unzip archived zip file to the directory you like. It's done. 3. How to use run FreeBSDDownloader.cmd script will start the application for windows users. run FreeBSDDownloader.sh script will start the application for linux users. refer to the resources directory for more information. 4. License GPL License