Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Dec 2012 16:32:28 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309111 - in head/devel: . pear-Pirum
Message-ID:  <201212171632.qBHGWS7s023770@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Mon Dec 17 16:32:27 2012
New Revision: 309111
URL: http://svnweb.freebsd.org/changeset/ports/309111

Log:
  Pirum is a simple PEAR channel server manager.
  
  WWW: http://pirum.sensiolabs.org/
  
  PR:		ports/171749
  Submitted by:	Gasol Wu <gasol.wu@gmail.com>

Added:
  head/devel/pear-Pirum/
  head/devel/pear-Pirum/Makefile   (contents, props changed)
  head/devel/pear-Pirum/distinfo   (contents, props changed)
  head/devel/pear-Pirum/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Dec 17 16:30:49 2012	(r309110)
+++ head/devel/Makefile	Mon Dec 17 16:32:27 2012	(r309111)
@@ -3040,6 +3040,7 @@
     SUBDIR += pear-PHP_UML
     SUBDIR += pear-Pager
     SUBDIR += pear-PhpDocumentor
+    SUBDIR += pear-Pirum
     SUBDIR += pear-Structure_LinkedList
     SUBDIR += pear-Structures_DataGrid
     SUBDIR += pear-Structures_DataGrid_Renderer_Console

Added: head/devel/pear-Pirum/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-Pirum/Makefile	Mon Dec 17 16:32:27 2012	(r309111)
@@ -0,0 +1,26 @@
+# Created by: Gasol Wu <gasol.wu@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	Pirum
+PORTVERSION=	1.1.4
+CATEGORIES=	devel www pear
+MASTER_SITES=	http://pear.pirum-project.org/get/
+PKGNAMEPREFIX=	pear-
+
+MAINTAINER=	gasol.wu@gmail.com
+COMMENT=	Simple PEAR channel server manager
+
+BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
+		${PEARDIR}/.channels/pear.pirum-project.org.reg:${PORTSDIR}/devel/pear-channel-pirum
+RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
+		${PEARDIR}/.channels/pear.pirum-project.org.reg:${PORTSDIR}/devel/pear-channel-pirum
+
+PEAR_CHANNEL=	pirum
+PEAR_AUTOINSTALL=	yes
+
+DEFAULT_PHP_VER=5
+IGNORE_WITH_PHP=4
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
+.include <bsd.port.post.mk>

Added: head/devel/pear-Pirum/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-Pirum/distinfo	Mon Dec 17 16:32:27 2012	(r309111)
@@ -0,0 +1,2 @@
+SHA256 (PEAR/Pirum-1.1.4.tgz) = e69e020af0a2319c44f2e5c9478677e436019051281f3772f2266b03e1f603af
+SIZE (PEAR/Pirum-1.1.4.tgz) = 14818

Added: head/devel/pear-Pirum/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-Pirum/pkg-descr	Mon Dec 17 16:32:27 2012	(r309111)
@@ -0,0 +1,3 @@
+Pirum is a simple PEAR channel server manager.
+
+WWW: http://pirum.sensiolabs.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212171632.qBHGWS7s023770>