aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-11-17 16:30:23 +0800
committerantoine <antoine@FreeBSD.org>2013-11-17 16:30:23 +0800
commit1352df27f85b37c982a58e2a521d65d211babb27 (patch)
treee812c43fcef5ca44662b2717c6320a3708b2e440 /devel
parentea712a0568efebcf351a16cb3a7ea6fd0260209a (diff)
downloadfreebsd-ports-gnome-1352df27f85b37c982a58e2a521d65d211babb27.tar.gz
freebsd-ports-gnome-1352df27f85b37c982a58e2a521d65d211babb27.tar.zst
freebsd-ports-gnome-1352df27f85b37c982a58e2a521d65d211babb27.zip
New port: devel/pear-SebastianBergmann_Git
Simple wrapper for Git WWW: https://github.com/sebastianbergmann/git PR: ports/181671 Submitted by: Gasol Wu
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/pear-SebastianBergmann_Git/Makefile27
-rw-r--r--devel/pear-SebastianBergmann_Git/distinfo2
-rw-r--r--devel/pear-SebastianBergmann_Git/pkg-descr3
4 files changed, 33 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 51b29b771cee..443fe575bf61 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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
diff --git a/devel/pear-SebastianBergmann_Git/Makefile b/devel/pear-SebastianBergmann_Git/Makefile
new file mode 100644
index 000000000000..9ec9cce54eda
--- /dev/null
+++ b/devel/pear-SebastianBergmann_Git/Makefile
@@ -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>
diff --git a/devel/pear-SebastianBergmann_Git/distinfo b/devel/pear-SebastianBergmann_Git/distinfo
new file mode 100644
index 000000000000..eeb23304db53
--- /dev/null
+++ b/devel/pear-SebastianBergmann_Git/distinfo
@@ -0,0 +1,2 @@
+SHA256 (PEAR/Git-1.2.0.tgz) = b51bd62acc23df45bc49fc97e636317ad92054dd4b8e81e7062233ecb3ce6a62
+SIZE (PEAR/Git-1.2.0.tgz) = 3418
diff --git a/devel/pear-SebastianBergmann_Git/pkg-descr b/devel/pear-SebastianBergmann_Git/pkg-descr
new file mode 100644
index 000000000000..d8b92ec1d037
--- /dev/null
+++ b/devel/pear-SebastianBergmann_Git/pkg-descr
@@ -0,0 +1,3 @@
+Simple wrapper for Git
+
+WWW: https://github.com/sebastianbergmann/git