diff options
author | Niels Heinen <niels@FreeBSD.org> | 2010-04-12 07:08:55 +0000 |
---|---|---|
committer | Niels Heinen <niels@FreeBSD.org> | 2010-04-12 07:08:55 +0000 |
commit | b9654cbca9caddc8425ed6289d6fa28171818864 (patch) | |
tree | d29e886db6d6a28b3ed867a42d10289aaa350c08 /www/rubygem-robots | |
parent | 9d21098c69cbff2e5b103135da85d2afdb6ec4b3 (diff) | |
download | ports-b9654cbca9caddc8425ed6289d6fa28171818864.tar.gz ports-b9654cbca9caddc8425ed6289d6fa28171818864.zip |
Notes
Diffstat (limited to 'www/rubygem-robots')
-rw-r--r-- | www/rubygem-robots/Makefile | 22 | ||||
-rw-r--r-- | www/rubygem-robots/distinfo | 3 | ||||
-rw-r--r-- | www/rubygem-robots/pkg-descr | 3 |
3 files changed, 28 insertions, 0 deletions
diff --git a/www/rubygem-robots/Makefile b/www/rubygem-robots/Makefile new file mode 100644 index 000000000000..b3d0f8f77c7e --- /dev/null +++ b/www/rubygem-robots/Makefile @@ -0,0 +1,22 @@ +# Ports collection makefile for: rubygem-robots +# Date created: 2010-04-11 +# Whom: niels <niels@FreeBSD.org> +# +# $FreeBSD$ + +PORTNAME= robots +PORTVERSION= 0.8.0 +CATEGORIES= www rubygems +MASTER_SITES= http://gemcutter.org/gems/ + +MAINTAINER= niels@FreeBSD.org +COMMENT= A simple library to parse robots.txt files + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +# we care about not passing -A +FETCH_ARGS= -pRr + +.include <bsd.port.mk> diff --git a/www/rubygem-robots/distinfo b/www/rubygem-robots/distinfo new file mode 100644 index 000000000000..673660cfa8ce --- /dev/null +++ b/www/rubygem-robots/distinfo @@ -0,0 +1,3 @@ +MD5 (rubygem/robots-0.8.0.gem) = a6d9183593ddd2324f62e2e78ab8712a +SHA256 (rubygem/robots-0.8.0.gem) = d50f7e68b09678803ba304fd8bde90c6c4e317ed2600d757dd1eff5114681f83 +SIZE (rubygem/robots-0.8.0.gem) = 7168 diff --git a/www/rubygem-robots/pkg-descr b/www/rubygem-robots/pkg-descr new file mode 100644 index 000000000000..77fdd2395632 --- /dev/null +++ b/www/rubygem-robots/pkg-descr @@ -0,0 +1,3 @@ +Robots is a simple Ruby library to parse robots.txt files. + +WWW: http://github.com/fizx/robots |