diff options
author | tota <tota@FreeBSD.org> | 2016-07-09 07:40:24 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2016-07-09 07:40:24 +0800 |
commit | 62e6c5c1f2a7be7310a3d37a2f765cd1030975eb (patch) | |
tree | 3156f50e8fd7f23312f213c415ef3c747ad61932 /www/Makefile | |
parent | 8e552eb559749b03638ca539b54d2dbf47ab2af8 (diff) | |
download | freebsd-ports-gnome-62e6c5c1f2a7be7310a3d37a2f765cd1030975eb.tar.gz freebsd-ports-gnome-62e6c5c1f2a7be7310a3d37a2f765cd1030975eb.tar.zst freebsd-ports-gnome-62e6c5c1f2a7be7310a3d37a2f765cd1030975eb.zip |
- Add new port: www/rubygem-link_header
Parse and format HTTP link headers as described in the draft spec
http://tools.ietf.org/id/draft-nottingham-http-link-header-06.txt, also
the equivalent HTML link elements.
Converts conforming link headers to and from text, LinkHeader objects
and corresponding (JSON-friendly) Array representations, also HTML
link elements.
WWW: http://rubygems.org/gems/link_header
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index d20d94ff2b50..48582c44691d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1937,6 +1937,7 @@ SUBDIR += rubygem-layout_yullio_generator SUBDIR += rubygem-less SUBDIR += rubygem-lighthouse-api + SUBDIR += rubygem-link_header SUBDIR += rubygem-maruku SUBDIR += rubygem-mechanize SUBDIR += rubygem-mechanize26 |