diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-11-27 08:17:47 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-11-27 08:17:47 +0800 |
commit | 663e4436e1ba24c806b40f03bd5e93e9d7c9c54a (patch) | |
tree | 0b8a6a84c9f8794be6ae9b026e6342c94b0922e2 /textproc | |
parent | d156b4ba7fa5f6a8c23370a2783ab5f158f82626 (diff) | |
download | freebsd-ports-gnome-663e4436e1ba24c806b40f03bd5e93e9d7c9c54a.tar.gz freebsd-ports-gnome-663e4436e1ba24c806b40f03bd5e93e9d7c9c54a.tar.zst freebsd-ports-gnome-663e4436e1ba24c806b40f03bd5e93e9d7c9c54a.zip |
Library to perform character encoding auto-detection in Ruby.
WWW: https://github.com/jmhodges/rchardet
PR: ports/152219
Submitted by: Eric Freeman <freebsdports at chillibear.com>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-rchardet/Makefile | 20 | ||||
-rw-r--r-- | textproc/rubygem-rchardet/distinfo | 2 | ||||
-rw-r--r-- | textproc/rubygem-rchardet/pkg-descr | 3 |
4 files changed, 26 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index b0bf78d4ef64..37ac05d3d0ad 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1131,6 +1131,7 @@ SUBDIR += rubygem-nokogiri SUBDIR += rubygem-opml SUBDIR += rubygem-rak + SUBDIR += rubygem-rchardet SUBDIR += rubygem-rdiscount SUBDIR += rubygem-sax-machine SUBDIR += rubygem-spreadsheet diff --git a/textproc/rubygem-rchardet/Makefile b/textproc/rubygem-rchardet/Makefile new file mode 100644 index 000000000000..6c1a2e43397e --- /dev/null +++ b/textproc/rubygem-rchardet/Makefile @@ -0,0 +1,20 @@ +# Ports collection makefile for: rubygem-rchardet +# Date created: 29 May 2010 +# Whom: Eric Freeman <freebsdports@chillibear.com> +# +# $FreeBSD$ +# + +PORTNAME= rchardet +PORTVERSION= 1.3 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= freebsdports@chillibear.com +COMMENT= Character encoding auto-detection in Ruby + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/textproc/rubygem-rchardet/distinfo b/textproc/rubygem-rchardet/distinfo new file mode 100644 index 000000000000..1ae451dea6fa --- /dev/null +++ b/textproc/rubygem-rchardet/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/rchardet-1.3.gem) = 9dbabb8102c47dbaeded2478e49ce471e9025130ad9035be6dc72001be502d61 +SIZE (rubygem/rchardet-1.3.gem) = 162304 diff --git a/textproc/rubygem-rchardet/pkg-descr b/textproc/rubygem-rchardet/pkg-descr new file mode 100644 index 000000000000..ebbbb187ba85 --- /dev/null +++ b/textproc/rubygem-rchardet/pkg-descr @@ -0,0 +1,3 @@ +Library to perform character encoding auto-detection in Ruby. + +WWW: https://github.com/jmhodges/rchardet |