Date: Thu, 30 Oct 2008 09:50:29 +0900 (YAKT) From: Alexander Logvinov <ports@logvinov.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Alexander Logvinov <ports@logvinov.com> Subject: ports/128471: [new port] devel/rubygem-ruby-ole: A library for easy read/write access to OLE compound documents for Ruby Message-ID: <200810300050.m9U0oTCr080488@blg.akavia.ru> Resent-Message-ID: <200810300100.m9U1046p012332@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 128471 >Category: ports >Synopsis: [new port] devel/rubygem-ruby-ole: A library for easy read/write access to OLE compound documents for Ruby >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: Thu Oct 30 01:00:04 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Alexander Logvinov >Release: FreeBSD 6.3-RELEASE-p1 i386 >Organization: >Environment: >Description: The ruby-ole library provides a variety of functions primarily for working with OLE2 structured storage files, such as those produced by Microsoft Office - eg *.doc, *.msg etc. WWW: http://rubyforge.org/projects/ruby-ole >How-To-Repeat: >Fix: # 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: # # rubygem-ruby-ole # rubygem-ruby-ole/Makefile # rubygem-ruby-ole/distinfo # rubygem-ruby-ole/pkg-descr # echo c - rubygem-ruby-ole mkdir -p rubygem-ruby-ole > /dev/null 2>&1 echo x - rubygem-ruby-ole/Makefile sed 's/^X//' >rubygem-ruby-ole/Makefile << 'END-of-rubygem-ruby-ole/Makefile' X# New ports collection makefile for: rubygem-ruby-ole X# Date created: 30 October 2008 X# Whom: Alexander Logvinov <ports@logvinov.com> X# X# $FreeBSD$ X# X XPORTNAME= ruby-ole XPORTVERSION= 1.2.8.1 XCATEGORIES= devel rubygems XMASTER_SITES= RF X XMAINTAINER= ports@logvinov.com XCOMMENT= A library for easy read/write access to OLE compound documents for Ruby X XUSE_RUBY= yes XUSE_RUBYGEMS= yes X Xpost-install: X @${ECHO} bin/oletool > ${TMPPLIST} X @${ECHO} ${GEM_CACHE} >> ${TMPPLIST} X @${FIND} ${PREFIX}/${GEM_DOC_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},${GEM_DOC_DIR},' >> ${TMPPLIST} X @${FIND} ${PREFIX}/${GEM_LIB_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},${GEM_LIB_DIR},' >> ${TMPPLIST} X @${ECHO} ${GEM_SPEC} >> ${TMPPLIST} X @${FIND} ${PREFIX}/${GEM_LIB_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},@dirrm ${GEM_LIB_DIR},' >> ${TMPPLIST} X @${FIND} ${PREFIX}/${GEM_DOC_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},@dirrm ${GEM_DOC_DIR},' >> ${TMPPLIST} X X.include <bsd.port.mk> END-of-rubygem-ruby-ole/Makefile echo x - rubygem-ruby-ole/distinfo sed 's/^X//' >rubygem-ruby-ole/distinfo << 'END-of-rubygem-ruby-ole/distinfo' XMD5 (rubygem/ruby-ole-1.2.8.1.gem) = 9ae82141c1f0e7b45d3275259546f5c4 XSHA256 (rubygem/ruby-ole-1.2.8.1.gem) = a06c2e6337d713f31f4223227837f3f6c29d0cee58c6d59d7652cf91098673b5 XSIZE (rubygem/ruby-ole-1.2.8.1.gem) = 56832 END-of-rubygem-ruby-ole/distinfo echo x - rubygem-ruby-ole/pkg-descr sed 's/^X//' >rubygem-ruby-ole/pkg-descr << 'END-of-rubygem-ruby-ole/pkg-descr' XThe ruby-ole library provides a variety of functions primarily for Xworking with OLE2 structured storage files, such as those produced by XMicrosoft Office - eg *.doc, *.msg etc. X XWWW: http://rubyforge.org/projects/ruby-ole END-of-rubygem-ruby-ole/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810300050.m9U0oTCr080488>