diff options
author | swills <swills@FreeBSD.org> | 2011-07-31 22:11:28 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-07-31 22:11:28 +0800 |
commit | 6bfc9b045a723a20e71151ff7de05c055c4bb298 (patch) | |
tree | 19fbcc1e456a1190c01735d9799d4d24c1bf7861 /textproc/Makefile | |
parent | 0599ad9b14b1aa300f4870c2ce550bf95e940712 (diff) | |
download | freebsd-ports-graphics-6bfc9b045a723a20e71151ff7de05c055c4bb298.tar.gz freebsd-ports-graphics-6bfc9b045a723a20e71151ff7de05c055c4bb298.tar.zst freebsd-ports-graphics-6bfc9b045a723a20e71151ff7de05c055c4bb298.zip |
This gem removes common margin from indented strings, such as the ones produced
by indented heredocs. In other words, it strips out leading whitespace chars
at the beggining of each line, but only as much as the line with the
smallest margin.
WWW: http://rubygems.org/gems/heredoc_unindent
PR: ports/158747
Submitted by: Loic Pefferkorn <loic-freebsd at loicp.eu>
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 3c2724322b4..e66721a6ab8 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1191,6 +1191,7 @@ SUBDIR += rubygem-ezamar SUBDIR += rubygem-ferret SUBDIR += rubygem-formosa + SUBDIR += rubygem-heredoc_unindent SUBDIR += rubygem-htmlentities SUBDIR += rubygem-htmltools SUBDIR += rubygem-ini |