svn commit: r309111 - in head/devel: . pear-Pirum
Pawel Pekala
pawel at FreeBSD.org
Mon Dec 17 16:32:29 UTC 2012
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 at 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 at 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 at 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/
More information about the svn-ports-head
mailing list