diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-03-29 21:00:05 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-03-29 21:00:05 +0000 |
commit | 7820ddae48bc4975264ee6f9a039e2343a435b35 (patch) | |
tree | d82402535f341972b0ccb1380555126410fe28e4 /textproc/Makefile | |
parent | 5f7fe87ed73801b0c470a7c070a2272c60480999 (diff) |
- Add a new port: textproc/ruby-escape
Ruby escape - HTML/URI/shell escaping utilities
Features:
- several escaping/composing functions
* HTML text
* HTML attribute value
* URI path
* shell command line
- dedicated classes for escaped strings
- escape and compose strongly related strings at once
WWW: http://www.a-k-r.org/escape/
Notes
Notes:
svn path=/head/; revision=271997
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 3eef1ae5477d..a893478d451f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1108,6 +1108,7 @@ SUBDIR += ruby-deplate SUBDIR += ruby-diff SUBDIR += ruby-erbscan + SUBDIR += ruby-escape SUBDIR += ruby-format SUBDIR += ruby-formvalidator SUBDIR += ruby-gdome |