diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-14 12:02:19 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-14 12:02:19 +0000 |
commit | 77f47a7268b11cd519a300645f0897db04085ede (patch) | |
tree | 7bff85e2e94e911f22dd5642978d3740a37755f2 /devel/Makefile | |
parent | 13a436fc62e24efba64536a4a947e9eba41f69bd (diff) |
New port devel/p5-Locale-Maketext-Fuzzy
This module is a subclass of Locale::Maketext, with additional
support for localizing messages that already contains
interpolated variables. This is most useful when the messages
are returned by external modules -- for example, to match
dir: command not found against [_1]: command not found.
PR: ports/50934
Submitted by: Erwin Lansing <erwin@lansing.dk>
Notes
Notes:
svn path=/head/; revision=78951
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 778b89ca5fcf..4a34a47882bf 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -569,6 +569,7 @@ SUBDIR += p5-Inline-Tcl SUBDIR += p5-Ioctl SUBDIR += p5-Locale-Maketext + SUBDIR += p5-Locale-Maketext-Fuzzy SUBDIR += p5-Locale-Maketext-Lexicon SUBDIR += p5-Locale-PGetText SUBDIR += p5-Locale-gettext |