From user@blg.akavia.ru  Thu Oct 30 00:50:36 2008
Return-Path: <user@blg.akavia.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5E9D2106568A
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 30 Oct 2008 00:50:36 +0000 (UTC)
	(envelope-from user@blg.akavia.ru)
Received: from blg.akavia.ru (blg.akavia.ru [92.50.210.250])
	by mx1.freebsd.org (Postfix) with ESMTP id 4AF3E8FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 30 Oct 2008 00:50:32 +0000 (UTC)
	(envelope-from user@blg.akavia.ru)
Received: from blg.akavia.ru (localhost [127.0.0.1])
	by blg.akavia.ru (8.14.2/8.14.2) with ESMTP id m9U0oUC2080489;
	Thu, 30 Oct 2008 09:50:30 +0900 (YAKT)
	(envelope-from user@blg.akavia.ru)
Received: (from root@localhost)
	by blg.akavia.ru (8.14.2/8.14.2/Submit) id m9U0oTCr080488;
	Thu, 30 Oct 2008 09:50:29 +0900 (YAKT)
	(envelope-from user)
Message-Id: <200810300050.m9U0oTCr080488@blg.akavia.ru>
Date: Thu, 30 Oct 2008 09:50:29 +0900 (YAKT)
From: Alexander Logvinov <ports@logvinov.com>
Reply-To: Alexander Logvinov <ports@logvinov.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Alexander Logvinov <ports@logvinov.com>
Subject: [new port] devel/rubygem-ruby-ole: A library for easy read/write access to OLE compound documents for Ruby
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 30 01:00:04 UTC 2008
>Closed-Date:    Sat Nov 01 22:16:18 UTC 2008
>Last-Modified:  Sat Nov  1 22:20:14 UTC 2008
>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:

From: Alexander Logvinov <ports@logvinov.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/128471: [new port] devel/rubygem-ruby-ole: A library for easy read/write access to OLE compound documents for Ruby
Date: Thu, 30 Oct 2008 12:54:07 +0900

 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
 Hello!
 
  Please change COMMENT to "A library for easy read/write access to OLE
  compound documents". Sorry for this.
 
 - --
 Best regards,
  Alexander
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.9 (MingW32)
 
 iQEcBAEBAgAGBQJJCS/lAAoJECvkNOkwqtvMiaoH/jaV3/nI540uDpqb6jFTS7hv
 CKPRjeFfRcHvKTLsEKzyI8g09MojTGGH7VL9OVYQcvdaSbgLZRib2+xDgCy0OT40
 fOG7E2DLIYTm6fnr9V5ywRxTt1BUYtWybZqNnQwHhkLaUQBsLe466dpQQOjsIlGW
 IlcbKsWbEMJPsoXqbw0v3HmVPJ+/TGW9Wt+sOdy3j/86lGV0EHZW6/hxY/iJIrgt
 p9qfeKw5JkZ1jRjBx+S8imsrwzjZ3N9FCeSDaHmVSRcYcj6Uswjre/u+0WzXi/QJ
 1owh7+Dl61uEPa3hKw76UD3s50JJmxAU9/mA6xFxnP2DY9zTQbrSOV/vC3OzizA=3D
 =3DQ/Qa
 -----END PGP SIGNATURE-----
 
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Thu Oct 30 15:46:34 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128471 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Nov 1 22:16:17 UTC 2008 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128471 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/128471: commit references a PR
Date: Sat,  1 Nov 2008 22:16:46 +0000 (UTC)

 miwi        2008-11-01 22:16:32 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/rubygem-ruby-ole Makefile distinfo pkg-descr 
   Log:
   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
   
   PR:             ports/128471
   Submitted by:   Alexander Logvinov <ports at logvinov.com>
   
   Revision  Changes    Path
   1.3237    +1 -0      ports/devel/Makefile
   1.1       +28 -0     ports/devel/rubygem-ruby-ole/Makefile (new)
   1.1       +3 -0      ports/devel/rubygem-ruby-ole/distinfo (new)
   1.1       +5 -0      ports/devel/rubygem-ruby-ole/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
