diff options
author | miwi <miwi@FreeBSD.org> | 2009-07-14 06:13:24 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-07-14 06:13:24 +0800 |
commit | 00c531a59ba069c4de36d04c2146e798eded7b3f (patch) | |
tree | 377dd332d7761ed13c1b00e3ec5cdb1053e820f4 /textproc/Makefile | |
parent | a606a001e0dd9b90398b974aa56167749946892c (diff) | |
download | freebsd-ports-gnome-00c531a59ba069c4de36d04c2146e798eded7b3f.tar.gz freebsd-ports-gnome-00c531a59ba069c4de36d04c2146e798eded7b3f.tar.zst freebsd-ports-gnome-00c531a59ba069c4de36d04c2146e798eded7b3f.zip |
HTMLEntities is a simple library to facilitate encoding and decoding of
named (ý and so on) or numerical ({ or Ī) entities
in HTML and XHTML documents.
WWW: http://rubyforge.org/projects/htmlentities/
PR: ports/136713
Submitted by: TERAMOTO Masahiro <markun at onohara.to>
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 447d70c3ac9e..7581ebb8c3e5 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1018,6 +1018,7 @@ SUBDIR += rubygem-diff-lcs SUBDIR += rubygem-ferret SUBDIR += rubygem-formosa + SUBDIR += rubygem-htmlentities SUBDIR += rubygem-htmltools SUBDIR += rubygem-ini SUBDIR += rubygem-markaby |