1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

PEAR channel for the symfony project

WWW:	http://pear.symfony.com/

PR:		ports/172769
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
Feature safe:	yes
This commit is contained in:
Pawel Pekala 2012-11-17 17:15:03 +00:00
parent e77383f62d
commit 8ea5d2abfc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307519
5 changed files with 62 additions and 0 deletions

View File

@ -3054,6 +3054,7 @@
SUBDIR += pear-channel-phpunit
SUBDIR += pear-channel-pirum
SUBDIR += pear-channel-symfony
SUBDIR += pear-channel-symfony2
SUBDIR += pear-codegen
SUBDIR += pecl-automap
SUBDIR += pecl-bbcode

View File

@ -0,0 +1,15 @@
# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= symfony2
PORTVERSION= 20110826
CATEGORIES= devel www pear
MAINTAINER= gasol.wu@gmail.com
COMMENT= PEAR channel ${PEAR_CHANNEL_HOST}
PEAR_CHANNEL_HOST= pear.symfony.com
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,41 @@
# $FreeBSD$
MASTER_SITES?= http://pear.symfony.com/get/
PKGNAMEPREFIX?= pear-
BUILD_DEPENDS+= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/.channels/pear.symfony.com.reg:${PORTSDIR}/devel/pear-channel-symfony2
RUN_DEPENDS+= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/.channels/pear.symfony.com.reg:${PORTSDIR}/devel/pear-channel-symfony2
DIST_SUBDIR= Symfony2
PEAR_CHANNEL= symfony2
PEAR_AUTOINSTALL= yes
.if defined(USE_SYMFONY2_RUN)
. for DEP in ${USE_SYMFONY2_RUN}
. if !defined(symfony2-${DEP}-DEPEND)
UNKNOWN_SYMFONY2_PACKAGES+= ${DEP}
. else
RUN_DEPENDS+= ${symfony2-${DEP}-DEPEND}
. endif
. endfor
.endif
.if defined(USE_SYMFONY2_BUILD)
. for DEP in ${USE_SYMFONY2_BUILD}
. if !defined(symfony2-${DEP}-DEPEND)
UNKNOWN_SYMFONY2_PACKAGES+= ${DEP}
. else
BUILD_DEPENDS+= ${symfony2-${DEP}-DEPEND}
. endif
. endfor
.endif
.if defined(UNKNOWN_SYMFONY2_PACKAGES)
IGNORE= unknown Symfony2 package(s): ${UNKNOWN_SYMFONY2_PACKAGES}
.endif
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"

View File

@ -0,0 +1,2 @@
a:6:{s:7:"attribs";a:4:{s:7:"version";s:3:"1.0";s:5:"xmlns";s:31:"http://pear.php.net/channel-1.0";s:9:"xmlns:xsi";s:41:"http://www.w3.org/2001/XMLSchema-instance";s:18:"xsi:schemaLocation";s:71:"http://pear.php.net/channel-1.0 http://pear.php.net/dtd/channel-1.0.xsd";}s:4:"name";s:16:"pear.symfony.com";s:7:"summary";s:21:"Symfony2 PEAR channel";s:14:"suggestedalias";s:8:"symfony2";s:7:"servers";a:1:{s:7:"primary";a:1:{s:4:"rest";a:1:{s:7:"baseurl";a:4:{i:0;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.0";}s:8:"_content";s:29:"http://pear.symfony.com/rest/";}i:1;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.1";}s:8:"_content";s:29:"http://pear.symfony.com/rest/";}i:2;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.2";}s:8:"_content";s:29:"http://pear.symfony.com/rest/";}i:3;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.3";}s:8:"_content";s:29:"http://pear.symfony.com/rest/";}}}}}s:13:"_lastmodified";a:2:{s:4:"ETag";s:34:""23caa76bd3b1799367686c640f15c041"";s:13:"Last-Modified";s:29:"F
ri, 26 Aug 2011 09:11:40 GMT";}}

View File

@ -0,0 +1,3 @@
PEAR channel for the symfony project
WWW: http://pear.symfony.com/