From root@www.unix-experience.fr  Fri Oct  4 22:36:12 2013
Return-Path: <root@www.unix-experience.fr>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 661106C3
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  4 Oct 2013 22:36:12 +0000 (UTC)
	(envelope-from root@www.unix-experience.fr)
Received: from www.unix-experience.fr (unix-experience.fr [88.191.192.43])
	by mx1.freebsd.org (Postfix) with ESMTP id 300D02B06
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  4 Oct 2013 22:36:11 +0000 (UTC)
Received: by www.unix-experience.fr (Postfix, from userid 0)
	id E56CF5CEBF; Sat,  5 Oct 2013 00:36:10 +0200 (CEST)
Message-Id: <20131004223610.E56CF5CEBF@www.unix-experience.fr>
Date: Sat,  5 Oct 2013 00:36:10 +0200 (CEST)
From: Loic Blot <loic.blot@unix-experience.fr>
Reply-To: Loic Blot <loic.blot@unix-experience.fr>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: new port www/rubygem-asciidoctor
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         182650
>Category:       ports
>Synopsis:       new port www/rubygem-asciidoctor
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 04 22:40:00 UTC 2013
>Closed-Date:    Sun Oct 20 04:03:55 UTC 2013
>Last-Modified:  Sun Oct 20 04:03:55 UTC 2013
>Originator:     Loic Blot
>Release:        FreeBSD 9.2-RELEASE amd64
>Organization:
Institut Optique Graduate School
>Environment:
System: FreeBSD www.unix-experience.fr 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64

>Description:
	Here is a new rubygem port. I add it because it's needed by gitlab installation
>How-To-Repeat:
>Fix:

