From hcoyote@malkavian.ghostar.ath.cx  Thu May  5 04:10:04 2005
Return-Path: <hcoyote@malkavian.ghostar.ath.cx>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E122416A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  5 May 2005 04:10:03 +0000 (GMT)
Received: from malkavian.ghostar.ath.cx (rrcs-24-153-201-186.sw.biz.rr.com [24.153.201.186])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2431E43D45
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  5 May 2005 04:10:03 +0000 (GMT)
	(envelope-from hcoyote@malkavian.ghostar.ath.cx)
Received: from malkavian.ghostar.ath.cx (hcoyote@localhost.ghostar.ath.cx [127.0.0.1])
	by malkavian.ghostar.ath.cx (8.12.11/8.12.8) with ESMTP id j4540Xrj052386
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 4 May 2005 23:00:33 -0500 (CDT)
	(envelope-from hcoyote@malkavian.ghostar.ath.cx)
Received: (from hcoyote@localhost)
	by malkavian.ghostar.ath.cx (8.12.11/8.12.11/Submit) id j4540XPv052385;
	Wed, 4 May 2005 23:00:33 -0500 (CDT)
	(envelope-from hcoyote)
Message-Id: <200505050400.j4540XPv052385@malkavian.ghostar.ath.cx>
Date: Wed, 4 May 2005 23:00:33 -0500 (CDT)
From: Travis Campbell <hcoyote@ghostar.ath.cx>
Reply-To: Travis Campbell <hcoyote@ghostar.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: textproc/p5-Text-Textile  A perl implementation of Dean Allen's Textile syntax.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         80635
>Category:       ports
>Synopsis:       New port: textproc/p5-Text-Textile  A perl implementation of Dean Allen's Textile syntax.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 05 04:20:01 GMT 2005
>Closed-Date:    Sat May 07 14:56:22 GMT 2005
>Last-Modified:  Sat May 07 14:56:22 GMT 2005
>Originator:     Travis Campbell
>Release:        FreeBSD 4.10-RELEASE-p2 i386
>Organization:
>Environment:


>Description:

New port for Text::Textile.

Text::Textile is a Perl-based implementation of Dean Allen's Textile syntax.
Textile is shorthand for doing common formatting tasks.

http://www.textism.com/tools/textile
http://search.cpan.org/dist/Text-Textile/

>How-To-Repeat:
>Fix:


--- p5-Text-Textile.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:
#
#	p5-Text-Textile
#	p5-Text-Textile/Makefile
#	p5-Text-Textile/distinfo
#	p5-Text-Textile/pkg-plist
#	p5-Text-Textile/pkg-descr
#
echo c - p5-Text-Textile
mkdir -p p5-Text-Textile > /dev/null 2>&1
echo x - p5-Text-Textile/Makefile
sed 's/^X//' >p5-Text-Textile/Makefile << 'END-of-p5-Text-Textile/Makefile'
X# ex:ts=8
X# Ports collection makefile for:	p5-Text-Textile
X# Date created:			May 4, 2005
X# Whom:				Travis Campbell <hcoyote@ghostar.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Text-Textile
XPORTVERSION=	0.7
XCATEGORIES=	textproc perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	../by-authors/id/T/TO/TOMI
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	hcoyote@ghostar.org
XCOMMENT=	A perl-based implementation of the Textile syntax by Dean Allen
X
XPERL_MODBUILD=	yes
X
XMAN3=	Text::Textile.3
X
X.include <bsd.port.pre.mk>
X.if ${PERL_LEVEL} < 500601
XIGNORE=	requires Perl 5.6. Install lang/perl5 or lang/perl5.8, and try again
X.endif
X.include <bsd.port.post.mk>
END-of-p5-Text-Textile/Makefile
echo x - p5-Text-Textile/distinfo
sed 's/^X//' >p5-Text-Textile/distinfo << 'END-of-p5-Text-Textile/distinfo'
XMD5 (Text-Textile-0.7.tar.gz) = 0e21473f76f019824185d4fe082597c1
XSIZE (Text-Textile-0.7.tar.gz) = 27355
END-of-p5-Text-Textile/distinfo
echo x - p5-Text-Textile/pkg-plist
sed 's/^X//' >p5-Text-Textile/pkg-plist << 'END-of-p5-Text-Textile/pkg-plist'
X%%SITE_PERL%%/Text/Textile.pm
X@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true
END-of-p5-Text-Textile/pkg-plist
echo x - p5-Text-Textile/pkg-descr
sed 's/^X//' >p5-Text-Textile/pkg-descr << 'END-of-p5-Text-Textile/pkg-descr'
XText::Textile is a Perl-based implementation of Dean Allen's Textile syntax.
XTextile is shorthand for doing common formatting tasks.
X
XWWW: http://search.cpan.org/dist/Text-Textile/
X
X- Travis Campbell
Xhcoyote@ghostar.org
END-of-p5-Text-Textile/pkg-descr
exit
--- p5-Text-Textile.shar ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: lth 
State-Changed-When: Sat May 7 14:56:09 GMT 2005 
State-Changed-Why:  
New port added, thanks! 

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