/jrds-port

Port for JRDS on FreeBSD

Primary LanguageMakefile

JRDS port

This is a port on FreeBSD for JRDS.
It uses the github repository https://github.com/fbacchella/jrds/.

Directory Hierarchy

  • port : content of /usr/ports/net-mgmt/jrds directory
  • utils : tools for generating EXTRA_DIST in Makefile

Build EXTRA_DIST

# rm ~/.ivy2/cache

Clone the JRDS repo in a temporary directory and run:

# ant resolve > ant_resolve.log
# awk -F' ' '{if($0 ~ /downloading/) print $3}' ant_resolve.log > packages_jrds.txt

Next, move the packages_jrds.txt file in the utils subdir of the jrds port and run:

# python extra_dist.py

You will see the EXTRA_DIST part of the readme file !