Date: Sun, 17 Nov 2013 08:30:23 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334061 - in head/devel: . pear-SebastianBergmann_Git Message-ID: <201311170830.rAH8UNKe001761@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Nov 17 08:30:23 2013 New Revision: 334061 URL: http://svnweb.freebsd.org/changeset/ports/334061 Log: New port: devel/pear-SebastianBergmann_Git Simple wrapper for Git WWW: https://github.com/sebastianbergmann/git PR: ports/181671 Submitted by: Gasol Wu Added: head/devel/pear-SebastianBergmann_Git/ head/devel/pear-SebastianBergmann_Git/Makefile (contents, props changed) head/devel/pear-SebastianBergmann_Git/distinfo (contents, props changed) head/devel/pear-SebastianBergmann_Git/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Nov 17 08:26:25 2013 (r334060) +++ head/devel/Makefile Sun Nov 17 08:30:23 2013 (r334061) @@ -3204,6 +3204,7 @@ SUBDIR += pear-PhpDocumentor SUBDIR += pear-Pirum SUBDIR += pear-SebastianBergmann_FinderFacade + SUBDIR += pear-SebastianBergmann_Git SUBDIR += pear-SebastianBergmann_PHPCPD SUBDIR += pear-SebastianBergmann_PHPLOC SUBDIR += pear-SebastianBergmann_Version Added: head/devel/pear-SebastianBergmann_Git/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pear-SebastianBergmann_Git/Makefile Sun Nov 17 08:30:23 2013 (r334061) @@ -0,0 +1,27 @@ +# Created by: Gasol Wu <gasol.wu@gmail.com> +# $FreeBSD$ + +PORTNAME= Git +PORTVERSION= 1.2.0 +CATEGORIES= devel pear +MASTER_SITES= http://pear.phpunit.de/get/ +PKGNAMEPREFIX= pear-SebastianBergmann_ + +MAINTAINER= gasol.wu@gmail.com +COMMENT= Simple wrapper for Git + +LICENSE= BSD + +BUILD_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \ + ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit +RUN_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \ + ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit + +PEAR_CHANNEL= phpunit +PEAR_AUTOINSTALL= yes + +IGNORE_WITH_PHP=52 + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include <bsd.port.post.mk> Added: head/devel/pear-SebastianBergmann_Git/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pear-SebastianBergmann_Git/distinfo Sun Nov 17 08:30:23 2013 (r334061) @@ -0,0 +1,2 @@ +SHA256 (PEAR/Git-1.2.0.tgz) = b51bd62acc23df45bc49fc97e636317ad92054dd4b8e81e7062233ecb3ce6a62 +SIZE (PEAR/Git-1.2.0.tgz) = 3418 Added: head/devel/pear-SebastianBergmann_Git/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pear-SebastianBergmann_Git/pkg-descr Sun Nov 17 08:30:23 2013 (r334061) @@ -0,0 +1,3 @@ +Simple wrapper for Git + +WWW: https://github.com/sebastianbergmann/git
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311170830.rAH8UNKe001761>