Date: Wed, 26 Oct 2011 06:11:54 GMT From: Kuan-Chung Chiu <buganini@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/162022: [New Port] converters/ruby-bsdconv Message-ID: <201110260611.p9Q6Bswh090637@red.freebsd.org> Resent-Message-ID: <201110260620.p9Q6K6vQ076868@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 162022 >Category: ports >Synopsis: [New Port] converters/ruby-bsdconv >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 26 06:20:06 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Kuan-Chung Chiu >Release: >Organization: N/A >Environment: >Description: A port for ruby-bsdconv 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 >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ruby-bsdconv/ # ruby-bsdconv/Makefile # ruby-bsdconv/distinfo # ruby-bsdconv/pkg-descr # ruby-bsdconv/pkg-plist # echo c - ruby-bsdconv/ mkdir -p ruby-bsdconv/ > /dev/null 2>&1 echo x - ruby-bsdconv/Makefile sed 's/^X//' >ruby-bsdconv/Makefile << '1048e54ef9c19d51a637d31397b708d8' X# New ports collection makefile for: ruby-bsdconv X# Date created: 13 Oct 2011 X# Whom: buganini@gmail.com X# X# $FreeBSD$ X# X XPORTNAME= bsdconv XPORTVERSION= 1.1 XCATEGORIES= converters ruby XMASTER_SITES= https://github.com/buganini/ruby-${PORTNAME}/tarball/${PORTVERSION}/ XPKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} XDISTNAME= buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION} X XMAINTAINER= buganini@gmail.com XCOMMENT= Ruby wrapper for bsdconv X XLICENSE= BSD X XLIB_DEPENDS= bsdconv.6:${PORTSDIR}/converters/bsdconv X XUSE_RUBY= yes XUSE_RUBY_EXTCONF= yes X XGITVERSION= 05a7d91 XFETCH_ARGS= -pRr XWRKSRC= ${WRKDIR}/buganini-ruby-${PORTNAME}-${GITVERSION} X X.include <bsd.port.mk> 1048e54ef9c19d51a637d31397b708d8 echo x - ruby-bsdconv/distinfo sed 's/^X//' >ruby-bsdconv/distinfo << '74aa2bdae744efae8b223bbf342c6309' XSHA256 (buganini-bsdconv-1.1-0-g05a7d91.tar.gz) = 283026166f488bf22c16d9caa30f889597cd4f306e1d605f2f7a1d9dbc0ff35e XSIZE (buganini-bsdconv-1.1-0-g05a7d91.tar.gz) = 1733 74aa2bdae744efae8b223bbf342c6309 echo x - ruby-bsdconv/pkg-descr sed 's/^X//' >ruby-bsdconv/pkg-descr << 'bebb19b6db721fd956695d3b72161b52' XBSD licensed charset/encoding converter library with more function than Xlibiconv. (Currently, only a few codecs are supported) XThis port is a ruby wrapper for bsdconv. X XWWW: https://github.com/buganini/ruby-bsdconv bebb19b6db721fd956695d3b72161b52 echo x - ruby-bsdconv/pkg-plist sed 's/^X//' >ruby-bsdconv/pkg-plist << '230794639066598eebd55776dc9201d8' X%%RUBY_SITEARCHLIBDIR%%/bsdconv.so 230794639066598eebd55776dc9201d8 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110260611.p9Q6Bswh090637>