1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

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/

PR:		ports/147182
Submitted by:	Eric Freeman <freebsdports at chillibear.com>
This commit is contained in:
Martin Wilke 2010-06-02 15:41:16 +00:00
parent aebde9189a
commit 0789b78231
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255549
4 changed files with 32 additions and 0 deletions

View File

@ -102,6 +102,7 @@
SUBDIR += py-tftpy
SUBDIR += quftp
SUBDIR += rexx-curl
SUBDIR += rubygem-curb
SUBDIR += scythia
SUBDIR += smbftpd
SUBDIR += spegla

22
ftp/rubygem-curb/Makefile Normal file
View File

@ -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>

View File

@ -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

View File

@ -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/