From owner-svn-ports-head@freebsd.org Sun Mar 13 14:55:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1122ACF9A6; Sun, 13 Mar 2016 14:55:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 8C818C02; Sun, 13 Mar 2016 14:55:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2DEtaPP041503; Sun, 13 Mar 2016 14:55:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2DEtaSV041498; Sun, 13 Mar 2016 14:55:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603131455.u2DEtaSV041498@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 13 Mar 2016 14:55:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410977 - in head/devel: . p5-Git-Version-Compare 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.21 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: Sun, 13 Mar 2016 14:55:37 -0000 Author: sunpoet Date: Sun Mar 13 14:55:35 2016 New Revision: 410977 URL: https://svnweb.freebsd.org/changeset/ports/410977 Log: - Add p5-Git-Version-Compare 1.001 Git::Version::Compare contains a selection of subroutines that make dealing with Git-related things (like versions) a little bit easier. The strings to compare can be version numbers, tags from git.git or the output of git version or git describe. These routines collect the knowledge about Git versions that was accumulated while developing Git::Repository. WWW: http://search.cpan.org/dist/Git-Version-Compare/ Added: head/devel/p5-Git-Version-Compare/ head/devel/p5-Git-Version-Compare/Makefile (contents, props changed) head/devel/p5-Git-Version-Compare/distinfo (contents, props changed) head/devel/p5-Git-Version-Compare/pkg-descr (contents, props changed) head/devel/p5-Git-Version-Compare/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Mar 13 14:47:37 2016 (r410976) +++ head/devel/Makefile Sun Mar 13 14:55:35 2016 (r410977) @@ -2371,6 +2371,7 @@ SUBDIR += p5-Git-Repository SUBDIR += p5-Git-Repository-Plugin-Log SUBDIR += p5-Git-Sub + SUBDIR += p5-Git-Version-Compare SUBDIR += p5-Git-Wrapper SUBDIR += p5-Glib-Object-Introspection SUBDIR += p5-Glib2 Added: head/devel/p5-Git-Version-Compare/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Git-Version-Compare/Makefile Sun Mar 13 14:55:35 2016 (r410977) @@ -0,0 +1,24 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Git-Version-Compare +PORTVERSION= 1.001 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Functions to compare Git versions + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes +USE_PERL5= configure +USES= perl5 + +.include Added: head/devel/p5-Git-Version-Compare/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Git-Version-Compare/distinfo Sun Mar 13 14:55:35 2016 (r410977) @@ -0,0 +1,2 @@ +SHA256 (Git-Version-Compare-1.001.tar.gz) = 1ffb4450b6dc445a705bfb174a29827169bf1f7094ae2cb88e94e54bdf95c7d1 +SIZE (Git-Version-Compare-1.001.tar.gz) = 17313 Added: head/devel/p5-Git-Version-Compare/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Git-Version-Compare/pkg-descr Sun Mar 13 14:55:35 2016 (r410977) @@ -0,0 +1,10 @@ +Git::Version::Compare contains a selection of subroutines that make dealing with +Git-related things (like versions) a little bit easier. + +The strings to compare can be version numbers, tags from git.git or the output +of git version or git describe. + +These routines collect the knowledge about Git versions that was accumulated +while developing Git::Repository. + +WWW: http://search.cpan.org/dist/Git-Version-Compare/ Added: head/devel/p5-Git-Version-Compare/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Git-Version-Compare/pkg-plist Sun Mar 13 14:55:35 2016 (r410977) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Git/Version/Compare.pm +%%PERL5_MAN3%%/Git::Version::Compare.3.gz