mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +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:
parent
aebde9189a
commit
0789b78231
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255549
@ -102,6 +102,7 @@
|
|||||||
SUBDIR += py-tftpy
|
SUBDIR += py-tftpy
|
||||||
SUBDIR += quftp
|
SUBDIR += quftp
|
||||||
SUBDIR += rexx-curl
|
SUBDIR += rexx-curl
|
||||||
|
SUBDIR += rubygem-curb
|
||||||
SUBDIR += scythia
|
SUBDIR += scythia
|
||||||
SUBDIR += smbftpd
|
SUBDIR += smbftpd
|
||||||
SUBDIR += spegla
|
SUBDIR += spegla
|
||||||
|
22
ftp/rubygem-curb/Makefile
Normal file
22
ftp/rubygem-curb/Makefile
Normal 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>
|
3
ftp/rubygem-curb/distinfo
Normal file
3
ftp/rubygem-curb/distinfo
Normal 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
|
6
ftp/rubygem-curb/pkg-descr
Normal file
6
ftp/rubygem-curb/pkg-descr
Normal 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/
|
Loading…
x
Reference in New Issue
Block a user