BSD licensed charset/encoding converter library with more function than

libiconv. (Currently, only a few codecs are supported)
This port is a ruby wrapper for bsdconv.

WWW: https://github.com/buganini/ruby-bsdconv

PR:		ports/162022
Submitted by:	buganini@gmail.com
This commit is contained in:
Steve Wills 2011-10-28 02:06:08 +00:00
parent c9f1e32723
commit c851baf419
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284493
5 changed files with 38 additions and 0 deletions

View File

@ -136,6 +136,7 @@
SUBDIR += py-unidecode
SUBDIR += rcctools
SUBDIR += recode
SUBDIR += ruby-bsdconv
SUBDIR += ruby-dump.rb
SUBDIR += ruby-iconv
SUBDIR += ruby-lv

View File

@ -0,0 +1,29 @@
# New ports collection makefile for: ruby-bsdconv
# Date created: 13 Oct 2011
# Whom: buganini@gmail.com
#
# $FreeBSD$
#
PORTNAME= bsdconv
PORTVERSION= 1.2
CATEGORIES= converters ruby
MASTER_SITES= https://github.com/buganini/ruby-${PORTNAME}/tarball/${PORTVERSION}/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION}
MAINTAINER= buganini@gmail.com
COMMENT= Ruby wrapper for bsdconv
LICENSE= BSD
LIB_DEPENDS= bsdconv.6:${PORTSDIR}/converters/bsdconv
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
GITVERSION= cc3a4f4
FETCH_ARGS= -pRr
WRKSRC= ${WRKDIR}/buganini-ruby-${PORTNAME}-${GITVERSION}
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (buganini-bsdconv-1.2-0-gcc3a4f4.tar.gz) = 573b8c6c6026d0ed2dea18d665aa360f3c8be60fa426581fe3eeefc9764df2e6
SIZE (buganini-bsdconv-1.2-0-gcc3a4f4.tar.gz) = 1730

View File

@ -0,0 +1,5 @@
BSD licensed charset/encoding converter library with more function than
libiconv. (Currently, only a few codecs are supported)
This port is a ruby wrapper for bsdconv.
WWW: https://github.com/buganini/ruby-bsdconv

View File

@ -0,0 +1 @@
%%RUBY_SITEARCHLIBDIR%%/bsdconv.so