diff options
-rw-r--r-- | ftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/rubygem-curb/Makefile | 22 | ||||
-rw-r--r-- | ftp/rubygem-curb/distinfo | 3 | ||||
-rw-r--r-- | ftp/rubygem-curb/pkg-descr | 6 |
4 files changed, 32 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index 9f171a1df141..e7410b47cb22 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -102,6 +102,7 @@ SUBDIR += py-tftpy SUBDIR += quftp SUBDIR += rexx-curl + SUBDIR += rubygem-curb SUBDIR += scythia SUBDIR += smbftpd SUBDIR += spegla diff --git a/ftp/rubygem-curb/Makefile b/ftp/rubygem-curb/Makefile new file mode 100644 index 000000000000..243dc945717c --- /dev/null +++ b/ftp/rubygem-curb/Makefile @@ -0,0 +1,22 @@ +# Ports collection makefile for: rubygem-curb +# Date created: 29 May 2010 +# Whom: Eric Freeman <freebsdports@chillibear.com> +# +# $FreeBSD$ +# + +PORTNAME= curb +PORTVERSION= 0.7.3 +CATEGORIES= ftp rubygems +MASTER_SITES= RG + +MAINTAINER= freebsdports@chillibear.com +COMMENT= Ruby-language bindings for the libcurl + +RUN_DEPENDS= curl>=0.0.0:${PORTSDIR}/ftp/curl + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/ftp/rubygem-curb/distinfo b/ftp/rubygem-curb/distinfo new file mode 100644 index 000000000000..87e7ddfb0d2f --- /dev/null +++ b/ftp/rubygem-curb/distinfo @@ -0,0 +1,3 @@ +MD5 (rubygem/curb-0.7.3.gem) = f0ad7639bc773afed6a6f5660fd2c216 +SHA256 (rubygem/curb-0.7.3.gem) = 29929828d10277c0c538e2ca6fef575faaf257883d44748f6866b61ed6dbd044 +SIZE (rubygem/curb-0.7.3.gem) = 65024 diff --git a/ftp/rubygem-curb/pkg-descr b/ftp/rubygem-curb/pkg-descr new file mode 100644 index 000000000000..0a07ed4e44b0 --- /dev/null +++ b/ftp/rubygem-curb/pkg-descr @@ -0,0 +1,6 @@ +Curb (probably CUrl-RuBy or something) provides Ruby-language +bindings for libcurl, a fully-featured client-side URL +transfer library. + +WWW: http://taf2.github.com/curb/ +WWW: http://curb.rubyforge.org/ |