diff options
author | garga <garga@FreeBSD.org> | 2006-07-06 03:29:51 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-07-06 03:29:51 +0800 |
commit | 9b21e10a10b7d088b02442d77cdd1ab5362a6cfd (patch) | |
tree | f871181843af5087ae3676cbe8e71ed8db349d61 /textproc/Makefile | |
parent | 673e2a15786096050e188bcfc1b800f150dbd1eb (diff) | |
download | freebsd-ports-gnome-9b21e10a10b7d088b02442d77cdd1ab5362a6cfd.tar.gz freebsd-ports-gnome-9b21e10a10b7d088b02442d77cdd1ab5362a6cfd.tar.zst freebsd-ports-gnome-9b21e10a10b7d088b02442d77cdd1ab5362a6cfd.zip |
SDCV(StarDict under Console Version) is simple, cross-platform text-based
utility for work with dictionaries in StarDict's format.
The word from "list of words" may be string with leading '/' for using Fuzzy
search algorithm, string may contain '?' and '*' for using regexp search.
It work in interactive and not interactive mode.
WWW: http://sdcv.sourceforge.net/
PR: ports/96836
Submitted by: chinsan <chinsan.tw at gmail.com>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index d32ea00844d8..1cb1302cf476 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -765,6 +765,7 @@ SUBDIR += scim-table-imengine SUBDIR += scr2txt SUBDIR += scrollkeeper + SUBDIR += sdcv SUBDIR += sdf SUBDIR += sdocbook-xml SUBDIR += senna |