From owner-svn-ports-head@FreeBSD.ORG Thu Nov 20 07:11:43 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4B8B21A5; Thu, 20 Nov 2014 07:11:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C0999EE; Thu, 20 Nov 2014 07:11:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAK7Bhlh003335; Thu, 20 Nov 2014 07:11:43 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAK7Bf0b003326; Thu, 20 Nov 2014 07:11:41 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201411200711.sAK7Bf0b003326@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Thu, 20 Nov 2014 07:11:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372852 - in head/devel: . p5-Compiler-Lexer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2014 07:11:43 -0000 Author: kuriyama Date: Thu Nov 20 07:11:41 2014 New Revision: 372852 URL: https://svnweb.freebsd.org/changeset/ports/372852 QAT: https://qat.redports.org/buildarchive/r372852/ Log: Lexical Analyzer for Perl5. WWW: http://search.cpan.org/dist/Compiler-Lexer/ Added: head/devel/p5-Compiler-Lexer/ head/devel/p5-Compiler-Lexer/Makefile (contents, props changed) head/devel/p5-Compiler-Lexer/distinfo (contents, props changed) head/devel/p5-Compiler-Lexer/pkg-descr (contents, props changed) head/devel/p5-Compiler-Lexer/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Nov 20 07:06:42 2014 (r372851) +++ head/devel/Makefile Thu Nov 20 07:11:41 2014 (r372852) @@ -1675,6 +1675,7 @@ SUBDIR += p5-Code-Perl SUBDIR += p5-Commands-Guarded SUBDIR += p5-CommitBit + SUBDIR += p5-Compiler-Lexer SUBDIR += p5-Config-Any SUBDIR += p5-Config-ApacheFormat SUBDIR += p5-Config-Auto Added: head/devel/p5-Compiler-Lexer/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Compiler-Lexer/Makefile Thu Nov 20 07:11:41 2014 (r372852) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= Compiler-Lexer +PORTVERSION= 0.19 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension for lexical analyzer + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= ${RUN_DEPENDS} \ + p5-Module-Build-XSUtil>0:${PORTSDIR}/devel/p5-Module-Build-XSUtil + +USES= perl5 +USE_PERL5= modbuild + +post-install: + ${STRIP_CMD} ${STAGEDIR}${SITE_ARCH}/auto/Compiler/Lexer/Lexer.so + +.include Added: head/devel/p5-Compiler-Lexer/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Compiler-Lexer/distinfo Thu Nov 20 07:11:41 2014 (r372852) @@ -0,0 +1,2 @@ +SHA256 (Compiler-Lexer-0.19.tar.gz) = fac0619f9d847d68fed1797c8f6a84fa8aa1fe7c453c17e9797cadc75f27ceae +SIZE (Compiler-Lexer-0.19.tar.gz) = 61904 Added: head/devel/p5-Compiler-Lexer/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Compiler-Lexer/pkg-descr Thu Nov 20 07:11:41 2014 (r372852) @@ -0,0 +1,3 @@ +Lexical Analyzer for Perl5. + +WWW: http://search.cpan.org/dist/Compiler-Lexer/ Added: head/devel/p5-Compiler-Lexer/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Compiler-Lexer/pkg-plist Thu Nov 20 07:11:41 2014 (r372852) @@ -0,0 +1,6 @@ +%%SITE_ARCH%%/Compiler/Lexer.pm +%%SITE_ARCH%%/Compiler/Lexer/Constants.pm +%%SITE_ARCH%%/Compiler/Lexer/Token.pm +%%SITE_ARCH%%/auto/Compiler/Lexer/Lexer.so +%%PERL5_MAN3%%/Compiler::Lexer.3.gz +%%PERL5_MAN3%%/Compiler::Lexer::Token.3.gz