From root@www.unix-experience.fr  Sun Oct  6 08:35:50 2013
Return-Path: <root@www.unix-experience.fr>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id D23C3E23
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  6 Oct 2013 08:35:50 +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 9C9282E91
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  6 Oct 2013 08:35:50 +0000 (UTC)
Received: by www.unix-experience.fr (Postfix, from userid 0)
	id CA9F85D525; Sun,  6 Oct 2013 10:35:49 +0200 (CEST)
Message-Id: <20131006083549.CA9F85D525@www.unix-experience.fr>
Date: Sun,  6 Oct 2013 10:35:49 +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 textproc/rubygem-github-markdown
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         182737
>Category:       ports
>Synopsis:       new port textproc/rubygem-github-markdown
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    ruby
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 06 08:40:00 UTC 2013
>Closed-Date:    Thu Oct 24 19:26:41 UTC 2013
>Last-Modified:  Thu Oct 24 19:30:00 UTC 2013
>Originator:     Loic Blot
>Release:        FreeBSD 9.2-RELEASE amd64
>Organization:
IOGS
>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 dep for future gitlab port. It implements github markdown
>How-To-Repeat:
>Fix:

--- rubygem-github-markdown.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-github-markdown
#	rubygem-github-markdown/Makefile
#	rubygem-github-markdown/pkg-descr
#	rubygem-github-markdown/distinfo
#
echo c - rubygem-github-markdown
mkdir -p rubygem-github-markdown > /dev/null 2>&1
echo x - rubygem-github-markdown/Makefile
sed 's/^X//' >rubygem-github-markdown/Makefile << '78aa97f41395e7d0e9f600ebe0b65597'
X# $FreeBSD: textproc/rubygem-github-markdown/Makefile 327773 2013-09-20 23:17:30Z bapt $
X
XPORTNAME=	github-markdown
XPORTVERSION=	0.5.5
XCATEGORIES=	textproc rubygems
XMASTER_SITES=	RG
X
XMAINTAINER=	ruby@FreeBSD.org
XCOMMENT=	Self-contained Markdown parser for GitHub
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>
78aa97f41395e7d0e9f600ebe0b65597
echo x - rubygem-github-markdown/pkg-descr
sed 's/^X//' >rubygem-github-markdown/pkg-descr << 'e36bf147eac5e2dbde394d15935fe5b1'
XSelf-contained Markdown parser for GitHub, with all our custom extensions
X
XWWW: https://rubygems.org/gems/github-markdown
e36bf147eac5e2dbde394d15935fe5b1
echo x - rubygem-github-markdown/distinfo
sed 's/^X//' >rubygem-github-markdown/distinfo << 'aae8aedfa04e4c1837867be189f028db'
XSHA256 (rubygem/github-markdown-0.5.5.gem) = 1434bd8f67c79bad87d27efda7679219a2f207e3e85e2ccc33749201adc43281
XSIZE (rubygem/github-markdown-0.5.5.gem) = 35840
aae8aedfa04e4c1837867be189f028db
exit
--- rubygem-github-markdown.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ruby 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Oct 6 08:40:13 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=182737 
State-Changed-From-To: open->closed 
State-Changed-By: swills 
State-Changed-When: Thu Oct 24 19:26:40 UTC 2013 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/182737: commit references a PR
Date: Thu, 24 Oct 2013 19:26:21 +0000 (UTC)

 Author: swills
 Date: Thu Oct 24 19:26:13 2013
 New Revision: 331518
 URL: http://svnweb.freebsd.org/changeset/ports/331518
 
 Log:
   Self-contained Markdown parser for GitHub, with all our custom extensions
   
   WWW: http://github.github.com/github-flavored-markdown/
   
   PR:		ports/182737
   Submitted by:	Loic Blot <loic.blot@unix-experience.fr>
 
 Added:
   head/textproc/rubygem-github-markdown/
   head/textproc/rubygem-github-markdown/Makefile   (contents, props changed)
   head/textproc/rubygem-github-markdown/distinfo   (contents, props changed)
   head/textproc/rubygem-github-markdown/pkg-descr   (contents, props changed)
 Modified:
   head/textproc/Makefile
 
 Modified: head/textproc/Makefile
 ==============================================================================
 --- head/textproc/Makefile	Thu Oct 24 19:11:41 2013	(r331517)
 +++ head/textproc/Makefile	Thu Oct 24 19:26:13 2013	(r331518)
 @@ -1302,6 +1302,7 @@
      SUBDIR += rubygem-gemoji
      SUBDIR += rubygem-gherkin
      SUBDIR += rubygem-github-linguist
 +    SUBDIR += rubygem-github-markdown
      SUBDIR += rubygem-heredoc_unindent
      SUBDIR += rubygem-hikidoc
      SUBDIR += rubygem-htmlentities
 
 Added: head/textproc/rubygem-github-markdown/Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/textproc/rubygem-github-markdown/Makefile	Thu Oct 24 19:26:13 2013	(r331518)
 @@ -0,0 +1,16 @@
 +# $FreeBSD$
 +
 +PORTNAME=	github-markdown
 +PORTVERSION=	0.5.5
 +CATEGORIES=	textproc rubygems
 +MASTER_SITES=	RG
 +
 +MAINTAINER=	ruby@FreeBSD.org
 +COMMENT=	Self-contained Markdown parser for GitHub
 +
 +USE_RUBY=	yes
 +USE_RUBYGEMS=	yes
 +RUBYGEM_AUTOPLIST=	yes
 +
 +NO_STAGE=	yes
 +.include <bsd.port.mk>
 
 Added: head/textproc/rubygem-github-markdown/distinfo
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/textproc/rubygem-github-markdown/distinfo	Thu Oct 24 19:26:13 2013	(r331518)
 @@ -0,0 +1,2 @@
 +SHA256 (rubygem/github-markdown-0.5.5.gem) = 1434bd8f67c79bad87d27efda7679219a2f207e3e85e2ccc33749201adc43281
 +SIZE (rubygem/github-markdown-0.5.5.gem) = 35840
 
 Added: head/textproc/rubygem-github-markdown/pkg-descr
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/textproc/rubygem-github-markdown/pkg-descr	Thu Oct 24 19:26:13 2013	(r331518)
 @@ -0,0 +1,3 @@
 +Self-contained Markdown parser for GitHub, with all our custom extensions
 +
 +WWW: http://github.github.com/github-flavored-markdown/
 _______________________________________________
 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"
 
>Unformatted:
