Date: Sat, 9 Aug 2008 19:19:26 +0900 (JST) From: Yoshisato YANAGISAWA <osho@pcc-software.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/126390: [NEW PORT] security/ruby18-camellia: A Ruby extension library which implements Camellia encryption Message-ID: <200808091019.m79AJQ9F086665@ai.pcc-software.org> Resent-Message-ID: <200808091040.m79Ae2Is008304@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 126390 >Category: ports >Synopsis: [NEW PORT] security/ruby18-camellia: A Ruby extension library which implements Camellia encryption >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: Sat Aug 09 10:40:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yoshisato YANAGISAWA >Release: FreeBSD 7.0-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD ai.pcc-software.org 7.0-RELEASE-p3 FreeBSD 7.0-RELEASE-p3 #8: Sat Jul 26 17:08:34 JST 2008 >Description: camellia_rb: This is a Camellia package for Ruby. Camellia engine is implemented in "C". Supported key length : 128bit/192bit/256bit Supported modes of operation : ECB/CFB/CBC License : Modified BSD License WWW: http://info.isl.ntt.co.jp/crypt/eng/camellia/index.html Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- ruby18-camellia-1.0.shar begins here --- # 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-camellia # ruby-camellia/Makefile # ruby-camellia/distinfo # ruby-camellia/pkg-descr # ruby-camellia/pkg-plist # echo c - ruby-camellia mkdir -p ruby-camellia > /dev/null 2>&1 echo x - ruby-camellia/Makefile sed 's/^X//' >ruby-camellia/Makefile << 'END-of-ruby-camellia/Makefile' X# New ports collection makefile for: camellia-rb X# Date created: 9 August 2008 X# Whom: Yoshisato YANAGISAWA <osho@pcc-software.org> X# X# $FreeBSD$ X# X XPORTNAME= camellia XPORTVERSION= 1.0 XCATEGORIES= security ruby XMASTER_SITES= http://info.isl.ntt.co.jp/crypt/camellia/dl/ XPKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} XDISTNAME= ${PORTNAME}-rb-${PORTVERSION} XDIST_SUBDIR= ruby X XMAINTAINER= osho@pcc-software.org XCOMMENT= A Ruby extension library which implements Camellia encryption X XUSE_RUBY= yes XUSE_RUBY_SETUP= yes X XINSTALL_TARGET= site-install X XDOCS= README.txt History.txt License.txt XEXAMPLES= cext/camellia-example.rb X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${RUBY_MODEXAMPLESDIR} X.for f in ${EXAMPLES} X ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/ X.endfor X ${MKDIR} ${RUBY_MODDOCDIR} X.for f in ${DOCS} X ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ X.endfor X.endif X X.include <bsd.port.mk> END-of-ruby-camellia/Makefile echo x - ruby-camellia/distinfo sed 's/^X//' >ruby-camellia/distinfo << 'END-of-ruby-camellia/distinfo' XMD5 (ruby/camellia-rb-1.0.tar.gz) = f4f526581da8be672673d5268aa9bfe6 XSHA256 (ruby/camellia-rb-1.0.tar.gz) = 361cbcd7d7fadc30bf3a8a45efe687248ccaac5cd675b6c031e2ee97019422bf XSIZE (ruby/camellia-rb-1.0.tar.gz) = 37442 END-of-ruby-camellia/distinfo echo x - ruby-camellia/pkg-descr sed 's/^X//' >ruby-camellia/pkg-descr << 'END-of-ruby-camellia/pkg-descr' Xcamellia_rb: X XThis is a Camellia package for Ruby. Camellia engine is implemented in "C". XSupported key length : 128bit/192bit/256bit XSupported modes of operation : ECB/CFB/CBC XLicense : Modified BSD License X XWWW: http://info.isl.ntt.co.jp/crypt/eng/camellia/index.html END-of-ruby-camellia/pkg-descr echo x - ruby-camellia/pkg-plist sed 's/^X//' >ruby-camellia/pkg-plist << 'END-of-ruby-camellia/pkg-plist' Xlib/ruby/site_ruby/1.8/camellia_rb.rb Xlib/ruby/site_ruby/1.8/camellia_rb/version.rb X%%RUBY_MODDOCDIR%%/History.txt X%%RUBY_MODDOCDIR%%/License.txt X%%RUBY_MODDOCDIR%%/README.txt X%%RUBY_MODEXAMPLESDIR%%/camellia-example.rb X@dirrm share/examples/ruby18/camellia X@dirrm share/examples/ruby18 X@dirrm share/doc/ruby18/camellia X@dirrm share/doc/ruby18 X@dirrm lib/ruby/site_ruby/1.8/camellia_rb X@dirrm lib/ruby/site_ruby/1.8 X@dirrm lib/ruby/site_ruby X@dirrm lib/ruby X%%PORTDOCS%%@dirrm %%DOCSDIR%% X%%PORTDOCS%%@unexec %D/%%DOCSDIR%% 2>/dev/null || true END-of-ruby-camellia/pkg-plist exit --- ruby18-camellia-1.0.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808091019.m79AJQ9F086665>