From f692026f1e05a1b1fd288afcf0f3039ebb7f8622 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sun, 13 Mar 2016 14:55:35 +0000 Subject: - 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/ --- devel/Makefile | 1 + devel/p5-Git-Version-Compare/Makefile | 24 ++++++++++++++++++++++++ devel/p5-Git-Version-Compare/distinfo | 2 ++ devel/p5-Git-Version-Compare/pkg-descr | 10 ++++++++++ devel/p5-Git-Version-Compare/pkg-plist | 2 ++ 5 files changed, 39 insertions(+) create mode 100644 devel/p5-Git-Version-Compare/Makefile create mode 100644 devel/p5-Git-Version-Compare/distinfo create mode 100644 devel/p5-Git-Version-Compare/pkg-descr create mode 100644 devel/p5-Git-Version-Compare/pkg-plist (limited to 'devel') diff --git a/devel/Makefile b/devel/Makefile index e23de7767474..2ec0cc9deb65 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/p5-Git-Version-Compare/Makefile b/devel/p5-Git-Version-Compare/Makefile new file mode 100644 index 000000000000..e90da94a9712 --- /dev/null +++ b/devel/p5-Git-Version-Compare/Makefile @@ -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 diff --git a/devel/p5-Git-Version-Compare/distinfo b/devel/p5-Git-Version-Compare/distinfo new file mode 100644 index 000000000000..8bab476d3a01 --- /dev/null +++ b/devel/p5-Git-Version-Compare/distinfo @@ -0,0 +1,2 @@ +SHA256 (Git-Version-Compare-1.001.tar.gz) = 1ffb4450b6dc445a705bfb174a29827169bf1f7094ae2cb88e94e54bdf95c7d1 +SIZE (Git-Version-Compare-1.001.tar.gz) = 17313 diff --git a/devel/p5-Git-Version-Compare/pkg-descr b/devel/p5-Git-Version-Compare/pkg-descr new file mode 100644 index 000000000000..92860d84e147 --- /dev/null +++ b/devel/p5-Git-Version-Compare/pkg-descr @@ -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/ diff --git a/devel/p5-Git-Version-Compare/pkg-plist b/devel/p5-Git-Version-Compare/pkg-plist new file mode 100644 index 000000000000..d71d182395a7 --- /dev/null +++ b/devel/p5-Git-Version-Compare/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Git/Version/Compare.pm +%%PERL5_MAN3%%/Git::Version::Compare.3.gz -- cgit