From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 26 06:20:06 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0D5C106564A for ; Wed, 26 Oct 2011 06:20:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7743A8FC0C for ; Wed, 26 Oct 2011 06:20:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9Q6K6Hn076869 for ; Wed, 26 Oct 2011 06:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9Q6K6vQ076868; Wed, 26 Oct 2011 06:20:06 GMT (envelope-from gnats) Resent-Date: Wed, 26 Oct 2011 06:20:06 GMT Resent-Message-Id: <201110260620.p9Q6K6vQ076868@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kuan-Chung Chiu Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A69D106566C for ; Wed, 26 Oct 2011 06:11:55 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 41FA18FC08 for ; Wed, 26 Oct 2011 06:11:55 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p9Q6Bs5F090638 for ; Wed, 26 Oct 2011 06:11:54 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p9Q6Bswh090637; Wed, 26 Oct 2011 06:11:54 GMT (envelope-from nobody) Message-Id: <201110260611.p9Q6Bswh090637@red.freebsd.org> Date: Wed, 26 Oct 2011 06:11:54 GMT From: Kuan-Chung Chiu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/162022: [New Port] converters/ruby-bsdconv X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2011 06:20:06 -0000 >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 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: