mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add rubygem-proxifier 1.0.3
This gem was created for 2 purposes. First is to enable ruby programmers to use HTTP or SOCKS proxies interchangeably when using TCPSockets. Either manually with Proxifier::Proxy#open or by require "proxifier/env". The second purpose is to use ruby code that doesn't use proxies for users that have to use proxies. The pruby and pirb executables are simple wrappers for their respective ruby executables that support proxies from environment variables. WWW: https://github.com/samuelkadolph/ruby-proxifier
This commit is contained in:
parent
786505b28f
commit
83ba8b3a37
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445973
4 changed files with 37 additions and 0 deletions
|
@ -1219,6 +1219,7 @@
|
|||
SUBDIR += rubygem-opennebula
|
||||
SUBDIR += rubygem-packetfu
|
||||
SUBDIR += rubygem-pcaprub
|
||||
SUBDIR += rubygem-proxifier
|
||||
SUBDIR += rubygem-qiniu
|
||||
SUBDIR += rubygem-rabbiter
|
||||
SUBDIR += rubygem-rbvmomi
|
||||
|
|
21
net/rubygem-proxifier/Makefile
Normal file
21
net/rubygem-proxifier/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= proxifier
|
||||
PORTVERSION= 1.0.3
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Add HTTP or SOCKS proxies support and force TCPSocket to use
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
PLIST_FILES= bin/pirb bin/pruby
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/rubygem-proxifier/distinfo
Normal file
3
net/rubygem-proxifier/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1500151692
|
||||
SHA256 (rubygem/proxifier-1.0.3.gem) = 40fef4d2c79313a12b8be2799146cb225b35665975a238ba0d513a96c6a37fa9
|
||||
SIZE (rubygem/proxifier-1.0.3.gem) = 8192
|
12
net/rubygem-proxifier/pkg-descr
Normal file
12
net/rubygem-proxifier/pkg-descr
Normal file
|
@ -0,0 +1,12 @@
|
|||
This gem was created for 2 purposes.
|
||||
|
||||
First is to enable ruby programmers to use HTTP or SOCKS proxies interchangeably
|
||||
when using TCPSockets. Either manually with Proxifier::Proxy#open or by require
|
||||
"proxifier/env".
|
||||
|
||||
The second purpose is to use ruby code that doesn't use proxies for users that
|
||||
have to use proxies. The pruby and pirb executables are simple wrappers for
|
||||
their respective ruby executables that support proxies from environment
|
||||
variables.
|
||||
|
||||
WWW: https://github.com/samuelkadolph/ruby-proxifier
|
Loading…
Add table
Reference in a new issue