There is currently an unmaintained port under the /usr/ports/german/dict. It contains a very old dict.cc database from 2000 with approximately 115,000 entries. The German-Englisch dict.cc version has actually over 1.260.000 translations available.
Unfortunately downloading and uploading the database as a txt file in GitHub is a violation of Terms and Conditions of the dictionary, so I decided to port this project: https://github.com/randomn4me/dictcc. It is basically a python script that searches online for the given keyword. The previous implementation was an sh script using the agrep utility to search the txt translation database.
Let’s see how it goes !