--- rubygem-asciidoctor.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:
#
#	rubygem-asciidoctor
#	rubygem-asciidoctor/Makefile
#	rubygem-asciidoctor/distinfo
#	rubygem-asciidoctor/pkg-descr
#
echo c - rubygem-asciidoctor
mkdir -p rubygem-asciidoctor > /dev/null 2>&1
echo x - rubygem-asciidoctor/Makefile
sed 's/^X//' >rubygem-asciidoctor/Makefile << '95b2b9c64ed83802209f67bbdbb92f36'
X# $FreeBSD: textproc/rubygem-doctor/Makefile 327773 2013-09-20 23:17:30Z bapt $
X
XPORTNAME=	asciidoctor
XPORTVERSION=	0.1.4
XCATEGORIES=	textproc rubygems
XMASTER_SITES=	RG
X
XMAINTAINER=	ruby@FreeBSD.org
XCOMMENT=	A fast, open source text processor and publishing toolchain
X
XGEM_ENV=	LC_CTYPE=UTF-8
X
XUSE_RUBY=	yes
XUSE_RUBYGEMS=	yes
XRUBYGEM_AUTOPLIST=	yes
X
XNO_STAGE=	yes
X.include <bsd.port.mk>
95b2b9c64ed83802209f67bbdbb92f36
echo x - rubygem-asciidoctor/distinfo
sed 's/^X//' >rubygem-asciidoctor/distinfo << '1d20634ddfe6d5745ad18a4360097ec3'
XSHA256 (rubygem/asciidoctor-0.1.4.gem) = 2a2d6f9aed31200c9c74e5b81dba1673eda2f7936599df016cbe608dd8e1cf92
XSIZE (rubygem/asciidoctor-0.1.4.gem) = 227840
1d20634ddfe6d5745ad18a4360097ec3
echo x - rubygem-asciidoctor/pkg-descr
sed 's/^X//' >rubygem-asciidoctor/pkg-descr << '7e79d8f65938bb073223043380887940'
XA fast, open source text processor and publishing toolchain, written in Ruby, for transforming AsciiDoc markup into HTML 5, DocBook 4.5, DocBook 5.0 and custom outupt formats. 
7e79d8f65938bb073223043380887940
exit
--- rubygem-asciidoctor.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ruby 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Oct 4 22:40:08 UTC 2013 
Responsible-Changed-Why:  
ruby@ wants this port PRs (via the GNATS Auto Assign Tool) 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/182650: commit references a PR
Date: Sun, 20 Oct 2013 02:03:38 +0000 (UTC)

 Author: swills
 Date: Sun Oct 20 02:03:29 2013
 New Revision: 330959
 URL: http://svnweb.freebsd.org/changeset/ports/330959
 
 Log:
   A fast, open source text processor and publishing toolchain, written in Ruby,
   for transforming AsciiDoc markup into HTML 5, DocBook 4.5, DocBook 5.0 and
   custom outupt formats.
   
   WWW: http://asciidoctor.org/
   
   PR:		ports/182650
   Submitted by:	Loic Blot <loic.blot@unix-experience.fr>
 
 Added:
   head/textproc/rubygem-asciidoctor/
   head/textproc/rubygem-asciidoctor/Makefile   (contents, props changed)
   head/textproc/rubygem-asciidoctor/distinfo   (contents, props changed)
   head/textproc/rubygem-asciidoctor/pkg-descr   (contents, props changed)
 Modified:
   head/textproc/Makefile
 
 Modified: head/textproc/Makefile
 ==============================================================================
 --- head/textproc/Makefile	Sun Oct 20 01:56:51 2013	(r330958)
 +++ head/textproc/Makefile	Sun Oct 20 02:03:29 2013	(r330959)
 @@ -1282,6 +1282,7 @@
      SUBDIR += ruby-xmlparser
      SUBDIR += ruby-xmlscan
      SUBDIR += rubygem-albino
 +    SUBDIR += rubygem-asciidoctor
      SUBDIR += rubygem-augeas
      SUBDIR += rubygem-charlock_holmes
      SUBDIR += rubygem-coderay
 
 Added: head/textproc/rubygem-asciidoctor/Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/textproc/rubygem-asciidoctor/Makefile	Sun Oct 20 02:03:29 2013	(r330959)
 @@ -0,0 +1,19 @@
 +# $FreeBSD$
 +
 +PORTNAME=	asciidoctor
 +PORTVERSION=	0.1.4
 +CATEGORIES=	textproc rubygems
 +MASTER_SITES=	RG
 +
 +MAINTAINER=	ruby@FreeBSD.org
 +COMMENT=	A fast, open source text processor and publishing toolchain
 +
 +USE_RUBY=	yes
 +USE_RUBYGEMS=	yes
 +RUBYGEM_AUTOPLIST=	yes
 +
 +PLIST_FILES+=	bin/asciidoctor bin/asciidoctor-safe
 +
 +NO_STAGE=	yes
 +
 +.include <bsd.port.mk>
 
 Added: head/textproc/rubygem-asciidoctor/distinfo
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/textproc/rubygem-asciidoctor/distinfo	Sun Oct 20 02:03:29 2013	(r330959)
 @@ -0,0 +1,2 @@
 +SHA256 (rubygem/asciidoctor-0.1.4.gem) = 2a2d6f9aed31200c9c74e5b81dba1673eda2f7936599df016cbe608dd8e1cf92
 +SIZE (rubygem/asciidoctor-0.1.4.gem) = 227840
 
 Added: head/textproc/rubygem-asciidoctor/pkg-descr
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/textproc/rubygem-asciidoctor/pkg-descr	Sun Oct 20 02:03:29 2013	(r330959)
 @@ -0,0 +1,5 @@
 +A fast, open source text processor and publishing toolchain, written in Ruby,
 +for transforming AsciiDoc markup into HTML 5, DocBook 4.5, DocBook 5.0 and
 +custom outupt formats. 
 +
 +WWW: http://asciidoctor.org/
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
Responsible-Changed-From-To: ruby->swills 
Responsible-Changed-By: swills 
Responsible-Changed-When: Sun Oct 20 04:03:50 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182650 
State-Changed-From-To: open->closed 
State-Changed-By: swills 
State-Changed-When: Sun Oct 20 04:03:54 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182650 
>Unformatted:
