diff options
author | niels <niels@FreeBSD.org> | 2010-04-12 15:08:55 +0800 |
---|---|---|
committer | niels <niels@FreeBSD.org> | 2010-04-12 15:08:55 +0800 |
commit | 26771abf7d52d25442a82e7f3e88947f7118be57 (patch) | |
tree | 5572c45e35986068ba2eb3c46bc5141c407fe046 /www | |
parent | c69fa87a92e14f8de93fc1c7acaead2a2a367ad3 (diff) | |
download | freebsd-ports-gnome-26771abf7d52d25442a82e7f3e88947f7118be57.tar.gz freebsd-ports-gnome-26771abf7d52d25442a82e7f3e88947f7118be57.tar.zst freebsd-ports-gnome-26771abf7d52d25442a82e7f3e88947f7118be57.zip |
New port: Robots is a simple Ruby library to parse robots.txt files.
WWW: http://github.com/fizx/robots
Approved by: itetcu (mentor)
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-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 |
4 files changed, 29 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index e65b1de36041..391ac36a838a 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1522,6 +1522,7 @@ SUBDIR += rubygem-redcloth SUBDIR += rubygem-rfacebook SUBDIR += rubygem-rfeedfinder + SUBDIR += rubygem-robots SUBDIR += rubygem-rubyfulsoup SUBDIR += rubygem-scrapi SUBDIR += rubygem-scrubyt 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 |