From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 25 22:11:26 2012 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2E7F2106564A; Wed, 25 Jul 2012 22:11:26 +0000 (UTC) (envelope-from rodrigo@bebik.net) Received: from smtp3-g21.free.fr (smtp3-g21.free.fr [IPv6:2a01:e0c:1:1599::12]) by mx1.freebsd.org (Postfix) with ESMTP id BA2C68FC08; Wed, 25 Jul 2012 22:11:23 +0000 (UTC) Received: from [192.168.1.18] (hodja.bebik.net [82.227.164.69]) by smtp3-g21.free.fr (Postfix) with ESMTP id 0F887A61E3; Thu, 26 Jul 2012 00:11:16 +0200 (CEST) Message-ID: <50106F03.5030906@bebik.net> Date: Thu, 26 Jul 2012 00:11:15 +0200 From: Rodrigo OSORIO User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:13.0) Gecko/20120628 Thunderbird/13.0.1 MIME-Version: 1.0 To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org References: <20120723135044.1E7C93296E@oldfaithful.bebik.local> In-Reply-To: <20120723135044.1E7C93296E@oldfaithful.bebik.local> Content-Type: multipart/mixed; boundary="------------070101070902050901080307" Cc: Subject: Re: ports/170086: new port: textproc/p5-libsoldout X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jul 2012 22:11:26 -0000 This is a multi-part message in MIME format. --------------070101070902050901080307 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, Find attached to this mail a new shar with the requested changes for this port. I also update the library itself (current version is v0.02) to be usable with perl 5.10.1. The port was submitted to portlint and compiles with success in redports. Hope this new submission comes without defects. Best regards, Rodrigo --------------070101070902050901080307 Content-Type: text/plain; charset=us-ascii; name="p5-lisoldout.shar" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="p5-lisoldout.shar" # 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: # # textproc/ # textproc/p5-libsoldout # textproc/p5-libsoldout/Makefile # textproc/p5-libsoldout/distinfo # textproc/p5-libsoldout/pkg-descr # textproc/p5-libsoldout/pkg-plist # echo c - textproc/ mkdir -p textproc/ > /dev/null 2>&1 echo c - textproc/p5-libsoldout mkdir -p textproc/p5-libsoldout > /dev/null 2>&1 echo x - textproc/p5-libsoldout/Makefile sed 's/^X//' >textproc/p5-libsoldout/Makefile << 'f6079c1341c1fa234590d44fe9fe6c9a' X# New ports collection makefile for: p5-libsoldout X# Date created: 2012-07-22 X# Whom: Rodrigo OSORIO X# X# $FreeBSD$ X# X XPORTNAME= libsoldout XPORTVERSION= 0.02 XCATEGORIES= textproc perl5 XMASTER_SITES= CPAN XMASTER_SITE_SUBDIR= CPAN:ROS XPKGNAMEPREFIX= p5- X XMAINTAINER= rodrigo@bebik.net XCOMMENT= Convert Markdown text in (X)HTML X XLICENSE= ART10 GPLv1 XLICENSE_COMB= dual X XLIB_DEPENDS= soldout:${PORTSDIR}/textproc/libsoldout X XPERL_CONFIGURE= 5.10.0+ XUSE_LDCONFIG= yes X XMAN3= libsoldout.3 X X.include X X.if ${PERL_LEVEL} < 501200 XTEST_DEPENDS+= p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple X.endif X X.include f6079c1341c1fa234590d44fe9fe6c9a echo x - textproc/p5-libsoldout/distinfo sed 's/^X//' >textproc/p5-libsoldout/distinfo << 'abf6d56a1004a649de7a9e2497b1e3ba' XSHA256 (libsoldout-0.02.tar.gz) = 3b821b2a946cd1b875dd28869727e1a9117ccbb0891c636c1057aa06b587f41a XSIZE (libsoldout-0.02.tar.gz) = 46160 abf6d56a1004a649de7a9e2497b1e3ba echo x - textproc/p5-libsoldout/pkg-descr sed 's/^X//' >textproc/p5-libsoldout/pkg-descr << '0f6637aa9b044c9d2398ac83e35febc5' Xp5-libsoldout is a perl module to access the C library libsoldout. XThe initial version just implements functions to convert markdown Xinput to html including strict markdown, discount markdown and Xspecific extensions only available in libsoldout. X XWWW: http://search.cpan.org/dist/libsoldout/ 0f6637aa9b044c9d2398ac83e35febc5 echo x - textproc/p5-libsoldout/pkg-plist sed 's/^X//' >textproc/p5-libsoldout/pkg-plist << 'aaa667ff3842d6e5d1df4e61456c8c0b' X%%SITE_PERL%%/%%PERL_ARCH%%/auto/libsoldout/libsoldout.so X%%SITE_PERL%%/%%PERL_ARCH%%/auto/libsoldout/libsoldout.bs X%%SITE_PERL%%/%%PERL_ARCH%%/auto/libsoldout/.packlist X%%SITE_PERL%%/%%PERL_ARCH%%/libsoldout.pm X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/libsoldout aaa667ff3842d6e5d1df4e61456c8c0b exit --------------070101070902050901080307--