View | Details | Raw Unified | Return to bug 226242 | Differences between
and this patch

Collapse All | Expand All

(-)MOVED (+12 lines)
Lines 10157-10159 devel/boaconstructor||2018-03-02|Has expired: Abandonware, does not work with re Link Here
10157
audio/amp||2018-03-02|Has expired: No more upstream
10157
audio/amp||2018-03-02|Has expired: No more upstream
10158
devel/alf||2018-03-02|Has expired: Abandonware, unused in the ports tree
10158
devel/alf||2018-03-02|Has expired: Abandonware, unused in the ports tree
10159
net/remmina-plugin-gnome|net/remmina-plugin-secret|2018-03-04|Renamed upstream
10159
net/remmina-plugin-gnome|net/remmina-plugin-secret|2018-03-04|Renamed upstream
10160
databases/php70-memcache|databases/php-memcache@php70|2018-03-05|Merge into a flavorized version
10161
databases/php71-memcache|databases/php-memcache@php71|2018-03-05|Merge into a flavorized version
10162
databases/php72-memcache|databases/php-memcache@php72|2018-03-05|Merge into a flavorized version
10163
ftp/php56-fastdfs|ftp/php-fastdfs@php56|2018-03-05|Merge into flavorized version
10164
ftp/php70-fastdfs|ftp/php-fastdfs@php70|2018-03-05|Merge into flavorized version
10165
ftp/php71-fastdfs|ftp/php-fastdfs@php71|2018-03-05|Merge into flavorized version
10166
ftp/php72-fastdfs|ftp/php-fastdfs@php72|2018-03-05|Merge into flavorized version
10167
www/unit-php56|www/unit-php@php56|2018-03-05|Merge into flavorized version
10168
www/unit-php70|www/unit-php@php70|2018-03-05|Merge into flavorized version
10169
www/unit-php71|www/unit-php@php71|2018-03-05|Merge into flavorized version
10170
www/unit-php72|www/unit-php@php72|2018-03-05|Merge into flavorized version
10171
databases/php70-memcached|databases/php-memcached|2018-03-05|Move to flavorized version.
(-)Mk/Uses/horde.mk (-6 / +2 lines)
Lines 11-20 _INCLUDE_USES_HORDE_MK= yes Link Here
11
11
12
MASTER_SITES?=	http://pear.horde.org/get/
12
MASTER_SITES?=	http://pear.horde.org/get/
13
13
14
BUILD_DEPENDS+=	${PEARDIR}/.channels/pear.horde.org.reg:devel/pear-channel-horde
15
RUN_DEPENDS+=	${PEARDIR}/.channels/pear.horde.org.reg:devel/pear-channel-horde
16
17
PKGNAMEPREFIX?=	pear-
18
HORDE_DIR?=	www/horde
14
HORDE_DIR?=	www/horde
19
15
20
CONFLICTS+=	horde3-*.[0-9]*
16
CONFLICTS+=	horde3-*.[0-9]*
Lines 142-148 horde-turba-DEPEND= ${LOCALBASE}/${HORDE_DIR}/turba/index.php:mail/horde-turba Link Here
142
.  if !defined(horde-${DEP}-DEPEND)
138
.  if !defined(horde-${DEP}-DEPEND)
143
UNKNOWN_HORDE_PACKAGES+=	${DEP}
139
UNKNOWN_HORDE_PACKAGES+=	${DEP}
144
.  else
140
.  else
145
RUN_DEPENDS+=	${horde-${DEP}-DEPEND}
141
RUN_DEPENDS+=	${horde-${DEP}-DEPEND}@${PHP_FLAVOR}
146
.  endif
142
.  endif
147
. endfor
143
. endfor
148
.endif
144
.endif
Lines 152-158 RUN_DEPENDS+= ${horde-${DEP}-DEPEND} Link Here
152
.  if !defined(horde-${DEP}-DEPEND)
148
.  if !defined(horde-${DEP}-DEPEND)
153
UNKNOWN_HORDE_PACKAGES+=	${DEP}
149
UNKNOWN_HORDE_PACKAGES+=	${DEP}
154
.  else
150
.  else
155
BUILD_DEPENDS+=	${horde-${DEP}-DEPEND}
151
BUILD_DEPENDS+=	${horde-${DEP}-DEPEND}@${PHP_FLAVOR}
156
.  endif
152
.  endif
157
. endfor
153
. endfor
158
.endif
154
.endif
(-)Mk/Uses/pear.mk (-33 / +58 lines)
Lines 4-10 Link Here
4
#
4
#
5
# Feature:	pear
5
# Feature:	pear
6
# Usage:	USES=pear
6
# Usage:	USES=pear
7
# Valid ARGS:	none
7
# Valid ARGS:	env
8
#
9
#	- env : Only provide the environment variables, no fetch/build/install
10
#		targets.
8
#
11
#
9
# MAINTAINER=	portmgr@FreeBSD.org
12
# MAINTAINER=	portmgr@FreeBSD.org
10
13
Lines 12-46 Link Here
12
_INCLUDE_USES_PEAR_MK=	yes
15
_INCLUDE_USES_PEAR_MK=	yes
13
_USES_POST+=	pear
16
_USES_POST+=	pear
14
17
15
.if !empty(pear_ARGS)
18
_valid_pear_ARGS=		env
16
IGNORE+=	USES=pear takes not arguments
19
17
.endif
20
# Sanity check
21
.  for arg in ${pear_ARGS}
22
.    if empty(_valid_pear_ARGS:M${arg})
23
IGNORE=	Incorrect 'USES+= pear:${cmake_ARGS}' usage: argument [${arg}] is not recognized
24
.    endif
25
.  endfor
18
26
27
php_ARGS+=	flavors
28
.include "${USESDIR}/php.mk"
29
30
.  if empty(pear_ARGS:Menv)
19
MASTER_SITES?=	http://pear.php.net/get/
31
MASTER_SITES?=	http://pear.php.net/get/
20
32
21
EXTRACT_SUFX?=	.tgz
33
EXTRACT_SUFX?=	.tgz
22
DIST_SUBDIR?=	PEAR
34
DIST_SUBDIR?=	PEAR
23
35
24
BUILD_DEPENDS+=	pear:devel/pear
36
.    if !defined(USE_PHPIZE)
25
RUN_DEPENDS+=	pear:devel/pear
26
27
.if !defined(USE_PHPIZE)
28
NO_BUILD=	yes
37
NO_BUILD=	yes
29
.endif
38
.    endif
39
.  endif
30
40
31
.if defined(PEAR_CHANNEL) && ${PEAR_CHANNEL} != ""
41
BUILD_DEPENDS+=	pear:devel/pear@${PHP_FLAVOR}
32
PKGNAMEPREFIX?=	pear-${PEAR_CHANNEL}-
42
RUN_DEPENDS+=	pear:devel/pear@${PHP_FLAVOR}
43
44
PEAR_PKGNAMEPREFIX=	php${PHP_VER}-pear-
45
46
.  if defined(PEAR_CHANNEL) && ${PEAR_CHANNEL} != ""
47
PEAR_${PEAR_CHANNEL:tu}_PKGNAMEPREFIX=	php${PHP_VER}-pear-${PEAR_CHANNEL}-
48
PKGNAMEPREFIX?=	${PEAR_${PEAR_CHANNEL:tu}_PKGNAMEPREFIX}
33
PEARPKGREF=	${PEAR_CHANNEL}/${PORTNAME}
49
PEARPKGREF=	${PEAR_CHANNEL}/${PORTNAME}
34
.else
50
PEAR_CHANNEL_VER?=	>=0
35
PKGNAMEPREFIX?=	pear-
51
BUILD_DEPENDS+=	${PEAR_PKGNAMEPREFIX}channel-${PEAR_CHANNEL}${PEAR_CHANNEL_VER}:devel/pear-channel-${PEAR_CHANNEL}@${PHP_FLAVOR}
52
RUN_DEPENDS+=	${PEAR_PKGNAMEPREFIX}channel-${PEAR_CHANNEL}${PEAR_CHANNEL_VER}:devel/pear-channel-${PEAR_CHANNEL}@${PHP_FLAVOR}
53
.  else
54
PKGNAMEPREFIX?=	${PEAR_PKGNAMEPREFIX}
36
PEARPKGREF=	${PORTNAME}
55
PEARPKGREF=	${PORTNAME}
37
.endif
56
.  endif
38
57
39
.if exists(${LOCALBASE}/bin/php-config)
58
.  if exists(${LOCALBASE}/bin/php-config)
40
PHP_BASE!=	${LOCALBASE}/bin/php-config --prefix
59
PHP_BASE!=	${LOCALBASE}/bin/php-config --prefix
41
.else
60
.  else
42
PHP_BASE=	${LOCALBASE}
61
PHP_BASE=	${LOCALBASE}
43
.endif
62
.  endif
44
PEAR=		${LOCALBASE}/bin/pear
63
PEAR=		${LOCALBASE}/bin/pear
45
LPEARDIR=	share/pear
64
LPEARDIR=	share/pear
46
LPKGREGDIR=	${LPEARDIR}/packages/${PKGNAME}
65
LPKGREGDIR=	${LPEARDIR}/packages/${PKGNAME}
Lines 58-89 EXAMPLESDIR= ${PHP_BASE}/${LEXAMPLESDIR} Link Here
58
SQLSDIR=	${PHP_BASE}/${LSQLSDIR}
77
SQLSDIR=	${PHP_BASE}/${LSQLSDIR}
59
SCRIPTFILESDIR=	${LOCALBASE}/bin
78
SCRIPTFILESDIR=	${LOCALBASE}/bin
60
TESTSDIR=	${PHP_BASE}/${LTESTSDIR}
79
TESTSDIR=	${PHP_BASE}/${LTESTSDIR}
61
.if defined(CATEGORY) && !empty(CATEGORY)
80
.  if defined(CATEGORY) && !empty(CATEGORY)
62
LINSTDIR=	${LPEARDIR}/${CATEGORY}
81
LINSTDIR=	${LPEARDIR}/${CATEGORY}
63
.else
82
.  else
64
LINSTDIR=	${LPEARDIR}
83
LINSTDIR=	${LPEARDIR}
65
.endif
84
.  endif
66
INSTDIR=	${PHP_BASE}/${LINSTDIR}
85
INSTDIR=	${PHP_BASE}/${LINSTDIR}
67
86
68
SUB_LIST+=	PKG_NAME=${PEARPKGREF}
87
SUB_LIST+=	PKG_NAME=${PEARPKGREF}
69
88
70
.if !defined(USE_PHPIZE) && !exists(${.CURDIR}/pkg-plist)
89
.  if empty(pear_ARGS:Menv)
90
.    if !defined(USE_PHPIZE) && !exists(${.CURDIR}/pkg-plist)
71
PLIST=		${WRKDIR}/PLIST
91
PLIST=		${WRKDIR}/PLIST
72
.endif
92
.    endif
93
PKGINSTALL?=	${PORTSDIR}/devel/pear/pear-install
94
PKGDEINSTALL?=	${WRKDIR}/pear-deinstall
95
.  endif
96
73
PLIST_SUB+=	PEARDIR=${LPEARDIR} PKGREGDIR=${LPKGREGDIR} \
97
PLIST_SUB+=	PEARDIR=${LPEARDIR} PKGREGDIR=${LPKGREGDIR} \
74
		TESTSDIR=${LTESTSDIR} INSTDIR=${LINSTDIR} SQLSDIR=${LSQLSDIR} \
98
		TESTSDIR=${LTESTSDIR} INSTDIR=${LINSTDIR} SQLSDIR=${LSQLSDIR} \
75
		SCRIPTFILESDIR=${LCRIPTSDIR}
99
		SCRIPTFILESDIR=${LCRIPTSDIR}
76
100
77
PKGINSTALL?=	${PORTSDIR}/devel/pear/pear-install
78
PKGDEINSTALL?=	${WRKDIR}/pear-deinstall
79
80
.endif
101
.endif
81
.if defined(_POSTMKINCLUDED) && !defined(_INCLUDE_USES_PEAR_POST_MK)
102
.if defined(_POSTMKINCLUDED) && !defined(_INCLUDE_USES_PEAR_POST_MK)
82
_INCLUDE_USES_PEAR_POST_MK=	yes
103
_INCLUDE_USES_PEAR_POST_MK=	yes
83
104
105
.  if empty(pear_ARGS:Menv)
106
84
_USES_install+=	250:pear-pre-install
107
_USES_install+=	250:pear-pre-install
85
pear-pre-install:
108
pear-pre-install:
86
.if exists(${LOCALBASE}/lib/php.DIST_PHP)	\
109
.    if exists(${LOCALBASE}/lib/php.DIST_PHP)	\
87
	|| exists(${PHP_BASE}/lib/php.DIST_PHP)	\
110
	|| exists(${PHP_BASE}/lib/php.DIST_PHP)	\
88
	|| exists(${LOCALBASE}/.PEAR.pkg)	\
111
	|| exists(${LOCALBASE}/.PEAR.pkg)	\
89
	|| exists(${PHP_BASE}/.PEAR.pkg)
112
	|| exists(${PHP_BASE}/.PEAR.pkg)
Lines 92-98 pear-pre-install: Link Here
92
	@${ECHO_MSG} "	Please deinstall your installed pear- ports."
115
	@${ECHO_MSG} "	Please deinstall your installed pear- ports."
93
	@${ECHO_MSG} ""
116
	@${ECHO_MSG} ""
94
	@${FALSE}
117
	@${FALSE}
95
.endif
118
.    endif
96
119
97
DIRFILTER=	${SED} -En '\:^.*/[^/]*$$:s:^(.+)/[^/]*$$:\1:p' \
120
DIRFILTER=	${SED} -En '\:^.*/[^/]*$$:s:^(.+)/[^/]*$$:\1:p' \
98
		    | ( while read r; do \
121
		    | ( while read r; do \
Lines 108-123 DIRFILTER= ${SED} -En '\:^.*/[^/]*$$:s:^(.+)/[^/]*$$:\1:p' \ Link Here
108
	            done \
131
	            done \
109
	      ) | ${SORT} -ur
132
	      ) | ${SORT} -ur
110
133
111
.if !defined(USE_PHPIZE)
134
.    if !defined(USE_PHPIZE)
112
_USES_install+=	260:do-autogenerate-plist
135
_USES_install+=	260:do-autogenerate-plist
113
do-autogenerate-plist:
136
do-autogenerate-plist:
114
	@${ECHO_MSG} "===>   Generating packing list with pear"
137
	@${ECHO_MSG} "===>   Generating packing list with pear"
115
	@${LN} -sf ${WRKDIR}/package.xml ${WRKSRC}/package.xml
138
	@${LN} -sf ${WRKDIR}/package.xml ${WRKSRC}/package.xml
116
	@cd ${WRKSRC} && ${PEAR} install -n -f -P ${WRKDIR}/inst package.xml > /dev/null 2> /dev/null
139
	@cd ${WRKSRC} && ${PEAR} install -n -f -P ${WRKDIR}/inst package.xml > /dev/null 2> /dev/null
117
.for R in .channels .depdb .depdblock .filemap .lock .registry
140
.      for R in .channels .depdb .depdblock .filemap .lock .registry
118
	@${RM} -r ${WRKDIR}/inst/${PREFIX}/${LPEARDIR}/${R}
141
	@${RM} -r ${WRKDIR}/inst/${PREFIX}/${LPEARDIR}/${R}
119
	@${RM} -r ${WRKDIR}/inst/${R}
142
	@${RM} -r ${WRKDIR}/inst/${R}
120
.endfor
143
.      endfor
121
	@FILES=`cd ${WRKDIR}/inst && ${FIND} . -type f | ${CUT} -c 2- | \
144
	@FILES=`cd ${WRKDIR}/inst && ${FIND} . -type f | ${CUT} -c 2- | \
122
	${GREP} -v -E "^${PREFIX}/"` || exit 0; \
145
	${GREP} -v -E "^${PREFIX}/"` || exit 0; \
123
	${ECHO_CMD} $${FILES}; if ${TEST} -n "$${FILES}"; then \
146
	${ECHO_CMD} $${FILES}; if ${TEST} -n "$${FILES}"; then \
Lines 131-141 do-autogenerate-plist: Link Here
131
do-install:
154
do-install:
132
	@cd ${WRKSRC} && ${PEAR} install -n -f -P ${STAGEDIR} package.xml
155
	@cd ${WRKSRC} && ${PEAR} install -n -f -P ${STAGEDIR} package.xml
133
# Clean up orphans re-generated by pear-install
156
# Clean up orphans re-generated by pear-install
134
.for R in .channels .depdb .depdblock .filemap .lock .registry
157
.      for R in .channels .depdb .depdblock .filemap .lock .registry
135
	@${RM} -r ${STAGEDIR}${PREFIX}/${LPEARDIR}/${R}
158
	@${RM} -r ${STAGEDIR}${PREFIX}/${LPEARDIR}/${R}
136
	@${RM} -r ${STAGEDIR}/${R}
159
	@${RM} -r ${STAGEDIR}/${R}
137
.endfor
160
.      endfor
138
.endif
161
.    endif
139
162
140
_USES_install+=	270:do-generate-deinstall-script
163
_USES_install+=	270:do-generate-deinstall-script
141
do-generate-deinstall-script:
164
do-generate-deinstall-script:
Lines 149-152 pear-post-install: Link Here
149
show-depends: patch
172
show-depends: patch
150
	@${PEAR} package-dependencies ${WRKDIR}/package.xml
173
	@${PEAR} package-dependencies ${WRKDIR}/package.xml
151
174
175
.  endif
176
152
.endif
177
.endif
(-)Mk/Uses/php.mk (-23 / +95 lines)
Lines 16-21 Link Here
16
#	- web      : Want the Apache Module or the CGI version of PHP.
16
#	- web      : Want the Apache Module or the CGI version of PHP.
17
#	- embed    : Want the embedded library version of PHP.
17
#	- embed    : Want the embedded library version of PHP.
18
#	- pecl     : Fetches from PECL.
18
#	- pecl     : Fetches from PECL.
19
#	- flavors  : Generates flavors for supported versions.
20
#		     (implied by phpize,ext,zend,pecl)
21
#	- noflavors: Prevents generation of flavor.
19
#
22
#
20
# If the port requires a predefined set of PHP extensions, they can be
23
# If the port requires a predefined set of PHP extensions, they can be
21
# listed in this way:
24
# listed in this way:
Lines 43-49 Link Here
43
#
46
#
44
# The port can set these options in its Makefile before bsd.port.pre.mk:
47
# The port can set these options in its Makefile before bsd.port.pre.mk:
45
#
48
#
46
# DEFAULT_PHP_VER=N - Use PHP version N if PHP is not yet installed.
47
# IGNORE_WITH_PHP=N - The port doesn't work with PHP version N.
49
# IGNORE_WITH_PHP=N - The port doesn't work with PHP version N.
48
#
50
#
49
# You may combine multiple WANT_PHP_* knobs.
51
# You may combine multiple WANT_PHP_* knobs.
Lines 58-67 PHP_Include_MAINTAINER= ale@FreeBSD.org Link Here
58
60
59
_INCLUDE_USES_PHP_MK=	yes
61
_INCLUDE_USES_PHP_MK=	yes
60
62
61
.  if defined(DEFAULT_PHP_VER)
62
WARNING+=	"DEFAULT_PHP_VER is defined, consider using DEFAULT_VERSIONS=php=${DEFAULT_PHP_VER} instead"
63
.  endif
64
65
.  if defined(USE_PHPIZE) && empty(php_ARGS:Mphpize)
63
.  if defined(USE_PHPIZE) && empty(php_ARGS:Mphpize)
66
php_ARGS+=	phpize
64
php_ARGS+=	phpize
67
.  endif
65
.  endif
Lines 84-89 php_ARGS+= embed Link Here
84
.  if ${php_ARGS:Mbuild} && ( ${php_ARGS:Mphpize} || ${php_ARGS:Mext} || ${php_ARGS:Mzend} )
82
.  if ${php_ARGS:Mbuild} && ( ${php_ARGS:Mphpize} || ${php_ARGS:Mext} || ${php_ARGS:Mzend} )
85
DEV_WARNING+=	"USES=php:build is included in USES=php:phpize, USES=php:ext, and USES=php:zend, so it is not needed"
83
DEV_WARNING+=	"USES=php:build is included in USES=php:phpize, USES=php:ext, and USES=php:zend, so it is not needed"
86
.  endif
84
.  endif
85
.  if ${php_ARGS:Mflavors} && ( ${php_ARGS:Mphpize} || ${php_ARGS:Mext} || ${php_ARGS:Mzend} || ${php_ARGS:Mpecl} )
86
DEV_WARNINGS+=	"USES=php:flavors is included in phpize, ext, zend and pecl, so it is not needed."
87
.  endif
87
.  if ${php_ARGS:Mphpize} && ( ${php_ARGS:Mext} || ${php_ARGS:Mzend} )
88
.  if ${php_ARGS:Mphpize} && ( ${php_ARGS:Mext} || ${php_ARGS:Mzend} )
88
DEV_WARNING+=	"USES=php:phpize is included in USES=php:ext and USES=php:zend, so it is not needed"
89
DEV_WARNING+=	"USES=php:phpize is included in USES=php:ext and USES=php:zend, so it is not needed"
89
.  endif
90
.  endif
Lines 94-119 DEV_WARNING+= "USES=php:ext is included in USES=php:zend, so it is not needed" Link Here
94
DEV_WARNING+=	"USES=php:ext is included in USES=php:pecl, so it is not needed"
95
DEV_WARNING+=	"USES=php:ext is included in USES=php:pecl, so it is not needed"
95
.  endif
96
.  endif
96
97
98
.  if ( ${php_ARGS:Mphpize} || ${php_ARGS:Mext} || ${php_ARGS:Mzend} || ${php_ARGS:Mpecl} ) && !${php_ARGS:Mnoflavors}
99
php_ARGS+=	flavors
100
.  endif
101
102
.  if ${php_ARGS:Mnoflavors} && ${php_ARGS:Mflavors}
103
php_ARGS:=	${php_ARGS:Nflavors}
104
.  endif
105
106
97
.  if ${php_ARGS:Mpecl}
107
.  if ${php_ARGS:Mpecl}
98
php_ARGS+=	ext
108
php_ARGS+=	ext
109
.    if !defined(USE_GITHUB)
99
EXTRACT_SUFX=	.tgz
110
EXTRACT_SUFX=	.tgz
100
MASTER_SITES=	http://pecl.php.net/get/
111
MASTER_SITES=	http://pecl.php.net/get/
101
PKGNAMEPREFIX=	pecl-
112
.    endif
113
PKGNAMEPREFIX=	${PECL_PKGNAMEPREFIX}
102
DIST_SUBDIR=	PECL
114
DIST_SUBDIR=	PECL
103
.  endif
115
.  endif
104
116
105
PHPBASE?=	${LOCALBASE}
117
PHPBASE?=	${LOCALBASE}
118
119
_ALL_PHP_VERSIONS=	56 70 71 72
120
121
# Make the already installed PHP the default one.
106
.  if exists(${PHPBASE}/etc/php.conf)
122
.  if exists(${PHPBASE}/etc/php.conf)
107
.include "${PHPBASE}/etc/php.conf"
123
.include "${PHPBASE}/etc/php.conf"
108
.    if !defined(PHP_EXT_DIR)
124
.    if !defined(PHP_EXT_DIR)
109
PHP_EXT_DIR!=	${PHPBASE}/bin/php-config --extension-dir | ${SED} -ne 's,^${PHPBASE}/lib/php/\(.*\),\1,p'
125
PHP_EXT_DIR!=	${PHPBASE}/bin/php-config --extension-dir | ${SED} -ne 's,^${PHPBASE}/lib/php/\(.*\),\1,p'
110
.    endif
126
.    endif
127
_INSTALLED_PHP_VER:=	${PHP_VER}
128
# If we have an installed version of PHP, and this does not support it, set
129
# IGNORE to fail early as you cannot install two different versions of PHP at
130
# the same time anyway.
131
.    if defined(IGNORE_WITH_PHP) && ${IGNORE_WITH_PHP:M${_INSTALLED_PHP_VER}}
132
IGNORE=	does not work with PHP versions "${IGNORE_WITH_PHP}" and "${_INSTALLED_PHP_VER}" is installed.
133
.    endif
134
111
.  else
135
.  else
112
DEFAULT_PHP_VER?=	${PHP_DEFAULT:S/.//}
136
PHP_VER?=	${PHP_DEFAULT:S/.//}
137
.  endif # .if exists(${PHPBASE}/etc/php.conf)
138
139
# Use the "default" php version as th first version for flavors, so that it
140
# gets to be the default flavor.
141
_ALL_FLAVOR_VERSIONS=	${PHP_VER} ${_ALL_PHP_VERSIONS:N${PHP_VER}}
142
143
# If we want flavors, fill in FLAVORS with the allowed PHP versions, if some
144
# cannot be used, or all of them if they all can.
145
# Then if there is no flavor set, use the first one as the default.
146
.  if ${php_ARGS:Mflavors}
147
.    if empty(FLAVORS)
148
.      if defined(IGNORE_WITH_PHP)
149
.        for _v in ${_ALL_FLAVOR_VERSIONS}
150
.          if empty(IGNORE_WITH_PHP:M${_v})
151
# Avoid a leading space in FLAVORS.
152
.            if empty(FLAVORS)
153
FLAVORS:=	php${_v}
154
.            else
155
FLAVORS:=	${FLAVORS} php${_v}
156
.            endif
157
.          endif
158
.        endfor
159
.      else # defined(IGNORE_WITH_PHP)
160
FLAVORS:=	${_ALL_FLAVOR_VERSIONS:S/^/php/}
161
.      endif # defined(IGNORE_WITH_PHP)
162
.    endif
163
.    if empty(FLAVOR)
164
FLAVOR=	${FLAVORS:[1]}
165
.    endif
166
.  endif
167
168
# This variable is for dependencies lines, so you write:
169
# ${PHP_PKGNAMEPREFIX}foo:devel/php-foo@${PHP_FLAVOR}
170
PHP_FLAVOR=	php${PHP_VER}
113
171
172
# So, we have PHP flavors, set PHP_VER accordingly.
173
.  if ${FLAVOR:Mphp[0-9][0-9]}
174
PHP_VER=	${FLAVOR:S/^php//}
175
.  endif
176
177
# If lang/php is not installed, or if we have a php flavor but want a non
178
# default one, we need to overwrite those.
179
.  if empty(PHP_EXT_DIR) || empty(PHP_EXT_INC) || \
180
	(${FLAVOR:Mphp[0-9][0-9]} && ${FLAVOR} != ${FLAVORS:[1]})
114
# When adding a version, please keep the comment in
181
# When adding a version, please keep the comment in
115
# Mk/bsd.default-versions.mk in sync.
182
# Mk/bsd.default-versions.mk in sync.
116
PHP_VER?=	${DEFAULT_PHP_VER}
117
.    if ${PHP_VER} == 72
183
.    if ${PHP_VER} == 72
118
PHP_EXT_DIR=   20170718
184
PHP_EXT_DIR=   20170718
119
PHP_EXT_INC=    pcre spl
185
PHP_EXT_INC=    pcre spl
Lines 132-137 PHP_EXT_DIR= 20131226 Link Here
132
PHP_EXT_INC=	pcre spl
198
PHP_EXT_INC=	pcre spl
133
.    endif
199
.    endif
134
200
201
# Try to figure out what the PHP_EXT_DIR should be WRT the
202
# installed Apache port.
135
HTTPD?=		${LOCALBASE}/sbin/httpd
203
HTTPD?=		${LOCALBASE}/sbin/httpd
136
.    if exists(${HTTPD})
204
.    if exists(${HTTPD})
137
APACHE_THR!=	${HTTPD} -V | ${AWK} '/threaded/ {print $2}'
205
APACHE_THR!=	${HTTPD} -V | ${AWK} '/threaded/ {print $2}'
Lines 148-155 PHP_EXT_DIR:= ${PHP_EXT_DIR}-zts Link Here
148
PHP_EXT_DIR:=	${PHP_EXT_DIR}-debug
216
PHP_EXT_DIR:=	${PHP_EXT_DIR}-debug
149
.    endif
217
.    endif
150
PHP_SAPI?=	""
218
PHP_SAPI?=	""
151
.  endif	# .if exists(${PHPBASE}/etc/php.conf)
219
.  endif # empty(PHP_EXT_DIR) || empty(PHP_EXT_INC) || (${FLAVOR:Mphp[0-9][0-9]} && ${FLAVOR} != ${FLAVORS:[1]})
152
PHP_EXT_INC?=	""
220
221
# Set a few PKGNAME(PRE|SUF)FIX to be used in ports.
222
PHP_PKGNAMEPREFIX=	php${PHP_VER}-
223
PHP_PKGNAMESUFFIX=	-php${PHP_VER}
224
PECL_PKGNAMEPREFIX=	php${PHP_VER}-pecl-
153
225
154
.  if defined(IGNORE_WITH_PHP)
226
.  if defined(IGNORE_WITH_PHP)
155
.    for VER in ${IGNORE_WITH_PHP}
227
.    for VER in ${IGNORE_WITH_PHP}
Lines 220-226 BUILD_DEPENDS+= ${PHPBASE}/bin/phpize:${PHP_PORT} \ Link Here
220
GNU_CONFIGURE=	yes
292
GNU_CONFIGURE=	yes
221
CONFIGURE_ARGS+=--with-php-config=${PHPBASE}/bin/php-config
293
CONFIGURE_ARGS+=--with-php-config=${PHPBASE}/bin/php-config
222
294
223
configure-message: phpize-message do-phpize
295
_USES_configure+=	190:phpize-message 250:do-phpize
224
296
225
phpize-message:
297
phpize-message:
226
	@${ECHO_MSG} "===>  PHPizing for ${PKGNAME}"
298
	@${ECHO_MSG} "===>  PHPizing for ${PKGNAME}"
Lines 308-316 _USE_PHP_VER72= ${_USE_PHP_ALL} sodium Link Here
308
380
309
bcmath_DEPENDS=	math/php${PHP_VER}-bcmath
381
bcmath_DEPENDS=	math/php${PHP_VER}-bcmath
310
.    if ${PHP_VER} == 70 || ${PHP_VER} == 71 || ${PHP_VER} == 72
382
.    if ${PHP_VER} == 70 || ${PHP_VER} == 71 || ${PHP_VER} == 72
311
bitset_DEPENDS=	math/pecl-bitset
383
bitset_DEPENDS=	math/pecl-bitset@${PHP_FLAVOR}
312
.    else
384
.    else
313
bitset_DEPENDS=	math/pecl-bitset2
385
bitset_DEPENDS=	math/pecl-bitset2@${PHP_FLAVOR}
314
.    endif
386
.    endif
315
bz2_DEPENDS=	archivers/php${PHP_VER}-bz2
387
bz2_DEPENDS=	archivers/php${PHP_VER}-bz2
316
calendar_DEPENDS=	misc/php${PHP_VER}-calendar
388
calendar_DEPENDS=	misc/php${PHP_VER}-calendar
Lines 329-359 gettext_DEPENDS=devel/php${PHP_VER}-gettext Link Here
329
gmp_DEPENDS=	math/php${PHP_VER}-gmp
401
gmp_DEPENDS=	math/php${PHP_VER}-gmp
330
hash_DEPENDS=	security/php${PHP_VER}-hash
402
hash_DEPENDS=	security/php${PHP_VER}-hash
331
iconv_DEPENDS=	converters/php${PHP_VER}-iconv
403
iconv_DEPENDS=	converters/php${PHP_VER}-iconv
332
igbinary_DEPENDS=	converters/pecl-igbinary
404
igbinary_DEPENDS=	converters/pecl-igbinary@${PHP_FLAVOR}
333
imap_DEPENDS=	mail/php${PHP_VER}-imap
405
imap_DEPENDS=	mail/php${PHP_VER}-imap
334
interbase_DEPENDS=	databases/php${PHP_VER}-interbase
406
interbase_DEPENDS=	databases/php${PHP_VER}-interbase
335
.    if ${PHP_VER} == 70 || ${PHP_VER} == 71 || ${PHP_VER} == 72
407
.    if ${PHP_VER} == 70 || ${PHP_VER} == 71 || ${PHP_VER} == 72
336
intl_DEPENDS=	devel/php${PHP_VER}-intl
408
intl_DEPENDS=	devel/php${PHP_VER}-intl
337
.    else
409
.    else
338
intl_DEPENDS=	devel/pecl-intl
410
intl_DEPENDS=	devel/pecl-intl@${PHP_FLAVOR}
339
.    endif
411
.    endif
340
json_DEPENDS=	devel/php${PHP_VER}-json
412
json_DEPENDS=	devel/php${PHP_VER}-json
341
ldap_DEPENDS=	net/php${PHP_VER}-ldap
413
ldap_DEPENDS=	net/php${PHP_VER}-ldap
342
mbstring_DEPENDS=	converters/php${PHP_VER}-mbstring
414
mbstring_DEPENDS=	converters/php${PHP_VER}-mbstring
343
.    if ${PHP_VER} >= 72
415
.    if ${PHP_VER} >= 72
344
mcrypt_DEPENDS=	security/pecl-mcrypt
416
mcrypt_DEPENDS=	security/pecl-mcrypt@${PHP_FLAVOR}
345
.    else
417
.    else
346
mcrypt_DEPENDS=	security/php${PHP_VER}-mcrypt
418
mcrypt_DEPENDS=	security/php${PHP_VER}-mcrypt
347
.    endif
419
.    endif
348
.    if ${PHP_VER} >= 70
420
.    if ${PHP_VER} >= 70
349
memcache_DEPENDS=	databases/php${PHP_VER}-memcache
421
memcache_DEPENDS=	databases/php-memcache@${PHP_FLAVOR}
350
.    else
422
.    else
351
memcache_DEPENDS=	databases/pecl-memcache
423
memcache_DEPENDS=	databases/pecl-memcache@${PHP_FLAVOR}
352
.    endif
424
.    endif
353
.    if ${PHP_VER} >= 70
425
.    if ${PHP_VER} >= 70
354
memcached_DEPENDS=	databases/pecl-memcached
426
memcached_DEPENDS=	databases/pecl-memcached@${PHP_FLAVOR}
355
.    else
427
.    else
356
memcached_DEPENDS=	databases/pecl-memcached2
428
memcached_DEPENDS=	databases/pecl-memcached2@${PHP_FLAVOR}
357
.    endif
429
.    endif
358
mssql_DEPENDS=	databases/php${PHP_VER}-mssql
430
mssql_DEPENDS=	databases/php${PHP_VER}-mssql
359
mysql_DEPENDS=	databases/php${PHP_VER}-mysql
431
mysql_DEPENDS=	databases/php${PHP_VER}-mysql
Lines 364-370 oci8_DEPENDS= databases/php${PHP_VER}-oci8 Link Here
364
opcache_DEPENDS=	www/php${PHP_VER}-opcache
436
opcache_DEPENDS=	www/php${PHP_VER}-opcache
365
openssl_DEPENDS=security/php${PHP_VER}-openssl
437
openssl_DEPENDS=security/php${PHP_VER}-openssl
366
pcntl_DEPENDS=	devel/php${PHP_VER}-pcntl
438
pcntl_DEPENDS=	devel/php${PHP_VER}-pcntl
367
pdf_DEPENDS=	print/pecl-pdflib
439
pdf_DEPENDS=	print/pecl-pdflib@${PHP_FLAVOR}
368
pdo_DEPENDS=	databases/php${PHP_VER}-pdo
440
pdo_DEPENDS=	databases/php${PHP_VER}-pdo
369
pdo_dblib_DEPENDS=	databases/php${PHP_VER}-pdo_dblib
441
pdo_dblib_DEPENDS=	databases/php${PHP_VER}-pdo_dblib
370
pdo_firebird_DEPENDS=	databases/php${PHP_VER}-pdo_firebird
442
pdo_firebird_DEPENDS=	databases/php${PHP_VER}-pdo_firebird
Lines 376-385 pgsql_DEPENDS= databases/php${PHP_VER}-pgsql Link Here
376
phar_DEPENDS=	archivers/php${PHP_VER}-phar
448
phar_DEPENDS=	archivers/php${PHP_VER}-phar
377
posix_DEPENDS=	sysutils/php${PHP_VER}-posix
449
posix_DEPENDS=	sysutils/php${PHP_VER}-posix
378
pspell_DEPENDS=	textproc/php${PHP_VER}-pspell
450
pspell_DEPENDS=	textproc/php${PHP_VER}-pspell
379
radius_DEPENDS=	net/pecl-radius
451
radius_DEPENDS=	net/pecl-radius@${PHP_FLAVOR}
380
readline_DEPENDS=	devel/php${PHP_VER}-readline
452
readline_DEPENDS=	devel/php${PHP_VER}-readline
381
recode_DEPENDS=	converters/php${PHP_VER}-recode
453
recode_DEPENDS=	converters/php${PHP_VER}-recode
382
redis_DEPENDS=	databases/pecl-redis
454
redis_DEPENDS=	databases/pecl-redis@${PHP_FLAVOR}
383
session_DEPENDS=www/php${PHP_VER}-session
455
session_DEPENDS=www/php${PHP_VER}-session
384
shmop_DEPENDS=	devel/php${PHP_VER}-shmop
456
shmop_DEPENDS=	devel/php${PHP_VER}-shmop
385
simplexml_DEPENDS=	textproc/php${PHP_VER}-simplexml
457
simplexml_DEPENDS=	textproc/php${PHP_VER}-simplexml
(-)archivers/pear-File_Archive/Makefile (-5 / +5 lines)
Lines 8-15 CATEGORIES= archivers www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PEAR class to manipulate tar, gz, tgz, bz2, tbz, zip, ar (deb) files
9
COMMENT=	PEAR class to manipulate tar, gz, tgz, bz2, tbz, zip, ar (deb) files
10
10
11
BUILD_DEPENDS=	${PEARDIR}/MIME/Type.php:mail/pear-MIME_Type
11
BUILD_DEPENDS=	${PEARDIR}/MIME/Type.php:mail/pear-MIME_Type@${PHP_FLAVOR}
12
RUN_DEPENDS=	${PEARDIR}/MIME/Type.php:mail/pear-MIME_Type
12
RUN_DEPENDS=	${PEARDIR}/MIME/Type.php:mail/pear-MIME_Type@${PHP_FLAVOR}
13
13
14
USES=		pear php
14
USES=		pear php
15
NO_ARCH=	yes
15
NO_ARCH=	yes
Lines 22-29 PEAR_MAIL_DESC= PEAR::Mail support Link Here
22
PEAR_MAIL_MIME_DESC=	PEAR::Mail_Mime support
22
PEAR_MAIL_MIME_DESC=	PEAR::Mail_Mime support
23
PEAR_CACHE_LITE_DESC=	PEAR::Cache_Lite support
23
PEAR_CACHE_LITE_DESC=	PEAR::Cache_Lite support
24
24
25
PEAR_MAIL_RUN_DEPENDS=	${PEARDIR}/Mail.php:mail/pear-Mail
25
PEAR_MAIL_RUN_DEPENDS=	${PEARDIR}/Mail.php:mail/pear-Mail@${PHP_FLAVOR}
26
PEAR_MAIL_MIME_RUN_DEPENDS=	${PEARDIR}/Mail/mime.php:mail/pear-Mail_Mime
26
PEAR_MAIL_MIME_RUN_DEPENDS=	${PEARDIR}/Mail/mime.php:mail/pear-Mail_Mime@${PHP_FLAVOR}
27
PEAR_CACHE_LITE_RUN_DEPENDS+=	${PEARDIR}/Cache/Lite.php:sysutils/pear-Cache_Lite
27
PEAR_CACHE_LITE_RUN_DEPENDS+=	${PEARDIR}/Cache/Lite.php:sysutils/pear-Cache_Lite@${PHP_FLAVOR}
28
28
29
.include <bsd.port.mk>
29
.include <bsd.port.mk>
(-)archivers/pear-Horde_Compress/Makefile (-1 lines)
Lines 3-9 Link Here
3
PORTNAME=	Horde_Compress
3
PORTNAME=	Horde_Compress
4
PORTVERSION=	2.2.1
4
PORTVERSION=	2.2.1
5
CATEGORIES=	archivers www pear
5
CATEGORIES=	archivers www pear
6
PKGNAMEPREFIX=	pear-
7
6
8
MAINTAINER=	horde@FreeBSD.org
7
MAINTAINER=	horde@FreeBSD.org
9
COMMENT=	Horde Compression API
8
COMMENT=	Horde Compression API
(-)archivers/pear-Horde_Compress_Fast/Makefile (-1 lines)
Lines 3-9 Link Here
3
PORTNAME=	Horde_Compress_Fast
3
PORTNAME=	Horde_Compress_Fast
4
PORTVERSION=	1.1.1
4
PORTVERSION=	1.1.1
5
CATEGORIES=	archivers www pear
5
CATEGORIES=	archivers www pear
6
PKGNAMEPREFIX=	pear-
7
6
8
MAINTAINER=	horde@FreeBSD.org
7
MAINTAINER=	horde@FreeBSD.org
9
COMMENT=	Horde Fast Compression Library
8
COMMENT=	Horde Fast Compression Library
(-)archivers/pear-Horde_Pack/Makefile (-1 lines)
Lines 3-9 Link Here
3
PORTNAME=	Horde_Pack
3
PORTNAME=	Horde_Pack
4
PORTVERSION=	1.0.7
4
PORTVERSION=	1.0.7
5
CATEGORIES=	archivers www pear
5
CATEGORIES=	archivers www pear
6
PKGNAMEPREFIX=	pear-
7
6
8
MAINTAINER=	horde@FreeBSD.org
7
MAINTAINER=	horde@FreeBSD.org
9
COMMENT=	Horde Pack Utility
8
COMMENT=	Horde Pack Utility
(-)archivers/php-horde_lz4/Makefile (-1 / +1 lines)
Lines 5-11 PORTNAME= horde_lz4 Link Here
5
PORTVERSION=	1.0.10
5
PORTVERSION=	1.0.10
6
CATEGORIES=	archivers pear
6
CATEGORIES=	archivers pear
7
MASTER_SITES=	http://pear.horde.org/get/
7
MASTER_SITES=	http://pear.horde.org/get/
8
PKGNAMEPREFIX=	php-
8
PKGNAMEPREFIX=	${PECL_PKGNAMEPREFIX}
9
DIST_SUBDIR=	PECL
9
DIST_SUBDIR=	PECL
10
10
11
MAINTAINER=	mm@FreeBSD.org
11
MAINTAINER=	mm@FreeBSD.org
(-)archivers/php-snappy/Makefile (-1 / +1 lines)
Lines 4-10 Link Here
4
PORTNAME=	snappy
4
PORTNAME=	snappy
5
PORTVERSION=	0.1.9
5
PORTVERSION=	0.1.9
6
CATEGORIES=	archivers
6
CATEGORIES=	archivers
7
PKGNAMEPREFIX=	php-
7
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
8
8
9
MAINTAINER=	joneum@FreeBSD.org
9
MAINTAINER=	joneum@FreeBSD.org
10
COMMENT=	PHP extension for the snappy compression algorithm
10
COMMENT=	PHP extension for the snappy compression algorithm
(-)chinese/php-opencc/Makefile (-1 / +1 lines)
Lines 4-10 Link Here
4
PORTNAME=	opencc
4
PORTNAME=	opencc
5
PORTVERSION=	0.0.0.20161110
5
PORTVERSION=	0.0.0.20161110
6
CATEGORIES=	chinese
6
CATEGORIES=	chinese
7
PKGNAMEPREFIX=	php-
7
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
8
8
9
MAINTAINER=	gasol.wu@gmail.com
9
MAINTAINER=	gasol.wu@gmail.com
10
COMMENT=	OpenCC shared extension for php
10
COMMENT=	OpenCC shared extension for php
(-)chinese/phpbb-tw/Makefile (-2 / +2 lines)
Lines 12-21 DISTNAME= phpBB-tw-${PORTVERSION} Link Here
12
MAINTAINER=	ports@FreeBSD.org
12
MAINTAINER=	ports@FreeBSD.org
13
COMMENT=	The Traditional Chinese version of phpBB
13
COMMENT=	The Traditional Chinese version of phpBB
14
14
15
RUN_DEPENDS=	${LOCALBASE}/share/pear/System.php:devel/pear
15
RUN_DEPENDS=	${LOCALBASE}/share/pear/System.php:devel/pear@${PHP_FLAVOR}
16
16
17
CONFLICTS=	phpbb-[0-9]*
17
CONFLICTS=	phpbb-[0-9]*
18
USES=		dos2unix
18
USES=		dos2unix php
19
19
20
# Get HOSTNAME
20
# Get HOSTNAME
21
.if exists(/sbin/sysctl)
21
.if exists(/sbin/sysctl)
(-)converters/php5-bsdconv/Makefile (-1 / +1 lines)
Lines 5-11 PORTNAME= bsdconv Link Here
5
PORTVERSION=	11.3.0
5
PORTVERSION=	11.3.0
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	converters
7
CATEGORIES=	converters
8
PKGNAMEPREFIX=	php5-
8
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
9
9
10
MAINTAINER=	buganini@gmail.com
10
MAINTAINER=	buganini@gmail.com
11
COMMENT=	PHP wrapper for bsdconv
11
COMMENT=	PHP wrapper for bsdconv
(-)databases/Makefile (-4 / +2 lines)
Lines 608-613 Link Here
608
    SUBDIR += pguri
608
    SUBDIR += pguri
609
    SUBDIR += pgworksheet
609
    SUBDIR += pgworksheet
610
    SUBDIR += php-mdcached
610
    SUBDIR += php-mdcached
611
    SUBDIR += php-memcache
612
    SUBDIR += php-memcached
611
    SUBDIR += php-xapian
613
    SUBDIR += php-xapian
612
    SUBDIR += php5-pdo_cassandra
614
    SUBDIR += php5-pdo_cassandra
613
    SUBDIR += php5-tarantool
615
    SUBDIR += php5-tarantool
Lines 630-637 Link Here
630
    SUBDIR += php7-tarantool
632
    SUBDIR += php7-tarantool
631
    SUBDIR += php70-dba
633
    SUBDIR += php70-dba
632
    SUBDIR += php70-interbase
634
    SUBDIR += php70-interbase
633
    SUBDIR += php70-memcache
634
    SUBDIR += php70-memcached
635
    SUBDIR += php70-mysqli
635
    SUBDIR += php70-mysqli
636
    SUBDIR += php70-odbc
636
    SUBDIR += php70-odbc
637
    SUBDIR += php70-pdo
637
    SUBDIR += php70-pdo
Lines 645-651 Link Here
645
    SUBDIR += php70-sqlite3
645
    SUBDIR += php70-sqlite3
646
    SUBDIR += php71-dba
646
    SUBDIR += php71-dba
647
    SUBDIR += php71-interbase
647
    SUBDIR += php71-interbase
648
    SUBDIR += php71-memcache
649
    SUBDIR += php71-mysqli
648
    SUBDIR += php71-mysqli
650
    SUBDIR += php71-odbc
649
    SUBDIR += php71-odbc
651
    SUBDIR += php71-pdo
650
    SUBDIR += php71-pdo
Lines 659-665 Link Here
659
    SUBDIR += php71-sqlite3
658
    SUBDIR += php71-sqlite3
660
    SUBDIR += php72-dba
659
    SUBDIR += php72-dba
661
    SUBDIR += php72-interbase
660
    SUBDIR += php72-interbase
662
    SUBDIR += php72-memcache
663
    SUBDIR += php72-mysqli
661
    SUBDIR += php72-mysqli
664
    SUBDIR += php72-odbc
662
    SUBDIR += php72-odbc
665
    SUBDIR += php72-pdo
663
    SUBDIR += php72-pdo
(-)databases/pear-DB_DataObject/Makefile (-6 / +6 lines)
Lines 11-20 COMMENT= SQL Builder, Object Interface to Database Tables Link Here
11
LICENSE=	PHP301
11
LICENSE=	PHP301
12
LICENSE_FILE=	${WRKSRC}/docs/LICENCE.txt
12
LICENSE_FILE=	${WRKSRC}/docs/LICENCE.txt
13
13
14
BUILD_DEPENDS=	pear-DB>=1.7.0:databases/pear-DB \
14
BUILD_DEPENDS=	${PEAR_PKGNAMEPREFIX}DB>=1.7.0:databases/pear-DB@${PHP_FLAVOR} \
15
		pear-Date>=1.4.3:devel/pear-Date
15
		${PEAR_PKGNAMEPREFIX}Date>=1.4.3:devel/pear-Date@${PHP_FLAVOR}
16
RUN_DEPENDS=	pear-DB>=1.7.0:databases/pear-DB \
16
RUN_DEPENDS=	${PEAR_PKGNAMEPREFIX}DB>=1.7.0:databases/pear-DB@${PHP_FLAVOR} \
17
		pear-Date>=1.4.3:devel/pear-Date
17
		${PEAR_PKGNAMEPREFIX}Date>=1.4.3:devel/pear-Date@${PHP_FLAVOR}
18
18
19
USES=		pear
19
USES=		pear
20
20
Lines 23-29 OPTIONS_DEFINE= PEAR_MDB2 PEAR_VALIDATE Link Here
23
PEAR_MDB2_DESC=		PEAR::MDB2 support
23
PEAR_MDB2_DESC=		PEAR::MDB2 support
24
PEAR_VALIDATE_DESC=	PEAR::Validate support
24
PEAR_VALIDATE_DESC=	PEAR::Validate support
25
25
26
PEAR_MDB2_RUN_DEPENDS=	pear-MDB2>=2.3.0:databases/pear-MDB2
26
PEAR_MDB2_RUN_DEPENDS=	${PEAR_PKGNAMEPREFIX}MDB2>=2.3.0:databases/pear-MDB2@${PHP_FLAVOR}
27
PEAR_VALIDATE_RUN_DEPENDS=	pear-Validate>=0.1.1:devel/pear-Validate
27
PEAR_VALIDATE_RUN_DEPENDS=	${PEAR_PKGNAMEPREFIX}Validate>=0.1.1:devel/pear-Validate@${PHP_FLAVOR}
28
28
29
.include <bsd.port.mk>
29
.include <bsd.port.mk>
(-)databases/pear-DB_DataObject_FormBuilder/Makefile (-6 / +6 lines)
Lines 8-24 CATEGORIES= databases www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	Automatically build HTML_QuickForm objects using DB_DataObject
9
COMMENT=	Automatically build HTML_QuickForm objects using DB_DataObject
10
10
11
BUILD_DEPENDS=	${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm \
11
BUILD_DEPENDS=	${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm@${PHP_FLAVOR} \
12
		${PEARDIR}/DB/DataObject.php:databases/pear-DB_DataObject
12
		${PEARDIR}/DB/DataObject.php:databases/pear-DB_DataObject@${PHP_FLAVOR}
13
RUN_DEPENDS=	${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm \
13
RUN_DEPENDS=	${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm@${PHP_FLAVOR} \
14
		${PEARDIR}/DB/DataObject.php:databases/pear-DB_DataObject
14
		${PEARDIR}/DB/DataObject.php:databases/pear-DB_DataObject@${PHP_FLAVOR}
15
15
16
USES=		pear
16
USES=		pear
17
OPTIONS_DEFINE=	PEAR_DATE PEAR_HTML_TABLE
17
OPTIONS_DEFINE=	PEAR_DATE PEAR_HTML_TABLE
18
PEAR_DATE_DESC=	PEAR::Date support
18
PEAR_DATE_DESC=	PEAR::Date support
19
PEAR_HTML_TABLE_DESC=	PEAR::HTML_Table support
19
PEAR_HTML_TABLE_DESC=	PEAR::HTML_Table support
20
20
21
PEAR_DATE_RUN_DEPENDS=	${PEARDIR}/Date.php:devel/pear-Date
21
PEAR_DATE_RUN_DEPENDS=	${PEARDIR}/Date.php:devel/pear-Date@${PHP_FLAVOR}
22
PEAR_HTML_TABLE_RUN_DEPENDS=	${PEARDIR}/HTML/Table.php:devel/pear-HTML_Table
22
PEAR_HTML_TABLE_RUN_DEPENDS=	${PEARDIR}/HTML/Table.php:devel/pear-HTML_Table@${PHP_FLAVOR}
23
23
24
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)databases/pear-DB_Pager/Makefile (-2 / +2 lines)
Lines 10-17 COMMENT= PEAR Database Abstraction Layer Link Here
10
10
11
LICENSE=	GPLv3
11
LICENSE=	GPLv3
12
12
13
BUILD_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB
13
BUILD_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR}
14
RUN_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB
14
RUN_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR}
15
15
16
USES=	pear
16
USES=	pear
17
17
(-)databases/pear-DB_QueryTool/Makefile (-4 / +4 lines)
Lines 8-17 CATEGORIES= databases www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PEAR OO-interface for easily retrieving and modifying data in a DB
9
COMMENT=	PEAR OO-interface for easily retrieving and modifying data in a DB
10
10
11
BUILD_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB \
11
BUILD_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR} \
12
		${PEARDIR}/Log/null.php:sysutils/pear-Log
12
		${PEARDIR}/Log/null.php:sysutils/pear-Log@${PHP_FLAVOR}
13
RUN_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB \
13
RUN_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR} \
14
		${PEARDIR}/Log/null.php:sysutils/pear-Log
14
		${PEARDIR}/Log/null.php:sysutils/pear-Log@${PHP_FLAVOR}
15
15
16
USES=		pear
16
USES=		pear
17
17
(-)databases/pear-DB_Sqlite_Tools/Makefile (-4 / +4 lines)
Lines 8-17 CATEGORIES= databases www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	an object oriented interface to backup Sqlite databases
9
COMMENT=	an object oriented interface to backup Sqlite databases
10
10
11
BUILD_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB \
11
BUILD_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR} \
12
		${PEARDIR}/Log/null.php:sysutils/pear-Log
12
		${PEARDIR}/Log/null.php:sysutils/pear-Log@${PHP_FLAVOR}
13
RUN_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB \
13
RUN_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR} \
14
		${PEARDIR}/Log/null.php:sysutils/pear-Log
14
		${PEARDIR}/Log/null.php:sysutils/pear-Log@${PHP_FLAVOR}
15
15
16
USES=		pear
16
USES=		pear
17
17
(-)databases/pear-DB_Table/Makefile (-3 / +3 lines)
Lines 17-24 PEAR_HTML_QUICKFORM_DESC= PEAR::HTML_QuickForm support Link Here
17
PEAR_DB_DESC=	PEAR::DB support
17
PEAR_DB_DESC=	PEAR::DB support
18
PEAR_MDB2_DESC=	PEAR::MDB2 support
18
PEAR_MDB2_DESC=	PEAR::MDB2 support
19
19
20
PEAR_HTML_QUICKFORM_RUN_DEPENDS=	${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm
20
PEAR_HTML_QUICKFORM_RUN_DEPENDS=	${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm@${PHP_FLAVOR}
21
PEAR_DB_RUN_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB
21
PEAR_DB_RUN_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR}
22
PEAR_MDB2_RUN_DEPENDS=	${PEARDIR}/MDB2.php:databases/pear-MDB2
22
PEAR_MDB2_RUN_DEPENDS=	${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR}
23
23
24
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)databases/pear-DB_ldap/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= databases net pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PEAR DB compliant interface to LDAP servers
9
COMMENT=	PEAR DB compliant interface to LDAP servers
10
10
11
BUILD_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB
11
BUILD_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR}
12
RUN_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB
12
RUN_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR}
13
13
14
USES=		pear
14
USES=		pear
15
15
(-)databases/pear-DB_ldap2/Makefile (-2 / +2 lines)
Lines 9-16 CATEGORIES= databases net pear Link Here
9
MAINTAINER=	joneum@FreeBSD.org
9
MAINTAINER=	joneum@FreeBSD.org
10
COMMENT=	PEAR DB compliant interface to LDAP v2 and v3 database
10
COMMENT=	PEAR DB compliant interface to LDAP v2 and v3 database
11
11
12
BUILD_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB
12
BUILD_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR}
13
RUN_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB
13
RUN_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR}
14
14
15
USE_PHP=	ldap
15
USE_PHP=	ldap
16
USES=		pear php
16
USES=		pear php
(-)databases/pear-DoctrineCommon/Makefile (-3 lines)
Lines 11-19 COMMENT= Shared code for Doctrine PHP object relational mapper Link Here
11
11
12
LICENSE=	LGPL21
12
LICENSE=	LGPL21
13
13
14
BUILD_DEPENDS=	${PEARDIR}/.channels/pear.doctrine-project.org.reg:devel/pear-channel-doctrine
15
RUN_DEPENDS=	${PEARDIR}/.channels/pear.doctrine-project.org.reg:devel/pear-channel-doctrine
16
17
USES=	pear
14
USES=	pear
18
PEAR_CHANNEL=	doctrine
15
PEAR_CHANNEL=	doctrine
19
16
(-)databases/pear-DoctrineDBAL/Makefile (-4 / +2 lines)
Lines 11-20 COMMENT= Database abstraction layer used to power the ORM package Link Here
11
11
12
LICENSE=	LGPL21
12
LICENSE=	LGPL21
13
13
14
BUILD_DEPENDS=	${PEARDIR}/.channels/pear.doctrine-project.org.reg:devel/pear-channel-doctrine
14
RUN_DEPENDS=	${PEARDIR}/Doctrine/Common/Version.php:databases/pear-DoctrineCommon@${PHP_FLAVOR} \
15
RUN_DEPENDS=	${PEARDIR}/.channels/pear.doctrine-project.org.reg:devel/pear-channel-doctrine \
15
	${PEARDIR}/Symfony/Component/Console/Application.php:devel/pear-Symfony_Component_Console@${PHP_FLAVOR}
16
	${PEARDIR}/Doctrine/Common/Version.php:databases/pear-DoctrineCommon \
17
	${PEARDIR}/Symfony/Component/Console/Application.php:devel/pear-Symfony_Component_Console
18
16
19
OPTIONS_DEFINE=	DBLIB MYSQL ODBC PGSQL SQLITE
17
OPTIONS_DEFINE=	DBLIB MYSQL ODBC PGSQL SQLITE
20
OPTIONS_DEFAULT=MYSQL
18
OPTIONS_DEFAULT=MYSQL
(-)databases/pear-DoctrineORM/Makefile (-6 / +4 lines)
Lines 11-22 COMMENT= Primary package containing the Doctrine ORM Link Here
11
11
12
LICENSE=	LGPL21
12
LICENSE=	LGPL21
13
13
14
BUILD_DEPENDS=	${PEARDIR}/.channels/pear.doctrine-project.org.reg:devel/pear-channel-doctrine
14
RUN_DEPENDS=	${PEARDIR}/Doctrine/Common/Version.php:databases/pear-DoctrineCommon@${PHP_FLAVOR} \
15
RUN_DEPENDS=	${PEARDIR}/.channels/pear.doctrine-project.org.reg:devel/pear-channel-doctrine \
15
	${PEARDIR}/Doctrine/DBAL/Version.php:databases/pear-DoctrineDBAL@${PHP_FLAVOR} \
16
	${PEARDIR}/Doctrine/Common/Version.php:databases/pear-DoctrineCommon \
16
	${PEARDIR}/Symfony/Component/Console/Application.php:devel/pear-Symfony_Component_Console@${PHP_FLAVOR} \
17
	${PEARDIR}/Doctrine/DBAL/Version.php:databases/pear-DoctrineDBAL \
17
	${PEARDIR}/Symfony/Component/Yaml/Yaml.php:textproc/pear-Symfony_Component_Yaml@${PHP_FLAVOR}
18
	${PEARDIR}/Symfony/Component/Console/Application.php:devel/pear-Symfony_Component_Console \
19
	${PEARDIR}/Symfony/Component/Yaml/Yaml.php:textproc/pear-Symfony_Component_Yaml
20
18
21
USES=	pear
19
USES=	pear
22
PEAR_CHANNEL=	doctrine
20
PEAR_CHANNEL=	doctrine
(-)databases/pear-Horde_Db/Makefile (-1 lines)
Lines 3-9 Link Here
3
PORTNAME=	Horde_Db
3
PORTNAME=	Horde_Db
4
PORTVERSION=	2.4.0
4
PORTVERSION=	2.4.0
5
CATEGORIES=	databases www pear
5
CATEGORIES=	databases www pear
6
PKGNAMEPREFIX=	pear-
7
6
8
MAINTAINER=	horde@FreeBSD.org
7
MAINTAINER=	horde@FreeBSD.org
9
COMMENT=	Horde Database Libraries
8
COMMENT=	Horde Database Libraries
(-)databases/pear-Horde_HashTable/Makefile (-1 lines)
Lines 3-9 Link Here
3
PORTNAME=	Horde_HashTable
3
PORTNAME=	Horde_HashTable
4
PORTVERSION=	1.2.6
4
PORTVERSION=	1.2.6
5
CATEGORIES=	databases www pear
5
CATEGORIES=	databases www pear
6
PKGNAMEPREFIX=	pear-
7
6
8
MAINTAINER=	horde@FreeBSD.org
7
MAINTAINER=	horde@FreeBSD.org
9
COMMENT=	Horde Hash Table Interface
8
COMMENT=	Horde Hash Table Interface
(-)databases/pear-Horde_Mongo/Makefile (-2 lines)
Lines 3-14 Link Here
3
PORTNAME=	Horde_Mongo
3
PORTNAME=	Horde_Mongo
4
PORTVERSION=	1.1.0
4
PORTVERSION=	1.1.0
5
CATEGORIES=	databases www pear
5
CATEGORIES=	databases www pear
6
PKGNAMEPREFIX=	pear-
7
6
8
MAINTAINER=	horde@FreeBSD.org
7
MAINTAINER=	horde@FreeBSD.org
9
COMMENT=	Horde Mongo Configuration
8
COMMENT=	Horde Mongo Configuration
10
9
11
USES=	horde
10
USES=	horde
12
#RUN_DEPENDS=	${PHPBASE}/lib/php/${PHP_EXT_DIR}/mongo.so:databases/pecl-mongo
13
11
14
.include <bsd.port.mk>
12
.include <bsd.port.mk>
(-)databases/pear-MDB/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= databases www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PEAR unified API for DB access, based on user meta data
9
COMMENT=	PEAR unified API for DB access, based on user meta data
10
10
11
BUILD_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser
11
BUILD_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR}
12
RUN_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser
12
RUN_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR}
13
13
14
USES=		pear
14
USES=		pear
15
15
(-)databases/pear-MDB2_Driver_mysql/Makefile (-1 / +1 lines)
Lines 10-16 COMMENT= PEAR MySQL MDB2 driver Link Here
10
10
11
LICENSE=	BSD3CLAUSE
11
LICENSE=	BSD3CLAUSE
12
12
13
BUILD_DEPENDS=	pear-MDB2>=0:databases/pear-MDB2
13
BUILD_DEPENDS=	${PEAR_PKGNAMEPREFIX}MDB2>=0:databases/pear-MDB2@${PHP_FLAVOR}
14
RUN_DEPENDS:=	${BUILD_DEPENDS}
14
RUN_DEPENDS:=	${BUILD_DEPENDS}
15
15
16
NO_ARCH=	yes
16
NO_ARCH=	yes
(-)databases/pear-MDB2_Driver_mysqli/Makefile (-1 / +1 lines)
Lines 10-16 COMMENT= PEAR MySQL MDB2 driver Link Here
10
10
11
LICENSE=	BSD3CLAUSE
11
LICENSE=	BSD3CLAUSE
12
12
13
BUILD_DEPENDS=	pear-MDB2>=0:databases/pear-MDB2
13
BUILD_DEPENDS=	${PEAR_PKGNAMEPREFIX}MDB2>=0:databases/pear-MDB2@${PHP_FLAVOR}
14
RUN_DEPENDS:=	${BUILD_DEPENDS}
14
RUN_DEPENDS:=	${BUILD_DEPENDS}
15
15
16
NO_ARCH=	yes
16
NO_ARCH=	yes
(-)databases/pear-MDB2_Driver_pgsql/Makefile (-1 / +1 lines)
Lines 10-16 COMMENT= PEAR pgsql MDB2 driver Link Here
10
10
11
LICENSE=	BSD3CLAUSE
11
LICENSE=	BSD3CLAUSE
12
12
13
BUILD_DEPENDS=	pear-MDB2>=0:databases/pear-MDB2
13
BUILD_DEPENDS=	${PEAR_PKGNAMEPREFIX}MDB2>=0:databases/pear-MDB2@${PHP_FLAVOR}
14
RUN_DEPENDS:=	${BUILD_DEPENDS}
14
RUN_DEPENDS:=	${BUILD_DEPENDS}
15
15
16
NO_ARCH=	yes
16
NO_ARCH=	yes
(-)databases/pear-MDB2_Schema/Makefile (-8 / +8 lines)
Lines 8-21 CATEGORIES= databases www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PEAR XML based database schema manager
9
COMMENT=	PEAR XML based database schema manager
10
10
11
BUILD_DEPENDS=	${PEARDIR}/MDB2.php:databases/pear-MDB2 \
11
BUILD_DEPENDS=	${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR} \
12
		${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser \
12
		${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR} \
13
		${PEARDIR}/XML/DTD.php:textproc/pear-XML_DTD \
13
		${PEARDIR}/XML/DTD.php:textproc/pear-XML_DTD@${PHP_FLAVOR} \
14
		${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer
14
		${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer@${PHP_FLAVOR}
15
RUN_DEPENDS=	${PEARDIR}/MDB2.php:databases/pear-MDB2 \
15
RUN_DEPENDS=	${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR} \
16
		${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser \
16
		${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR} \
17
		${PEARDIR}/XML/DTD.php:textproc/pear-XML_DTD \
17
		${PEARDIR}/XML/DTD.php:textproc/pear-XML_DTD@${PHP_FLAVOR} \
18
		${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer
18
		${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer@${PHP_FLAVOR}
19
19
20
USES=	pear
20
USES=	pear
21
21
(-)databases/pear-MDB_QueryTool/Makefile (-4 / +4 lines)
Lines 8-17 CATEGORIES= databases www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PEAR OO-interface for easily retrieving and modifying data in a DB
9
COMMENT=	PEAR OO-interface for easily retrieving and modifying data in a DB
10
10
11
BUILD_DEPENDS=	${PEARDIR}/MDB.php:databases/pear-MDB \
11
BUILD_DEPENDS=	${PEARDIR}/MDB.php:databases/pear-MDB@${PHP_FLAVOR} \
12
		${PEARDIR}/Log/null.php:sysutils/pear-Log
12
		${PEARDIR}/Log/null.php:sysutils/pear-Log@${PHP_FLAVOR}
13
RUN_DEPENDS:=	${PEARDIR}/MDB.php:databases/pear-MDB \
13
RUN_DEPENDS:=	${PEARDIR}/MDB.php:databases/pear-MDB@${PHP_FLAVOR} \
14
		${PEARDIR}/Log/null.php:sysutils/pear-Log
14
		${PEARDIR}/Log/null.php:sysutils/pear-Log@${PHP_FLAVOR}
15
15
16
USES=		pear
16
USES=		pear
17
17
(-)databases/pear-Structures_DataGrid_DataSource_Array/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= databases www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	DataSource driver using arrays
9
COMMENT=	DataSource driver using arrays
10
10
11
BUILD_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid
11
BUILD_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR}
12
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid
12
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR}
13
13
14
USES=		pear
14
USES=		pear
15
15
(-)databases/pear-Structures_DataGrid_DataSource_CSV/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= databases www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	DataSource driver using CSV files
9
COMMENT=	DataSource driver using CSV files
10
10
11
BUILD_DEPENDS=	${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array
11
BUILD_DEPENDS=	${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array@${PHP_FLAVOR}
12
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array
12
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array@${PHP_FLAVOR}
13
13
14
USES=		pear
14
USES=		pear
15
15
(-)databases/pear-Structures_DataGrid_DataSource_DB/Makefile (-3 / +3 lines)
Lines 8-16 CATEGORIES= databases www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	DB datasource driver for pear-Structures_DataGrid
9
COMMENT=	DB datasource driver for pear-Structures_DataGrid
10
10
11
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \
11
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \
12
		${PEARDIR}/DB.php:databases/pear-DB \
12
		${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR} \
13
		${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array
13
		${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array@${PHP_FLAVOR}
14
14
15
USES=		pear
15
USES=		pear
16
16
(-)databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile (-4 / +4 lines)
Lines 8-17 CATEGORIES= databases www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	DataSource driver using PEAR::DB and an SQL query
9
COMMENT=	DataSource driver using PEAR::DB and an SQL query
10
10
11
BUILD_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \
11
BUILD_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \
12
		${PEARDIR}/DB.php:databases/pear-DB
12
		${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR}
13
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \
13
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \
14
		${PEARDIR}/DB.php:databases/pear-DB
14
		${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR}
15
15
16
USES=	pear
16
USES=	pear
17
USE_PHP=	mysql
17
USE_PHP=	mysql
(-)databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile (-4 / +4 lines)
Lines 8-17 CATEGORIES= databases www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	DataSource driver using PEAR::DB_Table
9
COMMENT=	DataSource driver using PEAR::DB_Table
10
10
11
BUILD_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \
11
BUILD_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \
12
		${PEARDIR}/DB/Table.php:databases/pear-DB_Table
12
		${PEARDIR}/DB/Table.php:databases/pear-DB_Table@${PHP_FLAVOR}
13
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \
13
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \
14
		${PEARDIR}/DB/Table.php:databases/pear-DB_Table
14
		${PEARDIR}/DB/Table.php:databases/pear-DB_Table@${PHP_FLAVOR}
15
15
16
USES=	pear
16
USES=	pear
17
USE_PHP=	mysql
17
USE_PHP=	mysql
(-)databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile (-4 / +4 lines)
Lines 8-17 CATEGORIES= databases www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	DataSource driver using PEAR::DB_DataObject
9
COMMENT=	DataSource driver using PEAR::DB_DataObject
10
10
11
BUILD_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \
11
BUILD_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \
12
		${PEARDIR}/DB/DataObject.php:databases/pear-DB_DataObject
12
		${PEARDIR}/DB/DataObject.php:databases/pear-DB_DataObject@${PHP_FLAVOR}
13
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \
13
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \
14
		${PEARDIR}/DB/DataObject.php:databases/pear-DB_DataObject
14
		${PEARDIR}/DB/DataObject.php:databases/pear-DB_DataObject@${PHP_FLAVOR}
15
15
16
USES=	pear
16
USES=	pear
17
USE_PHP=	mysql
17
USE_PHP=	mysql
(-)databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile (-4 / +4 lines)
Lines 8-17 CATEGORIES= databases www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	DataSource driver using PEAR::MDB2 and an SQL query
9
COMMENT=	DataSource driver using PEAR::MDB2 and an SQL query
10
10
11
BUILD_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \
11
BUILD_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \
12
		${PEARDIR}/MDB2.php:databases/pear-MDB2
12
		${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR}
13
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \
13
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \
14
		${PEARDIR}/MDB2.php:databases/pear-MDB2
14
		${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR}
15
15
16
USES=	pear
16
USES=	pear
17
USE_PHP=	mysql
17
USE_PHP=	mysql
(-)databases/pear-Structures_DataGrid_DataSource_PDO/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= databases www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	DataSource driver using PHP Data Objects (PDO) and an SQL query
9
COMMENT=	DataSource driver using PHP Data Objects (PDO) and an SQL query
10
10
11
BUILD_DEPENDS=	${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array
11
BUILD_DEPENDS=	${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array@${PHP_FLAVOR}
12
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array
12
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array@${PHP_FLAVOR}
13
13
14
USES=		pear
14
USES=		pear
15
15
(-)databases/pear-XML_Query2XML/Makefile (-4 / +4 lines)
Lines 8-15 CATEGORIES= databases pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PEAR class transform SQL queries into XML data
9
COMMENT=	PEAR class transform SQL queries into XML data
10
10
11
BUILD_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB
11
BUILD_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR}
12
RUN_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB
12
RUN_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR}
13
13
14
OPTIONS_DEFINE=	PEAR_MDB2 PEAR_NET_LDAP2
14
OPTIONS_DEFINE=	PEAR_MDB2 PEAR_NET_LDAP2
15
PEAR_MDB2_DESC=	Add support for pear-MDB2
15
PEAR_MDB2_DESC=	Add support for pear-MDB2
Lines 17-23 PEAR_NET_LDAP2_DESC= Add support for pear-Net_LDAP2 Link Here
17
17
18
USES=		pear
18
USES=		pear
19
19
20
PEAR_MDB2_BUILD_DEPENDS=	${PEARDIR}/MDB2.php:databases/pear-MDB2
20
PEAR_MDB2_BUILD_DEPENDS=	${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR}
21
PEAR_NET_LDAP2_BUILD_DEPENDS=	${PEARDIR}/Net/LDAP2.php:net/pear-Net_LDAP2
21
PEAR_NET_LDAP2_BUILD_DEPENDS=	${PEARDIR}/Net/LDAP2.php:net/pear-Net_LDAP2@${PHP_FLAVOR}
22
22
23
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)databases/pecl-memcached2/Makefile (-1 lines)
Lines 5-11 PORTNAME= memcached Link Here
5
PORTVERSION=	2.2.0
5
PORTVERSION=	2.2.0
6
PORTREVISION=	5
6
PORTREVISION=	5
7
CATEGORIES=	databases
7
CATEGORIES=	databases
8
PKGNAMESUFFIX=	2
9
8
10
MAINTAINER=	sunpoet@FreeBSD.org
9
MAINTAINER=	sunpoet@FreeBSD.org
11
COMMENT=	PHP extension for interfacing with memcached via libmemcached library
10
COMMENT=	PHP extension for interfacing with memcached via libmemcached library
(-)databases/pecl-rrd1/Makefile (-1 lines)
Lines 3-9 Link Here
3
PORTNAME=	rrd
3
PORTNAME=	rrd
4
DISTVERSION=	1.1.3
4
DISTVERSION=	1.1.3
5
CATEGORIES=	databases pear
5
CATEGORIES=	databases pear
6
PKGNAMESUFFIX=	1
7
6
8
MAINTAINER=	daniel@blodan.se
7
MAINTAINER=	daniel@blodan.se
9
COMMENT=	PHP bindings to rrd tool system
8
COMMENT=	PHP bindings to rrd tool system
(-)databases/php-mdcached/Makefile (-1 / +1 lines)
Lines 6-12 PORTVERSION= 1.0.9 Link Here
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	databases devel
7
CATEGORIES=	databases devel
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
9
PKGNAMEPREFIX=	php-
9
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
10
EXTRACT_SUFX=	.tgz
10
EXTRACT_SUFX=	.tgz
11
11
12
MAINTAINER=	ivoras@FreeBSD.org
12
MAINTAINER=	ivoras@FreeBSD.org
(-)databases/php-memcache/Makefile (+34 lines)
Added Link Here
1
# Created by: Gerrit Beine <tux@pinguru.net>
2
# $FreeBSD$
3
4
PORTNAME=	memcache
5
PORTVERSION=	3.0.9
6
CATEGORIES=	databases
7
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
8
9
MAINTAINER=	sunpoet@FreeBSD.org
10
COMMENT=	Memcached extension for PHP
11
12
LICENSE=	PHP30
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
15
OPTIONS_DEFINE=	EXAMPLES
16
17
PORTSCOUT=	skipv:start
18
19
CONFIGURE_ARGS=	--with-zlib-dir=/usr
20
IGNORE_WITH_PHP=56
21
USE_CSTD=	gnu89
22
USE_PHP=	session:build zlib:build
23
USES=		dos2unix php:ext
24
25
GH_ACCOUNT=	websupport-sk
26
GH_PROJECT=	pecl-${PORTNAME}
27
GH_TAGNAME=	e702b5f
28
USE_GITHUB=	yes
29
30
post-install-EXAMPLES-on:
31
	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
32
	${INSTALL_DATA} ${WRKSRC}/example.php ${STAGEDIR}${EXAMPLESDIR}/
33
34
.include <bsd.port.mk>
(-)databases/php-memcache/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1512806606
2
SHA256 (websupport-sk-pecl-memcache-3.0.9-e702b5f_GH0.tar.gz) = a7be1b96f4a57acb5808644c6e4b16bb03097ab46a97a576f02750627fcdf854
3
SIZE (websupport-sk-pecl-memcache-3.0.9-e702b5f_GH0.tar.gz) = 110689
(-)databases/php-memcache/pkg-descr (+8 lines)
Added Link Here
1
Memcached is a caching daemon designed especially for dynamic web applications
2
to decrease database load by storing objects in memory. This extension allows
3
you to work with memcached through handy OO and procedural interfaces.
4
5
Note that this port uses unofficial development from
6
https://github.com/websupport-sk/pecl-memcache (NON_BLOCKING_IO_php7 branch).
7
8
WWW: https://github.com/websupport-sk/pecl-memcache
(-)databases/php-memcache/pkg-plist (+1 lines)
Added Link Here
1
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.php
(-)databases/php-memcached/Makefile (+33 lines)
Added Link Here
1
# $FreeBSD$
2
3
PORTNAME=	memcached
4
PORTVERSION=	3.0.0b1
5
CATEGORIES=	databases
6
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
7
8
MAINTAINER=	townwear@gmail.com
9
COMMENT=	PHP extension for interfacing with memcached via libmemcached library
10
11
LICENSE=	PHP30
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
14
LIB_DEPENDS=	libmemcached.so:databases/libmemcached
15
16
OPTIONS_DEFINE=	SASL
17
18
CONFIGURE_ARGS=	--disable-memcached-sasl --enable-memcached-json --with-libmemcached-dir=${LOCALBASE}
19
USES=		pkgconfig php:ext
20
USE_PHP=	session:build json:build
21
IGNORE_WITH_PHP=56
22
23
USE_GITHUB=	yes
24
GH_ACCOUNT=	php-memcached-dev
25
GH_PROJECT=	php-memcached
26
GH_TAGNAME=	c032fba
27
28
PHP_MODNAME=	memcached
29
30
SASL_CONFIGURE_ENABLE=	memcached-sasl
31
SASL_LIB_DEPENDS=	libsasl2.so:security/cyrus-sasl2
32
33
.include <bsd.port.mk>
(-)databases/php-memcached/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1479968492
2
SHA256 (php-memcached-dev-php-memcached-3.0.0b1-c032fba_GH0.tar.gz) = 214354faaa002d52c4ce80a5e56e27b1c35bba48ff3afc3ef6d9f0630b7cf5c4
3
SIZE (php-memcached-dev-php-memcached-3.0.0b1-c032fba_GH0.tar.gz) = 82011
(-)databases/php-memcached/pkg-descr (+8 lines)
Added Link Here
1
memcached is a high-performance, distributed memory object caching
2
system, generic in nature, but intended for use in speeding up dynamic
3
web applications by alleviating database load.
4
5
This extension uses the libmemcached library to provide the API for
6
communicating with memcached servers.
7
8
WWW: https://pecl.php.net/package/memcached
(-)databases/php5-pdo_cassandra/Makefile (-1 / +1 lines)
Lines 5-11 PORTNAME= pdo_cassandra Link Here
5
PORTVERSION=	0.2.1
5
PORTVERSION=	0.2.1
6
PORTREVISION=	14
6
PORTREVISION=	14
7
CATEGORIES=	databases
7
CATEGORIES=	databases
8
PKGNAMEPREFIX=	php5-
8
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
9
9
10
MAINTAINER=	gasol.wu@gmail.com
10
MAINTAINER=	gasol.wu@gmail.com
11
COMMENT=	PDO driver for Apache Cassandra
11
COMMENT=	PDO driver for Apache Cassandra
(-)databases/php5-tarantool/Makefile (-1 / +1 lines)
Lines 5-11 PORTNAME= tarantool Link Here
5
PORTVERSION=	0.1.0
5
PORTVERSION=	0.1.0
6
PORTEPOCH=	1
6
PORTEPOCH=	1
7
CATEGORIES=	databases
7
CATEGORIES=	databases
8
PKGNAMEPREFIX=	php5-
8
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
9
9
10
MAINTAINER=	sunpoet@FreeBSD.org
10
MAINTAINER=	sunpoet@FreeBSD.org
11
COMMENT=	PECL PHP driver for Tarantool
11
COMMENT=	PECL PHP driver for Tarantool
(-)databases/php7-tarantool/Makefile (-1 / +1 lines)
Lines 5-11 PORTNAME= tarantool Link Here
5
PORTVERSION=	0.3.0
5
PORTVERSION=	0.3.0
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	databases
7
CATEGORIES=	databases
8
PKGNAMEPREFIX=	php7-
8
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
9
9
10
MAINTAINER=	sunpoet@FreeBSD.org
10
MAINTAINER=	sunpoet@FreeBSD.org
11
COMMENT=	PECL PHP driver for Tarantool
11
COMMENT=	PECL PHP driver for Tarantool
(-)databases/php70-memcache/Makefile (-35 lines)
Removed Link Here
1
# Created by: Gerrit Beine <tux@pinguru.net>
2
# $FreeBSD$
3
4
PORTNAME=	memcache
5
PORTVERSION=	3.0.9
6
CATEGORIES=	databases
7
PKGNAMEPREFIX=	php70-
8
9
MAINTAINER=	sunpoet@FreeBSD.org
10
COMMENT=	Memcached extension for PHP 7.0
11
12
LICENSE=	PHP30
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
15
OPTIONS_DEFINE=	EXAMPLES
16
17
PORTSCOUT=	skipv:start
18
19
CONFIGURE_ARGS=	--with-zlib-dir=/usr
20
IGNORE_WITH_PHP=56 71 72
21
PHP_VER=	70
22
USE_CSTD=	gnu89
23
USE_PHP=	session:build zlib:build
24
USES=		dos2unix php:ext
25
26
GH_ACCOUNT=	websupport-sk
27
GH_PROJECT=	pecl-${PORTNAME}
28
GH_TAGNAME=	e702b5f
29
USE_GITHUB=	yes
30
31
post-install-EXAMPLES-on:
32
	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
33
	${INSTALL_DATA} ${WRKSRC}/example.php ${STAGEDIR}${EXAMPLESDIR}/
34
35
.include <bsd.port.mk>
(-)databases/php70-memcache/distinfo (-3 lines)
Removed Link Here
1
TIMESTAMP = 1512806606
2
SHA256 (websupport-sk-pecl-memcache-3.0.9-e702b5f_GH0.tar.gz) = a7be1b96f4a57acb5808644c6e4b16bb03097ab46a97a576f02750627fcdf854
3
SIZE (websupport-sk-pecl-memcache-3.0.9-e702b5f_GH0.tar.gz) = 110689
(-)databases/php70-memcache/pkg-descr (-8 lines)
Removed Link Here
1
Memcached is a caching daemon designed especially for dynamic web applications
2
to decrease database load by storing objects in memory. This extension allows
3
you to work with memcached through handy OO and procedural interfaces.
4
5
Note that this port uses unofficial development from
6
https://github.com/websupport-sk/pecl-memcache (NON_BLOCKING_IO_php7 branch).
7
8
WWW: https://github.com/websupport-sk/pecl-memcache
(-)databases/php70-memcache/pkg-plist (-1 lines)
Removed Link Here
1
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.php
(-)databases/php70-memcached/Makefile (-34 lines)
Removed Link Here
1
# $FreeBSD$
2
3
PORTNAME=	memcached
4
PORTVERSION=	3.0.0b1
5
CATEGORIES=	databases
6
PKGNAMEPREFIX=	php70-
7
8
MAINTAINER=	townwear@gmail.com
9
COMMENT=	PHP extension for interfacing with memcached via libmemcached library
10
11
LICENSE=	PHP30
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
14
LIB_DEPENDS=	libmemcached.so:databases/libmemcached
15
16
OPTIONS_DEFINE=	SASL
17
18
CONFIGURE_ARGS=	--disable-memcached-sasl --enable-memcached-json --with-libmemcached-dir=${LOCALBASE}
19
USES=		pkgconfig php:ext
20
USE_PHP=	session:build json:build
21
PHP_VER=	70
22
IGNORE_WITH_PHP=56 71 72
23
24
USE_GITHUB=	yes
25
GH_ACCOUNT=	php-memcached-dev
26
GH_PROJECT=	php-memcached
27
GH_TAGNAME=	c032fba
28
29
PHP_MODNAME=	memcached
30
31
SASL_CONFIGURE_ENABLE=	memcached-sasl
32
SASL_LIB_DEPENDS=	libsasl2.so:security/cyrus-sasl2
33
34
.include <bsd.port.mk>
(-)databases/php70-memcached/distinfo (-3 lines)
Removed Link Here
1
TIMESTAMP = 1479968492
2
SHA256 (php-memcached-dev-php-memcached-3.0.0b1-c032fba_GH0.tar.gz) = 214354faaa002d52c4ce80a5e56e27b1c35bba48ff3afc3ef6d9f0630b7cf5c4
3
SIZE (php-memcached-dev-php-memcached-3.0.0b1-c032fba_GH0.tar.gz) = 82011
(-)databases/php70-memcached/pkg-descr (-8 lines)
Removed Link Here
1
memcached is a high-performance, distributed memory object caching
2
system, generic in nature, but intended for use in speeding up dynamic
3
web applications by alleviating database load.
4
5
This extension uses the libmemcached library to provide the API for
6
communicating with memcached servers.
7
8
WWW: https://pecl.php.net/package/memcached
(-)databases/php71-memcache/Makefile (-35 lines)
Removed Link Here
1
# Created by: Gerrit Beine <tux@pinguru.net>
2
# $FreeBSD$
3
4
PORTNAME=	memcache
5
PORTVERSION=	3.0.9
6
CATEGORIES=	databases
7
PKGNAMEPREFIX=	php71-
8
9
MAINTAINER=	sunpoet@FreeBSD.org
10
COMMENT=	Memcached extension for PHP 7.1
11
12
LICENSE=	PHP30
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
15
OPTIONS_DEFINE=	EXAMPLES
16
17
PORTSCOUT=	skipv:start
18
19
CONFIGURE_ARGS=	--with-zlib-dir=/usr
20
IGNORE_WITH_PHP=56 70 72
21
PHP_VER=	71
22
USE_CSTD=	gnu89
23
USE_PHP=	session:build zlib:build
24
USES=		dos2unix php:ext
25
26
GH_ACCOUNT=	websupport-sk
27
GH_PROJECT=	pecl-${PORTNAME}
28
GH_TAGNAME=	e702b5f
29
USE_GITHUB=	yes
30
31
post-install-EXAMPLES-on:
32
	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
33
	${INSTALL_DATA} ${WRKSRC}/example.php ${STAGEDIR}${EXAMPLESDIR}/
34
35
.include <bsd.port.mk>
(-)databases/php71-memcache/distinfo (-3 lines)
Removed Link Here
1
TIMESTAMP = 1512806606
2
SHA256 (websupport-sk-pecl-memcache-3.0.9-e702b5f_GH0.tar.gz) = a7be1b96f4a57acb5808644c6e4b16bb03097ab46a97a576f02750627fcdf854
3
SIZE (websupport-sk-pecl-memcache-3.0.9-e702b5f_GH0.tar.gz) = 110689
(-)databases/php71-memcache/pkg-descr (-8 lines)
Removed Link Here
1
Memcached is a caching daemon designed especially for dynamic web applications
2
to decrease database load by storing objects in memory. This extension allows
3
you to work with memcached through handy OO and procedural interfaces.
4
5
Note that this port uses unofficial development from
6
https://github.com/websupport-sk/pecl-memcache (NON_BLOCKING_IO_php7 branch).
7
8
WWW: https://github.com/websupport-sk/pecl-memcache
(-)databases/php71-memcache/pkg-plist (-1 lines)
Removed Link Here
1
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.php
(-)databases/php72-memcache/Makefile (-35 lines)
Removed Link Here
1
# Created by: Gerrit Beine <tux@pinguru.net>
2
# $FreeBSD$
3
4
PORTNAME=	memcache
5
PORTVERSION=	3.0.9
6
CATEGORIES=	databases
7
PKGNAMEPREFIX=	php72-
8
9
MAINTAINER=	sunpoet@FreeBSD.org
10
COMMENT=	Memcached extension for PHP 7.2
11
12
LICENSE=	PHP30
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
15
OPTIONS_DEFINE=	EXAMPLES
16
17
PORTSCOUT=	skipv:start
18
19
CONFIGURE_ARGS=	--with-zlib-dir=/usr
20
IGNORE_WITH_PHP=56 70 71
21
PHP_VER=	72
22
USE_CSTD=	gnu89
23
USE_PHP=	session:build zlib:build
24
USES=		dos2unix php:ext
25
26
GH_ACCOUNT=	websupport-sk
27
GH_PROJECT=	pecl-${PORTNAME}
28
GH_TAGNAME=	e702b5f
29
USE_GITHUB=	yes
30
31
post-install-EXAMPLES-on:
32
	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
33
	${INSTALL_DATA} ${WRKSRC}/example.php ${STAGEDIR}${EXAMPLESDIR}/
34
35
.include <bsd.port.mk>
(-)databases/php72-memcache/distinfo (-3 lines)
Removed Link Here
1
TIMESTAMP = 1512806606
2
SHA256 (websupport-sk-pecl-memcache-3.0.9-e702b5f_GH0.tar.gz) = a7be1b96f4a57acb5808644c6e4b16bb03097ab46a97a576f02750627fcdf854
3
SIZE (websupport-sk-pecl-memcache-3.0.9-e702b5f_GH0.tar.gz) = 110689
(-)databases/php72-memcache/pkg-descr (-8 lines)
Removed Link Here
1
Memcached is a caching daemon designed especially for dynamic web applications
2
to decrease database load by storing objects in memory. This extension allows
3
you to work with memcached through handy OO and procedural interfaces.
4
5
Note that this port uses unofficial development from
6
https://github.com/websupport-sk/pecl-memcache (NON_BLOCKING_IO_php7 branch).
7
8
WWW: https://github.com/websupport-sk/pecl-memcache
(-)databases/php72-memcache/pkg-plist (-1 lines)
Removed Link Here
1
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.php
(-)deskutils/egroupware/Makefile (-9 / +9 lines)
Lines 13-27 COMMENT= Web-based GroupWare system Link Here
13
LICENSE=	GPLv2
13
LICENSE=	GPLv2
14
LICENSE_FILE=	${WRKDIR}/${PORTNAME:tl}/doc/LICENSE
14
LICENSE_FILE=	${WRKDIR}/${PORTNAME:tl}/doc/LICENSE
15
15
16
RUN_DEPENDS=	${LOCALBASE}/share/pear/Net/Sieve.php:net/pear-Net_Sieve \
16
RUN_DEPENDS=	${LOCALBASE}/share/pear/Net/Sieve.php:net/pear-Net_Sieve@${PHP_FLAVOR} \
17
		${LOCALBASE}/share/pear/Horde/Imap/Client.php:mail/pear-Horde_Imap_Client \
17
		${LOCALBASE}/share/pear/Horde/Imap/Client.php:mail/pear-Horde_Imap_Client@${PHP_FLAVOR} \
18
		${LOCALBASE}/share/pear/Horde/Nls.php:devel/pear-Horde_Nls \
18
		${LOCALBASE}/share/pear/Horde/Nls.php:devel/pear-Horde_Nls@${PHP_FLAVOR} \
19
		${LOCALBASE}/share/pear/Horde/Mail/Transport.php:mail/pear-Horde_Mail \
19
		${LOCALBASE}/share/pear/Horde/Mail/Transport.php:mail/pear-Horde_Mail@${PHP_FLAVOR} \
20
		${LOCALBASE}/share/pear/Horde/Smtp.php:mail/pear-Horde_Smtp \
20
		${LOCALBASE}/share/pear/Horde/Smtp.php:mail/pear-Horde_Smtp@${PHP_FLAVOR} \
21
		${LOCALBASE}/share/pear/Horde/Compress.php:archivers/pear-Horde_Compress \
21
		${LOCALBASE}/share/pear/Horde/Compress.php:archivers/pear-Horde_Compress@${PHP_FLAVOR} \
22
		${LOCALBASE}/share/pear/Horde/Icalendar.php:devel/pear-Horde_Icalendar \
22
		${LOCALBASE}/share/pear/Horde/Icalendar.php:devel/pear-Horde_Icalendar@${PHP_FLAVOR} \
23
		${LOCALBASE}/share/pear/Horde/Mapi.php:mail/pear-Horde_Mapi \
23
		${LOCALBASE}/share/pear/Horde/Mapi.php:mail/pear-Horde_Mapi@${PHP_FLAVOR} \
24
		${LOCALBASE}/share/pear/Horde/Crypt.php:security/pear-Horde_Crypt
24
		${LOCALBASE}/share/pear/Horde/Crypt.php:security/pear-Horde_Crypt@${PHP_FLAVOR}
25
25
26
USES=		cpe php tar:bzip2
26
USES=		cpe php tar:bzip2
27
USE_PHP=	bcmath bz2 ctype json session simplexml tidy xmlreader zlib
27
USE_PHP=	bcmath bz2 ctype json session simplexml tidy xmlreader zlib
(-)deskutils/horde-groupware/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
PORTNAME=	groupware
3
PORTNAME=	groupware
4
PORTVERSION=	5.2.22
4
PORTVERSION=	5.2.22
5
CATEGORIES=	deskutils www pear
5
CATEGORIES=	deskutils www pear
6
PKGNAMEPREFIX=	horde-
6
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}horde-
7
7
8
MAINTAINER=	horde@FreeBSD.org
8
MAINTAINER=	horde@FreeBSD.org
9
COMMENT=	Horde Groupware
9
COMMENT=	Horde Groupware
(-)deskutils/horde-kronolith/Makefile (-3 / +3 lines)
Lines 4-10 Link Here
4
PORTNAME=	kronolith
4
PORTNAME=	kronolith
5
PORTVERSION=	4.2.23
5
PORTVERSION=	4.2.23
6
CATEGORIES=	deskutils www pear
6
CATEGORIES=	deskutils www pear
7
PKGNAMEPREFIX=	horde-
7
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}horde-
8
8
9
MAINTAINER=	horde@FreeBSD.org
9
MAINTAINER=	horde@FreeBSD.org
10
COMMENT=	Horde web based calendar
10
COMMENT=	Horde web based calendar
Lines 54-62 USE_HORDE_RUN= Horde_Role \ Link Here
54
		Horde_Util \
54
		Horde_Util \
55
		Horde_View
55
		Horde_View
56
56
57
RUN_DEPENDS+=	${PEARDIR}/Date.php:devel/pear-Date
57
RUN_DEPENDS+=	${PEARDIR}/Date.php:devel/pear-Date@${PHP_FLAVOR}
58
58
59
DATE_HOLIDAYS_RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
59
DATE_HOLIDAYS_RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
60
60
61
TIMEOBJECTS_USE=	HORDE_RUN=timeobjects
61
TIMEOBJECTS_USE=	HORDE_RUN=timeobjects
62
XMLWRITER_USE=	PHP=xmlwriter
62
XMLWRITER_USE=	PHP=xmlwriter
(-)deskutils/horde-mnemo/Makefile (-1 / +1 lines)
Lines 4-10 PORTNAME= mnemo Link Here
4
PORTVERSION=	4.2.14
4
PORTVERSION=	4.2.14
5
PORTREVISION=	1
5
PORTREVISION=	1
6
CATEGORIES=	deskutils www pear
6
CATEGORIES=	deskutils www pear
7
PKGNAMEPREFIX=	horde-
7
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}horde-
8
8
9
MAINTAINER=	horde@FreeBSD.org
9
MAINTAINER=	horde@FreeBSD.org
10
COMMENT=	Horde web based notes manager
10
COMMENT=	Horde web based notes manager
(-)deskutils/horde-nag/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
PORTNAME=	nag
3
PORTNAME=	nag
4
PORTVERSION=	4.2.17
4
PORTVERSION=	4.2.17
5
CATEGORIES=	deskutils www pear
5
CATEGORIES=	deskutils www pear
6
PKGNAMEPREFIX=	horde-
6
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}horde-
7
7
8
MAINTAINER=	horde@FreeBSD.org
8
MAINTAINER=	horde@FreeBSD.org
9
COMMENT=	Horde web based task list manager
9
COMMENT=	Horde web based task list manager
(-)devel/gitphp/Makefile (-1 / +1 lines)
Lines 19-25 NO_BUILD= yes Link Here
19
PLIST_SUB=	WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
19
PLIST_SUB=	WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
20
SUB_FILES=	pkg-message
20
SUB_FILES=	pkg-message
21
21
22
RUN_DEPENDS+=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xdiff.so:textproc/pecl-xdiff
22
RUN_DEPENDS+=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xdiff.so:textproc/pecl-xdiff@${PHP_FLAVOR}
23
23
24
do-install:
24
do-install:
25
	${MKDIR} ${STAGEDIR}${WWWDIR}
25
	${MKDIR} ${STAGEDIR}${WWWDIR}
(-)devel/horde-content/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
PORTNAME=	content
3
PORTNAME=	content
4
PORTVERSION=	2.0.6
4
PORTVERSION=	2.0.6
5
CATEGORIES=	devel www pear
5
CATEGORIES=	devel www pear
6
PKGNAMEPREFIX=	horde-
6
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}horde-
7
7
8
MAINTAINER=	horde@FreeBSD.org
8
MAINTAINER=	horde@FreeBSD.org
9
COMMENT=	Horde tagging application
9
COMMENT=	Horde tagging application
(-)devel/horde-timeobjects/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
PORTNAME=	timeobjects
3
PORTNAME=	timeobjects
4
PORTVERSION=	2.1.4
4
PORTVERSION=	2.1.4
5
CATEGORIES=	devel www pear
5
CATEGORIES=	devel www pear
6
PKGNAMEPREFIX=	horde-
6
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}horde-
7
7
8
MAINTAINER=	horde@FreeBSD.org
8
MAINTAINER=	horde@FreeBSD.org
9
COMMENT=	Horde timeobjects application
9
COMMENT=	Horde timeobjects application
(-)devel/horde-whups/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
PORTNAME=	whups
3
PORTNAME=	whups
4
DISTVERSION=	3.0.12
4
DISTVERSION=	3.0.12
5
CATEGORIES=	devel www pear
5
CATEGORIES=	devel www pear
6
PKGNAMEPREFIX=	horde-
6
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}horde-
7
7
8
MAINTAINER=	horde@FreeBSD.org
8
MAINTAINER=	horde@FreeBSD.org
9
COMMENT=	Horde bug tracking/ticketing system
9
COMMENT=	Horde bug tracking/ticketing system
(-)devel/pear-Config/Makefile (-2 / +2 lines)
Lines 14-20 PEAR_XML_UTIL_DESC= PEAR::XML_Util support Link Here
14
14
15
USES=		pear
15
USES=		pear
16
16
17
PEAR_XML_PARSER_RUN_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser
17
PEAR_XML_PARSER_RUN_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR}
18
PEAR_XML_UTIL_RUN_DEPENDS=	${PEARDIR}/XML/Util.php:devel/pear-XML_Util
18
PEAR_XML_UTIL_RUN_DEPENDS=	${PEARDIR}/XML/Util.php:devel/pear-XML_Util@${PHP_FLAVOR}
19
19
20
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)devel/pear-Date_Holidays/Makefile (-5 / +5 lines)
Lines 8-23 CATEGORIES= devel www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PEAR driver based class to calculate holidays
9
COMMENT=	PEAR driver based class to calculate holidays
10
10
11
BUILD_DEPENDS=	${PEARDIR}/Date.php:devel/pear-Date \
11
BUILD_DEPENDS=	${PEARDIR}/Date.php:devel/pear-Date@${PHP_FLAVOR} \
12
		${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer
12
		${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer@${PHP_FLAVOR}
13
RUN_DEPENDS=	${PEARDIR}/Date.php:devel/pear-Date \
13
RUN_DEPENDS=	${PEARDIR}/Date.php:devel/pear-Date@${PHP_FLAVOR} \
14
		${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer
14
		${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer@${PHP_FLAVOR}
15
15
16
USES=		pear
16
USES=		pear
17
17
18
OPTIONS_DEFINE=	PEAR_CONSOLE_GETARGS
18
OPTIONS_DEFINE=	PEAR_CONSOLE_GETARGS
19
PEAR_CONSOLE_GETARGS_DESC=	Console::Getargs support
19
PEAR_CONSOLE_GETARGS_DESC=	Console::Getargs support
20
20
21
PEAR_CONSOLE_GETARGS_BUILD_DEPENDS=${PEARDIR}/Console/Getargs.php:devel/pear-Console_Getargs
21
PEAR_CONSOLE_GETARGS_BUILD_DEPENDS=${PEARDIR}/Console/Getargs.php:devel/pear-Console_Getargs@${PHP_FLAVOR}
22
22
23
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)devel/pear-Date_Holidays_Austria/Makefile (-2 / +2 lines)
Lines 9-16 COMMENT= Driver based class to calculate holidays in Austria Link Here
9
9
10
LICENSE=	PHP301
10
LICENSE=	PHP301
11
11
12
BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
12
BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
13
RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
13
RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
14
14
15
USES=		pear
15
USES=		pear
16
NO_ARCH=	yes
16
NO_ARCH=	yes
(-)devel/pear-Date_Holidays_Brazil/Makefile (-2 / +2 lines)
Lines 7-14 CATEGORIES= devel www pear Link Here
7
MAINTAINER=	joneum@FreeBSD.org
7
MAINTAINER=	joneum@FreeBSD.org
8
COMMENT=	Driver based class to calculate holidays in Brazil
8
COMMENT=	Driver based class to calculate holidays in Brazil
9
9
10
BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
10
BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
11
RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
11
RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
12
12
13
USES=		pear
13
USES=		pear
14
14
(-)devel/pear-Date_Holidays_Denmark/Makefile (-2 / +2 lines)
Lines 7-14 CATEGORIES= devel www pear Link Here
7
MAINTAINER=	joneum@FreeBSD.org
7
MAINTAINER=	joneum@FreeBSD.org
8
COMMENT=	Driver based class to calculate holidays in Denmark
8
COMMENT=	Driver based class to calculate holidays in Denmark
9
9
10
BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
10
BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
11
RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
11
RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
12
12
13
USES=		pear
13
USES=		pear
14
14
(-)devel/pear-Date_Holidays_Discordian/Makefile (-2 / +2 lines)
Lines 7-14 CATEGORIES= devel www pear Link Here
7
MAINTAINER=	joneum@FreeBSD.org
7
MAINTAINER=	joneum@FreeBSD.org
8
COMMENT=	Driver based class to calculate Discordian holidays
8
COMMENT=	Driver based class to calculate Discordian holidays
9
9
10
BUILD_DEPENDS=  ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
10
BUILD_DEPENDS=  ${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
11
RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
11
RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
12
12
13
USES=		pear
13
USES=		pear
14
14
(-)devel/pear-Date_Holidays_EnglandWales/Makefile (-2 / +2 lines)
Lines 7-14 CATEGORIES= devel www pear Link Here
7
MAINTAINER=	joneum@FreeBSD.org
7
MAINTAINER=	joneum@FreeBSD.org
8
COMMENT=	Driver based class to calculate holidays in England and Wales
8
COMMENT=	Driver based class to calculate holidays in England and Wales
9
9
10
BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
10
BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
11
RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
11
RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
12
12
13
USES=		pear
13
USES=		pear
14
14
(-)devel/pear-Date_Holidays_Germany/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= devel www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	Driver based class to calculate holidays in Germany
9
COMMENT=	Driver based class to calculate holidays in Germany
10
10
11
BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
11
BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
12
RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
12
RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
13
13
14
USES=		pear
14
USES=		pear
15
15
(-)devel/pear-Date_Holidays_Iceland/Makefile (-2 / +2 lines)
Lines 7-14 CATEGORIES= devel www pear Link Here
7
MAINTAINER=	joneum@FreeBSD.org
7
MAINTAINER=	joneum@FreeBSD.org
8
COMMENT=	Driver based class to calculate holidays in Iceland
8
COMMENT=	Driver based class to calculate holidays in Iceland
9
9
10
BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
10
BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
11
RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
11
RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
12
12
13
USES=		pear
13
USES=		pear
14
14
(-)devel/pear-Date_Holidays_Ireland/Makefile (-2 / +2 lines)
Lines 7-14 CATEGORIES= devel www pear Link Here
7
MAINTAINER=	joneum@FreeBSD.org
7
MAINTAINER=	joneum@FreeBSD.org
8
COMMENT=	Driver based class to calculate holidays in Ireland
8
COMMENT=	Driver based class to calculate holidays in Ireland
9
9
10
BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
10
BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
11
RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
11
RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
12
12
13
USES=		pear
13
USES=		pear
14
14
(-)devel/pear-Date_Holidays_Italy/Makefile (-2 / +2 lines)
Lines 7-14 CATEGORIES= devel www pear Link Here
7
MAINTAINER=	joneum@FreeBSD.org
7
MAINTAINER=	joneum@FreeBSD.org
8
COMMENT=	Driver based class to calculate holidays in Italy
8
COMMENT=	Driver based class to calculate holidays in Italy
9
9
10
BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
10
BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
11
RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
11
RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
12
12
13
USES=		pear
13
USES=		pear
14
14
(-)devel/pear-Date_Holidays_Japan/Makefile (-2 / +2 lines)
Lines 7-14 CATEGORIES= devel www pear Link Here
7
MAINTAINER=	joneum@FreeBSD.org
7
MAINTAINER=	joneum@FreeBSD.org
8
COMMENT=	Driver based class to calculate holidays in Japan
8
COMMENT=	Driver based class to calculate holidays in Japan
9
9
10
BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
10
BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
11
RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
11
RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
12
12
13
USES=		pear
13
USES=		pear
14
14
(-)devel/pear-Date_Holidays_Netherlands/Makefile (-2 / +2 lines)
Lines 7-14 CATEGORIES= devel www pear Link Here
7
MAINTAINER=	joneum@FreeBSD.org
7
MAINTAINER=	joneum@FreeBSD.org
8
COMMENT=	Driver based class to calculate holidays in the Netherlands
8
COMMENT=	Driver based class to calculate holidays in the Netherlands
9
9
10
BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
10
BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
11
RUN_DEPENDS:=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
11
RUN_DEPENDS:=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
12
12
13
USES=		pear
13
USES=		pear
14
14
(-)devel/pear-Date_Holidays_Norway/Makefile (-2 / +2 lines)
Lines 7-14 CATEGORIES= devel www pear Link Here
7
MAINTAINER=	joneum@FreeBSD.org
7
MAINTAINER=	joneum@FreeBSD.org
8
COMMENT=	Driver based class to calculate holidays in Norway
8
COMMENT=	Driver based class to calculate holidays in Norway
9
9
10
BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
10
BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
11
RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
11
RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
12
12
13
USES=		pear
13
USES=		pear
14
14
(-)devel/pear-Date_Holidays_PHPdotNet/Makefile (-2 / +2 lines)
Lines 7-14 CATEGORIES= devel www pear Link Here
7
MAINTAINER=	joneum@FreeBSD.org
7
MAINTAINER=	joneum@FreeBSD.org
8
COMMENT=	Driver based class to calculate birthdays of members of PHP.net
8
COMMENT=	Driver based class to calculate birthdays of members of PHP.net
9
9
10
BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
10
BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
11
RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
11
RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
12
12
13
USES=		pear
13
USES=		pear
14
14
(-)devel/pear-Date_Holidays_Romania/Makefile (-2 / +2 lines)
Lines 7-14 CATEGORIES= devel www pear Link Here
7
MAINTAINER=	joneum@FreeBSD.org
7
MAINTAINER=	joneum@FreeBSD.org
8
COMMENT=	Driver based class to calculate holidays in Romania
8
COMMENT=	Driver based class to calculate holidays in Romania
9
9
10
BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
10
BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
11
RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
11
RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
12
12
13
USES=		pear
13
USES=		pear
14
14
(-)devel/pear-Date_Holidays_Slovenia/Makefile (-2 / +2 lines)
Lines 7-14 CATEGORIES= devel www pear Link Here
7
MAINTAINER=	joneum@FreeBSD.org
7
MAINTAINER=	joneum@FreeBSD.org
8
COMMENT=	Driver based class to calculate holidays in Slovenia
8
COMMENT=	Driver based class to calculate holidays in Slovenia
9
9
10
BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
10
BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
11
RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
11
RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
12
12
13
USES=		pear
13
USES=		pear
14
14
(-)devel/pear-Date_Holidays_Sweden/Makefile (-2 / +2 lines)
Lines 7-14 CATEGORIES= devel www pear Link Here
7
MAINTAINER=	joneum@FreeBSD.org
7
MAINTAINER=	joneum@FreeBSD.org
8
COMMENT=	Driver based class to calculate holidays in Sweden
8
COMMENT=	Driver based class to calculate holidays in Sweden
9
9
10
BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
10
BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
11
RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
11
RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
12
12
13
USES=		pear
13
USES=		pear
14
14
(-)devel/pear-Date_Holidays_UNO/Makefile (-2 / +2 lines)
Lines 7-14 CATEGORIES= devel www pear Link Here
7
MAINTAINER=	joneum@FreeBSD.org
7
MAINTAINER=	joneum@FreeBSD.org
8
COMMENT=	Driver based class to calculate holidays in the UNO
8
COMMENT=	Driver based class to calculate holidays in the UNO
9
9
10
BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
10
BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
11
RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
11
RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
12
12
13
USES=		pear
13
USES=		pear
14
14
(-)devel/pear-Date_Holidays_USA/Makefile (-2 / +2 lines)
Lines 7-14 CATEGORIES= devel www pear Link Here
7
MAINTAINER=	joneum@FreeBSD.org
7
MAINTAINER=	joneum@FreeBSD.org
8
COMMENT=	Driver based class to calculate holidays in the USA
8
COMMENT=	Driver based class to calculate holidays in the USA
9
9
10
BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
10
BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
11
BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
11
BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
12
12
13
USES=		pear
13
USES=		pear
14
14
(-)devel/pear-Date_Holidays_Ukraine/Makefile (-2 / +2 lines)
Lines 7-14 CATEGORIES= devel www pear Link Here
7
MAINTAINER=	joneum@FreeBSD.org
7
MAINTAINER=	joneum@FreeBSD.org
8
COMMENT=	Driver based class to calculate holidays in the Ukraine
8
COMMENT=	Driver based class to calculate holidays in the Ukraine
9
9
10
BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
10
BUILD_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
11
RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays
11
RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
12
12
13
USES=		pear
13
USES=		pear
14
14
(-)devel/pear-FSM/Makefile (-1 / +1 lines)
Lines 13-18 PEAR_GRAPGHVIZ_DESC= PEAR::GraphViz support Link Here
13
13
14
USES=		pear
14
USES=		pear
15
15
16
PEAR_GRAPGHVIZ_RUN_DEPENDS=	${PEARDIR}/GraphViz.php:graphics/pear-Image_GraphViz
16
PEAR_GRAPGHVIZ_RUN_DEPENDS=	${PEARDIR}/GraphViz.php:graphics/pear-Image_GraphViz@${PHP_FLAVOR}
17
17
18
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)devel/pear-File_Iterator/Makefile (-4 / +3 lines)
Lines 4-10 Link Here
4
PORTNAME=	File_Iterator
4
PORTNAME=	File_Iterator
5
DISTVERSION=	1.4.5
5
DISTVERSION=	1.4.5
6
CATEGORIES=	devel www pear
6
CATEGORIES=	devel www pear
7
PKGNAMEPREFIX=	pear-
7
PKGNAMEPREFIX=	${PEAR_PKGNAMEPREFIX}
8
8
9
MAINTAINER=	joneum@FreeBSD.org
9
MAINTAINER=	joneum@FreeBSD.org
10
COMMENT=	PEAR FileIterator implementation
10
COMMENT=	PEAR FileIterator implementation
Lines 12-20 COMMENT= PEAR FileIterator implementation Link Here
12
LICENSE=	BSD3CLAUSE
12
LICENSE=	BSD3CLAUSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
14
15
BUILD_DEPENDS=	pear-channel-phpunit>=20110327:devel/pear-channel-phpunit
15
USES=	pear:env
16
RUN_DEPENDS=	pear-channel-phpunit>=20110327:devel/pear-channel-phpunit
16
PEAR_CHANNEL=	phpunit
17
18
USE_GITHUB=	yes
17
USE_GITHUB=	yes
19
GH_ACCOUNT=	sebastianbergmann
18
GH_ACCOUNT=	sebastianbergmann
20
GH_PROJECT=	php-file-iterator
19
GH_PROJECT=	php-file-iterator
(-)devel/pear-HTML_BBCodeParser/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= devel www pear Link Here
8
MAINTAINER=	lewiz@compsoc.man.ac.uk
8
MAINTAINER=	lewiz@compsoc.man.ac.uk
9
COMMENT=	Parser to replace UBB style tags with their HTML equivalents
9
COMMENT=	Parser to replace UBB style tags with their HTML equivalents
10
10
11
BUILD_DEPENDS=	${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common
11
BUILD_DEPENDS=	${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR}
12
RUN_DEPENDS=	${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common
12
RUN_DEPENDS=	${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR}
13
13
14
USES=	pear
14
USES=	pear
15
15
(-)devel/pear-HTML_CSS/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= devel www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PEAR class for generating CSS declarations
9
COMMENT=	PEAR class for generating CSS declarations
10
10
11
BUILD_DEPENDS=	${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common
11
BUILD_DEPENDS=	${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR}
12
RUN_DEPENDS=	${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common
12
RUN_DEPENDS=	${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR}
13
13
14
USES=		pear
14
USES=		pear
15
15
(-)devel/pear-HTML_Page2/Makefile (-2 / +2 lines)
Lines 9-16 DISTNAME= ${PORTNAME}-${PORTVERSION}beta Link Here
9
MAINTAINER=	joneum@FreeBSD.org
9
MAINTAINER=	joneum@FreeBSD.org
10
COMMENT=	PEAR base class for XHTML page generation
10
COMMENT=	PEAR base class for XHTML page generation
11
11
12
BUILD_DEPENDS=	${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common
12
BUILD_DEPENDS=	${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR}
13
RUN_DEPENDS=	${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common
13
RUN_DEPENDS=	${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR}
14
14
15
USES=		pear
15
USES=		pear
16
16
(-)devel/pear-HTML_QuickForm/Makefile (-2 / +2 lines)
Lines 10-17 COMMENT= Provide methods for creating, validating, and processing HTML forms Link Here
10
10
11
LICENSE=	PHP301
11
LICENSE=	PHP301
12
12
13
BUILD_DEPENDS=	${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common
13
BUILD_DEPENDS=	${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR}
14
RUN_DEPENDS:=	${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common
14
RUN_DEPENDS:=	${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR}
15
15
16
USES=		pear
16
USES=		pear
17
17
(-)devel/pear-HTML_QuickForm2/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= devel www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PHP5 rewrite of the HTML_QuickForm package
9
COMMENT=	PHP5 rewrite of the HTML_QuickForm package
10
10
11
BUILD_DEPENDS=	${PEARDIR}/HTML/Common2.php:devel/pear-HTML_Common2
11
BUILD_DEPENDS=	${PEARDIR}/HTML/Common2.php:devel/pear-HTML_Common2@${PHP_FLAVOR}
12
RUN_DEPENDS=	${PEARDIR}/HTML/Common2.php:devel/pear-HTML_Common2
12
RUN_DEPENDS=	${PEARDIR}/HTML/Common2.php:devel/pear-HTML_Common2@${PHP_FLAVOR}
13
13
14
USES=		pear
14
USES=		pear
15
15
(-)devel/pear-HTML_QuickForm_Controller/Makefile (-2 / +2 lines)
Lines 10-17 COMMENT= The add-on to HTML_QuickForm that allows building of multipage forms Link Here
10
10
11
LICENSE=	PHP301
11
LICENSE=	PHP301
12
12
13
BUILD_DEPENDS=	${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm
13
BUILD_DEPENDS=	${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm@${PHP_FLAVOR}
14
RUN_DEPENDS=	${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm
14
RUN_DEPENDS=	${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm@${PHP_FLAVOR}
15
15
16
USES=		pear
16
USES=		pear
17
17
(-)devel/pear-HTML_QuickForm_Livesearch/Makefile (-4 / +4 lines)
Lines 8-17 CATEGORIES= devel www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	Element for PEAR::HTML_QuickForm to enable a suggest search
9
COMMENT=	Element for PEAR::HTML_QuickForm to enable a suggest search
10
10
11
BUILD_DEPENDS=	${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm \
11
BUILD_DEPENDS=	${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm@${PHP_FLAVOR} \
12
		${PEARDIR}/HTML/AJAX.php:www/pear-HTML_AJAX
12
		${PEARDIR}/HTML/AJAX.php:www/pear-HTML_AJAX@${PHP_FLAVOR}
13
RUN_DEPENDS:=	${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm \
13
RUN_DEPENDS:=	${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm@${PHP_FLAVOR} \
14
		${PEARDIR}/HTML/AJAX.php:www/pear-HTML_AJAX
14
		${PEARDIR}/HTML/AJAX.php:www/pear-HTML_AJAX@${PHP_FLAVOR}
15
15
16
USES=		pear
16
USES=		pear
17
17
(-)devel/pear-HTML_QuickForm_Renderer_Tableless/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= devel www pear Link Here
8
MAINTAINER=	chris@smartt.com
8
MAINTAINER=	chris@smartt.com
9
COMMENT=	Implementation of Tableless Renderer for HTML_QuickForm
9
COMMENT=	Implementation of Tableless Renderer for HTML_QuickForm
10
10
11
BUILD_DEPENDS=	${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm
11
BUILD_DEPENDS=	${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm@${PHP_FLAVOR}
12
RUN_DEPENDS=	${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm
12
RUN_DEPENDS=	${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm@${PHP_FLAVOR}
13
13
14
USES=		pear
14
USES=		pear
15
15
(-)devel/pear-HTML_QuickForm_SelectFilter/Makefile (-2 / +2 lines)
Lines 9-16 DISTNAME= ${PORTNAME}-${PORTVERSION}RC1 Link Here
9
MAINTAINER=	joneum@FreeBSD.org
9
MAINTAINER=	joneum@FreeBSD.org
10
COMMENT=	Element for PEAR::HTML_QuickForm that defines dynamic filters
10
COMMENT=	Element for PEAR::HTML_QuickForm that defines dynamic filters
11
11
12
BUILD_DEPENDS=	${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm
12
BUILD_DEPENDS=	${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm@${PHP_FLAVOR}
13
RUN_DEPENDS=	${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm
13
RUN_DEPENDS=	${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm@${PHP_FLAVOR}
14
14
15
USES=		pear
15
USES=		pear
16
16
(-)devel/pear-HTML_QuickForm_advmultiselect/Makefile (-4 / +4 lines)
Lines 8-17 CATEGORIES= devel www pear Link Here
8
MAINTAINER=	chris@ctgameinfo.com
8
MAINTAINER=	chris@ctgameinfo.com
9
COMMENT=	Element for PEAR::HTML_QuickForm that defines a 2 box multi-select
9
COMMENT=	Element for PEAR::HTML_QuickForm that defines a 2 box multi-select
10
10
11
BUILD_DEPENDS=	${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm \
11
BUILD_DEPENDS=	${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm@${PHP_FLAVOR} \
12
		${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common
12
		${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR}
13
RUN_DEPENDS=	${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm \
13
RUN_DEPENDS=	${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm@${PHP_FLAVOR} \
14
		${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common
14
		${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR}
15
15
16
USES=		pear
16
USES=		pear
17
17
(-)devel/pear-HTML_Select/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= devel www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PEAR::HTML_Select is a class for generating HTML form select elements
9
COMMENT=	PEAR::HTML_Select is a class for generating HTML form select elements
10
10
11
BUILD_DEPENDS=	${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common
11
BUILD_DEPENDS=	${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR}
12
RUN_DEPENDS=	${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common
12
RUN_DEPENDS=	${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR}
13
13
14
USES=		pear
14
USES=		pear
15
15
(-)devel/pear-HTML_Select_Common/Makefile (-4 / +4 lines)
Lines 8-17 CATEGORIES= devel www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	Some small PEAR classes to handle common <select> lists
9
COMMENT=	Some small PEAR classes to handle common <select> lists
10
10
11
BUILD_DEPENDS=	${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common	\
11
BUILD_DEPENDS=	${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR}	\
12
		${PEARDIR}/I18N/Common.php:devel/pear-I18N
12
		${PEARDIR}/I18N/Common.php:devel/pear-I18N@${PHP_FLAVOR}
13
RUN_DEPENDS=	${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common	\
13
RUN_DEPENDS=	${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR}	\
14
		${PEARDIR}/I18N/Common.php:devel/pear-I18N
14
		${PEARDIR}/I18N/Common.php:devel/pear-I18N@${PHP_FLAVOR}
15
15
16
USES=		pear
16
USES=		pear
17
17
(-)devel/pear-HTML_Table/Makefile (-2 / +2 lines)
Lines 10-17 COMMENT= Makes design of HTML tables easy, flexible, reusable, and efficient Link Here
10
10
11
LICENSE=	BSD3CLAUSE
11
LICENSE=	BSD3CLAUSE
12
12
13
BUILD_DEPENDS=	${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common
13
BUILD_DEPENDS=	${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR}
14
RUN_DEPENDS=	${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common
14
RUN_DEPENDS=	${PEARDIR}/HTML/Common.php:devel/pear-HTML_Common@${PHP_FLAVOR}
15
15
16
USES=	pear
16
USES=	pear
17
NO_ARCH=	yes
17
NO_ARCH=	yes
(-)devel/pear-HTML_Template_Flexy/Makefile (-3 / +3 lines)
Lines 17-24 PEAR_TRANSLATION2_DESC= PEAR::Translation2 support Link Here
17
17
18
USES=		pear
18
USES=		pear
19
19
20
PEAR_HTML_JAVASCRIPT_RUN_DEPENDS=	${PEARDIR}/HTML/Javascript.php:devel/pear-HTML_Javascript
20
PEAR_HTML_JAVASCRIPT_RUN_DEPENDS=	${PEARDIR}/HTML/Javascript.php:devel/pear-HTML_Javascript@${PHP_FLAVOR}
21
PEAR_FILE_GETTEXT_RUN_DEPENDS=	${PEARDIR}/File/Gettext.php:sysutils/pear-File_Gettext
21
PEAR_FILE_GETTEXT_RUN_DEPENDS=	${PEARDIR}/File/Gettext.php:sysutils/pear-File_Gettext@${PHP_FLAVOR}
22
PEAR_TRANSLATION2_RUN_DEPENDS=	${PEARDIR}/Translation2.php:sysutils/pear-Translation2
22
PEAR_TRANSLATION2_RUN_DEPENDS=	${PEARDIR}/Translation2.php:sysutils/pear-Translation2@${PHP_FLAVOR}
23
23
24
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)devel/pear-Horde_Cache/Makefile (-1 lines)
Lines 3-9 Link Here
3
PORTNAME=	Horde_Cache
3
PORTNAME=	Horde_Cache
4
PORTVERSION=	2.5.5
4
PORTVERSION=	2.5.5
5
CATEGORIES=	devel www pear
5
CATEGORIES=	devel www pear
6
PKGNAMEPREFIX=	pear-
7
6
8
MAINTAINER=	horde@FreeBSD.org
7
MAINTAINER=	horde@FreeBSD.org
9
COMMENT=	Horde Caching API
8
COMMENT=	Horde Caching API
(-)devel/pear-Horde_Core/Makefile (-2 / +1 lines)
Lines 4-10 Link Here
4
PORTNAME=	Horde_Core
4
PORTNAME=	Horde_Core
5
DISTVERSION=	2.31.2
5
DISTVERSION=	2.31.2
6
CATEGORIES=	devel www pear
6
CATEGORIES=	devel www pear
7
PKGNAMEPREFIX=	pear-
8
7
9
MAINTAINER=	horde@FreeBSD.org
8
MAINTAINER=	horde@FreeBSD.org
10
COMMENT=	Horde Core Framework libraries
9
COMMENT=	Horde Core Framework libraries
Lines 68-74 USE_HORDE_RUN= Horde_Role \ Link Here
68
USE_HORDE_RUN+=	Horde_Routes
67
USE_HORDE_RUN+=	Horde_Routes
69
68
70
KOLAB_USE=	HORDE_RUN=Horde_Kolab_Server,Horde_Kolab_Session,Horde_Kolab_Storage
69
KOLAB_USE=	HORDE_RUN=Horde_Kolab_Server,Horde_Kolab_Session,Horde_Kolab_Storage
71
LZF_RUN_DEPENDS=	${PHPBASE}/lib/php/${PHP_EXT_DIR}/lzf.so:archivers/pecl-lzf
70
LZF_RUN_DEPENDS=	${PHPBASE}/lib/php/${PHP_EXT_DIR}/lzf.so:archivers/pecl-lzf@${PHP_FLAVOR}
72
SOCKETS_USE=	PHP=sockets
71
SOCKETS_USE=	PHP=sockets
73
72
74
.include <bsd.port.mk>
73
.include <bsd.port.mk>
(-)devel/pear-Horde_Nls/Makefile (-2 / +1 lines)
Lines 5-11 PORTNAME= Horde_Nls Link Here
5
PORTVERSION=	2.2.1
5
PORTVERSION=	2.2.1
6
CATEGORIES=	devel www pear
6
CATEGORIES=	devel www pear
7
MASTER_SITES=	http://pear.horde.org/get/
7
MASTER_SITES=	http://pear.horde.org/get/
8
PKGNAMEPREFIX=	pear-
9
8
10
MAINTAINER=	horde@FreeBSD.org
9
MAINTAINER=	horde@FreeBSD.org
11
COMMENT=	Horde Native Language Support
10
COMMENT=	Horde Native Language Support
Lines 18-23 OPTIONS_DEFINE= GEOIP Link Here
18
GEOIP_DESC=	Depend on geoip PHP extension
17
GEOIP_DESC=	Depend on geoip PHP extension
19
18
20
GEOIP_USES=	php
19
GEOIP_USES=	php
21
GEOIP_RUN_DEPENDS=	${PHPBASE}/lib/php/${PHP_EXT_DIR}/geoip.so:net/pecl-geoip
20
GEOIP_RUN_DEPENDS=	${PHPBASE}/lib/php/${PHP_EXT_DIR}/geoip.so:net/pecl-geoip@${PHP_FLAVOR}
22
21
23
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)devel/pear-Horde_Queue/Makefile (-1 lines)
Lines 3-9 Link Here
3
PORTNAME=	Horde_Queue
3
PORTNAME=	Horde_Queue
4
PORTVERSION=	1.1.5
4
PORTVERSION=	1.1.5
5
CATEGORIES=	devel www pear
5
CATEGORIES=	devel www pear
6
PKGNAMEPREFIX=	pear-
7
6
8
MAINTAINER=	horde@FreeBSD.org
7
MAINTAINER=	horde@FreeBSD.org
9
COMMENT=	Horde Queue
8
COMMENT=	Horde Queue
(-)devel/pear-I18N/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= devel www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PEAR internationalization package
9
COMMENT=	PEAR internationalization package
10
10
11
BUILD_DEPENDS=	${PEARDIR}/PEAR.php:devel/pear
11
BUILD_DEPENDS=	${PEARDIR}/PEAR.php:devel/pear@${PHP_FLAVOR}
12
RUN_DEPENDS=	${PEARDIR}/PEAR.php:devel/pear
12
RUN_DEPENDS=	${PEARDIR}/PEAR.php:devel/pear@${PHP_FLAVOR}
13
13
14
USES=		pear
14
USES=		pear
15
15
(-)devel/pear-Net_Gearman/Makefile (-2 / +2 lines)
Lines 11-18 COMMENT= Gearman client libraray for PHP Link Here
11
11
12
LICENSE=	BSD2CLAUSE
12
LICENSE=	BSD2CLAUSE
13
13
14
BUILD_DEPENDS=	${LOCALBASE}/share/pear/PEAR.php:devel/pear
14
BUILD_DEPENDS=	${LOCALBASE}/share/pear/PEAR.php:devel/pear@${PHP_FLAVOR}
15
RUN_DEPENDS=	${LOCALBASE}/share/pear/PEAR.php:devel/pear
15
RUN_DEPENDS=	${LOCALBASE}/share/pear/PEAR.php:devel/pear@${PHP_FLAVOR}
16
16
17
USE_PHP=	json mbstring sockets
17
USE_PHP=	json mbstring sockets
18
USES=		pear php
18
USES=		pear php
(-)devel/pear-PEAR_Info/Makefile (-3 / +3 lines)
Lines 9-16 CATEGORIES= devel www pear Link Here
9
MAINTAINER=	joneum@FreeBSD.org
9
MAINTAINER=	joneum@FreeBSD.org
10
COMMENT=	Show Information about your PEAR install and its packages
10
COMMENT=	Show Information about your PEAR install and its packages
11
11
12
BUILD_DEPENDS=	${PEARDIR}/Console/Getargs.php:devel/pear-Console_Getargs
12
BUILD_DEPENDS=	${PEARDIR}/Console/Getargs.php:devel/pear-Console_Getargs@${PHP_FLAVOR}
13
RUN_DEPENDS=	${PEARDIR}/Console/Getargs.php:devel/pear-Console_Getargs
13
RUN_DEPENDS=	${PEARDIR}/Console/Getargs.php:devel/pear-Console_Getargs@${PHP_FLAVOR}
14
14
15
OPTIONS_DEFINE=	PHPUNIT
15
OPTIONS_DEFINE=	PHPUNIT
16
OPTIONS_DEFAULT=PHPUNIT
16
OPTIONS_DEFAULT=PHPUNIT
Lines 18-23 PHPUNIT_DESC= PEAR::PHPUnit support Link Here
18
18
19
USES=		pear
19
USES=		pear
20
20
21
PHPUNIT_RUN_DEPENDS=	phpunit:devel/phpunit
21
PHPUNIT_RUN_DEPENDS=	phpunit:devel/phpunit@${PHP_FLAVOR}
22
22
23
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)devel/pear-PEAR_PackageFileManager/Makefile (-2 / +2 lines)
Lines 14-20 PEAR_XML_TREE_DESC= PEAR::XML_Tree support Link Here
14
14
15
USES=	pear
15
USES=	pear
16
16
17
PEAR_PHP_COMPATINFO_RUN_DEPENDS=	${PEARDIR}/PHP/CompatInfo.php:devel/pear-PHP_CompatInfo
17
PEAR_PHP_COMPATINFO_RUN_DEPENDS=	${PEARDIR}/PHP/CompatInfo.php:devel/pear-PHP_CompatInfo@${PHP_FLAVOR}
18
PEAR_XML_TREE_RUN_DEPENDS=	${PEARDIR}/XML/Tree.php:devel/pear-XML_Tree
18
PEAR_XML_TREE_RUN_DEPENDS=	${PEARDIR}/XML/Tree.php:devel/pear-XML_Tree@${PHP_FLAVOR}
19
19
20
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)devel/pear-PEAR_PackageFileManager2/Makefile (-2 / +2 lines)
Lines 10-17 COMMENT= PEAR class to maintain PEAR packages Link Here
10
10
11
LICENSE=	BSD2CLAUSE
11
LICENSE=	BSD2CLAUSE
12
12
13
BUILD_DEPENDS=	${PEARDIR}/PEAR/PackageFileManager/Plugins.php:devel/pear-PEAR_PackageFileManager_Plugins
13
BUILD_DEPENDS=	${PEARDIR}/PEAR/PackageFileManager/Plugins.php:devel/pear-PEAR_PackageFileManager_Plugins@${PHP_FLAVOR}
14
RUN_DEPENDS=	${PEARDIR}/PEAR/PackageFileManager/Plugins.php:devel/pear-PEAR_PackageFileManager_Plugins
14
RUN_DEPENDS=	${PEARDIR}/PEAR/PackageFileManager/Plugins.php:devel/pear-PEAR_PackageFileManager_Plugins@${PHP_FLAVOR}
15
15
16
USES=	pear
16
USES=	pear
17
17
(-)devel/pear-PEAR_PackageFileManager_Plugins/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= devel www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	The plugins for PEAR_PackageFileManager
9
COMMENT=	The plugins for PEAR_PackageFileManager
10
10
11
BUILD_DEPENDS=	${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer
11
BUILD_DEPENDS=	${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer@${PHP_FLAVOR}
12
RUN_DEPENDS=	${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer
12
RUN_DEPENDS=	${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer@${PHP_FLAVOR}
13
13
14
LICENSE=	BSD2CLAUSE
14
LICENSE=	BSD2CLAUSE
15
15
(-)devel/pear-PHPUnit_MockObject/Makefile (-1 lines)
Lines 4-10 Link Here
4
PORTNAME=	PHPUnit_MockObject
4
PORTNAME=	PHPUnit_MockObject
5
PORTVERSION=	4.0.1
5
PORTVERSION=	4.0.1
6
CATEGORIES=	devel pear
6
CATEGORIES=	devel pear
7
PKGNAMEPREFIX=	pear-
8
7
9
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
10
COMMENT=	Mock Object library for PHPUnit
9
COMMENT=	Mock Object library for PHPUnit
(-)devel/pear-PHP_Beautifier/Makefile (-2 / +2 lines)
Lines 9-16 CATEGORIES= devel www pear Link Here
9
MAINTAINER=	joneum@FreeBSD.org
9
MAINTAINER=	joneum@FreeBSD.org
10
COMMENT=	PEAR beautifier for PHP
10
COMMENT=	PEAR beautifier for PHP
11
11
12
BUILD_DEPENDS=	${PEARDIR}/Log.php:sysutils/pear-Log
12
BUILD_DEPENDS=	${PEARDIR}/Log.php:sysutils/pear-Log@${PHP_FLAVOR}
13
RUN_DEPENDS=	${PEARDIR}/Log.php:sysutils/pear-Log
13
RUN_DEPENDS=	${PEARDIR}/Log.php:sysutils/pear-Log@${PHP_FLAVOR}
14
14
15
USES=		pear php
15
USES=		pear php
16
USE_PHP=	tokenizer bz2
16
USE_PHP=	tokenizer bz2
(-)devel/pear-PHP_CodeBrowser/Makefile (-7 / +6 lines)
Lines 5-11 PORTNAME= PHP_CodeBrowser Link Here
5
PORTVERSION=	1.0.2
5
PORTVERSION=	1.0.2
6
CATEGORIES=	devel pear
6
CATEGORIES=	devel pear
7
MASTER_SITES=	http://pear.phpunit.de/get/
7
MASTER_SITES=	http://pear.phpunit.de/get/
8
PKGNAMEPREFIX=	pear-
9
8
10
MAINTAINER=	joneum@FreeBSD.org
9
MAINTAINER=	joneum@FreeBSD.org
11
COMMENT=	Code browser that augments the code with information
10
COMMENT=	Code browser that augments the code with information
Lines 13-24 COMMENT= Code browser that augments the code with information Link Here
13
LICENSE=	BSD3CLAUSE
12
LICENSE=	BSD3CLAUSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
15
14
16
BUILD_DEPENDS=	pear-Console_CommandLine>=1.2.2:devel/pear-Console_CommandLine \
15
BUILD_DEPENDS=	${PEAR_PKGNAMEPREFIX}Console_CommandLine>=1.2.2:devel/pear-Console_CommandLine@${PHP_FLAVOR} \
17
		pear-File_Iterator>=1.4.2:devel/pear-File_Iterator \
16
		${PEAR_PKGNAMEPREFIX}File_Iterator>=1.4.2:devel/pear-File_Iterator@${PHP_FLAVOR} \
18
		pear-Log>=1.13.1:sysutils/pear-Log
17
		${PEAR_PKGNAMEPREFIX}Log>=1.13.1:sysutils/pear-Log@${PHP_FLAVOR}
19
RUN_DEPENDS=	pear-Console_CommandLine>=1.2.2:devel/pear-Console_CommandLine \
18
RUN_DEPENDS=	${PEAR_PKGNAMEPREFIX}Console_CommandLine>=1.2.2:devel/pear-Console_CommandLine@${PHP_FLAVOR} \
20
		pear-File_Iterator>=1.4.2:devel/pear-File_Iterator \
19
		${PEAR_PKGNAMEPREFIX}File_Iterator>=1.4.2:devel/pear-File_Iterator@${PHP_FLAVOR} \
21
		pear-Log>=1.13.1:sysutils/pear-Log
20
		${PEAR_PKGNAMEPREFIX}Log>=1.13.1:sysutils/pear-Log@${PHP_FLAVOR}
22
21
23
USES=	pear php
22
USES=	pear php
24
PEAR_CHANNEL=	phpunit
23
PEAR_CHANNEL=	phpunit
(-)devel/pear-PHP_CodeCoverage/Makefile (-10 / +9 lines)
Lines 4-10 Link Here
4
PORTNAME=	PHP_CodeCoverage
4
PORTNAME=	PHP_CodeCoverage
5
DISTVERSION=	5.2.2
5
DISTVERSION=	5.2.2
6
CATEGORIES=	devel pear
6
CATEGORIES=	devel pear
7
PKGNAMEPREFIX=	pear-
8
7
9
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
10
COMMENT=	Library that provides PHP code coverage information
9
COMMENT=	Library that provides PHP code coverage information
Lines 12-26 COMMENT= Library that provides PHP code coverage information Link Here
12
LICENSE=	BSD3CLAUSE
11
LICENSE=	BSD3CLAUSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
14
13
15
BUILD_DEPENDS=	pear-File_Iterator>=1.4.2:devel/pear-File_Iterator \
14
BUILD_DEPENDS=	${PEAR_PKGNAMEPREFIX}File_Iterator>=1.4.2:devel/pear-File_Iterator@${PHP_FLAVOR} \
16
		pear-PHP_TokenStream>=1.4.11:devel/pear-PHP_TokenStream \
15
		${PEAR_PKGNAMEPREFIX}PHP_TokenStream>=1.4.11:devel/pear-PHP_TokenStream@${PHP_FLAVOR} \
17
		pear-Text_Template>=1.2.0:textproc/pear-Text_Template \
16
		${PEAR_PKGNAMEPREFIX}Text_Template>=1.2.0:textproc/pear-Text_Template@${PHP_FLAVOR}
18
		pear-channel-phpunit>=20110327:devel/pear-channel-phpunit
17
RUN_DEPENDS=	${PEAR_PKGNAMEPREFIX}File_Iterator>=1.4.2:devel/pear-File_Iterator@${PHP_FLAVOR} \
19
RUN_DEPENDS=	pear-File_Iterator>=1.4.2:devel/pear-File_Iterator \
18
		${PEAR_PKGNAMEPREFIX}PHP_TokenStream>=1.4.11:devel/pear-PHP_TokenStream@${PHP_FLAVOR} \
20
		pear-PHP_TokenStream>=1.4.11:devel/pear-PHP_TokenStream \
19
		${PEAR_PKGNAMEPREFIX}Text_Template>=1.2.0:textproc/pear-Text_Template@${PHP_FLAVOR}
21
		pear-Text_Template>=1.2.0:textproc/pear-Text_Template \
22
		pear-channel-phpunit>=20110327:devel/pear-channel-phpunit
23
20
21
USES=	pear:env
22
PEAR_CHANNEL=	phpunit
24
USE_GITHUB=	yes
23
USE_GITHUB=	yes
25
GH_ACCOUNT=	sebastianbergmann
24
GH_ACCOUNT=	sebastianbergmann
26
GH_PROJECT=	php-code-coverage
25
GH_PROJECT=	php-code-coverage
Lines 32-38 DOM_DESC= Enable DOM support Link Here
32
XDEBUG_DESC=	Enable Xdebug support
31
XDEBUG_DESC=	Enable Xdebug support
33
32
34
DOM_USE=	PHP=dom
33
DOM_USE=	PHP=dom
35
XDEBUG_RUN_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xdebug.so:devel/pecl-xdebug
34
XDEBUG_RUN_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xdebug.so:devel/pecl-xdebug@${PHP_FLAVOR}
36
35
37
PHP_DIR=	share/PHP
36
PHP_DIR=	share/PHP
38
37
(-)devel/pear-PHP_CompatInfo/Makefile (-9 / +9 lines)
Lines 9-18 CATEGORIES= devel pear Link Here
9
MAINTAINER=	joneum@FreeBSD.org
9
MAINTAINER=	joneum@FreeBSD.org
10
COMMENT=	PEAR class to find out the minimum version and extensions required
10
COMMENT=	PEAR class to find out the minimum version and extensions required
11
11
12
RUN_DEPENDS=	${PEARDIR}/Console/Table.php:devel/pear-Console_Table \
12
RUN_DEPENDS=	${PEARDIR}/Console/Table.php:devel/pear-Console_Table@${PHP_FLAVOR} \
13
		${PEARDIR}/Console/Getargs.php:devel/pear-Console_Getargs \
13
		${PEARDIR}/Console/Getargs.php:devel/pear-Console_Getargs@${PHP_FLAVOR} \
14
		${PEARDIR}/File/Find.php:sysutils/pear-File_Find \
14
		${PEARDIR}/File/Find.php:sysutils/pear-File_Find@${PHP_FLAVOR} \
15
		${PEARDIR}/Event/Dispatcher.php:devel/pear-Event_Dispatcher
15
		${PEARDIR}/Event/Dispatcher.php:devel/pear-Event_Dispatcher@${PHP_FLAVOR}
16
16
17
PORTSCOUT=	skipv:1.9.0a1,1.9.0b1,1.9.0b2
17
PORTSCOUT=	skipv:1.9.0a1,1.9.0b1,1.9.0b2
18
USE_PHP=	tokenizer
18
USE_PHP=	tokenizer
Lines 26-35 PHPUNIT_DESC= PHPUnit support Link Here
26
PEAR_XML_UTIL_DESC=	PEAR::XML_Util support
26
PEAR_XML_UTIL_DESC=	PEAR::XML_Util support
27
PEAR_HTML_TABLE_DESC=	PEAR::HTML_Table
27
PEAR_HTML_TABLE_DESC=	PEAR::HTML_Table
28
28
29
PEAR_XML_BEAUTIFIER_RUN_DEPENDS=	${PEARDIR}/XML/Beautifier.php:textproc/pear-XML_Beautifier
29
PEAR_XML_BEAUTIFIER_RUN_DEPENDS=	${PEARDIR}/XML/Beautifier.php:textproc/pear-XML_Beautifier@${PHP_FLAVOR}
30
PEAR_VAR_DUMP_RUN_DEPENDS=	${PEARDIR}/Var/Dump.php:devel/pear-Var_Dump
30
PEAR_VAR_DUMP_RUN_DEPENDS=	${PEARDIR}/Var/Dump.php:devel/pear-Var_Dump@${PHP_FLAVOR}
31
PHPUNIT_RUN_DEPENDS=	phpunit:devel/phpunit
31
PHPUNIT_RUN_DEPENDS=	phpunit:devel/phpunit@${PHP_FLAVOR}
32
PEAR_XML_UTIL_RUN_DEPENDS=	${PEARDIR}/XML/Util.php:devel/pear-XML_Util
32
PEAR_XML_UTIL_RUN_DEPENDS=	${PEARDIR}/XML/Util.php:devel/pear-XML_Util@${PHP_FLAVOR}
33
PEAR_HTML_TABLE_RUN_DEPENDS=	${PEARDIR}/HTML/Table.php:devel/pear-HTML_Table
33
PEAR_HTML_TABLE_RUN_DEPENDS=	${PEARDIR}/HTML/Table.php:devel/pear-HTML_Table@${PHP_FLAVOR}
34
34
35
.include <bsd.port.mk>
35
.include <bsd.port.mk>
(-)devel/pear-PHP_Depend/Makefile (-4 lines)
Lines 5-20 PORTNAME= PHP_Depend Link Here
5
PORTVERSION=	1.1.2
5
PORTVERSION=	1.1.2
6
CATEGORIES=	devel pear
6
CATEGORIES=	devel pear
7
MASTER_SITES=	http://pear.pdepend.org/get/
7
MASTER_SITES=	http://pear.pdepend.org/get/
8
PKGNAMEPREFIX=	pear-
9
8
10
MAINTAINER=	joneum@FreeBSD.org
9
MAINTAINER=	joneum@FreeBSD.org
11
COMMENT=	PHP_Depend design quality metrics for PHP packages
10
COMMENT=	PHP_Depend design quality metrics for PHP packages
12
11
13
LICENSE=	BSD3CLAUSE
12
LICENSE=	BSD3CLAUSE
14
13
15
BUILD_DEPENDS=	${PEARDIR}/.channels/pear.pdepend.org.reg:devel/pear-channel-pdepend
16
RUN_DEPENDS=	${PEARDIR}/.channels/pear.pdepend.org.reg:devel/pear-channel-pdepend
17
18
USES=	pear
14
USES=	pear
19
PEAR_CHANNEL=	pdepend
15
PEAR_CHANNEL=	pdepend
20
USE_PHP=	dom tokenizer simplexml
16
USE_PHP=	dom tokenizer simplexml
(-)devel/pear-PHP_PMD/Makefile (-4 lines)
Lines 5-11 PORTNAME= PHP_PMD Link Here
5
PORTVERSION=	1.5.0
5
PORTVERSION=	1.5.0
6
CATEGORIES=	devel pear
6
CATEGORIES=	devel pear
7
MASTER_SITES=	http://pear.phpmd.org/get/
7
MASTER_SITES=	http://pear.phpmd.org/get/
8
PKGNAMEPREFIX=	pear-
9
8
10
MAINTAINER=	joneum@FreeBSD.org
9
MAINTAINER=	joneum@FreeBSD.org
11
COMMENT=	PHP Mess Detector
10
COMMENT=	PHP Mess Detector
Lines 13-21 COMMENT= PHP Mess Detector Link Here
13
LICENSE=	BSD3CLAUSE
12
LICENSE=	BSD3CLAUSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
15
14
16
BUILD_DEPENDS=	${PEARDIR}/.channels/pear.phpmd.org.reg:devel/pear-channel-phpmd
17
RUN_DEPENDS=	${PEARDIR}/.channels/pear.phpmd.org.reg:devel/pear-channel-phpmd
18
19
PORTSCOUT=	skipv=2.*
15
PORTSCOUT=	skipv=2.*
20
16
21
USES=	pear
17
USES=	pear
(-)devel/pear-PHP_Timer/Makefile (-1 / +1 lines)
Lines 4-10 Link Here
4
PORTNAME=	PHP_Timer
4
PORTNAME=	PHP_Timer
5
PORTVERSION=	2.0.0
5
PORTVERSION=	2.0.0
6
CATEGORIES=	devel pear
6
CATEGORIES=	devel pear
7
PKGNAMEPREFIX=	pear-
8
7
9
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
10
COMMENT=	Utility class for timing
9
COMMENT=	Utility class for timing
Lines 12-17 COMMENT= Utility class for timing Link Here
12
LICENSE=	BSD3CLAUSE
11
LICENSE=	BSD3CLAUSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
14
13
14
USES=	pear:env
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	sebastianbergmann
16
GH_ACCOUNT=	sebastianbergmann
17
GH_PROJECT=	php-timer
17
GH_PROJECT=	php-timer
(-)devel/pear-PHP_TokenStream/Makefile (-1 / +1 lines)
Lines 4-16 Link Here
4
PORTNAME=	PHP_TokenStream
4
PORTNAME=	PHP_TokenStream
5
PORTVERSION=	1.4.11
5
PORTVERSION=	1.4.11
6
CATEGORIES=	devel pear
6
CATEGORIES=	devel pear
7
PKGNAMEPREFIX=	pear-
8
7
9
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
10
COMMENT=	Wrapper around PHP tokenizer extension
9
COMMENT=	Wrapper around PHP tokenizer extension
11
10
12
LICENSE=	BSD3CLAUSE
11
LICENSE=	BSD3CLAUSE
13
12
13
USES=		pear:env
14
USE_GITHUB=	yes
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	sebastianbergmann
15
GH_ACCOUNT=	sebastianbergmann
16
GH_PROJECT=	php-token-stream
16
GH_PROJECT=	php-token-stream
(-)devel/pear-PHP_UML/Makefile (-3 / +3 lines)
Lines 10-18 COMMENT= PEAR Class to Create UML Representation of PHP Code Link Here
10
10
11
LICENSE=	LGPL3
11
LICENSE=	LGPL3
12
12
13
BUILD_DEPENDS=	${PEARDIR}/PEAR.php:devel/pear \
13
BUILD_DEPENDS=	${PEARDIR}/PEAR.php:devel/pear@${PHP_FLAVOR} \
14
		${PEARDIR}/Console/CommandLine.php:devel/pear-Console_CommandLine
14
		${PEARDIR}/Console/CommandLine.php:devel/pear-Console_CommandLine@${PHP_FLAVOR}
15
RUN_DEPENDS=	${PEARDIR}/PEAR.php:devel/pear
15
RUN_DEPENDS=	${PEARDIR}/PEAR.php:devel/pear@${PHP_FLAVOR}
16
16
17
BROKEN_powerpc64=	fails to package: Signal 11
17
BROKEN_powerpc64=	fails to package: Signal 11
18
18
(-)devel/pear-PhpDocumentor/Makefile (-2 / +2 lines)
Lines 8-14 CATEGORIES= devel www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	Provides automatic documenting of php-api from the source
9
COMMENT=	Provides automatic documenting of php-api from the source
10
10
11
BUILD_DEPENDS=	${PEARDIR}/PEAR.php:devel/pear
11
BUILD_DEPENDS=	${PEARDIR}/PEAR.php:devel/pear@${PHP_FLAVOR}
12
RUN_DEPENDS:=	${BUILD_DEPENDS}
12
RUN_DEPENDS:=	${BUILD_DEPENDS}
13
13
14
CONFLICTS=	pear-PHPDoc-[0-9]*
14
CONFLICTS=	pear-PHPDoc-[0-9]*
Lines 17-23 USES= pear Link Here
17
OPTIONS_DEFINE=	XML_BEAUTIFIER
17
OPTIONS_DEFINE=	XML_BEAUTIFIER
18
XML_BEAUTIFIER_DESC=	XML_Beautifier support
18
XML_BEAUTIFIER_DESC=	XML_Beautifier support
19
19
20
XML_BEAUTIFIER_RUN_DEPENDS=	${PEARDIR}/XML/Beautifier.php:textproc/pear-XML_Beautifier
20
XML_BEAUTIFIER_RUN_DEPENDS=	${PEARDIR}/XML/Beautifier.php:textproc/pear-XML_Beautifier@${PHP_FLAVOR}
21
21
22
post-extract:
22
post-extract:
23
.for dir in ${DUMMYDIRS}
23
.for dir in ${DUMMYDIRS}
(-)devel/pear-Pirum/Makefile (-4 lines)
Lines 5-20 PORTNAME= Pirum Link Here
5
PORTVERSION=	1.1.5
5
PORTVERSION=	1.1.5
6
CATEGORIES=	devel www pear
6
CATEGORIES=	devel www pear
7
MASTER_SITES=	http://pear.pirum-project.org/get/
7
MASTER_SITES=	http://pear.pirum-project.org/get/
8
PKGNAMEPREFIX=	pear-
9
8
10
MAINTAINER=	joneum@FreeBSD.org
9
MAINTAINER=	joneum@FreeBSD.org
11
COMMENT=	Simple PEAR channel server manager
10
COMMENT=	Simple PEAR channel server manager
12
11
13
LICENSE=	MIT
12
LICENSE=	MIT
14
13
15
BUILD_DEPENDS=	${PEARDIR}/.channels/pear.pirum-project.org.reg:devel/pear-channel-pirum
16
RUN_DEPENDS=	${PEARDIR}/.channels/pear.pirum-project.org.reg:devel/pear-channel-pirum
17
18
PEAR_CHANNEL=	pirum
14
PEAR_CHANNEL=	pirum
19
USES=	pear
15
USES=	pear
20
16
(-)devel/pear-SebastianBergmann_FinderFacade/Makefile (-7 / +7 lines)
Lines 4-10 Link Here
4
PORTNAME=	FinderFacade
4
PORTNAME=	FinderFacade
5
PORTVERSION=	1.2.2
5
PORTVERSION=	1.2.2
6
CATEGORIES=	devel pear
6
CATEGORIES=	devel pear
7
PKGNAMEPREFIX=	pear-SebastianBergmann_
7
PKGNAMEPREFIX=	${PEAR_PKGNAMEPREFIX}SebastianBergmann_
8
8
9
MAINTAINER=	joneum@FreeBSD.org
9
MAINTAINER=	joneum@FreeBSD.org
10
COMMENT=	Convenience wrapper for Symfony Finder component
10
COMMENT=	Convenience wrapper for Symfony Finder component
Lines 12-27 COMMENT= Convenience wrapper for Symfony Finder component Link Here
12
LICENSE=	BSD3CLAUSE
12
LICENSE=	BSD3CLAUSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
14
15
BUILD_DEPENDS=	pear-TheSeer_fDOMDocument>=1.6.6:devel/pear-TheSeer_fDOMDocument \
15
BUILD_DEPENDS=	${PEAR_PKGNAMEPREFIX}TheSeer_fDOMDocument>=1.6.6:devel/pear-TheSeer_fDOMDocument@${PHP_FLAVOR} \
16
		pear-Symfony_Component_Finder>=2.3.4:devel/pear-Symfony_Component_Finder \
16
		${PEAR_PKGNAMEPREFIX}Symfony_Component_Finder>=2.3.4:devel/pear-Symfony_Component_Finder@${PHP_FLAVOR} \
17
		pear-channel-phpunit>=20110327:devel/pear-channel-phpunit
18
17
19
RUN_DEPENDS=	pear-TheSeer_fDOMDocument>=1.6.6:devel/pear-TheSeer_fDOMDocument \
18
RUN_DEPENDS=	${PEAR_PKGNAMEPREFIX}TheSeer_fDOMDocument>=1.6.6:devel/pear-TheSeer_fDOMDocument@${PHP_FLAVOR} \
20
		pear-Symfony_Component_Finder>=2.3.4:devel/pear-Symfony_Component_Finder \
19
		${PEAR_PKGNAMEPREFIX}Symfony_Component_Finder>=2.3.4:devel/pear-Symfony_Component_Finder@${PHP_FLAVOR} \
21
		pear-channel-phpunit>=20110327:devel/pear-channel-phpunit
22
20
23
NO_ARCH=	yes
21
NO_ARCH=	yes
24
22
23
USES=		pear:env
24
PEAR_CHANNEL=	phpunit
25
USE_GITHUB=	yes
25
USE_GITHUB=	yes
26
GH_ACCOUNT=	sebastianbergmann
26
GH_ACCOUNT=	sebastianbergmann
27
GH_PROJECT=	finder-facade
27
GH_PROJECT=	finder-facade
(-)devel/pear-SebastianBergmann_Git/Makefile (-4 / +2 lines)
Lines 5-11 PORTNAME= Git Link Here
5
PORTVERSION=	1.2.0
5
PORTVERSION=	1.2.0
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	devel pear
7
CATEGORIES=	devel pear
8
PKGNAMEPREFIX=	pear-SebastianBergmann_
8
PKGNAMEPREFIX=	${PEAR_PKGNAMEPREFIX}SebastianBergmann_
9
9
10
MAINTAINER=	joneum@FreeBSD.org
10
MAINTAINER=	joneum@FreeBSD.org
11
COMMENT=	Simple wrapper for Git
11
COMMENT=	Simple wrapper for Git
Lines 13-21 COMMENT= Simple wrapper for Git Link Here
13
LICENSE=	BSD3CLAUSE
13
LICENSE=	BSD3CLAUSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
15
16
BUILD_DEPENDS=	pear>=1.9.4:devel/pear
16
USES=	pear:env
17
RUN_DEPENDS=	pear>=1.9.4:devel/pear
18
19
USE_GITHUB=	yes
17
USE_GITHUB=	yes
20
GH_ACCOUNT=	sebastianbergmann
18
GH_ACCOUNT=	sebastianbergmann
21
GH_PROJECT=	git
19
GH_PROJECT=	git
(-)devel/pear-SebastianBergmann_PHPCPD/Makefile (-10 / +9 lines)
Lines 4-10 Link Here
4
PORTNAME=	PHPCPD
4
PORTNAME=	PHPCPD
5
DISTVERSION=	2.0.0
5
DISTVERSION=	2.0.0
6
CATEGORIES=	devel pear
6
CATEGORIES=	devel pear
7
PKGNAMEPREFIX=	pear-SebastianBergmann_
7
PKGNAMEPREFIX=	${PEAR_PKGNAMEPREFIX}SebastianBergmann_
8
8
9
MAINTAINER=	joneum@FreeBSD.org
9
MAINTAINER=	joneum@FreeBSD.org
10
COMMENT=	Copy/Paste Detector (CPD) for PHP code
10
COMMENT=	Copy/Paste Detector (CPD) for PHP code
Lines 12-27 COMMENT= Copy/Paste Detector (CPD) for PHP code Link Here
12
LICENSE=	BSD3CLAUSE
12
LICENSE=	BSD3CLAUSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
14
15
BUILD_DEPENDS=	pear-ezc_ConsoleTools>=1.6.1:devel/pear-ezc_ConsoleTools \
15
BUILD_DEPENDS=	${PEAR_PKGNAMEPREFIX}ezc_ConsoleTools>=1.6.1:devel/pear-ezc_ConsoleTools@${PHP_FLAVOR} \
16
		pear-SebastianBergmann_FinderFacade>=1.2.2:devel/pear-SebastianBergmann_FinderFacade \
16
		${PEAR_PKGNAMEPREFIX}SebastianBergmann_FinderFacade>=1.2.2:devel/pear-SebastianBergmann_FinderFacade@${PHP_FLAVOR} \
17
		pear-PHP_Timer>=1.0.9:devel/pear-PHP_Timer \
17
		${PEAR_PKGNAMEPREFIX}PHP_Timer>=1.0.9:devel/pear-PHP_Timer@${PHP_FLAVOR}
18
		pear-channel-phpunit>=20110327:devel/pear-channel-phpunit
18
RUN_DEPENDS=	${PEAR_PKGNAMEPREFIX}ezc_ConsoleTools>=1.6.1:devel/pear-ezc_ConsoleTools@${PHP_FLAVOR} \
19
RUN_DEPENDS=	pear-ezc_ConsoleTools>=1.6.1:devel/pear-ezc_ConsoleTools \
19
		${PEAR_PKGNAMEPREFIX}SebastianBergmann_FinderFacade>=1.2.2:devel/pear-SebastianBergmann_FinderFacade@${PHP_FLAVOR} \
20
		pear-SebastianBergmann_FinderFacade>=1.2.2:devel/pear-SebastianBergmann_FinderFacade \
20
		${PEAR_PKGNAMEPREFIX}PHP_Timer>=1.0.9:devel/pear-PHP_Timer@${PHP_FLAVOR}
21
		pear-PHP_Timer>=1.0.9:devel/pear-PHP_Timer \
22
		pear-channel-phpunit>=20110327:devel/pear-channel-phpunit
23
21
24
USES=	php
22
USES=	php pear:env
23
PEAR_CHANNEL=	phpunit
25
USE_GITHUB=	yes
24
USE_GITHUB=	yes
26
GH_ACCOUNT=	sebastianbergmann
25
GH_ACCOUNT=	sebastianbergmann
27
GH_PROJECT=	${PORTNAME:tl}
26
GH_PROJECT=	${PORTNAME:tl}
(-)devel/pear-SebastianBergmann_PHPLOC/Makefile (-7 / +7 lines)
Lines 4-10 Link Here
4
PORTNAME=	PHPLOC
4
PORTNAME=	PHPLOC
5
DISTVERSION=	4.0.1
5
DISTVERSION=	4.0.1
6
CATEGORIES=	devel pear
6
CATEGORIES=	devel pear
7
PKGNAMEPREFIX=	pear-SebastianBergmann_
7
PKGNAMEPREFIX=	${PEAR_PKGNAMEPREFIX}SebastianBergmann_
8
8
9
MAINTAINER=	joneum@FreeBSD.org
9
MAINTAINER=	joneum@FreeBSD.org
10
COMMENT=	Tool for quickly measuring the size of a PHP project
10
COMMENT=	Tool for quickly measuring the size of a PHP project
Lines 12-24 COMMENT= Tool for quickly measuring the size of a PHP project Link Here
12
LICENSE=	BSD3CLAUSE
12
LICENSE=	BSD3CLAUSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
14
15
RUN_DEPENDS=	pear-Symfony_Component_Console>=2.4.4:devel/pear-Symfony_Component_Console \
15
RUN_DEPENDS=	${PEAR_PKGNAMEPREFIX}Symfony_Component_Console>=2.4.4:devel/pear-Symfony_Component_Console@${PHP_FLAVOR} \
16
		pear-SebastianBergmann_FinderFacade>=1.2.2:devel/pear-SebastianBergmann_FinderFacade \
16
		${PEAR_PKGNAMEPREFIX}SebastianBergmann_FinderFacade>=1.2.2:devel/pear-SebastianBergmann_FinderFacade@${PHP_FLAVOR} \
17
		pear-SebastianBergmann_Git>=1.2.0:devel/pear-SebastianBergmann_Git \
17
		${PEAR_PKGNAMEPREFIX}SebastianBergmann_Git>=1.2.0:devel/pear-SebastianBergmann_Git@${PHP_FLAVOR} \
18
		pear-SebastianBergmann_Version>=2.0.1:devel/pear-SebastianBergmann_Version \
18
		${PEAR_PKGNAMEPREFIX}SebastianBergmann_Version>=2.0.1:devel/pear-SebastianBergmann_Version@${PHP_FLAVOR} \
19
		pear-channel-phpunit>=20110327:devel/pear-channel-phpunit
20
19
21
USES=	php
20
USES=	php pear:env
21
PEAR_CHANNEL=	phpunit
22
USE_GITHUB=	yes
22
USE_GITHUB=	yes
23
GH_ACCOUNT=	sebastianbergmann
23
GH_ACCOUNT=	sebastianbergmann
24
GH_PROJECT=	${PORTNAME:tl}
24
GH_PROJECT=	${PORTNAME:tl}
(-)devel/pear-SebastianBergmann_Version/Makefile (-5 / +3 lines)
Lines 4-10 Link Here
4
PORTNAME=	Version
4
PORTNAME=	Version
5
DISTVERSION=	2.0.1
5
DISTVERSION=	2.0.1
6
CATEGORIES=	devel pear
6
CATEGORIES=	devel pear
7
PKGNAMEPREFIX=	pear-SebastianBergmann_
7
PKGNAMEPREFIX=	${PEAR_PKGNAMEPREFIX}SebastianBergmann_
8
8
9
MAINTAINER=	joneum@FreeBSD.org
9
MAINTAINER=	joneum@FreeBSD.org
10
COMMENT=	Managing the version number of Git-hosted PHP projects
10
COMMENT=	Managing the version number of Git-hosted PHP projects
Lines 12-21 COMMENT= Managing the version number of Git-hosted PHP projects Link Here
12
LICENSE=	BSD3CLAUSE
12
LICENSE=	BSD3CLAUSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
14
15
BUILD_DEPENDS=	pear-channel-phpunit>=20110327:devel/pear-channel-phpunit
15
USES=	pear:env
16
RUN_DEPENDS=	pear-channel-phpunit>=20110327:devel/pear-channel-phpunit
16
PEAR_CHANNEL=	phpunit
17
18
USES=	php
19
USE_GITHUB=	yes
17
USE_GITHUB=	yes
20
GH_ACCOUNT=	sebastianbergmann
18
GH_ACCOUNT=	sebastianbergmann
21
GH_PROJECT=	${PORTNAME:tl}
19
GH_PROJECT=	${PORTNAME:tl}
(-)devel/pear-Structures_DataGrid/Makefile (-1 / +1 lines)
Lines 8-14 CATEGORIES= devel www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	Full-featured tabular structured data management package
9
COMMENT=	Full-featured tabular structured data management package
10
10
11
RUN_DEPENDS=	${PEARDIR}/Console/Table.php:devel/pear-Console_Table
11
RUN_DEPENDS=	${PEARDIR}/Console/Table.php:devel/pear-Console_Table@${PHP_FLAVOR}
12
12
13
USES=		pear
13
USES=		pear
14
14
(-)devel/pear-Structures_DataGrid_Renderer_Console/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= devel www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	Console_Table Renderer for pear-Structures_DataGrid
9
COMMENT=	Console_Table Renderer for pear-Structures_DataGrid
10
10
11
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \
11
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \
12
		${PEARDIR}/Console/Table.php:devel/pear-Console_Table
12
		${PEARDIR}/Console/Table.php:devel/pear-Console_Table@${PHP_FLAVOR}
13
13
14
USES=		pear
14
USES=		pear
15
15
(-)devel/pear-Structures_DataGrid_Renderer_HTMLSortForm/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= devel www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	HTMLSortForm Renderer for pear-Structures_DataGrid
9
COMMENT=	HTMLSortForm Renderer for pear-Structures_DataGrid
10
10
11
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \
11
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \
12
		${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm
12
		${PEARDIR}/HTML/QuickForm.php:devel/pear-HTML_QuickForm@${PHP_FLAVOR}
13
13
14
USES=		pear
14
USES=		pear
15
15
(-)devel/pear-Structures_DataGrid_Renderer_HTMLTable/Makefile (-3 / +3 lines)
Lines 8-16 CATEGORIES= devel www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	HTML_Table Renderer for pear-Structures_DataGrid
9
COMMENT=	HTML_Table Renderer for pear-Structures_DataGrid
10
10
11
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \
11
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \
12
		${PEARDIR}/HTML/Table.php:devel/pear-HTML_Table \
12
		${PEARDIR}/HTML/Table.php:devel/pear-HTML_Table@${PHP_FLAVOR} \
13
		${PEARDIR}/Structures/DataGrid/Renderer/Pager.php:www/pear-Structures_DataGrid_Renderer_Pager
13
		${PEARDIR}/Structures/DataGrid/Renderer/Pager.php:www/pear-Structures_DataGrid_Renderer_Pager@${PHP_FLAVOR}
14
14
15
USES=		pear
15
USES=		pear
16
16
(-)devel/pear-Structures_DataGrid_Renderer_XUL/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= devel www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	XUL Renderer for pear-Structures_DataGrid
9
COMMENT=	XUL Renderer for pear-Structures_DataGrid
10
10
11
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \
11
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \
12
		${PEARDIR}/XML/Util.php:devel/pear-XML_Util
12
		${PEARDIR}/XML/Util.php:devel/pear-XML_Util@${PHP_FLAVOR}
13
13
14
USES=		pear
14
USES=		pear
15
15
(-)devel/pear-Symfony_Component_Console/Makefile (-4 / +1 lines)
Lines 5-11 PORTNAME= Console Link Here
5
PORTVERSION=	2.4.4
5
PORTVERSION=	2.4.4
6
CATEGORIES=	devel pear
6
CATEGORIES=	devel pear
7
MASTER_SITES=	http://pear.symfony.com/get/
7
MASTER_SITES=	http://pear.symfony.com/get/
8
PKGNAMEPREFIX=	pear-Symfony_Component_
8
PKGNAMEPREFIX=	${PEAR_PKGNAMEPREFIX}Symfony_Component_
9
DIST_SUBDIR=	Symfony2
9
DIST_SUBDIR=	Symfony2
10
10
11
MAINTAINER=	wg@FreeBSD.org
11
MAINTAINER=	wg@FreeBSD.org
Lines 13-21 COMMENT= Symfony2 Console Component Link Here
13
13
14
LICENSE=	MIT
14
LICENSE=	MIT
15
15
16
BUILD_DEPENDS+= ${PEARDIR}/.channels/pear.symfony.com.reg:devel/pear-channel-symfony2
17
RUN_DEPENDS+=	${PEARDIR}/.channels/pear.symfony.com.reg:devel/pear-channel-symfony2
18
19
USES=		pear
16
USES=		pear
20
PEAR_CHANNEL=	symfony2
17
PEAR_CHANNEL=	symfony2
21
18
(-)devel/pear-Symfony_Component_Finder/Makefile (-4 / +1 lines)
Lines 5-11 PORTNAME= Finder Link Here
5
PORTVERSION=	2.4.4
5
PORTVERSION=	2.4.4
6
CATEGORIES=	devel pear
6
CATEGORIES=	devel pear
7
MASTER_SITES=	http://pear.symfony.com/get/
7
MASTER_SITES=	http://pear.symfony.com/get/
8
PKGNAMEPREFIX=	pear-Symfony_Component_
8
PKGNAMEPREFIX=	${PEAR_PKGNAMEPREFIX}Symfony_Component_
9
DIST_SUBDIR=	Symfony2
9
DIST_SUBDIR=	Symfony2
10
10
11
MAINTAINER=	joneum@FreeBSD.org
11
MAINTAINER=	joneum@FreeBSD.org
Lines 13-21 COMMENT= Symfony2 Finder Component Link Here
13
13
14
LICENSE=	MIT
14
LICENSE=	MIT
15
15
16
BUILD_DEPENDS=	${PEARDIR}/.channels/pear.symfony.com.reg:devel/pear-channel-symfony2
17
RUN_DEPENDS=	${PEARDIR}/.channels/pear.symfony.com.reg:devel/pear-channel-symfony2
18
19
USES=		pear
16
USES=		pear
20
PEAR_CHANNEL=	symfony2
17
PEAR_CHANNEL=	symfony2
21
18
(-)devel/pear-TheSeer_DirectoryScanner/Makefile (-4 / +3 lines)
Lines 4-10 Link Here
4
PORTNAME=	DirectoryScanner
4
PORTNAME=	DirectoryScanner
5
PORTVERSION=	1.3.2
5
PORTVERSION=	1.3.2
6
CATEGORIES=	devel pear
6
CATEGORIES=	devel pear
7
PKGNAMEPREFIX=	pear-TheSeer_
7
PKGNAMEPREFIX=	${PEAR_PKGNAMEPREFIX}TheSeer_
8
8
9
MAINTAINER=	joneum@FreeBSD.org
9
MAINTAINER=	joneum@FreeBSD.org
10
COMMENT=	Recursive directory scanner and filter
10
COMMENT=	Recursive directory scanner and filter
Lines 12-26 COMMENT= Recursive directory scanner and filter Link Here
12
LICENSE=	BSD2CLAUSE
12
LICENSE=	BSD2CLAUSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
14
15
BUILD_DEPENDS=	pear-channel-theseer>=20120501:devel/pear-channel-theseer
15
USES=	php:flavors pear:env
16
RUN_DEPENDS=	pear-channel-theseer>=20120501:devel/pear-channel-theseer
17
18
USE_GITHUB=	yes
16
USE_GITHUB=	yes
19
GH_ACCOUNT=	theseer
17
GH_ACCOUNT=	theseer
20
GH_PROJECT=	DirectoryScanner
18
GH_PROJECT=	DirectoryScanner
21
19
22
USE_PHP=	fileinfo
20
USE_PHP=	fileinfo
23
PEAR_CHANNEL=	theseer
21
PEAR_CHANNEL=	theseer
22
PEAR_CHANNEL_VER=	>=20120501
24
23
25
NO_BUILD=	yes
24
NO_BUILD=	yes
26
25
(-)devel/pear-TheSeer_fDOMDocument/Makefile (-4 / +3 lines)
Lines 4-10 Link Here
4
PORTNAME=	fDOMDocument
4
PORTNAME=	fDOMDocument
5
PORTVERSION=	1.6.6
5
PORTVERSION=	1.6.6
6
CATEGORIES=	devel www pear
6
CATEGORIES=	devel www pear
7
PKGNAMEPREFIX=	pear-TheSeer_
7
PKGNAMEPREFIX=	${PEAR_PKGNAMEPREFIX}TheSeer_
8
8
9
MAINTAINER=	joneum@FreeBSD.org
9
MAINTAINER=	joneum@FreeBSD.org
10
COMMENT=	Extension to PHP standard DOM
10
COMMENT=	Extension to PHP standard DOM
Lines 12-26 COMMENT= Extension to PHP standard DOM Link Here
12
LICENSE=	BSD3CLAUSE
12
LICENSE=	BSD3CLAUSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
14
15
BUILD_DEPENDS=	pear-channel-theseer>=20120501:devel/pear-channel-theseer
15
USES=	php:flavors pear:env
16
RUN_DEPENDS=	pear-channel-theseer>=20120501:devel/pear-channel-theseer
17
18
USE_GITHUB=	yes
16
USE_GITHUB=	yes
19
GH_ACCOUNT=	theseer
17
GH_ACCOUNT=	theseer
20
GH_PROJECT=	fDOMDocument
18
GH_PROJECT=	fDOMDocument
21
19
22
USE_PHP=	dom xml
20
USE_PHP=	dom xml
23
PEAR_CHANNEL=	theseer
21
PEAR_CHANNEL=	theseer
22
PEAR_CHANNEL_VER=	>=20120501
24
23
25
NO_BUILD=	yes
24
NO_BUILD=	yes
26
25
(-)devel/pear-TheSeer_fXSL/Makefile (-4 / +1 lines)
Lines 5-11 PORTNAME= fXSL Link Here
5
PORTVERSION=	1.1.0
5
PORTVERSION=	1.1.0
6
CATEGORIES=	devel pear
6
CATEGORIES=	devel pear
7
MASTER_SITES=	http://pear.netpirates.net/get/
7
MASTER_SITES=	http://pear.netpirates.net/get/
8
PKGNAMEPREFIX=	pear-TheSeer_
8
PKGNAMEPREFIX=	${PEAR_PKGNAMEPREFIX}TheSeer_
9
EXTRACT_SUFX=	.tgz
9
EXTRACT_SUFX=	.tgz
10
10
11
MAINTAINER=	joneum@FreeBSD.org
11
MAINTAINER=	joneum@FreeBSD.org
Lines 13-21 COMMENT= XSL wrapper / extension to the PHP 5.x XSLTProcessor Link Here
13
13
14
LICENSE=	BSD3CLAUSE
14
LICENSE=	BSD3CLAUSE
15
15
16
BUILD_DEPENDS=	${PEARDIR}/.channels/pear.netpirates.net.reg:devel/pear-channel-theseer
17
RUN_DEPENDS=	${PEARDIR}/.channels/pear.netpirates.net.reg:devel/pear-channel-theseer
18
19
BROKEN_powerpc64=	fails to package: Signal 11
16
BROKEN_powerpc64=	fails to package: Signal 11
20
17
21
USE_PHP=	dom xml xsl
18
USE_PHP=	dom xml xsl
(-)devel/pear-TheSeer_phpDox/Makefile (-11 / +11 lines)
Lines 5-27 PORTNAME= phpDox Link Here
5
PORTVERSION=	0.5.0
5
PORTVERSION=	0.5.0
6
CATEGORIES=	devel pear
6
CATEGORIES=	devel pear
7
MASTER_SITES=	http://pear.netpirates.net/get/
7
MASTER_SITES=	http://pear.netpirates.net/get/
8
PKGNAMEPREFIX=	pear-TheSeer_
8
PKGNAMEPREFIX=	${PEAR_PKGNAMEPREFIX}TheSeer_
9
9
10
MAINTAINER=	joneum@FreeBSD.org
10
MAINTAINER=	joneum@FreeBSD.org
11
COMMENT=	PHP Documentation generation framework and tool
11
COMMENT=	PHP Documentation generation framework and tool
12
12
13
LICENSE=	BSD3CLAUSE
13
LICENSE=	BSD3CLAUSE
14
14
15
BUILD_DEPENDS=	pear-TheSeer_DirectoryScanner>=1.1.0:devel/pear-TheSeer_DirectoryScanner \
15
BUILD_DEPENDS=	${PEAR_PKGNAMEPREFIX}TheSeer_DirectoryScanner>=1.1.0:devel/pear-TheSeer_DirectoryScanner@${PHP_FLAVOR} \
16
		pear-TheSeer_fDOMDocument>=1.2.3:devel/pear-TheSeer_fDOMDocument \
16
		${PEAR_PKGNAMEPREFIX}TheSeer_fDOMDocument>=1.2.3:devel/pear-TheSeer_fDOMDocument@${PHP_FLAVOR} \
17
		pear-TheSeer_fXSL>=1.0.4:devel/pear-TheSeer_fXSL \
17
		${PEAR_PKGNAMEPREFIX}TheSeer_fXSL>=1.0.4:devel/pear-TheSeer_fXSL@${PHP_FLAVOR} \
18
		pear-ezc_ConsoleTools>=1.6:devel/pear-ezc_ConsoleTools \
18
		${PEAR_PKGNAMEPREFIX}ezc_ConsoleTools>=1.6:devel/pear-ezc_ConsoleTools@${PHP_FLAVOR} \
19
		pear-pdepend_staticReflection>=0.2.1:devel/pear-pdepend-staticReflection
19
		${PEAR_PKGNAMEPREFIX}pdepend_staticReflection>=0.2.1:devel/pear-pdepend-staticReflection@${PHP_FLAVOR}
20
RUN_DEPENDS=	pear-TheSeer_DirectoryScanner>=1.1.0:devel/pear-TheSeer_DirectoryScanner \
20
RUN_DEPENDS=	${PEAR_PKGNAMEPREFIX}TheSeer_DirectoryScanner>=1.1.0:devel/pear-TheSeer_DirectoryScanner@${PHP_FLAVOR} \
21
		pear-TheSeer_fDOMDocument>=1.2.3:devel/pear-TheSeer_fDOMDocument \
21
		${PEAR_PKGNAMEPREFIX}TheSeer_fDOMDocument>=1.2.3:devel/pear-TheSeer_fDOMDocument@${PHP_FLAVOR} \
22
		pear-TheSeer_fXSL>=1.0.4:devel/pear-TheSeer_fXSL \
22
		${PEAR_PKGNAMEPREFIX}TheSeer_fXSL>=1.0.4:devel/pear-TheSeer_fXSL@${PHP_FLAVOR} \
23
		pear-ezc_ConsoleTools>=1.6:devel/pear-ezc_ConsoleTools \
23
		${PEAR_PKGNAMEPREFIX}ezc_ConsoleTools>=1.6:devel/pear-ezc_ConsoleTools@${PHP_FLAVOR} \
24
		pear-pdepend_staticReflection>=0.2.1:devel/pear-pdepend-staticReflection
24
		${PEAR_PKGNAMEPREFIX}pdepend_staticReflection>=0.2.1:devel/pear-pdepend-staticReflection@${PHP_FLAVOR}
25
25
26
USE_PHP=	dom tokenizer xsl iconv
26
USE_PHP=	dom tokenizer xsl iconv
27
PEAR_CHANNEL=	theseer
27
PEAR_CHANNEL=	theseer
(-)devel/pear-VFS/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= devel pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PEAR Virtual File System API
9
COMMENT=	PEAR Virtual File System API
10
10
11
BUILD_DEPENDS=	${PEARDIR}/Log/null.php:sysutils/pear-Log
11
BUILD_DEPENDS=	${PEARDIR}/Log/null.php:sysutils/pear-Log@${PHP_FLAVOR}
12
RUN_DEPENDS=	${PEARDIR}/Log/null.php:sysutils/pear-Log
12
RUN_DEPENDS=	${PEARDIR}/Log/null.php:sysutils/pear-Log@${PHP_FLAVOR}
13
13
14
USE_PHP=	gettext
14
USE_PHP=	gettext
15
USES=		pear php
15
USES=		pear php
(-)devel/pear-Validate/Makefile (-2 / +2 lines)
Lines 15-24 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
15
OPTIONS_DEFINE=	DATE IDNA
15
OPTIONS_DEFINE=	DATE IDNA
16
16
17
DATE_DESC=	Date and Time Zone Classes
17
DATE_DESC=	Date and Time Zone Classes
18
DATE_RUN_DEPENDS=	${PEARDIR}/Date.php:devel/pear-Date
18
DATE_RUN_DEPENDS=	${PEARDIR}/Date.php:devel/pear-Date@${PHP_FLAVOR}
19
19
20
IDNA_DESC=	Net_IDNA - Punycode encoding and decoding package
20
IDNA_DESC=	Net_IDNA - Punycode encoding and decoding package
21
IDNA_RUN_DEPENDS=	${PEARDIR}/Net/IDNA.php:net/pear-Net_IDNA
21
IDNA_RUN_DEPENDS=	${PEARDIR}/Net/IDNA.php:net/pear-Net_IDNA@${PHP_FLAVOR}
22
22
23
USES=		pear
23
USES=		pear
24
NO_ARCH=	yes
24
NO_ARCH=	yes
(-)devel/pear-Validate_Finance/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= devel www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PEAR Finance Validation class
9
COMMENT=	PEAR Finance Validation class
10
10
11
BUILD_DEPENDS=	pear-Validate>=0.5.0:devel/pear-Validate
11
BUILD_DEPENDS=	${PEAR_PKGNAMEPREFIX}Validate>=0.5.0:devel/pear-Validate@${PHP_FLAVOR}
12
RUN_DEPENDS=	pear-Validate>=0.5.0:devel/pear-Validate
12
RUN_DEPENDS=	${PEAR_PKGNAMEPREFIX}Validate>=0.5.0:devel/pear-Validate@${PHP_FLAVOR}
13
13
14
USES=		pear
14
USES=		pear
15
15
(-)devel/pear-Validate_US/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= devel www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PEAR data validation class for US
9
COMMENT=	PEAR data validation class for US
10
10
11
BUILD_DEPENDS=	pear-Validate>=0.5.0:devel/pear-Validate
11
BUILD_DEPENDS=	${PEAR_PKGNAMEPREFIX}Validate>=0.5.0:devel/pear-Validate@${PHP_FLAVOR}
12
RUN_DEPENDS=	pear-Validate>=0.5.0:devel/pear-Validate
12
RUN_DEPENDS=	${PEAR_PKGNAMEPREFIX}Validate>=0.5.0:devel/pear-Validate@${PHP_FLAVOR}
13
13
14
USES=		pear
14
USES=		pear
15
15
(-)devel/pear-VersionControl_SVN/Makefile (-2 / +2 lines)
Lines 10-17 COMMENT= Wrapper interface for the Subversion command-line client Link Here
10
10
11
LICENSE=	BSD2CLAUSE
11
LICENSE=	BSD2CLAUSE
12
12
13
BUILD_DEPENDS=	pear-XML_Parser>=1.3.4:devel/pear-XML_Parser
13
BUILD_DEPENDS=	${PEAR_PKGNAMEPREFIX}XML_Parser>=1.3.4:devel/pear-XML_Parser@${PHP_FLAVOR}
14
RUN_DEPENDS=	pear-XML_Parser>=1.3.4:devel/pear-XML_Parser
14
RUN_DEPENDS=	${PEAR_PKGNAMEPREFIX}XML_Parser>=1.3.4:devel/pear-XML_Parser@${PHP_FLAVOR}
15
15
16
USES=		pear
16
USES=		pear
17
17
(-)devel/pear-XML_NITF/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= devel pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PEAR NITF XML parser
9
COMMENT=	PEAR NITF XML parser
10
10
11
BUILD_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser
11
BUILD_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR}
12
RUN_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser
12
RUN_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR}
13
13
14
NO_ARCH=	yes
14
NO_ARCH=	yes
15
USES=		pear
15
USES=		pear
(-)devel/pear-XML_RSS/Makefile (-1 / +1 lines)
Lines 11-17 COMMENT= PEAR RSS parser Link Here
11
LICENSE=	PHP301
11
LICENSE=	PHP301
12
LICENSE_FILE=	${WRKSRC}/LICENSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
13
14
RUN_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser
14
RUN_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR}
15
15
16
NO_ARCH=	yes
16
NO_ARCH=	yes
17
USES=		pear
17
USES=		pear
(-)devel/pear-XML_Serializer/Makefile (-4 / +4 lines)
Lines 10-19 COMMENT= PEAR Swiss-army knive for reading and writing XML files Link Here
10
10
11
LICENSE=	BSD2CLAUSE
11
LICENSE=	BSD2CLAUSE
12
12
13
BUILD_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser \
13
BUILD_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR} \
14
		${PEARDIR}/XML/Util.php:devel/pear-XML_Util
14
		${PEARDIR}/XML/Util.php:devel/pear-XML_Util@${PHP_FLAVOR}
15
RUN_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser \
15
RUN_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR} \
16
		${PEARDIR}/XML/Util.php:devel/pear-XML_Util
16
		${PEARDIR}/XML/Util.php:devel/pear-XML_Util@${PHP_FLAVOR}
17
17
18
USES=		pear
18
USES=		pear
19
19
(-)devel/pear-XML_Transformer/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= devel www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PEAR XML Transformations in PHP
9
COMMENT=	PEAR XML Transformations in PHP
10
10
11
BUILD_DEPENDS=	${PEARDIR}/XML/Util.php:devel/pear-XML_Util
11
BUILD_DEPENDS=	${PEARDIR}/XML/Util.php:devel/pear-XML_Util@${PHP_FLAVOR}
12
RUN_DEPENDS:=	${PEARDIR}/XML/Util.php:devel/pear-XML_Util
12
RUN_DEPENDS:=	${PEARDIR}/XML/Util.php:devel/pear-XML_Util@${PHP_FLAVOR}
13
13
14
USES=		pear
14
USES=		pear
15
15
(-)devel/pear-XML_Tree/Makefile (-2 / +2 lines)
Lines 9-16 CATEGORIES= devel www pear Link Here
9
MAINTAINER=	joneum@FreeBSD.org
9
MAINTAINER=	joneum@FreeBSD.org
10
COMMENT=	PEAR class for representing XML data in a tree structure
10
COMMENT=	PEAR class for representing XML data in a tree structure
11
11
12
BUILD_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser
12
BUILD_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR}
13
RUN_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser
13
RUN_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR}
14
14
15
USES=		pear
15
USES=		pear
16
16
(-)devel/pear-channel-doctrine/Makefile (-2 / +1 lines)
Lines 10-15 COMMENT= PEAR channel ${PEAR_CHANNEL_HOST} Link Here
10
10
11
PEAR_CHANNEL_HOST=	pear.doctrine-project.org
11
PEAR_CHANNEL_HOST=	pear.doctrine-project.org
12
12
13
.include <bsd.port.pre.mk>
14
.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
13
.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
15
.include <bsd.port.post.mk>
14
.include <bsd.port.mk>
(-)devel/pear-channel-ezc/Makefile (-2 / +1 lines)
Lines 10-15 COMMENT= PEAR channel ${PEAR_CHANNEL_HOST} Link Here
10
10
11
PEAR_CHANNEL_HOST=	components.ez.no
11
PEAR_CHANNEL_HOST=	components.ez.no
12
12
13
.include <bsd.port.pre.mk>
14
.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
13
.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
15
.include <bsd.port.post.mk>
14
.include <bsd.port.mk>
(-)devel/pear-channel-horde/Makefile (-2 / +1 lines)
Lines 10-15 COMMENT= PEAR channel ${PEAR_CHANNEL_HOST} Link Here
10
10
11
PEAR_CHANNEL_HOST=	pear.horde.org
11
PEAR_CHANNEL_HOST=	pear.horde.org
12
12
13
.include <bsd.port.pre.mk>
14
.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
13
.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
15
.include <bsd.port.post.mk>
14
.include <bsd.port.mk>
(-)devel/pear-channel-htmlpurifier.org/Makefile (-2 / +1 lines)
Lines 13-18 COMMENT= PEAR channel ${PEAR_CHANNEL_HOST} Link Here
13
PEAR_CHANNEL_HOST=	htmlpurifier.org
13
PEAR_CHANNEL_HOST=	htmlpurifier.org
14
PEAR_CHANNEL_ALIAS=	hp
14
PEAR_CHANNEL_ALIAS=	hp
15
15
16
.include <bsd.port.pre.mk>
17
.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
16
.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
18
.include <bsd.port.post.mk>
17
.include <bsd.port.mk>
(-)devel/pear-channel-openpear/Makefile (-2 / +1 lines)
Lines 11-16 COMMENT= PEAR channel ${PEAR_CHANNEL_HOST} Link Here
11
11
12
PEAR_CHANNEL_HOST=	openpear.org
12
PEAR_CHANNEL_HOST=	openpear.org
13
13
14
.include <bsd.port.pre.mk>
15
.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
14
.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
16
.include <bsd.port.post.mk>
15
.include <bsd.port.mk>
(-)devel/pear-channel-pdepend/Makefile (-2 / +1 lines)
Lines 10-15 COMMENT= PEAR channel ${PEAR_CHANNEL_HOST} Link Here
10
10
11
PEAR_CHANNEL_HOST=	pear.pdepend.org
11
PEAR_CHANNEL_HOST=	pear.pdepend.org
12
12
13
.include <bsd.port.pre.mk>
14
.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
13
.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
15
.include <bsd.port.post.mk>
14
.include <bsd.port.mk>
(-)devel/pear-channel-phing/Makefile (-2 / +1 lines)
Lines 9-14 COMMENT= PEAR channel ${PEAR_CHANNEL_HOST} Link Here
9
9
10
PEAR_CHANNEL_HOST=	pear.phing.info
10
PEAR_CHANNEL_HOST=	pear.phing.info
11
11
12
.include <bsd.port.pre.mk>
13
.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
12
.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
14
.include <bsd.port.post.mk>
13
.include <bsd.port.mk>
(-)devel/pear-channel-phpdoc/Makefile (-2 / +1 lines)
Lines 10-15 COMMENT= PEAR channel ${PEAR_CHANNEL_HOST} Link Here
10
10
11
PEAR_CHANNEL_HOST=	pear.phpdoc.org
11
PEAR_CHANNEL_HOST=	pear.phpdoc.org
12
12
13
.include <bsd.port.pre.mk>
14
.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
13
.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
15
.include <bsd.port.post.mk>
14
.include <bsd.port.mk>
(-)devel/pear-channel-phpmd/Makefile (-2 / +1 lines)
Lines 10-15 COMMENT= PEAR channel ${PEAR_CHANNEL_HOST} Link Here
10
10
11
PEAR_CHANNEL_HOST=	pear.phpmd.org
11
PEAR_CHANNEL_HOST=	pear.phpmd.org
12
12
13
.include <bsd.port.pre.mk>
14
.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
13
.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
15
.include <bsd.port.post.mk>
14
.include <bsd.port.mk>
(-)devel/pear-channel-phpunit/Makefile (-2 / +1 lines)
Lines 10-15 COMMENT= PEAR channel ${PEAR_CHANNEL_HOST} Link Here
10
10
11
PEAR_CHANNEL_HOST=	pear.phpunit.de
11
PEAR_CHANNEL_HOST=	pear.phpunit.de
12
12
13
.include <bsd.port.pre.mk>
14
.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
13
.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
15
.include <bsd.port.post.mk>
14
.include <bsd.port.mk>
(-)devel/pear-channel-pirum/Makefile (-2 / +1 lines)
Lines 11-16 COMMENT= PEAR channel ${PEAR_CHANNEL_HOST} Link Here
11
11
12
PEAR_CHANNEL_HOST=	pear.pirum-project.org
12
PEAR_CHANNEL_HOST=	pear.pirum-project.org
13
13
14
.include <bsd.port.pre.mk>
15
.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
14
.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
16
.include <bsd.port.post.mk>
15
.include <bsd.port.mk>
(-)devel/pear-channel-symfony/Makefile (-2 / +1 lines)
Lines 10-15 COMMENT= PEAR channel ${PEAR_CHANNEL_HOST} Link Here
10
10
11
PEAR_CHANNEL_HOST=	pear.symfony-project.com
11
PEAR_CHANNEL_HOST=	pear.symfony-project.com
12
12
13
.include <bsd.port.pre.mk>
14
.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
13
.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
15
.include <bsd.port.post.mk>
14
.include <bsd.port.mk>
(-)devel/pear-channel-symfony2/Makefile (-2 / +1 lines)
Lines 11-16 COMMENT= PEAR channel ${PEAR_CHANNEL_HOST} Link Here
11
11
12
PEAR_CHANNEL_HOST=	pear.symfony.com
12
PEAR_CHANNEL_HOST=	pear.symfony.com
13
13
14
.include <bsd.port.pre.mk>
15
.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
14
.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
16
.include <bsd.port.post.mk>
15
.include <bsd.port.mk>
(-)devel/pear-channel-theseer/Makefile (-2 / +1 lines)
Lines 11-16 COMMENT= PEAR channel ${PEAR_CHANNEL_HOST} Link Here
11
11
12
PEAR_CHANNEL_HOST=	pear.netpirates.net
12
PEAR_CHANNEL_HOST=	pear.netpirates.net
13
13
14
.include <bsd.port.pre.mk>
15
.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
14
.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
16
.include <bsd.port.post.mk>
15
.include <bsd.port.mk>
(-)devel/pear-channel-twig/Makefile (-2 / +1 lines)
Lines 11-16 COMMENT= PEAR channel ${PEAR_CHANNEL_HOST} Link Here
11
11
12
PEAR_CHANNEL_HOST=	pear.twig-project.org
12
PEAR_CHANNEL_HOST=	pear.twig-project.org
13
13
14
.include <bsd.port.pre.mk>
15
.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
14
.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
16
.include <bsd.port.post.mk>
15
.include <bsd.port.mk>
(-)devel/pear-ezc_Base/Makefile (-4 / +1 lines)
Lines 5-20 PORTNAME= Base Link Here
5
PORTVERSION=	1.8
5
PORTVERSION=	1.8
6
CATEGORIES=	devel pear
6
CATEGORIES=	devel pear
7
MASTER_SITES=	http://components.ez.no/get/
7
MASTER_SITES=	http://components.ez.no/get/
8
PKGNAMEPREFIX=	pear-${PEAR_CHANNEL}_
8
PKGNAMEPREFIX=	${PEAR_PKGNAMEPREFIX}${PEAR_CHANNEL}_
9
9
10
MAINTAINER=	joneum@FreeBSD.org
10
MAINTAINER=	joneum@FreeBSD.org
11
COMMENT=	Base package that all ezc components packages rely on
11
COMMENT=	Base package that all ezc components packages rely on
12
12
13
LICENSE=	BSD3CLAUSE
13
LICENSE=	BSD3CLAUSE
14
14
15
BUILD_DEPENDS=	${PEARDIR}/.channels/components.ez.no.reg:devel/pear-channel-ezc
16
RUN_DEPENDS=	${PEARDIR}/.channels/components.ez.no.reg:devel/pear-channel-ezc
17
18
PEAR_CHANNEL=	ezc
15
PEAR_CHANNEL=	ezc
19
USES=	pear
16
USES=	pear
20
17
(-)devel/pear-ezc_ConsoleTools/Makefile (-5 / +3 lines)
Lines 5-21 PORTNAME= ConsoleTools Link Here
5
PORTVERSION=	1.6.1
5
PORTVERSION=	1.6.1
6
CATEGORIES=	devel pear
6
CATEGORIES=	devel pear
7
MASTER_SITES=	http://components.ez.no/get/
7
MASTER_SITES=	http://components.ez.no/get/
8
PKGNAMEPREFIX=	pear-${PEAR_CHANNEL}_
8
PKGNAMEPREFIX=	${PEAR_PKGNAMEPREFIX}${PEAR_CHANNEL}_
9
9
10
MAINTAINER=	joneum@FreeBSD.org
10
MAINTAINER=	joneum@FreeBSD.org
11
COMMENT=	Set of classes to do different actions with the console
11
COMMENT=	Set of classes to do different actions with the console
12
12
13
LICENSE=	BSD3CLAUSE
13
LICENSE=	BSD3CLAUSE
14
14
15
BUILD_DEPENDS=	pear-ezc_Base>=1.8:devel/pear-ezc_Base \
15
BUILD_DEPENDS=	${PEAR_PKGNAMEPREFIX}ezc_Base>=1.8:devel/pear-ezc_Base@${PHP_FLAVOR}
16
		${PEARDIR}/.channels/components.ez.no.reg:devel/pear-channel-ezc
16
RUN_DEPENDS=	${PEAR_PKGNAMEPREFIX}ezc_Base>=1.8:devel/pear-ezc_Base@${PHP_FLAVOR}
17
RUN_DEPENDS=	pear-ezc_Base>=1.8:devel/pear-ezc_Base \
18
		${PEARDIR}/.channels/components.ez.no.reg:devel/pear-channel-ezc
19
17
20
PEAR_CHANNEL=	ezc
18
PEAR_CHANNEL=	ezc
21
USES=	pear
19
USES=	pear
(-)devel/pear-htmlpurifier/Makefile (-4 / +1 lines)
Lines 8-23 CATEGORIES= devel pear www Link Here
8
MASTER_SITES=	http://htmlpurifier.org/get/ \
8
MASTER_SITES=	http://htmlpurifier.org/get/ \
9
		LOCAL
9
		LOCAL
10
DISTNAME=	HTMLPurifier-${PORTVERSION}
10
DISTNAME=	HTMLPurifier-${PORTVERSION}
11
PKGNAMEPREFIX=	pear-
11
PKGNAMEPREFIX=	${PEAR_PKGNAMEPREFIX}
12
12
13
MAINTAINER=	feld@FreeBSD.org
13
MAINTAINER=	feld@FreeBSD.org
14
COMMENT=	PHP HTML filter library
14
COMMENT=	PHP HTML filter library
15
15
16
LICENSE=	LGPL21
16
LICENSE=	LGPL21
17
17
18
BUILD_DEPENDS=	${PEARDIR}/.channels/htmlpurifier.org.reg:devel/pear-channel-htmlpurifier.org
19
RUN_DEPENDS=	${PEARDIR}/.channels/htmlpurifier.org.reg:devel/pear-channel-htmlpurifier.org
20
21
PEAR_CHANNEL=	htmlpurifier.org
18
PEAR_CHANNEL=	htmlpurifier.org
22
USES=	pear
19
USES=	pear
23
20
(-)devel/pear-pdepend-staticReflection/Makefile (-4 / +1 lines)
Lines 5-20 PORTNAME= staticReflection Link Here
5
PORTVERSION=	1.0.0
5
PORTVERSION=	1.0.0
6
CATEGORIES=	devel pear
6
CATEGORIES=	devel pear
7
MASTER_SITES=	http://pear.pdepend.org/get/
7
MASTER_SITES=	http://pear.pdepend.org/get/
8
PKGNAMEPREFIX=	pear-${PEAR_CHANNEL}_
8
PKGNAMEPREFIX=	${PEAR_PKGNAMEPREFIX}${PEAR_CHANNEL}_
9
9
10
MAINTAINER=	joneum@FreeBSD.org
10
MAINTAINER=	joneum@FreeBSD.org
11
COMMENT=	staticReflection package for PHP
11
COMMENT=	staticReflection package for PHP
12
12
13
LICENSE=	BSD3CLAUSE
13
LICENSE=	BSD3CLAUSE
14
14
15
BUILD_DEPENDS=	${PEARDIR}/.channels/pear.pdepend.org.reg:devel/pear-channel-pdepend
16
RUN_DEPENDS=	${PEARDIR}/.channels/pear.pdepend.org.reg:devel/pear-channel-pdepend
17
18
USE_PHP=	tokenizer
15
USE_PHP=	tokenizer
19
PEAR_CHANNEL=	pdepend
16
PEAR_CHANNEL=	pdepend
20
USES=	pear
17
USES=	pear
(-)devel/pear-phing/Makefile (-4 / +1 lines)
Lines 4-10 PORTNAME= phing Link Here
4
PORTVERSION=	2.6.1
4
PORTVERSION=	2.6.1
5
CATEGORIES=	devel pear
5
CATEGORIES=	devel pear
6
MASTER_SITES=	http://pear.phing.info/get/
6
MASTER_SITES=	http://pear.phing.info/get/
7
PKGNAMEPREFIX=	pear-
7
PKGNAMEPREFIX=	${PEAR_PKGNAMEPREFIX}
8
8
9
MAINTAINER=	mm@FreeBSD.org
9
MAINTAINER=	mm@FreeBSD.org
10
COMMENT=	PHP project build system based on Apache Ant
10
COMMENT=	PHP project build system based on Apache Ant
Lines 14-20 LICENSE= LGPL3 Link Here
14
PEAR_CHANNEL=	phing
14
PEAR_CHANNEL=	phing
15
USES=	pear
15
USES=	pear
16
16
17
BUILD_DEPENDS+= ${PEARDIR}/.channels/pear.phing.info.reg:devel/pear-channel-phing
18
RUN_DEPENDS+= ${PEARDIR}/.channels/pear.phing.info.reg:devel/pear-channel-phing
19
20
.include <bsd.port.mk>
17
.include <bsd.port.mk>
(-)devel/pear/Makefile (-1 / +2 lines)
Lines 6-18 PORTVERSION= 1.10.5 Link Here
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	devel
7
CATEGORIES=	devel
8
MASTER_SITES=	http://mirror.bsdproject.de/
8
MASTER_SITES=	http://mirror.bsdproject.de/
9
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
9
10
10
MAINTAINER=	joneum@FreeBSD.org
11
MAINTAINER=	joneum@FreeBSD.org
11
COMMENT=	PEAR framework for PHP
12
COMMENT=	PEAR framework for PHP
12
13
13
LICENSE=	PHP301
14
LICENSE=	PHP301
14
15
15
USES=		cpe php:cli tar:bzip2
16
USES=		cpe php:cli,flavors tar:bzip2
16
CPE_VENDOR=	php
17
CPE_VENDOR=	php
17
NO_BUILD=	yes
18
NO_BUILD=	yes
18
NO_ARCH=	yes
19
NO_ARCH=	yes
(-)devel/pear/bsd.pear.channel.mk (-4 / +6 lines)
Lines 2-21 Link Here
2
#
2
#
3
# Common code for PEAR channels
3
# Common code for PEAR channels
4
4
5
PKGNAMEPREFIX?=	pear-channel-
5
PKGNAMEPREFIX?=	${PEAR_PKGNAMEPREFIX}channel-
6
6
7
MASTER_SITES?=	#no master sites
7
MASTER_SITES?=	#no master sites
8
DISTFILES?=	#no distfiles
8
DISTFILES?=	#no distfiles
9
9
10
BUILD_DEPENDS?=	${LOCALBASE}/bin/pear:devel/pear
10
USES+=	pear:env
11
RUN_DEPENDS?=	${LOCALBASE}/bin/pear:devel/pear
11
12
BUILD_DEPENDS?=	${LOCALBASE}/bin/pear:devel/pear@${PHP_FLAVOR}
13
RUN_DEPENDS?=	${LOCALBASE}/bin/pear:devel/pear@${PHP_FLAVOR}
12
14
13
NO_BUILD?=	yes
15
NO_BUILD?=	yes
14
16
15
LPEARDIR?=	share/pear
17
LPEARDIR?=	share/pear
16
18
17
PEAR_CHANNEL_ALIAS?=	${PORTNAME}
19
PEAR_CHANNEL_ALIAS?=	${PORTNAME}
18
PEAR_CHANNEL_REG?=	${FILESDIR}/${PEAR_CHANNEL_HOST}.reg
20
PEAR_CHANNEL_REG?=	${.CURDIR}/files/${PEAR_CHANNEL_HOST}.reg
19
21
20
PLIST_FILES=	${LPEARDIR}/.channels/.alias/${PEAR_CHANNEL_ALIAS}.txt \
22
PLIST_FILES=	${LPEARDIR}/.channels/.alias/${PEAR_CHANNEL_ALIAS}.txt \
21
		${LPEARDIR}/.channels/${PEAR_CHANNEL_HOST}.reg
23
		${LPEARDIR}/.channels/${PEAR_CHANNEL_HOST}.reg
(-)devel/pecl-APCu4/Makefile (-1 lines)
Lines 5-11 PORTNAME= APCu Link Here
5
PORTVERSION=	4.0.11
5
PORTVERSION=	4.0.11
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	devel
7
CATEGORIES=	devel
8
PKGNAMESUFFIX=	4
9
DISTNAME=	${PORTNAME:tl}-${PORTVERSION}
8
DISTNAME=	${PORTNAME:tl}-${PORTVERSION}
10
9
11
MAINTAINER=	johnpupu@gmail.com
10
MAINTAINER=	johnpupu@gmail.com
(-)devel/pecl-grpc/Makefile (-1 / +7 lines)
Lines 18-21 BROKEN_powerpc64= fails to compile: cc1: error: unrecognized command line option Link Here
18
18
19
USES=		php:pecl
19
USES=		php:pecl
20
20
21
.include <bsd.port.mk>
21
.include <bsd.port.pre.mk>
22
23
.if ${FLAVOR} == php72 && ${ARCH} == i386
24
BROKEN=		error: fastcall calling convention ignored on variadic function [-Werror,-Wignored-attributes]
25
.endif
26
27
.include <bsd.port.post.mk>
(-)devel/pecl-jsmin2/Makefile (-1 lines)
Lines 4-10 Link Here
4
PORTNAME=	jsmin
4
PORTNAME=	jsmin
5
PORTVERSION=	2.0.1
5
PORTVERSION=	2.0.1
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
PKGNAMESUFFIX=	2
8
7
9
MAINTAINER=	pascal.christen@hostpoint.ch
8
MAINTAINER=	pascal.christen@hostpoint.ch
10
COMMENT=	PHP extension for minifying JavaScript
9
COMMENT=	PHP extension for minifying JavaScript
(-)devel/pecl-msgpack0/Makefile (-1 lines)
Lines 4-10 Link Here
4
PORTNAME=	msgpack
4
PORTNAME=	msgpack
5
PORTVERSION=	0.5.7
5
PORTVERSION=	0.5.7
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
PKGNAMESUFFIX=	0
8
7
9
MAINTAINER=	johnpupu@gmail.com
8
MAINTAINER=	johnpupu@gmail.com
10
COMMENT=	Provides API for communicating with MessagePack serialization
9
COMMENT=	Provides API for communicating with MessagePack serialization
(-)devel/pecl-propro2/Makefile (-1 lines)
Lines 5-11 PORTNAME= propro Link Here
5
PORTVERSION=	2.0.1
5
PORTVERSION=	2.0.1
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	devel
7
CATEGORIES=	devel
8
PKGNAMESUFFIX=	2
9
8
10
MAINTAINER=	bofh@FreeBSD.org
9
MAINTAINER=	bofh@FreeBSD.org
11
COMMENT=	Facility to manage extension object properties
10
COMMENT=	Facility to manage extension object properties
(-)devel/pecl-raphf2/Makefile (-1 lines)
Lines 5-11 PORTNAME= raphf Link Here
5
PORTVERSION=	2.0.0
5
PORTVERSION=	2.0.0
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	devel
7
CATEGORIES=	devel
8
PKGNAMESUFFIX=	2
9
8
10
MAINTAINER=	bofh@FreeBSD.org
9
MAINTAINER=	bofh@FreeBSD.org
11
COMMENT=	Resource and persistent handles factory
10
COMMENT=	Resource and persistent handles factory
(-)devel/pecl-weakref2/Makefile (-1 lines)
Lines 4-10 Link Here
4
PORTNAME=	weakref
4
PORTNAME=	weakref
5
PORTVERSION=	0.3.3
5
PORTVERSION=	0.3.3
6
CATEGORIES=	devel pear
6
CATEGORIES=	devel pear
7
PKGNAMESUFFIX=	2
8
DISTNAME=	Weakref-${PORTVERSION}
7
DISTNAME=	Weakref-${PORTVERSION}
9
8
10
MAINTAINER=	joneum@FreeBSD.org
9
MAINTAINER=	joneum@FreeBSD.org
(-)devel/pecl-yac/Makefile (-2 / +2 lines)
Lines 16-22 IGNORE_WITH_PHP= 56 Link Here
16
16
17
OPTIONS_DEFINE=	MSGPACK
17
OPTIONS_DEFINE=	MSGPACK
18
MSGPACK_DESC=	Enable MSGPACK module
18
MSGPACK_DESC=	Enable MSGPACK module
19
MSGPACK_BUILD_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/msgpack.so:devel/pecl-msgpack
19
MSGPACK_BUILD_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/msgpack.so:devel/pecl-msgpack@${PHP_FLAVOR}
20
MSGPACK_RUN_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/msgpack.so:devel/pecl-msgpack
20
MSGPACK_RUN_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/msgpack.so:devel/pecl-msgpack@${PHP_FLAVOR}
21
21
22
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)devel/phabricator/Makefile (-2 / +2 lines)
Lines 56-64 GD_USE= PHP=gd Link Here
56
.if ${PORT_OPTIONS:MOPCACHE}
56
.if ${PORT_OPTIONS:MOPCACHE}
57
USE_PHP+=	opcache
57
USE_PHP+=	opcache
58
.	if ${PHP_VER} >= 70
58
.	if ${PHP_VER} >= 70
59
RUN_DEPENDS+=	 ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu
59
RUN_DEPENDS+=	 ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu@${PHP_FLAVOR}
60
.	else
60
.	else
61
RUN_DEPENDS+=	 ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu4
61
RUN_DEPENDS+=	 ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu4@${PHP_FLAVOR}
62
.	endif
62
.	endif
63
.endif
63
.endif
64
64
(-)devel/php-jq/Makefile (-1 / +1 lines)
Lines 5-11 PORTNAME= jq Link Here
5
PORTVERSION=	0.0.1
5
PORTVERSION=	0.0.1
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	devel
7
CATEGORIES=	devel
8
PKGNAMEPREFIX=	php-
8
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
9
9
10
MAINTAINER=	gasol.wu@gmail.com
10
MAINTAINER=	gasol.wu@gmail.com
11
COMMENT=	Jq shared extension for php
11
COMMENT=	Jq shared extension for php
(-)devel/php-maxminddb/Makefile (-1 / +1 lines)
Lines 6-12 PORTVERSION= 1.1.0 Link Here
6
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
PORTREVISION=	1
7
PORTREVISION=	1
8
CATEGORIES=	devel net
8
CATEGORIES=	devel net
9
PKGNAMEPREFIX=	php-
9
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
10
10
11
MAINTAINER=	danger@FreeBSD.org
11
MAINTAINER=	danger@FreeBSD.org
12
COMMENT=	MaxMind DB Reader extension for PHP
12
COMMENT=	MaxMind DB Reader extension for PHP
(-)devel/php-memoize/Makefile (-2 / +3 lines)
Lines 1-20 Link Here
1
# Created by: Gasol Wu <gasol.wu@gmail.com>
1
# Created by: Gasol Wu <gasol.wu@gmail.com>
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	php-memoize
4
PORTNAME=	memoize
5
PORTVERSION=	0.2.0b1
5
PORTVERSION=	0.2.0b1
6
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
PORTREVISION=	3
7
PORTREVISION=	3
8
CATEGORIES=	devel
8
CATEGORIES=	devel
9
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
9
10
10
MAINTAINER=	gasol.wu@gmail.com
11
MAINTAINER=	gasol.wu@gmail.com
11
COMMENT=	PHP extension which transparently caches PHP functions
12
COMMENT=	PHP extension which transparently caches PHP functions
12
13
13
USE_GITHUB=	yes
14
USE_GITHUB=	yes
14
GH_ACCOUNT=	arraypad
15
GH_ACCOUNT=	arraypad
16
GH_PROJECT=	php-${PORTNAME}
15
17
16
USES=		php:ext
18
USES=		php:ext
17
PHP_MODNAME=	memoize
18
IGNORE_WITH_PHP=	70 71 72
19
IGNORE_WITH_PHP=	70 71 72
19
CONFIGURE_ARGS=	--enable-memoize
20
CONFIGURE_ARGS=	--enable-memoize
20
21
(-)devel/php-scalar_objects/Makefile (-1 / +1 lines)
Lines 5-11 PORTNAME= scalar_objects Link Here
5
PORTVERSION=	0.0.20140124
5
PORTVERSION=	0.0.20140124
6
PORTREVISION=	2
6
PORTREVISION=	2
7
CATEGORIES=	devel
7
CATEGORIES=	devel
8
PKGNAMEPREFIX=	php-
8
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
9
9
10
MAINTAINER=	gasol.wu@gmail.com
10
MAINTAINER=	gasol.wu@gmail.com
11
COMMENT=	Support method calls on primitive types in PHP
11
COMMENT=	Support method calls on primitive types in PHP
(-)devel/php-uprofiler/Makefile (-1 / +1 lines)
Lines 5-11 PORTNAME= uprofiler Link Here
5
PORTVERSION=	0.11.0.20150219
5
PORTVERSION=	0.11.0.20150219
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	devel
7
CATEGORIES=	devel
8
PKGNAMEPREFIX=	php-
8
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
9
9
10
MAINTAINER=	gasol.wu@gmail.com
10
MAINTAINER=	gasol.wu@gmail.com
11
COMMENT=	Lightweight profiler for PHP
11
COMMENT=	Lightweight profiler for PHP
(-)devel/php5-blitz-devel/Makefile (-1 / +1 lines)
Lines 6-12 PORTVERSION= 0.7.2 Link Here
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	devel
7
CATEGORIES=	devel
8
MASTER_SITES=	http://alexeyrybak.com/blitz/
8
MASTER_SITES=	http://alexeyrybak.com/blitz/
9
PKGNAMEPREFIX=	php5-
9
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
10
DISTNAME=	blitz-${PORTVERSION}-devel
10
DISTNAME=	blitz-${PORTVERSION}-devel
11
11
12
MAINTAINER=	komarov@valerka.net
12
MAINTAINER=	komarov@valerka.net
(-)devel/php5-blitz/Makefile (-1 / +1 lines)
Lines 6-12 PORTVERSION= 0.8.2 Link Here
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	devel
7
CATEGORIES=	devel
8
MASTER_SITES=	http://alexeyrybak.com/blitz/
8
MASTER_SITES=	http://alexeyrybak.com/blitz/
9
PKGNAMEPREFIX=	php5-
9
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
10
10
11
MAINTAINER=	komarov@valerka.net
11
MAINTAINER=	komarov@valerka.net
12
COMMENT=	PHP templating engine
12
COMMENT=	PHP templating engine
(-)devel/php5-dav/Makefile (-1 / +1 lines)
Lines 6-12 PORTVERSION= 1.2 Link Here
6
PORTREVISION=	2
6
PORTREVISION=	2
7
CATEGORIES=	devel
7
CATEGORIES=	devel
8
MASTER_SITES=	http://download.pureftpd.org/php-webdav/
8
MASTER_SITES=	http://download.pureftpd.org/php-webdav/
9
PKGNAMEPREFIX=	php5-
9
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
10
DISTNAME=	php-webdav-${PORTVERSION}
10
DISTNAME=	php-webdav-${PORTVERSION}
11
11
12
MAINTAINER=	komarov@valerka.net
12
MAINTAINER=	komarov@valerka.net
(-)devel/php5-pinba/Makefile (-1 / +1 lines)
Lines 5-11 PORTNAME= pinba Link Here
5
PORTVERSION=	2012.03.20
5
PORTVERSION=	2012.03.20
6
PORTREVISION=	8
6
PORTREVISION=	8
7
CATEGORIES=	devel
7
CATEGORIES=	devel
8
PKGNAMEPREFIX=	php5-
8
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
9
9
10
MAINTAINER=	komarov@valerka.net
10
MAINTAINER=	komarov@valerka.net
11
COMMENT=	PHP-extension part of statistics server for PHP
11
COMMENT=	PHP-extension part of statistics server for PHP
(-)devel/php5-thrift/Makefile (-1 / +1 lines)
Lines 6-12 PORTVERSION= ${THRIFT_PORTVERSION} Link Here
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	devel
7
CATEGORIES=	devel
8
MASTER_SITES=	APACHE/thrift/${PORTVERSION}
8
MASTER_SITES=	APACHE/thrift/${PORTVERSION}
9
PKGNAMEPREFIX=	php5-
9
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
10
10
11
MAINTAINER=	webmaster@kibab.com
11
MAINTAINER=	webmaster@kibab.com
12
COMMENT=	PHP interface to Thrift
12
COMMENT=	PHP interface to Thrift
(-)devel/phpbt/Makefile (-1 / +1 lines)
Lines 13-19 COMMENT= Bug-tracking system developed in PHP Link Here
13
LICENSE=	GPLv2+
13
LICENSE=	GPLv2+
14
LICENSE_FILE=	${WRKSRC}/COPYING
14
LICENSE_FILE=	${WRKSRC}/COPYING
15
15
16
RUN_DEPENDS=	${LOCALBASE}/share/pear/DB.php:databases/pear-DB
16
RUN_DEPENDS=	${LOCALBASE}/share/pear/DB.php:databases/pear-DB@${PHP_FLAVOR}
17
17
18
.if !defined(WITHOUT_PHP_DEPENDS)
18
.if !defined(WITHOUT_PHP_DEPENDS)
19
USE_PHP=	ctype pcre posix session tokenizer xml zlib
19
USE_PHP=	ctype pcre posix session tokenizer xml zlib
(-)devel/phpunit/Makefile (-1 / +2 lines)
Lines 5-10 DISTVERSION= 5.7.27 Link Here
5
CATEGORIES=	devel www
5
CATEGORIES=	devel www
6
MASTER_SITES=	https://phar.phpunit.de/
6
MASTER_SITES=	https://phar.phpunit.de/
7
EXTRACT_SUFX=	.phar
7
EXTRACT_SUFX=	.phar
8
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
8
9
9
MAINTAINER=	tz@FreeBSD.org
10
MAINTAINER=	tz@FreeBSD.org
10
COMMENT=	Testing framework for unit tests
11
COMMENT=	Testing framework for unit tests
Lines 18-24 CONFLICTS_INSTALL= phpunit6 Link Here
18
19
19
PORTSCOUT=	limit:^5\.7\.[0-9]*
20
PORTSCOUT=	limit:^5\.7\.[0-9]*
20
21
21
USES=		cpe php
22
USES=		cpe php:flavors
22
CPE_VENDOR=	phpunit_project
23
CPE_VENDOR=	phpunit_project
23
USE_PHP=	dom json spl pcre phar
24
USE_PHP=	dom json spl pcre phar
24
25
(-)dns/pear-File_DNS/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= dns devel pear Link Here
8
MAINTAINER=	chris@ctgameinfo.com
8
MAINTAINER=	chris@ctgameinfo.com
9
COMMENT=	PEAR class to read and write RFC1033-style DNS Zonefiles
9
COMMENT=	PEAR class to read and write RFC1033-style DNS Zonefiles
10
10
11
BUILD_DEPENDS=	${PEARDIR}/File.php:sysutils/pear-File
11
BUILD_DEPENDS=	${PEARDIR}/File.php:sysutils/pear-File@${PHP_FLAVOR}
12
RUN_DEPENDS=	${PEARDIR}/File.php:sysutils/pear-File
12
RUN_DEPENDS=	${PEARDIR}/File.php:sysutils/pear-File@${PHP_FLAVOR}
13
13
14
USES=		pear
14
USES=		pear
15
15
(-)finance/php-tclink/Makefile (-1 / +1 lines)
Lines 6-12 PORTVERSION= 4.0.2 Link Here
6
PORTREVISION=	2
6
PORTREVISION=	2
7
CATEGORIES=	finance
7
CATEGORIES=	finance
8
MASTER_SITES=	https://vault.trustcommerce.com/downloads/
8
MASTER_SITES=	https://vault.trustcommerce.com/downloads/
9
PKGNAMEPREFIX=	php-
9
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
10
DISTNAME=	${PORTNAME}-${PORTVERSION}-php
10
DISTNAME=	${PORTNAME}-${PORTVERSION}-php
11
11
12
MAINTAINER=	mbowie@buzmo.com
12
MAINTAINER=	mbowie@buzmo.com
(-)ftp/Makefile (-4 / +1 lines)
Lines 62-78 Link Here
62
    SUBDIR += pavuk
62
    SUBDIR += pavuk
63
    SUBDIR += pear-Net_FTP
63
    SUBDIR += pear-Net_FTP
64
    SUBDIR += pftpd
64
    SUBDIR += pftpd
65
    SUBDIR += php-fastdfs
65
    SUBDIR += php56-curl
66
    SUBDIR += php56-curl
66
    SUBDIR += php56-fastdfs
67
    SUBDIR += php56-ftp
67
    SUBDIR += php56-ftp
68
    SUBDIR += php70-curl
68
    SUBDIR += php70-curl
69
    SUBDIR += php70-fastdfs
70
    SUBDIR += php70-ftp
69
    SUBDIR += php70-ftp
71
    SUBDIR += php71-curl
70
    SUBDIR += php71-curl
72
    SUBDIR += php71-fastdfs
73
    SUBDIR += php71-ftp
71
    SUBDIR += php71-ftp
74
    SUBDIR += php72-curl
72
    SUBDIR += php72-curl
75
    SUBDIR += php72-fastdfs
76
    SUBDIR += php72-ftp
73
    SUBDIR += php72-ftp
77
    SUBDIR += phpwebftp
74
    SUBDIR += phpwebftp
78
    SUBDIR += plasma-applet-ftpmonitor
75
    SUBDIR += plasma-applet-ftpmonitor
(-)ftp/horde-gollem/Makefile (-1 / +1 lines)
Lines 4-10 Link Here
4
PORTNAME=	gollem
4
PORTNAME=	gollem
5
PORTVERSION=	3.0.12
5
PORTVERSION=	3.0.12
6
CATEGORIES=	ftp www pear
6
CATEGORIES=	ftp www pear
7
PKGNAMEPREFIX=	horde-
7
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}horde-
8
8
9
MAINTAINER=	horde@FreeBSD.org
9
MAINTAINER=	horde@FreeBSD.org
10
COMMENT=	Horde Web-based File Manager
10
COMMENT=	Horde Web-based File Manager
(-)ftp/php-fastdfs/Makefile (+28 lines)
Added Link Here
1
# $FreeBSD$
2
3
PORTNAME=	fastdfs
4
DISTVERSION=	5.0.11
5
CATEGORIES=	ftp
6
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
7
8
MAINTAINER=	daniel@blodan.se
9
COMMENT?=	PHP module for accessing a FastDFS cluster
10
11
LICENSE=	GPLv3+
12
13
LIB_DEPENDS=	libfastcommon.so:devel/libfastcommon \
14
		libfdfsclient.so:ftp/fastdfs
15
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	happyfish100
18
GH_PROJECT=	fastdfs
19
GH_TAGNAME=	1e50b4f
20
21
USES=			php:ext
22
23
WRKSRC_SUBDIR=	php_client
24
CONFIGURE_ENV=	ROOT=${LOCALBASE}
25
26
PHP_MODNAME=	fastdfs_client
27
28
.include <bsd.port.mk>
(-)ftp/php-fastdfs/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1502819567
2
SHA256 (happyfish100-fastdfs-5.0.11-1e50b4f_GH0.tar.gz) = 42ef67951c55fb416282cd20389dde5709016913debbb87465b9b744fa3dacf9
3
SIZE (happyfish100-fastdfs-5.0.11-1e50b4f_GH0.tar.gz) = 336996
(-)ftp/php-fastdfs/pkg-descr (+3 lines)
Added Link Here
1
PHP module for accessing a FastDFS cluster
2
3
WWW: https://github.com/happyfish100/fastdfs
(-)ftp/php-fastdfs/pkg-message (+15 lines)
Added Link Here
1
Before you can start using this module;
2
- Make sure you have configured client.conf to point to your FastDFS cluster
3
  and that you see the cluster with fdfs_monitor
4
- Add this to your php.ini file
5
==================================================================
6
fastdfs_client.base_path = /var/tmp
7
fastdfs_client.connect_timeout = 2
8
fastdfs_client.network_timeout = 60
9
fastdfs_client.log_level = info
10
fastdfs_client.log_filename =
11
fastdfs_client.http.anti_steal_secret_key =
12
fastdfs_client.tracker_group_count = 1
13
fastdfs_client.tracker_group0 = /usr/local/etc/fdfs/client.conf
14
fastdfs_client.use_connection_pool = false
15
fastdfs_client.connection_pool_max_idle_time = 3600
(-)ftp/php56-fastdfs/Makefile (-30 lines)
Removed Link Here
1
# $FreeBSD$
2
3
PORTNAME=	fastdfs
4
DISTVERSION=	5.0.11
5
CATEGORIES=	ftp
6
PKGNAMEPREFIX?=	php56-
7
IGNORE_WITH_PHP?=	70 71 72
8
9
MAINTAINER=	daniel@blodan.se
10
COMMENT?=	PHP 5.6 module for accessing a FastDFS cluster
11
12
LICENSE=	GPLv3+
13
14
LIB_DEPENDS=	libfastcommon.so:devel/libfastcommon \
15
		libfdfsclient.so:ftp/fastdfs
16
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	happyfish100
19
GH_PROJECT=	fastdfs
20
GH_TAGNAME=	1e50b4f
21
22
USES=			php:ext
23
PHP_VER?=		56
24
25
WRKSRC_SUBDIR=	php_client
26
CONFIGURE_ENV=	ROOT=${LOCALBASE}
27
28
PHP_MODNAME=	fastdfs_client
29
30
.include <bsd.port.mk>
(-)ftp/php56-fastdfs/distinfo (-3 lines)
Removed Link Here
1
TIMESTAMP = 1502819567
2
SHA256 (happyfish100-fastdfs-5.0.11-1e50b4f_GH0.tar.gz) = 42ef67951c55fb416282cd20389dde5709016913debbb87465b9b744fa3dacf9
3
SIZE (happyfish100-fastdfs-5.0.11-1e50b4f_GH0.tar.gz) = 336996
(-)ftp/php56-fastdfs/pkg-descr (-3 lines)
Removed Link Here
1
PHP module for accessing a FastDFS cluster
2
3
WWW: https://github.com/happyfish100/fastdfs
(-)ftp/php56-fastdfs/pkg-message (-15 lines)
Removed Link Here
1
Before you can start using this module;
2
- Make sure you have configured client.conf to point to your FastDFS cluster
3
  and that you see the cluster with fdfs_monitor
4
- Add this to your php.ini file
5
==================================================================
6
fastdfs_client.base_path = /var/tmp
7
fastdfs_client.connect_timeout = 2
8
fastdfs_client.network_timeout = 60
9
fastdfs_client.log_level = info
10
fastdfs_client.log_filename =
11
fastdfs_client.http.anti_steal_secret_key =
12
fastdfs_client.tracker_group_count = 1
13
fastdfs_client.tracker_group0 = /usr/local/etc/fdfs/client.conf
14
fastdfs_client.use_connection_pool = false
15
fastdfs_client.connection_pool_max_idle_time = 3600
(-)ftp/php70-fastdfs/Makefile (-12 lines)
Removed Link Here
1
# $FreeBSD$
2
3
MASTERDIR=	${.CURDIR}/../php56-fastdfs
4
5
PKGNAMEPREFIX=	php70-
6
7
COMMENT=	PHP 7 module for accessing a FastDFS cluster
8
9
IGNORE_WITH_PHP=	56 71 72
10
PHP_VER=		70
11
12
.include "${MASTERDIR}/Makefile"
(-)ftp/php71-fastdfs/Makefile (-12 lines)
Removed Link Here
1
# $FreeBSD$
2
3
MASTERDIR=	${.CURDIR}/../php56-fastdfs
4
5
PKGNAMEPREFIX=	php71-
6
7
COMMENT=	PHP 7.1 module for accessing a FastDFS cluster
8
9
IGNORE_WITH_PHP=	56 70 72
10
PHP_VER=		71
11
12
.include "${MASTERDIR}/Makefile"
(-)ftp/php72-fastdfs/Makefile (-12 lines)
Removed Link Here
1
# $FreeBSD$
2
3
MASTERDIR=	${.CURDIR}/../php56-fastdfs
4
5
PKGNAMEPREFIX=	php72-
6
7
COMMENT=	PHP 7.2 module for accessing a FastDFS cluster
8
9
IGNORE_WITH_PHP=	56 70 71
10
PHP_VER=		72
11
12
.include "${MASTERDIR}/Makefile"
(-)graphics/pear-Horde_Image/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
PORTNAME=	Horde_Image
3
PORTNAME=	Horde_Image
4
PORTVERSION=	2.5.2
4
PORTVERSION=	2.5.2
5
CATEGORIES=	graphics www pear
5
CATEGORIES=	graphics www pear
6
PKGNAMEPREFIX=	pear-
6
PKGNAMEPREFIX=	${PEAR_PKGNAMEPREFIX}
7
7
8
MAINTAINER=	horde@FreeBSD.org
8
MAINTAINER=	horde@FreeBSD.org
9
COMMENT=	Horde Image API
9
COMMENT=	Horde Image API
(-)graphics/pear-Image_Barcode/Makefile (-1 / +1 lines)
Lines 14-19 USES= pear php Link Here
14
OPTIONS_DEFINE=		PEAR_PHP_COMPAT
14
OPTIONS_DEFINE=		PEAR_PHP_COMPAT
15
PEAR_PHP_COMPAT_DESC=	PEAR::PHP_Compat support
15
PEAR_PHP_COMPAT_DESC=	PEAR::PHP_Compat support
16
16
17
PEAR_PHP_COMPAT_RUN_DEPENDS=	${PEARDIR}/PHP/Compat.php:devel/pear-PHP_Compat
17
PEAR_PHP_COMPAT_RUN_DEPENDS=	${PEARDIR}/PHP/Compat.php:devel/pear-PHP_Compat@${PHP_FLAVOR}
18
18
19
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)graphics/pear-Image_Canvas/Makefile (-1 / +1 lines)
Lines 9-15 CATEGORIES= graphics www pear Link Here
9
MAINTAINER=	numisemis@yahoo.com
9
MAINTAINER=	numisemis@yahoo.com
10
COMMENT=	OO PEAR common interface to image drawing
10
COMMENT=	OO PEAR common interface to image drawing
11
11
12
RUN_DEPENDS=	${PEARDIR}/Image/Color.php:graphics/pear-Image_Color
12
RUN_DEPENDS=	${PEARDIR}/Image/Color.php:graphics/pear-Image_Color@${PHP_FLAVOR}
13
13
14
USE_PHP=	gd
14
USE_PHP=	gd
15
USES=		dos2unix pear php
15
USES=		dos2unix pear php
(-)graphics/pear-Image_Graph/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= graphics www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	OO PEAR graph rendering package
9
COMMENT=	OO PEAR graph rendering package
10
10
11
RUN_DEPENDS=	${PEARDIR}/Log.php:sysutils/pear-Log \
11
RUN_DEPENDS=	${PEARDIR}/Log.php:sysutils/pear-Log@${PHP_FLAVOR} \
12
		${PEARDIR}/Image/Canvas.php:graphics/pear-Image_Canvas
12
		${PEARDIR}/Image/Canvas.php:graphics/pear-Image_Canvas@${PHP_FLAVOR}
13
13
14
USES=		dos2unix pear
14
USES=		dos2unix pear
15
DOS2UNIX_REGEX=	.*php$$
15
DOS2UNIX_REGEX=	.*php$$
(-)graphics/pecl-qrencode/Makefile (-3 / +1 lines)
Lines 6-13 PORTVERSION= 0.6 Link Here
6
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
PORTREVISION=	1
7
PORTREVISION=	1
8
CATEGORIES=	graphics pear
8
CATEGORIES=	graphics pear
9
PKGNAMEPREFIX=	pecl-
10
DIST_SUBDIR=	PECL
11
9
12
MAINTAINER=	vanilla@FreeBSD.org
10
MAINTAINER=	vanilla@FreeBSD.org
13
COMMENT=	PECL extension for generate qrcode
11
COMMENT=	PECL extension for generate qrcode
Lines 17-23 LICENSE= BSD2CLAUSE Link Here
17
LIB_DEPENDS=	libqrencode.so:graphics/libqrencode \
15
LIB_DEPENDS=	libqrencode.so:graphics/libqrencode \
18
		libpng.so:graphics/png
16
		libpng.so:graphics/png
19
17
20
USES=		php:ext
18
USES=		php:pecl
21
USE_GITHUB=	yes
19
USE_GITHUB=	yes
22
GH_ACCOUNT=	vanillahsu
20
GH_ACCOUNT=	vanillahsu
23
GH_PROJECT=	pecl-qrencode
21
GH_PROJECT=	pecl-qrencode
(-)graphics/pecl-qrencode/pkg-descr (-1 / +1 lines)
Lines 1-3 Link Here
1
A PECL extension for generate qrcode.
1
A PECL extension for generate qrcode.
2
2
3
WWW: https://github.com/vanillahsu/pecl-qrencode
3
WWW: https://github.com/vanillahsu/pecl-qrencode@${PHP_FLAVOR}
(-)graphics/php-facedetect/Makefile (-1 / +1 lines)
Lines 5-11 PORTNAME= facedetect Link Here
5
PORTVERSION=	1.1
5
PORTVERSION=	1.1
6
PORTREVISION=	6
6
PORTREVISION=	6
7
CATEGORIES=	graphics
7
CATEGORIES=	graphics
8
PKGNAMEPREFIX=	php-
8
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
9
9
10
MAINTAINER=	mm@FreeBSD.org
10
MAINTAINER=	mm@FreeBSD.org
11
COMMENT=	Face detection extension for PHP using OpenCV library
11
COMMENT=	Face detection extension for PHP using OpenCV library
(-)graphics/php-geos/Makefile (-3 / +3 lines)
Lines 6-14 PORTVERSION= 1.0.0 Link Here
6
CATEGORIES=	graphics
6
CATEGORIES=	graphics
7
MASTER_SITES=	https://git.osgeo.org/gogs/geos/php-geos/archive/ \
7
MASTER_SITES=	https://git.osgeo.org/gogs/geos/php-geos/archive/ \
8
		LOCAL/sunpoet/${PKGNAMEPREFIX}${PORTNAME}
8
		LOCAL/sunpoet/${PKGNAMEPREFIX}${PORTNAME}
9
PKGNAMEPREFIX=	php-
9
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
10
DISTNAME=	${DISTVERSION}
10
DISTNAME=	${DISTVERSION}
11
DIST_SUBDIR=	${PKGNAMEPREFIX}${PORTNAME}
11
DIST_SUBDIR=	php-${PORTNAME}
12
12
13
MAINTAINER=	sunpoet@FreeBSD.org
13
MAINTAINER=	sunpoet@FreeBSD.org
14
COMMENT=	PHP bindings for GEOS
14
COMMENT=	PHP bindings for GEOS
Lines 24-29 LIB_DEPENDS= libgeos_c.so:graphics/geos Link Here
24
LDFLAGS+=	-L${PREFIX}/lib
24
LDFLAGS+=	-L${PREFIX}/lib
25
USES=		php:ext
25
USES=		php:ext
26
26
27
WRKSRC=		${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}
27
WRKSRC=		${WRKDIR}/php-${PORTNAME}
28
28
29
.include <bsd.port.mk>
29
.include <bsd.port.mk>
(-)graphics/php-libpuzzle/Makefile (-1 / +1 lines)
Lines 7-13 PORTREVISION= 3 Link Here
7
CATEGORIES=	graphics
7
CATEGORIES=	graphics
8
MASTER_SITES=	http://download.pureftpd.org/pub/pure-ftpd/misc/libpuzzle/release/ \
8
MASTER_SITES=	http://download.pureftpd.org/pub/pure-ftpd/misc/libpuzzle/release/ \
9
		ftp://ftp.pureftpd.org/pub/pure-ftpd/misc/libpuzzle/releases/
9
		ftp://ftp.pureftpd.org/pub/pure-ftpd/misc/libpuzzle/releases/
10
PKGNAMEPREFIX=	php-
10
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
11
11
12
MAINTAINER=	cyberbotx@cyberbotx.com
12
MAINTAINER=	cyberbotx@cyberbotx.com
13
COMMENT=	PHP extension for Puzzle library to find similar pictures
13
COMMENT=	PHP extension for Puzzle library to find similar pictures
(-)graphics/php-magickwand/Makefile (-1 / +1 lines)
Lines 6-12 PORTVERSION= 1.0.9 Link Here
6
PORTREVISION=	7
6
PORTREVISION=	7
7
CATEGORIES=	graphics
7
CATEGORIES=	graphics
8
MASTER_SITES=	http://www.magickwand.org/download/php/
8
MASTER_SITES=	http://www.magickwand.org/download/php/
9
PKGNAMEPREFIX=	php-
9
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
10
DISTNAME=	MagickWandForPHP-${PORTVERSION}-2
10
DISTNAME=	MagickWandForPHP-${PORTVERSION}-2
11
11
12
MAINTAINER=	ports@FreeBSD.org
12
MAINTAINER=	ports@FreeBSD.org
(-)japanese/php5-mecab/Makefile (-1 / +1 lines)
Lines 19-24 CONFIGURE_ARGS= --with-mecab=${LOCALBASE}/bin/mecab-config Link Here
19
19
20
.include <bsd.port.pre.mk>
20
.include <bsd.port.pre.mk>
21
21
22
PKGNAMEPREFIX:=	${PKGNAMEPREFIX}php5-
22
PKGNAMEPREFIX:=	${PKGNAMEPREFIX}${PHP_PKGNAMEPREFIX}
23
23
24
.include <bsd.port.post.mk>
24
.include <bsd.port.post.mk>
(-)lang/php56/Makefile.ext (-1 / +1 lines)
Lines 1-6 Link Here
1
COMMENT=	The ${PHP_MODNAME} shared extension for php
1
COMMENT=	The ${PHP_MODNAME} shared extension for php
2
2
3
USES+=	php:ext
3
USES+=	php:ext,noflavors
4
PHP_MODNAME=	${PKGNAMESUFFIX:S/-//}
4
PHP_MODNAME=	${PKGNAMESUFFIX:S/-//}
5
PHP_VER=	56
5
PHP_VER=	56
6
IGNORE_WITH_PHP=	70
6
IGNORE_WITH_PHP=	70
(-)lang/php70/Makefile.ext (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
COMMENT=	The ${PHP_MODNAME} shared extension for php
3
COMMENT=	The ${PHP_MODNAME} shared extension for php
4
4
5
USES+=	php:ext
5
USES+=	php:ext,noflavors
6
PHP_MODNAME=	${PKGNAMESUFFIX:S/-//}
6
PHP_MODNAME=	${PKGNAMESUFFIX:S/-//}
7
PHP_VER=	70
7
PHP_VER=	70
8
IGNORE_WITH_PHP=	56
8
IGNORE_WITH_PHP=	56
(-)lang/php71/Makefile.ext (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
COMMENT=	The ${PHP_MODNAME} shared extension for php
3
COMMENT=	The ${PHP_MODNAME} shared extension for php
4
4
5
USES+=	php:ext
5
USES+=	php:ext,noflavors
6
PHP_MODNAME=	${PKGNAMESUFFIX:S/-//}
6
PHP_MODNAME=	${PKGNAMESUFFIX:S/-//}
7
PHP_VER=	71
7
PHP_VER=	71
8
IGNORE_WITH_PHP=	55 56 70
8
IGNORE_WITH_PHP=	55 56 70
(-)lang/php72/Makefile.ext (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
COMMENT=	The ${PHP_MODNAME} shared extension for php
3
COMMENT=	The ${PHP_MODNAME} shared extension for php
4
4
5
USES+=	php:ext
5
USES+=	php:ext,noflavors
6
PHP_MODNAME=	${PKGNAMESUFFIX:S/-//}
6
PHP_MODNAME=	${PKGNAMESUFFIX:S/-//}
7
PHP_VER=	72
7
PHP_VER=	72
8
IGNORE_WITH_PHP= 56 70 71
8
IGNORE_WITH_PHP= 56 70 71
(-)mail/horde-imp/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
PORTNAME=	imp
3
PORTNAME=	imp
4
PORTVERSION=	6.2.21
4
PORTVERSION=	6.2.21
5
CATEGORIES=	mail www pear
5
CATEGORIES=	mail www pear
6
PKGNAMEPREFIX=	horde-
6
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}horde-
7
7
8
MAINTAINER=	horde@FreeBSD.org
8
MAINTAINER=	horde@FreeBSD.org
9
COMMENT=	Horde web based webmail system
9
COMMENT=	Horde web based webmail system
(-)mail/horde-ingo/Makefile (-3 / +3 lines)
Lines 3-9 Link Here
3
PORTNAME=	ingo
3
PORTNAME=	ingo
4
PORTVERSION=	3.2.16
4
PORTVERSION=	3.2.16
5
CATEGORIES=	mail www pear
5
CATEGORIES=	mail www pear
6
PKGNAMEPREFIX=	horde-
6
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}horde-
7
7
8
MAINTAINER=	horde@FreeBSD.org
8
MAINTAINER=	horde@FreeBSD.org
9
COMMENT=	Horde email filter rules manager
9
COMMENT=	Horde email filter rules manager
Lines 29-35 USE_HORDE_RUN= Horde_Role \ Link Here
29
		Horde_Util
29
		Horde_Util
30
30
31
# Optional but we want it
31
# Optional but we want it
32
RUN_DEPENDS+=	${PEARDIR}/Net/Sieve.php:net/pear-Net_Sieve \
32
RUN_DEPENDS+=	${PEARDIR}/Net/Sieve.php:net/pear-Net_Sieve@${PHP_FLAVOR} \
33
		${PEARDIR}/Net/Socket.php:net/pear-Net_Socket
33
		${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR}
34
34
35
.include <bsd.port.mk>
35
.include <bsd.port.mk>
(-)mail/horde-turba/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
PORTNAME=	turba
3
PORTNAME=	turba
4
PORTVERSION=	4.2.21
4
PORTVERSION=	4.2.21
5
PORTREVISION=	1
5
PORTREVISION=	1
6
PKGNAMEPREFIX=	horde-
6
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}horde-
7
CATEGORIES=	mail www pear
7
CATEGORIES=	mail www pear
8
8
9
MAINTAINER=	horde@FreeBSD.org
9
MAINTAINER=	horde@FreeBSD.org
(-)mail/horde-webmail/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
PORTNAME=	webmail
3
PORTNAME=	webmail
4
PORTVERSION=	5.2.22
4
PORTVERSION=	5.2.22
5
CATEGORIES=	mail www pear
5
CATEGORIES=	mail www pear
6
PKGNAMEPREFIX=	horde-
6
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}horde-
7
7
8
MAINTAINER=	horde@FreeBSD.org
8
MAINTAINER=	horde@FreeBSD.org
9
COMMENT=	Horde Groupware Webmail Edition
9
COMMENT=	Horde Groupware Webmail Edition
(-)mail/pear-Horde_Imap_Client/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
PORTNAME=	Horde_Imap_Client
3
PORTNAME=	Horde_Imap_Client
4
PORTVERSION=	2.29.15
4
PORTVERSION=	2.29.15
5
CATEGORIES=	mail www pear
5
CATEGORIES=	mail www pear
6
PKGNAMEPREFIX=	pear-
6
PKGNAMEPREFIX=	${PEAR_PKGNAMEPREFIX}
7
7
8
MAINTAINER=	horde@FreeBSD.org
8
MAINTAINER=	horde@FreeBSD.org
9
COMMENT=	Horde IMAP abstraction interface
9
COMMENT=	Horde IMAP abstraction interface
Lines 24-29 SASL_DESC= Support SASL Authentication Link Here
24
24
25
IMAP_USE=	PHP=imap
25
IMAP_USE=	PHP=imap
26
MBSTRING_USE=	PHP=mbstring
26
MBSTRING_USE=	PHP=mbstring
27
SASL_RUN_DEPENDS=	${PEARDIR}/Auth/SASL.php:security/pear-Auth_SASL
27
SASL_RUN_DEPENDS=	${PEARDIR}/Auth/SASL.php:security/pear-Auth_SASL@${PHP_FLAVOR}
28
28
29
.include <bsd.port.mk>
29
.include <bsd.port.mk>
(-)mail/pear-Horde_Mail/Makefile (-1 / +1 lines)
Lines 17-22 USE_HORDE_RUN= Horde_Exception \ Link Here
17
#USE_HORDE_RUN+=	Horde_Mime
17
#USE_HORDE_RUN+=	Horde_Mime
18
18
19
# Optional but we want it
19
# Optional but we want it
20
RUN_DEPENDS+=	${PEARDIR}/Net/SMTP.php:net/pear-Net_SMTP
20
RUN_DEPENDS+=	${PEARDIR}/Net/SMTP.php:net/pear-Net_SMTP@${PHP_FLAVOR}
21
21
22
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)mail/pear-Horde_Mail_Autoconfig/Makefile (-1 / +1 lines)
Lines 14-19 USE_HORDE_RUN= Horde_Exception \ Link Here
14
		Horde_Mail \
14
		Horde_Mail \
15
		Horde_Smtp
15
		Horde_Smtp
16
16
17
RUN_DEPENDS+=	${PEARDIR}/Net/DNS2.php:dns/pear-Net_DNS2
17
RUN_DEPENDS+=	${PEARDIR}/Net/DNS2.php:dns/pear-Net_DNS2@${PHP_FLAVOR}
18
18
19
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)mail/pear-Horde_Mapi/Makefile (-2 / +2 lines)
Lines 4-10 PORTNAME= Horde_Mapi Link Here
4
PORTVERSION=	1.0.8
4
PORTVERSION=	1.0.8
5
PORTREVISION=	1
5
PORTREVISION=	1
6
CATEGORIES=	mail www pear
6
CATEGORIES=	mail www pear
7
PKGNAMEPREFIX=	pear-
7
PKGNAMEPREFIX=	${PEAR_PKGNAMEPREFIX}
8
8
9
MAINTAINER=	horde@FreeBSD.org
9
MAINTAINER=	horde@FreeBSD.org
10
COMMENT=	Horde MAPI utility library
10
COMMENT=	Horde MAPI utility library
Lines 15-20 USE_HORDE_RUN= Horde_Date \ Link Here
15
15
16
USE_PHP+=	bcmath
16
USE_PHP+=	bcmath
17
17
18
RUN_DEPENDS+=	${PEARDIR}/Math/BigInteger.php:math/pear-Math_BigInteger
18
RUN_DEPENDS+=	${PEARDIR}/Math/BigInteger.php:math/pear-Math_BigInteger@${PHP_FLAVOR}
19
19
20
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)mail/pear-Horde_Smtp/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
PORTNAME=	Horde_Smtp
3
PORTNAME=	Horde_Smtp
4
PORTVERSION=	1.9.5
4
PORTVERSION=	1.9.5
5
CATEGORIES=	mail www pear
5
CATEGORIES=	mail www pear
6
PKGNAMEPREFIX=	pear-
6
PKGNAMEPREFIX=	${PEAR_PKGNAMEPREFIX}
7
7
8
MAINTAINER=	horde@FreeBSD.org
8
MAINTAINER=	horde@FreeBSD.org
9
COMMENT=	Horde SMTP Client
9
COMMENT=	Horde SMTP Client
(-)mail/pear-MIME_Type/Makefile (-1 / +1 lines)
Lines 16-21 PEAR_SYSTEM_COMMAND_DESC= PEAR::System_Command support Link Here
16
USES=		pear
16
USES=		pear
17
NO_ARCH=	yes
17
NO_ARCH=	yes
18
18
19
PEAR_SYSTEM_COMMAND_RUN_DEPENDS=	${PEARDIR}/System/Command.php:devel/pear-System_Command
19
PEAR_SYSTEM_COMMAND_RUN_DEPENDS=	${PEARDIR}/System/Command.php:devel/pear-System_Command@${PHP_FLAVOR}
20
20
21
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)mail/pear-Mail/Makefile (-1 / +1 lines)
Lines 16-21 PEAR_NET_SMTP_DESC= PEAR::Net_SMTP support Link Here
16
16
17
USES=	pear
17
USES=	pear
18
18
19
PEAR_NET_SMTP_RUN_DEPENDS=	${PEARDIR}/Net/SMTP.php:net/pear-Net_SMTP
19
PEAR_NET_SMTP_RUN_DEPENDS=	${PEARDIR}/Net/SMTP.php:net/pear-Net_SMTP@${PHP_FLAVOR}
20
20
21
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)mail/pear-Mail_Queue/Makefile (-7 / +7 lines)
Lines 9-18 CATEGORIES= mail www pear Link Here
9
MAINTAINER=	joneum@FreeBSD.org
9
MAINTAINER=	joneum@FreeBSD.org
10
COMMENT=	PEAR class for put mails in queue and send them later in background
10
COMMENT=	PEAR class for put mails in queue and send them later in background
11
11
12
BUILD_DEPENDS=	${PEARDIR}/Mail.php:mail/pear-Mail \
12
BUILD_DEPENDS=	${PEARDIR}/Mail.php:mail/pear-Mail@${PHP_FLAVOR} \
13
		${PEARDIR}/Mail/mime.php:mail/pear-Mail_Mime
13
		${PEARDIR}/Mail/mime.php:mail/pear-Mail_Mime@${PHP_FLAVOR}
14
RUN_DEPENDS=	${PEARDIR}/Mail.php:mail/pear-Mail \
14
RUN_DEPENDS=	${PEARDIR}/Mail.php:mail/pear-Mail@${PHP_FLAVOR} \
15
		${PEARDIR}/Mail/mime.php:mail/pear-Mail_Mime
15
		${PEARDIR}/Mail/mime.php:mail/pear-Mail_Mime@${PHP_FLAVOR}
16
16
17
USES=		pear
17
USES=		pear
18
18
Lines 21-28 PEAR_DB_DESC= PEAR::DB support Link Here
21
PEAR_MDB_DESC=	PEAR::MDB support
21
PEAR_MDB_DESC=	PEAR::MDB support
22
PEAR_MDB2_DESC=	PEAR::MDB2 support
22
PEAR_MDB2_DESC=	PEAR::MDB2 support
23
23
24
PEAR_DB_RUN_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB
24
PEAR_DB_RUN_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR}
25
PEAR_MDB_RUN_DEPENDS=	${PEARDIR}/MDB.php:databases/pear-MDB
25
PEAR_MDB_RUN_DEPENDS=	${PEARDIR}/MDB.php:databases/pear-MDB@${PHP_FLAVOR}
26
PEAR_MDB2_RUN_DEPENDS=	${PEARDIR}/MDB2.php:databases/pear-MDB2
26
PEAR_MDB2_RUN_DEPENDS=	${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR}
27
27
28
.include <bsd.port.mk>
28
.include <bsd.port.mk>
(-)mail/pear-Mail_mimeDecode/Makefile (-1 / +1 lines)
Lines 10-16 COMMENT= Provides a class to decode mime messages Link Here
10
10
11
LICENSE=	BSD3CLAUSE
11
LICENSE=	BSD3CLAUSE
12
12
13
RUN_DEPENDS=	${PEARDIR}/Mail/mime.php:mail/pear-Mail_Mime
13
RUN_DEPENDS=	${PEARDIR}/Mail/mime.php:mail/pear-Mail_Mime@${PHP_FLAVOR}
14
14
15
USES=		pear
15
USES=		pear
16
NO_ARCH=	yes
16
NO_ARCH=	yes
(-)mail/pear-Net_Cyrus/Makefile (-4 / +4 lines)
Lines 8-17 CATEGORIES= mail net pear Link Here
8
MAINTAINER=	bra@fsn.hu
8
MAINTAINER=	bra@fsn.hu
9
COMMENT=	PEAR class to administer Cyrus IMAP servers
9
COMMENT=	PEAR class to administer Cyrus IMAP servers
10
10
11
BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket \
11
BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR} \
12
		${PEARDIR}/Net/IMAP.php:mail/pear-Net_IMAP
12
		${PEARDIR}/Net/IMAP.php:mail/pear-Net_IMAP@${PHP_FLAVOR}
13
RUN_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket \
13
RUN_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR} \
14
		${PEARDIR}/Net/IMAP.php:mail/pear-Net_IMAP
14
		${PEARDIR}/Net/IMAP.php:mail/pear-Net_IMAP@${PHP_FLAVOR}
15
15
16
USES=		pear
16
USES=		pear
17
17
(-)mail/pear-Net_IMAP/Makefile (-2 / +2 lines)
Lines 10-17 COMMENT= PEAR class that provides an implementation of the IMAP protocol Link Here
10
10
11
LICENSE=	PHP301
11
LICENSE=	PHP301
12
12
13
BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket \
13
BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR} \
14
		${PEARDIR}/Auth/SASL.php:security/pear-Auth_SASL
14
		${PEARDIR}/Auth/SASL.php:security/pear-Auth_SASL@${PHP_FLAVOR}
15
RUN_DEPENDS:=	${BUILD_DEPENDS}
15
RUN_DEPENDS:=	${BUILD_DEPENDS}
16
16
17
USES=		pear
17
USES=		pear
(-)mail/pear-Net_LMTP/Makefile (-1 / +1 lines)
Lines 10-16 COMMENT= PEAR implementation of the RFC2033 LMTP protocol Link Here
10
10
11
LICENSE=	PHP301
11
LICENSE=	PHP301
12
12
13
BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket
13
BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR}
14
RUN_DEPENDS:=	${BUILD_DEPENDS}
14
RUN_DEPENDS:=	${BUILD_DEPENDS}
15
15
16
USES=		pear
16
USES=		pear
(-)mail/pecl-mailparse2/Makefile (-1 lines)
Lines 5-11 PORTNAME= mailparse Link Here
5
PORTVERSION=	2.1.6
5
PORTVERSION=	2.1.6
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	mail www
7
CATEGORIES=	mail www
8
PKGNAMESUFFIX=	2
9
8
10
MAINTAINER=	dbaio@FreeBSD.org
9
MAINTAINER=	dbaio@FreeBSD.org
11
COMMENT=	PECL extension to create and decode MIME messages
10
COMMENT=	PECL extension to create and decode MIME messages
(-)mail/phplist/Makefile (-1 / +1 lines)
Lines 12-18 COMMENT= Full-featured open-source newsletter manager Link Here
12
LICENSE=	GPLv3
12
LICENSE=	GPLv3
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
14
15
RUN_DEPENDS=	${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request
15
RUN_DEPENDS=	${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR}
16
16
17
USES=		cpe tar:tgz php:web
17
USES=		cpe tar:tgz php:web
18
USE_PHP=	hash iconv imap mysqli pcre session xml zlib
18
USE_PHP=	hash iconv imap mysqli pcre session xml zlib
(-)mail/squirrelmail-change_sqlpass-plugin/Makefile (-1 / +1 lines)
Lines 12-18 COMMENT= Allows users to change their passwords stored in a SQL database Link Here
12
12
13
USE_SM_COMPAT=	yes
13
USE_SM_COMPAT=	yes
14
14
15
RUN_DEPENDS=	${LOCALBASE}/share/pear/DB.php:databases/pear-DB
15
RUN_DEPENDS=	${LOCALBASE}/share/pear/DB.php:databases/pear-DB@${PHP_FLAVOR}
16
16
17
SQUIRREL_PLUGIN_NAME=	${PORTNAME:S/-/_/}
17
SQUIRREL_PLUGIN_NAME=	${PORTNAME:S/-/_/}
18
18
(-)mail/squirrelmail-sasql-plugin/Makefile (-1 / +1 lines)
Lines 9-15 CATEGORIES= mail www Link Here
9
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	ports@FreeBSD.org
10
COMMENT=	Edit SpamAssassin settings stored in an SQL DB
10
COMMENT=	Edit SpamAssassin settings stored in an SQL DB
11
11
12
RUN_DEPENDS=	${LOCALBASE}/share/pear/DB.php:databases/pear-DB
12
RUN_DEPENDS=	${LOCALBASE}/share/pear/DB.php:databases/pear-DB@${PHP_FLAVOR}
13
13
14
USE_SM_COMPAT=	yes
14
USE_SM_COMPAT=	yes
15
USE_GENERIC_PKGMESSAGE=	yes
15
USE_GENERIC_PKGMESSAGE=	yes
(-)math/pecl-bitset2/Makefile (-1 lines)
Lines 4-10 Link Here
4
PORTNAME=	bitset
4
PORTNAME=	bitset
5
PORTVERSION=	2.0.4
5
PORTVERSION=	2.0.4
6
CATEGORIES=	math
6
CATEGORIES=	math
7
PKGNAMESUFFIX=	2
8
7
9
MAINTAINER=	sunpoet@FreeBSD.org
8
MAINTAINER=	sunpoet@FreeBSD.org
10
COMMENT=	PECL extension for manipulating bitsets
9
COMMENT=	PECL extension for manipulating bitsets
(-)math/pecl-stats2/Makefile (-1 lines)
Lines 3-9 Link Here
3
PORTNAME=	stats
3
PORTNAME=	stats
4
PORTVERSION=	2.0.3
4
PORTVERSION=	2.0.3
5
CATEGORIES=	math textproc pear
5
CATEGORIES=	math textproc pear
6
PKGNAMESUFFIX=	2
7
6
8
MAINTAINER=	dbaio@FreeBSD.org
7
MAINTAINER=	dbaio@FreeBSD.org
9
COMMENT=	PECL extension with routines for statistical computation
8
COMMENT=	PECL extension with routines for statistical computation
(-)misc/pear-Services_Weather/Makefile (-6 / +6 lines)
Lines 11-17 COMMENT= PEAR interface to various online weather-services Link Here
11
11
12
LICENSE=	BSD2CLAUSE
12
LICENSE=	BSD2CLAUSE
13
13
14
RUN_DEPENDS=	${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request
14
RUN_DEPENDS=	${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR}
15
15
16
PORTSCOUT=	skipv:1.4.7
16
PORTSCOUT=	skipv:1.4.7
17
17
Lines 26-35 PEAR_DB_DESC= PEAR::DB support Link Here
26
PEAR_SOAP_DESC=	PEAR::SOAP support
26
PEAR_SOAP_DESC=	PEAR::SOAP support
27
PEAR_XML_SERIALIZER_DESC=	PEAR::XML::Serializer support
27
PEAR_XML_SERIALIZER_DESC=	PEAR::XML::Serializer support
28
28
29
PEAR_NET_FTP_BUILD_DEPENDS=	${PEARDIR}/Net/FTP.php:ftp/pear-Net_FTP
29
PEAR_NET_FTP_BUILD_DEPENDS=	${PEARDIR}/Net/FTP.php:ftp/pear-Net_FTP@${PHP_FLAVOR}
30
PEAR_CACHE_BUILD_DEPENDS=	${PEARDIR}/Cache.php:sysutils/pear-Cache
30
PEAR_CACHE_BUILD_DEPENDS=	${PEARDIR}/Cache.php:sysutils/pear-Cache@${PHP_FLAVOR}
31
PEAR_DB_BUILD_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB
31
PEAR_DB_BUILD_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR}
32
PEAR_SOAP_BUILD_DEPENDS=${PEARDIR}/SOAP/Base.php:net/pear-SOAP
32
PEAR_SOAP_BUILD_DEPENDS=${PEARDIR}/SOAP/Base.php:net/pear-SOAP@${PHP_FLAVOR}
33
PEAR_XML_SERIALIZER_BUILD_DEPENDS=	${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer
33
PEAR_XML_SERIALIZER_BUILD_DEPENDS=	${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer@${PHP_FLAVOR}
34
34
35
.include <bsd.port.mk>
35
.include <bsd.port.mk>
(-)multimedia/php-pHash/Makefile (-1 / +1 lines)
Lines 7-13 PORTREVISION= 2 Link Here
7
CATEGORIES=	multimedia devel
7
CATEGORIES=	multimedia devel
8
MASTER_SITES=	http://phash.org/releases/ \
8
MASTER_SITES=	http://phash.org/releases/ \
9
		http://www.cyberbotx.com/pHash/
9
		http://www.cyberbotx.com/pHash/
10
PKGNAMEPREFIX=	php-
10
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
11
11
12
MAINTAINER=	cyberbotx@cyberbotx.com
12
MAINTAINER=	cyberbotx@cyberbotx.com
13
COMMENT=	PHP extension for the pHash perceptual hash library
13
COMMENT=	PHP extension for the pHash perceptual hash library
(-)multimedia/zoneminder/Makefile (-2 / +2 lines)
Lines 82-90 CMAKE_ARGS+= -DZM_PERL_MM_PARMS=INSTALLDIRS=site \ Link Here
82
.include <bsd.port.pre.mk>
82
.include <bsd.port.pre.mk>
83
83
84
.if ${PHP_VER} >= 70
84
.if ${PHP_VER} >= 70
85
RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu
85
RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu@${PHP_FLAVOR}
86
.else
86
.else
87
RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu4
87
RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu4@${PHP_FLAVOR}
88
.endif
88
.endif
89
89
90
PKGMESSAGE=	${WRKDIR}/pkg-message
90
PKGMESSAGE=	${WRKDIR}/pkg-message
(-)net-im/pecl-stomp2/Makefile (-1 lines)
Lines 3-9 Link Here
3
PORTNAME=	stomp
3
PORTNAME=	stomp
4
PORTVERSION=	2.0.1
4
PORTVERSION=	2.0.1
5
CATEGORIES=	net-im pear
5
CATEGORIES=	net-im pear
6
PKGNAMESUFFIX=	2
7
6
8
MAINTAINER=	dbaio@FreeBSD.org
7
MAINTAINER=	dbaio@FreeBSD.org
9
COMMENT=	PECL extension of stomp client
8
COMMENT=	PECL extension of stomp client
(-)net-mgmt/icingaweb2/Makefile (-1 / +1 lines)
Lines 40-46 NLS_USE= php=intl Link Here
40
PGSQL_USE=	PHP=pdo_pgsql,pgsql
40
PGSQL_USE=	PHP=pdo_pgsql,pgsql
41
MYSQL_USE=	PHP=pdo_mysql
41
MYSQL_USE=	PHP=pdo_mysql
42
LDAP_USE=	PHP=ldap
42
LDAP_USE=	PHP=ldap
43
PDF_RUN_DEPENDS=	${PHPBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:graphics/pecl-imagick
43
PDF_RUN_DEPENDS=	${PHPBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:graphics/pecl-imagick@${PHP_FLAVOR}
44
44
45
post-patch:
45
post-patch:
46
	${REINPLACE_CMD} 's%\(/etc/icingaweb2\)%${PREFIX}\1%g' \
46
	${REINPLACE_CMD} 's%\(/etc/icingaweb2\)%${PREFIX}\1%g' \
(-)net-mgmt/klg/Makefile (-4 / +8 lines)
Lines 11-17 COMMENT= PHP-based looking glass for Cisco, Juniper and Quagga/Zebra routers Link Here
11
11
12
LICENSE=	BSD3CLAUSE
12
LICENSE=	BSD3CLAUSE
13
13
14
USES=		tar:txz
14
USES=		tar:txz php
15
USE_MYSQL=	yes
15
USE_MYSQL=	yes
16
USE_PHP=	mysql pcre sockets xml
16
USE_PHP=	mysql pcre sockets xml
17
WANT_PHP_WEB=	yes
17
WANT_PHP_WEB=	yes
Lines 33-42 OPTIONS_DEFAULT= SSH2 Link Here
33
33
34
SSH2_DESC=		SSH2 support for router access
34
SSH2_DESC=		SSH2 support for router access
35
35
36
.include <bsd.port.options.mk>
36
.include <bsd.port.pre.mk>
37
37
38
.if ${PORT_OPTIONS:MSSH2}
38
.if ${PORT_OPTIONS:MSSH2}
39
RUN_DEPENDS+=	${PHPBASE}/lib/php/${PHP_EXT_DIR}/ssh2.so:security/pecl-ssh2
39
.  if ${PHP_VER} < 70
40
RUN_DEPENDS+=	${PHPBASE}/lib/php/${PHP_EXT_DIR}/ssh2.so:security/pecl-ssh2-0@${PHP_FLAVOR}
41
.  else
42
RUN_DEPENDS+=	${PHPBASE}/lib/php/${PHP_EXT_DIR}/ssh2.so:security/pecl-ssh2@${PHP_FLAVOR}
43
.  endif
40
.endif
44
.endif
41
45
42
do-install:
46
do-install:
Lines 47-50 do-install: Link Here
47
	${CP} ${WRKSRC}/klg_config.php ${STAGEDIR}/${WWWDIR}/klg_config.php.sample
51
	${CP} ${WRKSRC}/klg_config.php ${STAGEDIR}/${WWWDIR}/klg_config.php.sample
48
	${CP} ${WRKSRC}/klg_template.html ${STAGEDIR}/${WWWDIR}/klg_template.html.sample
52
	${CP} ${WRKSRC}/klg_template.html ${STAGEDIR}/${WWWDIR}/klg_template.html.sample
49
53
50
.include <bsd.port.mk>
54
.include <bsd.port.post.mk>
(-)net-mgmt/librenms/Makefile (-2 / +2 lines)
Lines 49-56 NO_BUILD= yes Link Here
49
49
50
RUN_DEPENDS+=	rrdtool:databases/rrdtool \
50
RUN_DEPENDS+=	rrdtool:databases/rrdtool \
51
		dot:graphics/graphviz \
51
		dot:graphics/graphviz \
52
		${LOCALBASE}/share/pear/Net/IPv4.php:net/pear-Net_IPv4 \
52
		${LOCALBASE}/share/pear/Net/IPv4.php:net/pear-Net_IPv4@${PHP_FLAVOR} \
53
		${LOCALBASE}/share/pear/Net/IPv6.php:net/pear-Net_IPv6 \
53
		${LOCALBASE}/share/pear/Net/IPv6.php:net/pear-Net_IPv6@${PHP_FLAVOR} \
54
		snmpget:net-mgmt/net-snmp \
54
		snmpget:net-mgmt/net-snmp \
55
		bash:shells/bash \
55
		bash:shells/bash \
56
		sudo:security/sudo
56
		sudo:security/sudo
(-)net-mgmt/nagiosql/Makefile (-1 / +1 lines)
Lines 15-21 COMMENT= Web based administration tool for Nagios Link Here
15
LICENSE=	GPLv2
15
LICENSE=	GPLv2
16
16
17
RUN_DEPENDS=	nagios:net-mgmt/nagios \
17
RUN_DEPENDS=	nagios:net-mgmt/nagios \
18
		${PEARDIR}/HTML/Template/IT.php:devel/pear-HTML_Template_IT
18
		${PEARDIR}/HTML/Template/IT.php:devel/pear-HTML_Template_IT@${PHP_FLAVOR}
19
19
20
USE_MYSQL=	yes
20
USE_MYSQL=	yes
21
USES=		cpe gettext tar:bzip2
21
USES=		cpe gettext tar:bzip2
(-)net-mgmt/observium/Makefile (-2 / +2 lines)
Lines 35-42 NO_BUILD= yes Link Here
35
RUN_DEPENDS+=	rrdtool:databases/rrdtool \
35
RUN_DEPENDS+=	rrdtool:databases/rrdtool \
36
		dot:graphics/graphviz \
36
		dot:graphics/graphviz \
37
		mtr:net/mtr-nox11 \
37
		mtr:net/mtr-nox11 \
38
		${LOCALBASE}/share/pear/Net/IPv4.php:net/pear-Net_IPv4 \
38
		${LOCALBASE}/share/pear/Net/IPv4.php:net/pear-Net_IPv4@${PHP_FLAVOR} \
39
		${LOCALBASE}/share/pear/Net/IPv6.php:net/pear-Net_IPv6 \
39
		${LOCALBASE}/share/pear/Net/IPv6.php:net/pear-Net_IPv6@${PHP_FLAVOR} \
40
		snmpget:net-mgmt/net-snmp \
40
		snmpget:net-mgmt/net-snmp \
41
		sudo:security/sudo
41
		sudo:security/sudo
42
LIB_DEPENDS+=	libpng.so:graphics/png
42
LIB_DEPENDS+=	libpng.so:graphics/png
(-)net-mgmt/phpipam/Makefile (-1 / +1 lines)
Lines 11-17 COMMENT= PHP IP Address Management IPv4/IPv6 Link Here
11
11
12
LICENSE=	GPLv3
12
LICENSE=	GPLv3
13
13
14
RUN_DEPENDS=	${LOCALBASE}/share/pear/System.php:devel/pear
14
RUN_DEPENDS=	${LOCALBASE}/share/pear/System.php:devel/pear@${PHP_FLAVOR}
15
15
16
NO_BUILD=	yes
16
NO_BUILD=	yes
17
WRKSRC=		${WRKDIR}/${PORTNAME}
17
WRKSRC=		${WRKDIR}/${PORTNAME}
(-)net-mgmt/phpweathermap/Makefile (-1 / +1 lines)
Lines 14-20 COMMENT= Network visualisation tool with web editor Link Here
14
LICENSE=	GPLv2
14
LICENSE=	GPLv2
15
LICENSE_FILE=	${WRKSRC}/COPYING
15
LICENSE_FILE=	${WRKSRC}/COPYING
16
16
17
RUN_DEPENDS=	${LOCALBASE}/share/pear/Console/Getopt.php:devel/pear \
17
RUN_DEPENDS=	${LOCALBASE}/share/pear/Console/Getopt.php:devel/pear@${PHP_FLAVOR} \
18
		rrdtool:databases/rrdtool
18
		rrdtool:databases/rrdtool
19
19
20
NO_BUILD=	yes
20
NO_BUILD=	yes
(-)net/pear-Auth_RADIUS/Makefile (-1 / +1 lines)
Lines 11-16 COMMENT= PEAR wrapper classes for the RADIUS PECL Link Here
11
LICNSE=		BSD3CLAUSE
11
LICNSE=		BSD3CLAUSE
12
12
13
USE_PHP=	radius
13
USE_PHP=	radius
14
USES=		pear php
14
USES=		pear php:flavors
15
15
16
.include <bsd.port.mk>
16
.include <bsd.port.mk>
(-)net/pear-Horde_Kolab_Server/Makefile (-1 / +1 lines)
Lines 4-10 Link Here
4
PORTNAME=	Horde_Kolab_Server
4
PORTNAME=	Horde_Kolab_Server
5
DISTVERSION=	2.0.5
5
DISTVERSION=	2.0.5
6
CATEGORIES=	net www pear
6
CATEGORIES=	net www pear
7
PKGNAMEPREFIX=	pear-
7
PKGNAMEPREFIX=	${PEAR_PKGNAMEPREFIX}
8
8
9
MAINTAINER=	horde@FreeBSD.org
9
MAINTAINER=	horde@FreeBSD.org
10
COMMENT=	Horde library for manipulating the Kolab user database
10
COMMENT=	Horde library for manipulating the Kolab user database
(-)net/pear-Net_CDDB/Makefile (-6 / +6 lines)
Lines 8-19 CATEGORIES= net audio www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PEAR class that access and query CDDB audio-CD servers
9
COMMENT=	PEAR class that access and query CDDB audio-CD servers
10
10
11
BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket \
11
BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR} \
12
		${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request \
12
		${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR} \
13
		${PEARDIR}/MDB2.php:databases/pear-MDB2
13
		${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR}
14
RUN_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket \
14
RUN_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR} \
15
		${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request \
15
		${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR} \
16
		${PEARDIR}/MDB2.php:databases/pear-MDB2
16
		${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR}
17
17
18
USES=		dos2unix pear
18
USES=		dos2unix pear
19
19
(-)net/pear-Net_DNSBL/Makefile (-8 / +8 lines)
Lines 11-24 COMMENT= PEAR DNSBL Checker Link Here
11
11
12
LICENSE=	PHP30
12
LICENSE=	PHP30
13
13
14
BUILD_DEPENDS=	${PEARDIR}/Cache/Lite.php:sysutils/pear-Cache_Lite \
14
BUILD_DEPENDS=	${PEARDIR}/Cache/Lite.php:sysutils/pear-Cache_Lite@${PHP_FLAVOR} \
15
		${PEARDIR}/Net/CheckIP.php:net/pear-Net_CheckIP \
15
		${PEARDIR}/Net/CheckIP.php:net/pear-Net_CheckIP@${PHP_FLAVOR} \
16
		${PEARDIR}/Net/DNS2.php:dns/pear-Net_DNS2 \
16
		${PEARDIR}/Net/DNS2.php:dns/pear-Net_DNS2@${PHP_FLAVOR} \
17
		${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2
17
		${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2@${PHP_FLAVOR}
18
RUN_DEPENDS:=	${PEARDIR}/Cache/Lite.php:sysutils/pear-Cache_Lite \
18
RUN_DEPENDS:=	${PEARDIR}/Cache/Lite.php:sysutils/pear-Cache_Lite@${PHP_FLAVOR} \
19
		${PEARDIR}/Net/CheckIP.php:net/pear-Net_CheckIP \
19
		${PEARDIR}/Net/CheckIP.php:net/pear-Net_CheckIP@${PHP_FLAVOR} \
20
		${PEARDIR}/Net/DNS2.php:dns/pear-Net_DNS2 \
20
		${PEARDIR}/Net/DNS2.php:dns/pear-Net_DNS2@${PHP_FLAVOR} \
21
		${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2
21
		${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2@${PHP_FLAVOR}
22
22
23
USES=		pear
23
USES=		pear
24
24
(-)net/pear-Net_Dict/Makefile (-4 / +4 lines)
Lines 8-17 CATEGORIES= net www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PEAR interface to the DICT protocol
9
COMMENT=	PEAR interface to the DICT protocol
10
10
11
BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket \
11
BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR} \
12
		${PEARDIR}/Cache.php:sysutils/pear-Cache
12
		${PEARDIR}/Cache.php:sysutils/pear-Cache@${PHP_FLAVOR}
13
RUN_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket \
13
RUN_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR} \
14
		${PEARDIR}/Cache.php:sysutils/pear-Cache
14
		${PEARDIR}/Cache.php:sysutils/pear-Cache@${PHP_FLAVOR}
15
15
16
USES=		pear
16
USES=		pear
17
17
(-)net/pear-Net_Finger/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= net www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PEAR class that provides a tool for querying finger servers
9
COMMENT=	PEAR class that provides a tool for querying finger servers
10
10
11
BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket
11
BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR}
12
RUN_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket
12
RUN_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR}
13
13
14
USES=		pear
14
USES=		pear
15
15
(-)net/pear-Net_Geo/Makefile (-4 / +4 lines)
Lines 8-17 CATEGORIES= net pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	Geographical locations based on Internet address
9
COMMENT=	Geographical locations based on Internet address
10
10
11
BUILD_DEPENDS=	${PEARDIR}/Cache.php:sysutils/pear-Cache \
11
BUILD_DEPENDS=	${PEARDIR}/Cache.php:sysutils/pear-Cache@${PHP_FLAVOR} \
12
		${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer
12
		${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer@${PHP_FLAVOR}
13
RUN_DEPENDS=	${PEARDIR}/Cache.php:sysutils/pear-Cache \
13
RUN_DEPENDS=	${PEARDIR}/Cache.php:sysutils/pear-Cache@${PHP_FLAVOR} \
14
		${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer
14
		${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer@${PHP_FLAVOR}
15
15
16
USES=		pear
16
USES=		pear
17
17
(-)net/pear-Net_GeoIP/Makefile (-4 / +4 lines)
Lines 10-19 DISTNAME= Net_GeoIP-1.0.0RC1 Link Here
10
MAINTAINER=	joneum@FreeBSD.org
10
MAINTAINER=	joneum@FreeBSD.org
11
COMMENT=	Library to perform geo-location lookups of IP addresses
11
COMMENT=	Library to perform geo-location lookups of IP addresses
12
12
13
BUILD_DEPENDS=	${PEARDIR}/Cache.php:sysutils/pear-Cache \
13
BUILD_DEPENDS=	${PEARDIR}/Cache.php:sysutils/pear-Cache@${PHP_FLAVOR} \
14
		${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer
14
		${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer@${PHP_FLAVOR}
15
RUN_DEPENDS=	${PEARDIR}/Cache.php:sysutils/pear-Cache \
15
RUN_DEPENDS=	${PEARDIR}/Cache.php:sysutils/pear-Cache@${PHP_FLAVOR} \
16
		${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer
16
		${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer@${PHP_FLAVOR}
17
17
18
USES=		pear
18
USES=		pear
19
19
(-)net/pear-Net_NNTP/Makefile (-2 / +2 lines)
Lines 14-21 LICENSE_NAME= W3C IPR SOFTWARE NOTICE Link Here
14
LICENSE_FILE=	${WRKSRC}/LICENSE.md
14
LICENSE_FILE=	${WRKSRC}/LICENSE.md
15
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
15
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
16
16
17
BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket
17
BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR}
18
RUN_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket
18
RUN_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR}
19
19
20
NO_ARCH=	yes
20
NO_ARCH=	yes
21
21
(-)net/pear-Net_Nmap/Makefile (-2 / +2 lines)
Lines 10-17 COMMENT= Simple Wrapper Class for the Nmap Utility Link Here
10
10
11
LICENSE=	LGPL3
11
LICENSE=	LGPL3
12
12
13
BUILD_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser
13
BUILD_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR}
14
RUN_DEPENDS:=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser
14
RUN_DEPENDS:=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR}
15
15
16
USES=		pear
16
USES=		pear
17
17
(-)net/pear-Net_POP3/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= net pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	Provides a POP3 class to access POP3 server
9
COMMENT=	Provides a POP3 class to access POP3 server
10
10
11
BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket
11
BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR}
12
RUN_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket
12
RUN_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR}
13
13
14
USES=		pear
14
USES=		pear
15
15
(-)net/pear-Net_SMS/Makefile (-4 / +4 lines)
Lines 8-17 CATEGORIES= net pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PEAR SMS functionality
9
COMMENT=	PEAR SMS functionality
10
10
11
BUILD_DEPENDS=	${PEARDIR}/Mail.php:mail/pear-Mail \
11
BUILD_DEPENDS=	${PEARDIR}/Mail.php:mail/pear-Mail@${PHP_FLAVOR} \
12
		${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request
12
		${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR}
13
RUN_DEPENDS=	${PEARDIR}/Mail.php:mail/pear-Mail \
13
RUN_DEPENDS=	${PEARDIR}/Mail.php:mail/pear-Mail@${PHP_FLAVOR} \
14
		${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request
14
		${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR}
15
15
16
USE_PHP=	gettext
16
USE_PHP=	gettext
17
USES=		pear php
17
USES=		pear php
(-)net/pear-Net_SMTP/Makefile (-3 / +3 lines)
Lines 10-17 COMMENT= PEAR class that provides an implementation of the SMTP protocol Link Here
10
10
11
LICENSE=	BSD2CLAUSE
11
LICENSE=	BSD2CLAUSE
12
12
13
BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket
13
BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR}
14
RUN_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket
14
RUN_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR}
15
15
16
NO_ARCH=	yes
16
NO_ARCH=	yes
17
USES=		pear
17
USES=		pear
Lines 19-24 USES= pear Link Here
19
OPTIONS_DEFINE=	PEAR_AUTH_SASL
19
OPTIONS_DEFINE=	PEAR_AUTH_SASL
20
PEAR_AUTH_SASL_DESC=	PEAR::Auth_SASL support
20
PEAR_AUTH_SASL_DESC=	PEAR::Auth_SASL support
21
21
22
PEAR_AUTH_SASL_BUILD_DEPENDS=	${PEARDIR}/Auth/SASL.php:security/pear-Auth_SASL
22
PEAR_AUTH_SASL_BUILD_DEPENDS=	${PEARDIR}/Auth/SASL.php:security/pear-Auth_SASL@${PHP_FLAVOR}
23
23
24
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)net/pear-Net_Sieve/Makefile (-2 / +2 lines)
Lines 10-17 COMMENT= PEAR class to handle talking to timsieved Link Here
10
10
11
LICENSE=	BSD3CLAUSE
11
LICENSE=	BSD3CLAUSE
12
12
13
BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket
13
BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR}
14
RUN_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket
14
RUN_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR}
15
15
16
USES=	pear
16
USES=	pear
17
17
(-)net/pear-Net_Vpopmaild/Makefile (-4 / +4 lines)
Lines 8-17 CATEGORIES= net mail pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PEAR Class for accessing Vpopmail's vpopmaild daemon
9
COMMENT=	PEAR Class for accessing Vpopmail's vpopmaild daemon
10
10
11
BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket \
11
BUILD_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR} \
12
		${PEARDIR}/Log.php:sysutils/pear-Log
12
		${PEARDIR}/Log.php:sysutils/pear-Log@${PHP_FLAVOR}
13
RUN_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket \
13
RUN_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR} \
14
		${PEARDIR}/Log.php:sysutils/pear-Log
14
		${PEARDIR}/Log.php:sysutils/pear-Log@${PHP_FLAVOR}
15
15
16
USES=		pear
16
USES=		pear
17
17
(-)net/pear-Net_Whois/Makefile (-1 / +1 lines)
Lines 10-15 COMMENT= Tool to query internet domain name services Link Here
10
10
11
USES=		pear
11
USES=		pear
12
12
13
RUN_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket
13
RUN_DEPENDS=	${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR}
14
14
15
.include <bsd.port.mk>
15
.include <bsd.port.mk>
(-)net/pear-SOAP/Makefile (-5 / +5 lines)
Lines 8-15 CATEGORIES= net www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PEAR SOAP Client/Server for PHP
9
COMMENT=	PEAR SOAP Client/Server for PHP
10
10
11
BUILD_DEPENDS=	${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request
11
BUILD_DEPENDS=	${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR}
12
RUN_DEPENDS=	${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request
12
RUN_DEPENDS=	${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR}
13
13
14
USES=		pear
14
USES=		pear
15
15
Lines 18-25 PEAR_MAIL_DESC= PEAR::Mail support Link Here
18
PEAR_MAIL_MIME_DESC=	PEAR::Mail::Mime support
18
PEAR_MAIL_MIME_DESC=	PEAR::Mail::Mime support
19
PEAR_NET_DIME_DESC=	PEAR::Net::DIME support
19
PEAR_NET_DIME_DESC=	PEAR::Net::DIME support
20
20
21
PEAR_MAIL_BUILD_DEPENDS=	${PEARDIR}/Mail.php:mail/pear-Mail
21
PEAR_MAIL_BUILD_DEPENDS=	${PEARDIR}/Mail.php:mail/pear-Mail@${PHP_FLAVOR}
22
PEAR_MAIL_MIME_BUILD_DEPENDS=	${PEARDIR}/Mail/mime.php:mail/pear-Mail_Mime
22
PEAR_MAIL_MIME_BUILD_DEPENDS=	${PEARDIR}/Mail/mime.php:mail/pear-Mail_Mime@${PHP_FLAVOR}
23
PEAR_NET_DIME_BUILD_DEPENDS=	${PEARDIR}/Net/DIME.php:net/pear-Net_DIME
23
PEAR_NET_DIME_BUILD_DEPENDS=	${PEARDIR}/Net/DIME.php:net/pear-Net_DIME@${PHP_FLAVOR}
24
24
25
.include <bsd.port.mk>
25
.include <bsd.port.mk>
(-)net/pear-Services_Twitter/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= net www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PHP interface to Twitter's API
9
COMMENT=	PHP interface to Twitter's API
10
10
11
BUILD_DEPENDS=	${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2
11
BUILD_DEPENDS=	${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2@${PHP_FLAVOR}
12
RUN_DEPENDS=	${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2
12
RUN_DEPENDS=	${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2@${PHP_FLAVOR}
13
13
14
USE_PHP=	json simplexml mbstring
14
USE_PHP=	json simplexml mbstring
15
15
(-)net/pear-XML_RPC2/Makefile (-4 / +4 lines)
Lines 10-19 COMMENT= XML-RPC client/server library Link Here
10
10
11
LICENSE=	PHP301
11
LICENSE=	PHP301
12
12
13
BUILD_DEPENDS=	${PEARDIR}/Cache/Lite.php:sysutils/pear-Cache_Lite \
13
BUILD_DEPENDS=	${PEARDIR}/Cache/Lite.php:sysutils/pear-Cache_Lite@${PHP_FLAVOR} \
14
		${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2
14
		${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2@${PHP_FLAVOR}
15
RUN_DEPENDS=	${PEARDIR}/Cache/Lite.php:sysutils/pear-Cache_Lite \
15
RUN_DEPENDS=	${PEARDIR}/Cache/Lite.php:sysutils/pear-Cache_Lite@${PHP_FLAVOR} \
16
		${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2
16
		${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2@${PHP_FLAVOR}
17
17
18
USE_PHP=	curl
18
USE_PHP=	curl
19
USES=	pear
19
USES=	pear
(-)net/pecl-oauth2/Makefile (-1 lines)
Lines 3-9 Link Here
3
PORTNAME=	oauth
3
PORTNAME=	oauth
4
PORTVERSION=	2.0.2
4
PORTVERSION=	2.0.2
5
CATEGORIES=	net pear
5
CATEGORIES=	net pear
6
PKGNAMESUFFIX=	2
7
6
8
MAINTAINER=	dbaio@FreeBSD.org
7
MAINTAINER=	dbaio@FreeBSD.org
9
COMMENT=	Php interface to the OAuth Protocol
8
COMMENT=	Php interface to the OAuth Protocol
(-)security/base/Makefile (-3 / +3 lines)
Lines 13-21 LICENSE= GPLv2+ Link Here
13
LICENSE_FILE=	${WRKSRC}/docs/GPL
13
LICENSE_FILE=	${WRKSRC}/docs/GPL
14
14
15
RUN_DEPENDS=	${ADODB_DIR}/adodb.inc.php:databases/adodb5 \
15
RUN_DEPENDS=	${ADODB_DIR}/adodb.inc.php:databases/adodb5 \
16
		${LOCALBASE}/share/pear/Image/Graph.php:graphics/pear-Image_Graph \
16
		${LOCALBASE}/share/pear/Image/Graph.php:graphics/pear-Image_Graph@${PHP_FLAVOR} \
17
		${LOCALBASE}/share/pear/Mail.php:mail/pear-Mail \
17
		${LOCALBASE}/share/pear/Mail.php:mail/pear-Mail@${PHP_FLAVOR} \
18
		${LOCALBASE}/share/pear/Mail/mime.php:mail/pear-Mail_Mime
18
		${LOCALBASE}/share/pear/Mail/mime.php:mail/pear-Mail_Mime@${PHP_FLAVOR}
19
19
20
USE_PHP=	gd gettext pcre session zlib ctype
20
USE_PHP=	gd gettext pcre session zlib ctype
21
21
(-)security/maia/Makefile (-20 / +20 lines)
Lines 108-133 USE_PHP= bcmath ctype dom gettext hash iconv imap json mbstring \ Link Here
108
		mcrypt pdo pdo_sqlite posix session simplexml sockets \
108
		mcrypt pdo pdo_sqlite posix session simplexml sockets \
109
		sqlite3 tokenizer xml wddx xmlreader xmlwriter xmlrpc
109
		sqlite3 tokenizer xml wddx xmlreader xmlwriter xmlrpc
110
110
111
RUN_DEPENDS+=	${PEAR_DIR}/Mail/mime.php:mail/pear-Mail_Mime \
111
RUN_DEPENDS+=	${PEAR_DIR}/Mail/mime.php:mail/pear-Mail_Mime@${PHP_FLAVOR} \
112
		${PEAR_DIR}/Mail/mimeDecode.php:mail/pear-Mail_mimeDecode \
112
		${PEAR_DIR}/Mail/mimeDecode.php:mail/pear-Mail_mimeDecode@${PHP_FLAVOR} \
113
		${PEAR_DIR}/DB.php:databases/pear-DB \
113
		${PEAR_DIR}/DB.php:databases/pear-DB@${PHP_FLAVOR} \
114
		${PEAR_DIR}/Pager/Pager.php:devel/pear-Pager \
114
		${PEAR_DIR}/Pager/Pager.php:devel/pear-Pager@${PHP_FLAVOR} \
115
		${PEAR_DIR}/Net/Socket.php:net/pear-Net_Socket \
115
		${PEAR_DIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR} \
116
		${PEAR_DIR}/Net/SMTP.php:net/pear-Net_SMTP \
116
		${PEAR_DIR}/Net/SMTP.php:net/pear-Net_SMTP@${PHP_FLAVOR} \
117
		${PEAR_DIR}/Log.php:sysutils/pear-Log \
117
		${PEAR_DIR}/Log.php:sysutils/pear-Log@${PHP_FLAVOR} \
118
		${PEAR_DIR}/HTMLPurifier.php:devel/pear-htmlpurifier \
118
		${PEAR_DIR}/HTMLPurifier.php:devel/pear-htmlpurifier@${PHP_FLAVOR} \
119
		${PEAR_DIR}/Net/IMAP.php:mail/pear-Net_IMAP \
119
		${PEAR_DIR}/Net/IMAP.php:mail/pear-Net_IMAP@${PHP_FLAVOR} \
120
		${PEAR_DIR}/Net/POP3.php:net/pear-Net_POP3 \
120
		${PEAR_DIR}/Net/POP3.php:net/pear-Net_POP3@${PHP_FLAVOR} \
121
		${PEAR_DIR}/Auth/SASL.php:security/pear-Auth_SASL \
121
		${PEAR_DIR}/Auth/SASL.php:security/pear-Auth_SASL@${PHP_FLAVOR} \
122
		${PEAR_DIR}/Image/Color.php:graphics/pear-Image_Color \
122
		${PEAR_DIR}/Image/Color.php:graphics/pear-Image_Color@${PHP_FLAVOR} \
123
		${PEAR_DIR}/Image/Canvas.php:graphics/pear-Image_Canvas \
123
		${PEAR_DIR}/Image/Canvas.php:graphics/pear-Image_Canvas@${PHP_FLAVOR} \
124
		${PEAR_DIR}/Image/Graph.php:graphics/pear-Image_Graph \
124
		${PEAR_DIR}/Image/Graph.php:graphics/pear-Image_Graph@${PHP_FLAVOR} \
125
		${PEAR_DIR}/Numbers/Roman.php:textproc/pear-Numbers_Roman \
125
		${PEAR_DIR}/Numbers/Roman.php:textproc/pear-Numbers_Roman@${PHP_FLAVOR} \
126
		${PEAR_DIR}/Numbers/Words.php:textproc/pear-Numbers_Words \
126
		${PEAR_DIR}/Numbers/Words.php:textproc/pear-Numbers_Words@${PHP_FLAVOR} \
127
		${PEAR_DIR}/MDB2.php:databases/pear-MDB2 \
127
		${PEAR_DIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR} \
128
		${PEAR_DIR}/MDB2/Driver/mysql.php:databases/pear-MDB2_Driver_mysql \
128
		${PEAR_DIR}/MDB2/Driver/mysql.php:databases/pear-MDB2_Driver_mysql@${PHP_FLAVOR} \
129
		${LOCALBASE}/share/smarty/Smarty.class.php:www/smarty2 \
129
		${LOCALBASE}/share/smarty/Smarty.class.php:www/smarty2@${PHP_FLAVOR} \
130
		${LOCALBASE}/lib/php/${PHP_EXT_DIR}/scrypt.so:security/pecl-scrypt
130
		${LOCALBASE}/lib/php/${PHP_EXT_DIR}/scrypt.so:security/pecl-scrypt@${PHP_FLAVOR}
131
PLIST_SUB+=     WEBHOST=""
131
PLIST_SUB+=     WEBHOST=""
132
.else
132
.else
133
PLIST_SUB+=     WEBHOST="@comment "
133
PLIST_SUB+=     WEBHOST="@comment "
(-)security/mailzu/Makefile (-4 / +4 lines)
Lines 15-24 LICENSE= GPLv2 Link Here
15
LICENSE_FILE=	${WRKSRC}/LICENSE
15
LICENSE_FILE=	${WRKSRC}/LICENSE
16
16
17
RUN_DEPENDS=	${LOCALBASE}/sbin/amavisd:security/amavisd-new \
17
RUN_DEPENDS=	${LOCALBASE}/sbin/amavisd:security/amavisd-new \
18
		${PEARDIR}/DB.php:databases/pear-DB \
18
		${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR} \
19
		${PEARDIR}/Mail/mime.php:mail/pear-Mail_Mime \
19
		${PEARDIR}/Mail/mime.php:mail/pear-Mail_Mime@${PHP_FLAVOR} \
20
		${PEARDIR}/Net/Socket.php:net/pear-Net_Socket \
20
		${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR} \
21
		${PEARDIR}/Mail/mimeDecode.php:mail/pear-Mail_mimeDecode
21
		${PEARDIR}/Mail/mimeDecode.php:mail/pear-Mail_mimeDecode@${PHP_FLAVOR}
22
22
23
PEARDIR?=	${LOCALBASE}/share/pear
23
PEARDIR?=	${LOCALBASE}/share/pear
24
PLIST_SUB=	WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
24
PLIST_SUB=	WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
(-)security/nextcloud-passman/Makefile (-1 / +1 lines)
Lines 18-24 RUN_DEPENDS= nextcloud>=9:www/nextcloud Link Here
18
18
19
WRKSRC=		${WRKDIR}/${PORTNAME}
19
WRKSRC=		${WRKDIR}/${PORTNAME}
20
20
21
21
USES=		php
22
NO_BUILD=	yes
22
NO_BUILD=	yes
23
NO_ARCH=	yes
23
NO_ARCH=	yes
24
24
(-)security/nextcloud-twofactor_totp/Makefile (+1 lines)
Lines 17-22 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
17
17
18
RUN_DEPENDS=	nextcloud>=12:www/nextcloud
18
RUN_DEPENDS=	nextcloud>=12:www/nextcloud
19
19
20
USES=		php
20
NO_BUILD=	yes
21
NO_BUILD=	yes
21
NO_ARCH=	yes
22
NO_ARCH=	yes
22
23
(-)security/nextcloud-twofactor_u2f/Makefile (+1 lines)
Lines 17-22 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
17
17
18
RUN_DEPENDS=	nextcloud>=12:www/nextcloud
18
RUN_DEPENDS=	nextcloud>=12:www/nextcloud
19
19
20
USES=		php
20
NO_BUILD=	yes
21
NO_BUILD=	yes
21
NO_ARCH=	yes
22
NO_ARCH=	yes
22
23
(-)security/pear-Auth/Makefile (-11 / +11 lines)
Lines 25-41 PEAR_FILE_SMBPASSWD_DESC= PEAR::File_SMBPasswd support Link Here
25
PEAR_SOAP_DESC=	PEAR::SOAP support
25
PEAR_SOAP_DESC=	PEAR::SOAP support
26
PEAR_NET_VPOPMAILD_DESC=	PEAR::Net_Vpopmaild support
26
PEAR_NET_VPOPMAILD_DESC=	PEAR::Net_Vpopmaild support
27
27
28
PEAR_LOG_RUN_DEPENDS=	${PEARDIR}/Log/syslog.php:sysutils/pear-Log
28
PEAR_LOG_RUN_DEPENDS=	${PEARDIR}/Log/syslog.php:sysutils/pear-Log@${PHP_FLAVOR}
29
PEAR_FILE_PASSWD_RUN_DEPENDS=	${PEARDIR}/File/Passwd.php:security/pear-File_Passwd
29
PEAR_FILE_PASSWD_RUN_DEPENDS=	${PEARDIR}/File/Passwd.php:security/pear-File_Passwd@${PHP_FLAVOR}
30
PEAR_CRYPT_CHAP_RUN_DEPENDS=	${PEARDIR}/Crypt/CHAP.php:security/pear-Crypt_CHAP
30
PEAR_CRYPT_CHAP_RUN_DEPENDS=	${PEARDIR}/Crypt/CHAP.php:security/pear-Crypt_CHAP@${PHP_FLAVOR}
31
PEAR_NET_POP3_RUN_DEPENDS=	${PEARDIR}/Net/POP3.php:net/pear-Net_POP3
31
PEAR_NET_POP3_RUN_DEPENDS=	${PEARDIR}/Net/POP3.php:net/pear-Net_POP3@${PHP_FLAVOR}
32
PEAR_DB_RUN_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB
32
PEAR_DB_RUN_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR}
33
PEAR_MDB_RUN_DEPENDS=	${PEARDIR}/MDB.php:databases/pear-MDB
33
PEAR_MDB_RUN_DEPENDS=	${PEARDIR}/MDB.php:databases/pear-MDB@${PHP_FLAVOR}
34
PEAR_MDB2_RUN_DEPENDS=	${PEARDIR}/MDB2.php:databases/pear-MDB2
34
PEAR_MDB2_RUN_DEPENDS=	${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR}
35
PEAR_AUTH_RADIUS_RUN_DEPENDS=	${PEARDIR}/Auth/RADIUS.php:net/pear-Auth_RADIUS
35
PEAR_AUTH_RADIUS_RUN_DEPENDS=	${PEARDIR}/Auth/RADIUS.php:net/pear-Auth_RADIUS@${PHP_FLAVOR}
36
PEAR_FILE_SMBPASSWD_RUN_DEPENDS=	${PEARDIR}/File/SMBPasswd.php:security/pear-File_SMBPasswd
36
PEAR_FILE_SMBPASSWD_RUN_DEPENDS=	${PEARDIR}/File/SMBPasswd.php:security/pear-File_SMBPasswd@${PHP_FLAVOR}
37
PEAR_SOAP_RUN_DEPENDS=	${PEARDIR}/SOAP/Base.php:net/pear-SOAP
37
PEAR_SOAP_RUN_DEPENDS=	${PEARDIR}/SOAP/Base.php:net/pear-SOAP@${PHP_FLAVOR}
38
PEAR_NET_VPOPMAILD_RUN_DEPENDS=	${PEARDIR}/Net/Vpopmaild.php:net/pear-Net_Vpopmaild
38
PEAR_NET_VPOPMAILD_RUN_DEPENDS=	${PEARDIR}/Net/Vpopmaild.php:net/pear-Net_Vpopmaild@${PHP_FLAVOR}
39
39
40
post-extract:
40
post-extract:
41
	@${REINPLACE_CMD} -e "s|@version@|${PORTVERSION}|" ${WRKSRC}/Auth.php
41
	@${REINPLACE_CMD} -e "s|@version@|${PORTVERSION}|" ${WRKSRC}/Auth.php
(-)security/pear-Auth_SASL/Makefile (-1 / +1 lines)
Lines 10-16 COMMENT= PEAR abstraction of various SASL mechanism responses Link Here
10
10
11
LICENSE=	BSD3CLAUSE
11
LICENSE=	BSD3CLAUSE
12
12
13
BUILD_DEPENDS=	pear-Auth>=0:security/pear-Auth
13
BUILD_DEPENDS=	${PEAR_PKGNAMEPREFIX}Auth>=0:security/pear-Auth@${PHP_FLAVOR}
14
RUN_DEPENDS:=	${BUILD_DEPENDS}
14
RUN_DEPENDS:=	${BUILD_DEPENDS}
15
15
16
NO_ARCH=	yes
16
NO_ARCH=	yes
(-)security/pear-Crypt_GPG/Makefile (-1 / +1 lines)
Lines 11-17 COMMENT= GNU Privacy Guard (GPG) Link Here
11
LICENSE=	LGPL21
11
LICENSE=	LGPL21
12
LICENSE_FILE=	${WRKSRC}/LICENSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
13
14
BUILD_DEPENDS=	pear-Console_CommandLine>=1.1.10:devel/pear-Console_CommandLine
14
BUILD_DEPENDS=	${PEAR_PKGNAMEPREFIX}Console_CommandLine>=1.1.10:devel/pear-Console_CommandLine@${PHP_FLAVOR}
15
RUN_DEPENDS:=	${BUILD_DEPENDS}
15
RUN_DEPENDS:=	${BUILD_DEPENDS}
16
16
17
NO_ARCH=	yes
17
NO_ARCH=	yes
(-)security/pear-File_Passwd/Makefile (-1 / +1 lines)
Lines 13-18 USES= pear Link Here
13
OPTIONS_DEFINE=	PEAR_CRYPT_CHAP
13
OPTIONS_DEFINE=	PEAR_CRYPT_CHAP
14
PEAR_CRYPT_CHAP_DESC=	PEAR::Crypt_CHAP support
14
PEAR_CRYPT_CHAP_DESC=	PEAR::Crypt_CHAP support
15
15
16
PEAR_CRYPT_CHAP_RUN_DEPENDS=	${PEARDIR}/Crypt/CHAP.php:security/pear-Crypt_CHAP
16
PEAR_CRYPT_CHAP_RUN_DEPENDS=	${PEARDIR}/Crypt/CHAP.php:security/pear-Crypt_CHAP@${PHP_FLAVOR}
17
17
18
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)security/pear-File_SMBPasswd/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= security www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PEAR class for managing SAMBA style password files
9
COMMENT=	PEAR class for managing SAMBA style password files
10
10
11
BUILD_DEPENDS=	${PEARDIR}/Crypt/CHAP.php:security/pear-Crypt_CHAP
11
BUILD_DEPENDS=	${PEARDIR}/Crypt/CHAP.php:security/pear-Crypt_CHAP@${PHP_FLAVOR}
12
RUN_DEPENDS=	${PEARDIR}/Crypt/CHAP.php:security/pear-Crypt_CHAP
12
RUN_DEPENDS=	${PEARDIR}/Crypt/CHAP.php:security/pear-Crypt_CHAP@${PHP_FLAVOR}
13
13
14
USES=		pear php
14
USES=		pear php
15
USE_PHP=	hash
15
USE_PHP=	hash
(-)security/pear-Horde_Crypt/Makefile (-1 / +1 lines)
Lines 4-10 Link Here
4
PORTNAME=	Horde_Crypt
4
PORTNAME=	Horde_Crypt
5
DISTVERSION=	2.7.11
5
DISTVERSION=	2.7.11
6
CATEGORIES=	security www pear
6
CATEGORIES=	security www pear
7
PKGNAMEPREFIX=	pear-
7
PKGNAMEPREFIX=	${PEAR_PKGNAMEPREFIX}
8
8
9
MAINTAINER=	horde@FreeBSD.org
9
MAINTAINER=	horde@FreeBSD.org
10
COMMENT=	Horde Cryptography API
10
COMMENT=	Horde Cryptography API
(-)security/pear-Horde_Crypt_Blowfish/Makefile (-1 / +1 lines)
Lines 4-10 Link Here
4
PORTNAME=	Horde_Crypt_Blowfish
4
PORTNAME=	Horde_Crypt_Blowfish
5
PORTVERSION=	1.1.2
5
PORTVERSION=	1.1.2
6
CATEGORIES=	security www pear
6
CATEGORIES=	security www pear
7
PKGNAMEPREFIX=	pear-
7
PKGNAMEPREFIX=	${PEAR_PKGNAMEPREFIX}
8
8
9
MAINTAINER=	horde@FreeBSD.org
9
MAINTAINER=	horde@FreeBSD.org
10
COMMENT=	Horde blowfish encryption for PHP string data
10
COMMENT=	Horde blowfish encryption for PHP string data
(-)security/pear-LiveUser/Makefile (-8 / +8 lines)
Lines 8-15 CATEGORIES= security www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PEAR user authentication and permission management framework
9
COMMENT=	PEAR user authentication and permission management framework
10
10
11
BUILD_DEPENDS=	${PEARDIR}/Event/Dispatcher.php:devel/pear-Event_Dispatcher
11
BUILD_DEPENDS=	${PEARDIR}/Event/Dispatcher.php:devel/pear-Event_Dispatcher@${PHP_FLAVOR}
12
RUN_DEPENDS=	${PEARDIR}/Event/Dispatcher.php:devel/pear-Event_Dispatcher
12
RUN_DEPENDS=	${PEARDIR}/Event/Dispatcher.php:devel/pear-Event_Dispatcher@${PHP_FLAVOR}
13
13
14
PORTSCOUT=	skipv:0.61
14
PORTSCOUT=	skipv:0.61
15
15
Lines 23-33 PEAR_LOG_DESC= PEAR::Log support Link Here
23
PEAR_XML_TREE_DESC=	PEAR::XML_Tree support
23
PEAR_XML_TREE_DESC=	PEAR::XML_Tree support
24
PEAR_CRYPT_RC4_DESC=	PEAR::Crypt_RC4 support
24
PEAR_CRYPT_RC4_DESC=	PEAR::Crypt_RC4 support
25
25
26
PEAR_DB_RUN_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB
26
PEAR_DB_RUN_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR}
27
PEAR_MDB_RUN_DEPENDS=	${PEARDIR}/MDB.php:databases/pear-MDB
27
PEAR_MDB_RUN_DEPENDS=	${PEARDIR}/MDB.php:databases/pear-MDB@${PHP_FLAVOR}
28
PEAR_MDB2_RUN_DEPENDS=	${PEARDIR}/MDB2.php:databases/pear-MDB2
28
PEAR_MDB2_RUN_DEPENDS=	${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR}
29
PEAR_LOG_RUN_DEPENDS=	 ${PEARDIR}/Log/null.php:sysutils/pear-Log
29
PEAR_LOG_RUN_DEPENDS=	 ${PEARDIR}/Log/null.php:sysutils/pear-Log@${PHP_FLAVOR}
30
PEAR_XML_TREE_RUN_DEPENDS=	${PEARDIR}/XML/Tree.php:devel/pear-XML_Tree
30
PEAR_XML_TREE_RUN_DEPENDS=	${PEARDIR}/XML/Tree.php:devel/pear-XML_Tree@${PHP_FLAVOR}
31
PEAR_CRYPT_RC4_RUN_DEPENDS=	${PEARDIR}/Crypt/Rc4.php:security/pear-Crypt_RC4
31
PEAR_CRYPT_RC4_RUN_DEPENDS=	${PEARDIR}/Crypt/Rc4.php:security/pear-Crypt_RC4@${PHP_FLAVOR}
32
32
33
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)security/pear-LiveUser_Admin/Makefile (-8 / +8 lines)
Lines 9-16 CATEGORIES= security www pear Link Here
9
MAINTAINER=	joneum@FreeBSD.org
9
MAINTAINER=	joneum@FreeBSD.org
10
COMMENT=	PEAR user authentication and permission management framework
10
COMMENT=	PEAR user authentication and permission management framework
11
11
12
BUILD_DEPENDS=	${PEARDIR}/LiveUser.php:security/pear-LiveUser
12
BUILD_DEPENDS=	${PEARDIR}/LiveUser.php:security/pear-LiveUser@${PHP_FLAVOR}
13
RUN_DEPENDS=	${PEARDIR}/LiveUser.php:security/pear-LiveUser
13
RUN_DEPENDS=	${PEARDIR}/LiveUser.php:security/pear-LiveUser@${PHP_FLAVOR}
14
14
15
OPTIONS_DEFINE=	PEAR_DB PEAR_MDB PEAR_MDB2 PEAR_LOG PEAR_XML_TREE PEAR_CRYPT_RC4
15
OPTIONS_DEFINE=	PEAR_DB PEAR_MDB PEAR_MDB2 PEAR_LOG PEAR_XML_TREE PEAR_CRYPT_RC4
16
16
Lines 23-33 PEAR_CRYPT_RC4_DESC= PEAR::Crypt_RC4 support Link Here
23
23
24
USES=		pear
24
USES=		pear
25
25
26
PEAR_DB_RUN_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB
26
PEAR_DB_RUN_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR}
27
PEAR_MDB_RUN_DEPENDS=	${PEARDIR}/MDB.php:databases/pear-MDB
27
PEAR_MDB_RUN_DEPENDS=	${PEARDIR}/MDB.php:databases/pear-MDB@${PHP_FLAVOR}
28
PEAR_MDB2_RUN_DEPENDS=	${PEARDIR}/MDB2.php:databases/pear-MDB2
28
PEAR_MDB2_RUN_DEPENDS=	${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR}
29
PEAR_LOG_RUN_DEPENDS=	${PEARDIR}/Log.php:sysutils/pear-Log
29
PEAR_LOG_RUN_DEPENDS=	${PEARDIR}/Log.php:sysutils/pear-Log@${PHP_FLAVOR}
30
PEAR_XML_TREE_RUN_DEPENDS=	${PEARDIR}/XML/Tree.php:devel/pear-XML_Tree
30
PEAR_XML_TREE_RUN_DEPENDS=	${PEARDIR}/XML/Tree.php:devel/pear-XML_Tree@${PHP_FLAVOR}
31
PEAR_CRYPT_RC4_RUN_DEPENDS=	${PEARDIR}/Crypt/Rc4.php:security/pear-Crypt_RC4
31
PEAR_CRYPT_RC4_RUN_DEPENDS=	${PEARDIR}/Crypt/Rc4.php:security/pear-Crypt_RC4@${PHP_FLAVOR}
32
32
33
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)security/pecl-ssh2-0/Makefile (-1 lines)
Lines 4-10 Link Here
4
PORTNAME=	ssh2
4
PORTNAME=	ssh2
5
PORTVERSION=	0.13
5
PORTVERSION=	0.13
6
CATEGORIES=	security pear
6
CATEGORIES=	security pear
7
PKGNAMESUFFIX=	-0
8
7
9
MAINTAINER=	dbaio@FreeBSD.org
8
MAINTAINER=	dbaio@FreeBSD.org
10
COMMENT=	PECL extension to the libssh2 library
9
COMMENT=	PECL extension to the libssh2 library
(-)security/php-suhosin/Makefile (-1 / +1 lines)
Lines 6-12 PORTVERSION= 0.9.38 Link Here
6
PORTREVISION=	3
6
PORTREVISION=	3
7
CATEGORIES=	security
7
CATEGORIES=	security
8
MASTER_SITES=	http://download.suhosin.org/
8
MASTER_SITES=	http://download.suhosin.org/
9
PKGNAMEPREFIX=	php-
9
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
10
10
11
MAINTAINER=	ale@FreeBSD.org
11
MAINTAINER=	ale@FreeBSD.org
12
COMMENT=	PHP extension that implements high-level protections
12
COMMENT=	PHP extension that implements high-level protections
(-)security/snuffleupagus/Makefile (+1 lines)
Lines 4-9 PORTNAME= snuffleupagus Link Here
4
DISTVERSIONPREFIX=v
4
DISTVERSIONPREFIX=v
5
DISTVERSION=	0.2.1
5
DISTVERSION=	0.2.1
6
CATEGORIES=	security
6
CATEGORIES=	security
7
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
7
8
8
MAINTAINER=	franco@opnsense.org
9
MAINTAINER=	franco@opnsense.org
9
COMMENT=	Security module for PHP 7+
10
COMMENT=	Security module for PHP 7+
(-)sysutils/pear-Cache/Makefile (-2 / +2 lines)
Lines 9-16 CATEGORIES= sysutils www pear Link Here
9
MAINTAINER=	joneum@FreeBSD.org
9
MAINTAINER=	joneum@FreeBSD.org
10
COMMENT=	PEAR framework for caching of arbitrary data
10
COMMENT=	PEAR framework for caching of arbitrary data
11
11
12
BUILD_DEPENDS=	${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request
12
BUILD_DEPENDS=	${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR}
13
RUN_DEPENDS=	${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request
13
RUN_DEPENDS=	${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR}
14
14
15
USES=		pear
15
USES=		pear
16
16
(-)sysutils/pear-Horde_Log/Makefile (-1 / +1 lines)
Lines 4-10 Link Here
4
PORTNAME=	Horde_Log
4
PORTNAME=	Horde_Log
5
PORTVERSION=	2.3.0
5
PORTVERSION=	2.3.0
6
CATEGORIES=	sysutils www pear
6
CATEGORIES=	sysutils www pear
7
PKGNAMEPREFIX=	pear-
7
PKGNAMEPREFIX=	${PEAR_PKGNAMEPREFIX}
8
8
9
MAINTAINER=	horde@FreeBSD.org
9
MAINTAINER=	horde@FreeBSD.org
10
COMMENT=	Horde Logging library
10
COMMENT=	Horde Logging library
(-)sysutils/pear-Horde_Vfs/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
PORTNAME=	Horde_Vfs
3
PORTNAME=	Horde_Vfs
4
PORTVERSION=	2.4.0
4
PORTVERSION=	2.4.0
5
CATEGORIES=	sysutils www pear
5
CATEGORIES=	sysutils www pear
6
PKGNAMEPREFIX=	pear-
6
PKGNAMEPREFIX=	${PEAR_PKGNAMEPREFIX}
7
7
8
MAINTAINER=	horde@FreeBSD.org
8
MAINTAINER=	horde@FreeBSD.org
9
COMMENT=	Horde Virtual File System API
9
COMMENT=	Horde Virtual File System API
(-)sysutils/pear-Log/Makefile (-3 / +3 lines)
Lines 18-26 PEAR_MDB2_DESC= PEAR::MDB2 support Link Here
18
PEAR_MAIL_DESC=	PEAR::Mail support
18
PEAR_MAIL_DESC=	PEAR::Mail support
19
PHP_SQLITE_DESC=	PHP sqlite support (php5 only)
19
PHP_SQLITE_DESC=	PHP sqlite support (php5 only)
20
20
21
PEAR_DB_BUILD_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB
21
PEAR_DB_BUILD_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR}
22
PEAR_MDB2_BUILD_DEPENDS=	${PEARDIR}/MDB2.php:databases/pear-MDB2
22
PEAR_MDB2_BUILD_DEPENDS=	${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR}
23
PEAR_MAIL_BUILD_DEPENDS=	${PEARDIR}/Mail.php:mail/pear-Mail
23
PEAR_MAIL_BUILD_DEPENDS=	${PEARDIR}/Mail.php:mail/pear-Mail@${PHP_FLAVOR}
24
PHP_SQLITE_USE=	PHP=sqlite3
24
PHP_SQLITE_USE=	PHP=sqlite3
25
25
26
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)sysutils/pear-Translation2/Makefile (-8 / +8 lines)
Lines 24-36 PEAR_FILE_GETTEXT_DESC= PEAR::File_Gettext support Link Here
24
PEAR_I18NV2_DESC=	PEAR::I18Nv2 support
24
PEAR_I18NV2_DESC=	PEAR::I18Nv2 support
25
PEAR_XML_SERIALIZER_DESC=	PEAR::XML_Serializer support
25
PEAR_XML_SERIALIZER_DESC=	PEAR::XML_Serializer support
26
26
27
PEAR_CACHE_LITE_RUN_DEPENDS=	${PEARDIR}/Cache/Lite.php:sysutils/pear-Cache_Lite
27
PEAR_CACHE_LITE_RUN_DEPENDS=	${PEARDIR}/Cache/Lite.php:sysutils/pear-Cache_Lite@${PHP_FLAVOR}
28
PEAR_DB_RUN_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB
28
PEAR_DB_RUN_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR}
29
PEAR_DB_DATAOBJECT_RUN_DEPENDS=	${PEARDIR}/DB/DataObject.php:databases/pear-DB_DataObject
29
PEAR_DB_DATAOBJECT_RUN_DEPENDS=	${PEARDIR}/DB/DataObject.php:databases/pear-DB_DataObject@${PHP_FLAVOR}
30
PEAR_MDB_RUN_DEPENDS=	${PEARDIR}/MDB.php:databases/pear-MDB
30
PEAR_MDB_RUN_DEPENDS=	${PEARDIR}/MDB.php:databases/pear-MDB@${PHP_FLAVOR}
31
PEAR_MDB2_RUN_DEPENDS=	${PEARDIR}/MDB2.php:databases/pear-MDB2
31
PEAR_MDB2_RUN_DEPENDS=	${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR}
32
PEAR_FILE_GETTEXT_RUN_DEPENDS=	${PEARDIR}/File/Gettext.php:sysutils/pear-File_Gettext
32
PEAR_FILE_GETTEXT_RUN_DEPENDS=	${PEARDIR}/File/Gettext.php:sysutils/pear-File_Gettext@${PHP_FLAVOR}
33
PEAR_I18NV2_RUN_DEPENDS=	${PEARDIR}/File/I18Nv2.php:sysutils/pear-I18Nv2
33
PEAR_I18NV2_RUN_DEPENDS=	${PEARDIR}/File/I18Nv2.php:sysutils/pear-I18Nv2@${PHP_FLAVOR}
34
PEAR_XML_SERIALIZER_RUN_DEPENDS=	${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer
34
PEAR_XML_SERIALIZER_RUN_DEPENDS=	${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer@${PHP_FLAVOR}
35
35
36
.include <bsd.port.mk>
36
.include <bsd.port.mk>
(-)textproc/libmrss-php/Makefile (-1 / +1 lines)
Lines 6-12 PORTVERSION= 0.19.2 Link Here
6
PORTREVISION=	3
6
PORTREVISION=	3
7
CATEGORIES=	textproc
7
CATEGORIES=	textproc
8
MASTER_SITES=	http://www.autistici.org/bakunin/libmrss/
8
MASTER_SITES=	http://www.autistici.org/bakunin/libmrss/
9
PKGNAMESUFFIX=	-php
9
PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
10
10
11
MAINTAINER=	ports@FreeBSD.org
11
MAINTAINER=	ports@FreeBSD.org
12
COMMENT=	PHP library for parsing, writing, and creating RSS
12
COMMENT=	PHP library for parsing, writing, and creating RSS
(-)textproc/pear-File_MARC/Makefile (-1 / +1 lines)
Lines 14-20 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
14
OPTIONS_DEFINE=	ISPN
14
OPTIONS_DEFINE=	ISPN
15
15
16
ISPN_DESC=	Validation class for ISPN (International Standard Product Numbers)
16
ISPN_DESC=	Validation class for ISPN (International Standard Product Numbers)
17
ISPN_RUN_DEPENDS=	${PEARDIR}/Validate/ISPN.php:textproc/pear-Validate_ISPN
17
ISPN_RUN_DEPENDS=	${PEARDIR}/Validate/ISPN.php:textproc/pear-Validate_ISPN@${PHP_FLAVOR}
18
18
19
USES=	pear
19
USES=	pear
20
NO_ARCH=	yes
20
NO_ARCH=	yes
(-)textproc/pear-Numbers_Words/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= textproc pear Link Here
8
MAINTAINER=	meritus@innervision.pl
8
MAINTAINER=	meritus@innervision.pl
9
COMMENT=	PEAR package provides methods for spelling numerals in words
9
COMMENT=	PEAR package provides methods for spelling numerals in words
10
10
11
BUILD_DEPENDS=	${PEARDIR}/Math/BigInteger.php:math/pear-Math_BigInteger
11
BUILD_DEPENDS=	${PEARDIR}/Math/BigInteger.php:math/pear-Math_BigInteger@${PHP_FLAVOR}
12
RUN_DEPENDS=	${PEARDIR}/Math/BigInteger.php:math/pear-Math_BigInteger
12
RUN_DEPENDS=	${PEARDIR}/Math/BigInteger.php:math/pear-Math_BigInteger@${PHP_FLAVOR}
13
13
14
USES=		pear
14
USES=		pear
15
15
(-)textproc/pear-Spreadsheet_Excel_Writer/Makefile (-2 / +2 lines)
Lines 10-17 COMMENT= PEAR class for writing Microsoft Excel files Link Here
10
10
11
LICENSE=	LGPL3
11
LICENSE=	LGPL3
12
12
13
BUILD_DEPENDS=	${PEARDIR}/OLE.php:devel/pear-OLE
13
BUILD_DEPENDS=	${PEARDIR}/OLE.php:devel/pear-OLE@${PHP_FLAVOR}
14
RUN_DEPENDS=	${PEARDIR}/OLE.php:devel/pear-OLE
14
RUN_DEPENDS=	${PEARDIR}/OLE.php:devel/pear-OLE@${PHP_FLAVOR}
15
15
16
USES=	pear
16
USES=	pear
17
NO_ARCH=	yes
17
NO_ARCH=	yes
(-)textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= textproc databases www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	DataSource driver using RSS files
9
COMMENT=	DataSource driver using RSS files
10
10
11
BUILD_DEPENDS=	${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array
11
BUILD_DEPENDS=	${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array@${PHP_FLAVOR}
12
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array
12
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array@${PHP_FLAVOR}
13
13
14
USES=	pear
14
USES=	pear
15
USE_PHP=	mysql
15
USE_PHP=	mysql
(-)textproc/pear-Structures_DataGrid_DataSource_XML/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= textproc databases www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	DataSource driver using XML files
9
COMMENT=	DataSource driver using XML files
10
10
11
BUILD_DEPENDS=	${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array
11
BUILD_DEPENDS=	${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array@${PHP_FLAVOR}
12
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array
12
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array@${PHP_FLAVOR}
13
13
14
USES=	pear
14
USES=	pear
15
USE_PHP=	mysql
15
USE_PHP=	mysql
(-)textproc/pear-Structures_DataGrid_Renderer_CSV/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= textproc databases www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	Renderer driver that generates a CSV string
9
COMMENT=	Renderer driver that generates a CSV string
10
10
11
BUILD_DEPENDS=	${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array
11
BUILD_DEPENDS=	${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array@${PHP_FLAVOR}
12
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array
12
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array@${PHP_FLAVOR}
13
13
14
USES=		pear
14
USES=		pear
15
15
(-)textproc/pear-Structures_DataGrid_Renderer_XLS/Makefile (-4 / +4 lines)
Lines 8-17 CATEGORIES= textproc databases www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	Renderer driver that generates a XLS string
9
COMMENT=	Renderer driver that generates a XLS string
10
10
11
BUILD_DEPENDS=	${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array \
11
BUILD_DEPENDS=	${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array@${PHP_FLAVOR} \
12
		${PEARDIR}/Spreadsheet/Excel/Writer.php:textproc/pear-Spreadsheet_Excel_Writer
12
		${PEARDIR}/Spreadsheet/Excel/Writer.php:textproc/pear-Spreadsheet_Excel_Writer@${PHP_FLAVOR}
13
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array \
13
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array@${PHP_FLAVOR} \
14
		${PEARDIR}/Spreadsheet/Excel/Writer.php:textproc/pear-Spreadsheet_Excel_Writer
14
		${PEARDIR}/Spreadsheet/Excel/Writer.php:textproc/pear-Spreadsheet_Excel_Writer@${PHP_FLAVOR}
15
15
16
USES=		pear
16
USES=		pear
17
17
(-)textproc/pear-Structures_DataGrid_Renderer_XML/Makefile (-4 / +4 lines)
Lines 8-17 CATEGORIES= textproc databases www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	Renderer driver that generates a XML string
9
COMMENT=	Renderer driver that generates a XML string
10
10
11
BUILD_DEPENDS=	${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array \
11
BUILD_DEPENDS=	${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array@${PHP_FLAVOR} \
12
		${PEARDIR}/XML/Util.php:devel/pear-XML_Util
12
		${PEARDIR}/XML/Util.php:devel/pear-XML_Util@${PHP_FLAVOR}
13
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array \
13
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array@${PHP_FLAVOR} \
14
		${PEARDIR}/XML/Util.php:devel/pear-XML_Util
14
		${PEARDIR}/XML/Util.php:devel/pear-XML_Util@${PHP_FLAVOR}
15
15
16
USES=		pear
16
USES=		pear
17
17
(-)textproc/pear-Symfony_Component_Yaml/Makefile (-4 / +1 lines)
Lines 5-11 PORTNAME= Yaml Link Here
5
PORTVERSION=	2.4.4
5
PORTVERSION=	2.4.4
6
CATEGORIES=	textproc pear
6
CATEGORIES=	textproc pear
7
MASTER_SITES=	http://pear.symfony.com/get/
7
MASTER_SITES=	http://pear.symfony.com/get/
8
PKGNAMEPREFIX=	pear-Symfony_Component_
8
PKGNAMEPREFIX=	${PEAR_PKGNAMEPREFIX}Symfony_Component_
9
DIST_SUBDIR=	Symfony2
9
DIST_SUBDIR=	Symfony2
10
10
11
MAINTAINER=	joneum@FreeBSD.org
11
MAINTAINER=	joneum@FreeBSD.org
Lines 13-21 COMMENT= Symfony2 Yaml Component Link Here
13
13
14
LICENSE=	MIT
14
LICENSE=	MIT
15
15
16
BUILD_DEPENDS=	${PEARDIR}/.channels/pear.symfony.com.reg:devel/pear-channel-symfony2
17
RUN_DEPENDS=	${PEARDIR}/.channels/pear.symfony.com.reg:devel/pear-channel-symfony2
18
19
USES=		pear
16
USES=		pear
20
PEAR_CHANNEL=	symfony2
17
PEAR_CHANNEL=	symfony2
21
18
(-)textproc/pear-Text_Highlighter/Makefile (-2 / +2 lines)
Lines 10-17 COMMENT= PEAR Syntax highlighting Link Here
10
10
11
LICENSE=	PHP301
11
LICENSE=	PHP301
12
12
13
BUILD_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser
13
BUILD_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR}
14
RUN_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser
14
RUN_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR}
15
15
16
USES=		pear
16
USES=		pear
17
NO_ARCH=	yes
17
NO_ARCH=	yes
(-)textproc/pear-Text_Template/Makefile (-4 / +1 lines)
Lines 5-18 PORTNAME= Text_Template Link Here
5
PORTVERSION=	1.2.0
5
PORTVERSION=	1.2.0
6
CATEGORIES=	textproc www pear
6
CATEGORIES=	textproc www pear
7
MASTER_SITES=	http://pear.phpunit.de/get/
7
MASTER_SITES=	http://pear.phpunit.de/get/
8
PKGNAMEPREFIX=	pear-
8
PKGNAMEPREFIX=	${PEAR_PKGNAMEPREFIX}
9
9
10
MAINTAINER=	joneum@FreeBSD.org
10
MAINTAINER=	joneum@FreeBSD.org
11
COMMENT=	Simple template engine
11
COMMENT=	Simple template engine
12
12
13
BUILD_DEPENDS=	${PEARDIR}/.channels/pear.phpunit.de.reg:devel/pear-channel-phpunit
14
RUN_DEPENDS=	${PEARDIR}/.channels/pear.phpunit.de.reg:devel/pear-channel-phpunit
15
16
USES=	pear
13
USES=	pear
17
PEAR_CHANNEL=	phpunit
14
PEAR_CHANNEL=	phpunit
18
15
(-)textproc/pear-Validate_ISPN/Makefile (-1 / +1 lines)
Lines 11-17 COMMENT= Validation class for ISPN (International Standard Product Numbers) Link Here
11
LICENSE=	BSD3CLAUSE
11
LICENSE=	BSD3CLAUSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
13
14
RUN_DEPENDS=	${PEARDIR}/Validate.php:devel/pear-Validate
14
RUN_DEPENDS=	${PEARDIR}/Validate.php:devel/pear-Validate@${PHP_FLAVOR}
15
15
16
USES=		pear
16
USES=		pear
17
NO_ARCH=	yes
17
NO_ARCH=	yes
(-)textproc/pear-XML_Beautifier/Makefile (-4 / +4 lines)
Lines 8-17 CATEGORIES= textproc devel pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PEAR class to format XML documents
9
COMMENT=	PEAR class to format XML documents
10
10
11
BUILD_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser \
11
BUILD_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR} \
12
		${PEARDIR}/XML/Util.php:devel/pear-XML_Util
12
		${PEARDIR}/XML/Util.php:devel/pear-XML_Util@${PHP_FLAVOR}
13
RUN_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser \
13
RUN_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR} \
14
		${PEARDIR}/XML/Util.php:devel/pear-XML_Util
14
		${PEARDIR}/XML/Util.php:devel/pear-XML_Util@${PHP_FLAVOR}
15
15
16
USES=		pear
16
USES=		pear
17
17
(-)textproc/pear-XML_DTD/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= textproc devel pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	Parsing of DTD files and DTD validation of XML files
9
COMMENT=	Parsing of DTD files and DTD validation of XML files
10
10
11
BUILD_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser
11
BUILD_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR}
12
RUN_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser
12
RUN_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR}
13
13
14
USES=		dos2unix pear
14
USES=		dos2unix pear
15
15
(-)textproc/pear-XML_Wddx/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= textproc devel pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PEAR Wddx pretty serializer and deserializer
9
COMMENT=	PEAR Wddx pretty serializer and deserializer
10
10
11
BUILD_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser
11
BUILD_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR}
12
RUN_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser
12
RUN_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR}
13
13
14
NO_ARCH=	yes
14
NO_ARCH=	yes
15
USES=		pear
15
USES=		pear
(-)textproc/pear-YAML/Makefile (-4 / +1 lines)
Lines 5-18 PORTNAME= YAML Link Here
5
PORTVERSION=	1.0.6
5
PORTVERSION=	1.0.6
6
CATEGORIES=	textproc www pear
6
CATEGORIES=	textproc www pear
7
MASTER_SITES=	http://pear.symfony-project.com/get/
7
MASTER_SITES=	http://pear.symfony-project.com/get/
8
PKGNAMEPREFIX=	pear-
8
PKGNAMEPREFIX=	${PEAR_PKGNAMEPREFIX}
9
9
10
MAINTAINER=	joneum@FreeBSD.org
10
MAINTAINER=	joneum@FreeBSD.org
11
COMMENT=	The Symfony YAML Component
11
COMMENT=	The Symfony YAML Component
12
12
13
BUILD_DEPENDS=	${PEARDIR}/.channels/pear.symfony-project.com.reg:devel/pear-channel-symfony
14
RUN_DEPENDS=	${PEARDIR}/.channels/pear.symfony-project.com.reg:devel/pear-channel-symfony
15
16
USES=	pear
13
USES=	pear
17
PEAR_CHANNEL=	symfony
14
PEAR_CHANNEL=	symfony
18
15
(-)textproc/pecl-xdiff2/Makefile (-1 lines)
Lines 3-9 Link Here
3
PORTNAME=	xdiff
3
PORTNAME=	xdiff
4
PORTVERSION=	2.0.1
4
PORTVERSION=	2.0.1
5
CATEGORIES=	textproc pear
5
CATEGORIES=	textproc pear
6
PKGNAMESUFFIX=	2
7
6
8
MAINTAINER=	dbaio@FreeBSD.org
7
MAINTAINER=	dbaio@FreeBSD.org
9
COMMENT=	PECL extension to create/apply binary and text patches
8
COMMENT=	PECL extension to create/apply binary and text patches
(-)textproc/pecl-yaml1/Makefile (-1 lines)
Lines 4-10 Link Here
4
PORTNAME=	yaml
4
PORTNAME=	yaml
5
PORTVERSION=	1.3.1
5
PORTVERSION=	1.3.1
6
CATEGORIES=	textproc pear
6
CATEGORIES=	textproc pear
7
PKGNAMESUFFIX=	1
8
7
9
MAINTAINER=	dbaio@FreeBSD.org
8
MAINTAINER=	dbaio@FreeBSD.org
10
COMMENT=	YAML-1.1 parser and emitter
9
COMMENT=	YAML-1.1 parser and emitter
(-)textproc/php-mecab/Makefile (-2 / +3 lines)
Lines 1-11 Link Here
1
# Created by: Gasol Wu <gasol.wu@gmail.com>
1
# Created by: Gasol Wu <gasol.wu@gmail.com>
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	php-mecab
4
PORTNAME=	mecab
5
PORTVERSION=	0.6.0
5
PORTVERSION=	0.6.0
6
PORTREVISION=	1
6
PORTREVISION=	1
7
DISTVERSIONPREFIX=	v
7
DISTVERSIONPREFIX=	v
8
CATEGORIES=	textproc
8
CATEGORIES=	textproc
9
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
9
10
10
MAINTAINER=	gasol.wu@gmail.com
11
MAINTAINER=	gasol.wu@gmail.com
11
COMMENT=	PHP bindings of the MeCab
12
COMMENT=	PHP bindings of the MeCab
Lines 16-25 LIB_DEPENDS= libmecab.so:japanese/mecab Link Here
16
17
17
USE_GITHUB=	yes
18
USE_GITHUB=	yes
18
GH_ACCOUNT=	rsky
19
GH_ACCOUNT=	rsky
20
GH_PROJECT=	php-${PORTNAME}
19
21
20
WRKSRC_SUBDIR=	mecab
22
WRKSRC_SUBDIR=	mecab
21
CONFIGURE_ARGS=	--with-mecab=${LOCALBASE}/bin/mecab-config
23
CONFIGURE_ARGS=	--with-mecab=${LOCALBASE}/bin/mecab-config
22
USES=		php:ext
24
USES=		php:ext
23
PHP_MODNAME=	mecab
24
25
25
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)www/Makefile (-4 / +1 lines)
Lines 2411-2420 Link Here
2411
    SUBDIR += ufdbguard
2411
    SUBDIR += ufdbguard
2412
    SUBDIR += unit
2412
    SUBDIR += unit
2413
    SUBDIR += unit-go
2413
    SUBDIR += unit-go
2414
    SUBDIR += unit-php56
2414
    SUBDIR += unit-php
2415
    SUBDIR += unit-php70
2416
    SUBDIR += unit-php71
2417
    SUBDIR += unit-php72
2418
    SUBDIR += usermanager
2415
    SUBDIR += usermanager
2419
    SUBDIR += uwsgi
2416
    SUBDIR += uwsgi
2420
    SUBDIR += uwsgitop
2417
    SUBDIR += uwsgitop
(-)www/hastymail2-devel/Makefile (-3 / +3 lines)
Lines 38-56 DB_DESC= Use older pear DB (instead of MDB2) Link Here
38
.if ${PORT_OPTIONS:MMYSQL}
38
.if ${PORT_OPTIONS:MMYSQL}
39
USE_MYSQL=	yes
39
USE_MYSQL=	yes
40
.if ! ${PORT_OPTIONS:MDB}
40
.if ! ${PORT_OPTIONS:MDB}
41
RUN_DEPENDS+=	${LOCALBASE}/share/pear/MDB2/Driver/mysql.php:databases/pear-MDB2_Driver_mysql
41
RUN_DEPENDS+=	${LOCALBASE}/share/pear/MDB2/Driver/mysql.php:databases/pear-MDB2_Driver_mysql@${PHP_FLAVOR}
42
.endif
42
.endif
43
.endif
43
.endif
44
44
45
.if ${PORT_OPTIONS:MPGSQL}
45
.if ${PORT_OPTIONS:MPGSQL}
46
USES+=	pgsql
46
USES+=	pgsql
47
.if ! ${PORT_OPTIONS:MDB}
47
.if ! ${PORT_OPTIONS:MDB}
48
RUN_DEPENDS+=	${LOCALBASE}/share/pear/MDB2/Driver/pgsql.php:databases/pear-MDB2_Driver_pgsql
48
RUN_DEPENDS+=	${LOCALBASE}/share/pear/MDB2/Driver/pgsql.php:databases/pear-MDB2_Driver_pgsql@${PHP_FLAVOR}
49
.endif
49
.endif
50
.endif
50
.endif
51
51
52
.if ${PORT_OPTIONS:MDB} && (${PORT_OPTIONS:MMYSQL} || ${PORT_OPTIONS:MPGSQL}}
52
.if ${PORT_OPTIONS:MDB} && (${PORT_OPTIONS:MMYSQL} || ${PORT_OPTIONS:MPGSQL}}
53
RUN_DEPENDS+=	${LOCALBASE}/share/pear/DB.php:databases/pear-DB
53
RUN_DEPENDS+=	${LOCALBASE}/share/pear/DB.php:databases/pear-DB@${PHP_FLAVOR}
54
.endif
54
.endif
55
55
56
post-patch:
56
post-patch:
(-)www/hastymail2/Makefile (-3 / +3 lines)
Lines 42-60 MBSTRING_DESC= Support multi-byte character sets Link Here
42
.if ${PORT_OPTIONS:MMYSQL}
42
.if ${PORT_OPTIONS:MMYSQL}
43
USE_MYSQL=	yes
43
USE_MYSQL=	yes
44
.if ! ${PORT_OPTIONS:MDB}
44
.if ! ${PORT_OPTIONS:MDB}
45
RUN_DEPENDS+=	${LOCALBASE}/share/pear/MDB2/Driver/mysql.php:databases/pear-MDB2_Driver_mysql
45
RUN_DEPENDS+=	${LOCALBASE}/share/pear/MDB2/Driver/mysql.php:databases/pear-MDB2_Driver_mysql@${PHP_FLAVOR}
46
.endif
46
.endif
47
.endif
47
.endif
48
48
49
.if ${PORT_OPTIONS:MPGSQL}
49
.if ${PORT_OPTIONS:MPGSQL}
50
USES+=	pgsql
50
USES+=	pgsql
51
.if ! ${PORT_OPTIONS:MDB}
51
.if ! ${PORT_OPTIONS:MDB}
52
RUN_DEPENDS+=	${LOCALBASE}/share/pear/MDB2/Driver/pgsql.php:databases/pear-MDB2_Driver_pgsql
52
RUN_DEPENDS+=	${LOCALBASE}/share/pear/MDB2/Driver/pgsql.php:databases/pear-MDB2_Driver_pgsql@${PHP_FLAVOR}
53
.endif
53
.endif
54
.endif
54
.endif
55
55
56
.if ${PORT_OPTIONS:MDB} && (${PORT_OPTIONS:MMYSQL} || ${PORT_OPTIONS:MPGSQL})
56
.if ${PORT_OPTIONS:MDB} && (${PORT_OPTIONS:MMYSQL} || ${PORT_OPTIONS:MPGSQL})
57
RUN_DEPENDS+=	${LOCALBASE}/share/pear/DB.php:databases/pear-DB
57
RUN_DEPENDS+=	${LOCALBASE}/share/pear/DB.php:databases/pear-DB@${PHP_FLAVOR}
58
.endif
58
.endif
59
59
60
.if ${PORT_OPTIONS:MICONV}
60
.if ${PORT_OPTIONS:MICONV}
(-)www/horde-ansel/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
PORTNAME=	ansel
3
PORTNAME=	ansel
4
PORTVERSION=	3.0.8
4
PORTVERSION=	3.0.8
5
CATEGORIES=	www pear graphics
5
CATEGORIES=	www pear graphics
6
PKGNAMEPREFIX=	horde-
6
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}horde-
7
7
8
MAINTAINER=	horde@FreeBSD.org
8
MAINTAINER=	horde@FreeBSD.org
9
COMMENT=	Horde Photo Management and Web Gallery
9
COMMENT=	Horde Photo Management and Web Gallery
(-)www/horde-base/Makefile (-2 / +2 lines)
Lines 3-14 Link Here
3
PORTNAME=	horde
3
PORTNAME=	horde
4
PORTVERSION=	5.2.17
4
PORTVERSION=	5.2.17
5
CATEGORIES=	www pear
5
CATEGORIES=	www pear
6
PKGNAMEPREFIX=
6
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
7
7
8
MAINTAINER=	horde@FreeBSD.org
8
MAINTAINER=	horde@FreeBSD.org
9
COMMENT=	Horde Application Framework
9
COMMENT=	Horde Application Framework
10
10
11
RUN_DEPENDS=	${PEARDIR}/Net/DNS2.php:dns/pear-Net_DNS2
11
RUN_DEPENDS=	${PEARDIR}/Net/DNS2.php:dns/pear-Net_DNS2@${PHP_FLAVOR}
12
12
13
OPTIONS_DEFAULT=	ICONV
13
OPTIONS_DEFAULT=	ICONV
14
OPTIONS_DEFINE=	FACEBOOK ICONV TWITTER WEATHER
14
OPTIONS_DEFINE=	FACEBOOK ICONV TWITTER WEATHER
(-)www/horde-passwd/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
PORTNAME=	passwd
3
PORTNAME=	passwd
4
PORTVERSION=	5.0.7
4
PORTVERSION=	5.0.7
5
CATEGORIES=	www pear
5
CATEGORIES=	www pear
6
PKGNAMEPREFIX=	horde-
6
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}horde-
7
7
8
MAINTAINER=	horde@FreeBSD.org
8
MAINTAINER=	horde@FreeBSD.org
9
COMMENT=	Horde password changing application
9
COMMENT=	Horde password changing application
(-)www/horde-trean/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
PORTNAME=	trean
3
PORTNAME=	trean
4
PORTVERSION=	1.1.9
4
PORTVERSION=	1.1.9
5
CATEGORIES=	www pear
5
CATEGORIES=	www pear
6
PKGNAMEPREFIX=	horde-
6
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}horde-
7
7
8
MAINTAINER=	horde@FreeBSD.org
8
MAINTAINER=	horde@FreeBSD.org
9
COMMENT=	Horde Bookmark Manager
9
COMMENT=	Horde Bookmark Manager
(-)www/horde-wicked/Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
PORTNAME=	wicked
3
PORTNAME=	wicked
4
PORTVERSION=	2.0.8
4
PORTVERSION=	2.0.8
5
CATEGORIES=	www pear
5
CATEGORIES=	www pear
6
PKGNAMEPREFIX=	horde-
6
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}horde-
7
7
8
MAINTAINER=	horde@FreeBSD.org
8
MAINTAINER=	horde@FreeBSD.org
9
COMMENT=	Horde Wiki Application
9
COMMENT=	Horde Wiki Application
Lines 11-17 COMMENT= Horde Wiki Application Link Here
11
LICENSE=	GPLv2
11
LICENSE=	GPLv2
12
LICENSE_FILE=	${WRKSRC}/COPYING
12
LICENSE_FILE=	${WRKSRC}/COPYING
13
13
14
RUN_DEPENDS+=	${PEARDIR}/Text/Wiki.php:www/pear-Text_Wiki
14
RUN_DEPENDS+=	${PEARDIR}/Text/Wiki.php:www/pear-Text_Wiki@${PHP_FLAVOR}
15
15
16
USES=	horde cpe php
16
USES=	horde cpe php
17
USE_PHP=	gettext
17
USE_PHP=	gettext
(-)www/ilias/Makefile (-6 / +6 lines)
Lines 14-23 LICENSE= GPLv2 Link Here
14
RUN_DEPENDS=	convert:graphics/ImageMagick \
14
RUN_DEPENDS=	convert:graphics/ImageMagick \
15
		zip:archivers/zip \
15
		zip:archivers/zip \
16
		${UNZIP_CMD}:archivers/unzip \
16
		${UNZIP_CMD}:archivers/unzip \
17
		${LOCALBASE}/share/pear/PEAR.php:devel/pear \
17
		${LOCALBASE}/share/pear/PEAR.php:devel/pear@${PHP_FLAVOR} \
18
		${LOCALBASE}/share/pear/Auth/Auth.php:security/pear-Auth \
18
		${LOCALBASE}/share/pear/Auth/Auth.php:security/pear-Auth@${PHP_FLAVOR} \
19
		${LOCALBASE}/share/pear/MDB2.php:databases/pear-MDB2 \
19
		${LOCALBASE}/share/pear/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR} \
20
		${LOCALBASE}/share/pear/HTML/Template/IT.php:devel/pear-HTML_Template_IT
20
		${LOCALBASE}/share/pear/HTML/Template/IT.php:devel/pear-HTML_Template_IT@${PHP_FLAVOR}
21
LIB_DEPENDS=	libpng.so:graphics/png
21
LIB_DEPENDS=	libpng.so:graphics/png
22
22
23
USE_GITHUB=	yes
23
USE_GITHUB=	yes
Lines 37-44 SUB_LIST= ILIASDATADIR=${ILIASDATADIR} Link Here
37
37
38
OPTIONS_DEFINE=		SCORM2004 Checker Mail
38
OPTIONS_DEFINE=		SCORM2004 Checker Mail
39
SCORM2004_USE=		php=json
39
SCORM2004_USE=		php=json
40
Checker_RUN_DEPENDS=	${LOCALBASE}/share/pear/HTTP/Request.php:www/pear-HTTP_Request
40
Checker_RUN_DEPENDS=	${LOCALBASE}/share/pear/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR}
41
Mail_RUN_DEPENDS=	${LOCALBASE}/share/pear/Mail.php:mail/pear-Mail
41
Mail_RUN_DEPENDS=	${LOCALBASE}/share/pear/Mail.php:mail/pear-Mail@${PHP_FLAVOR}
42
42
43
EXTRA_FILES=	%%WWWDIR%%/Modules/Chatroom/chat/node_modules/.bin/_mocha \
43
EXTRA_FILES=	%%WWWDIR%%/Modules/Chatroom/chat/node_modules/.bin/_mocha \
44
		%%WWWDIR%%/Modules/Chatroom/chat/node_modules/.bin/express \
44
		%%WWWDIR%%/Modules/Chatroom/chat/node_modules/.bin/express \
(-)www/magento/Makefile (-1 / +1 lines)
Lines 28-34 NO_BUILD= yes Link Here
28
NO_ARCH=	yes
28
NO_ARCH=	yes
29
MAGENTODIR?=	www/magento
29
MAGENTODIR?=	www/magento
30
30
31
OAUTH_RUN_DEPENDS=	pecl-oauth>=1.2.3:net/pecl-oauth
31
OAUTH_RUN_DEPENDS=	pecl-oauth>=1.2.3:net/pecl-oauth@${PHP_FLAVOR}
32
REDIS_USE=	php=redis
32
REDIS_USE=	php=redis
33
33
34
# First need to submit the port
34
# First need to submit the port
(-)www/mediawiki123/Makefile (-1 / +1 lines)
Lines 51-57 SQLITE_USE= php=sqlite3 Link Here
51
LDAP_USE=	php=ldap
51
LDAP_USE=	php=ldap
52
52
53
MEMCACHED_RUN_DEPENDS=	memcached:databases/memcached
53
MEMCACHED_RUN_DEPENDS=	memcached:databases/memcached
54
IMAGICK_RUN_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:graphics/pecl-imagick
54
IMAGICK_RUN_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:graphics/pecl-imagick@${PHP_FLAVOR}
55
XCACHE_RUN_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xcache.so:www/xcache
55
XCACHE_RUN_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xcache.so:www/xcache
56
SOCKETS_USE=	php=sockets
56
SOCKETS_USE=	php=sockets
57
57
(-)www/mediawiki127/Makefile (-1 / +1 lines)
Lines 50-56 LDAP_USE= php=ldap Link Here
50
SOCKETS_USE=	php=sockets
50
SOCKETS_USE=	php=sockets
51
51
52
MEMCACHED_RUN_DEPENDS=	memcached:databases/memcached
52
MEMCACHED_RUN_DEPENDS=	memcached:databases/memcached
53
IMAGICK_RUN_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:graphics/pecl-imagick
53
IMAGICK_RUN_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:graphics/pecl-imagick@${PHP_FLAVOR}
54
XCACHE_RUN_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xcache.so:www/xcache
54
XCACHE_RUN_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xcache.so:www/xcache
55
55
56
pre-install:
56
pre-install:
(-)www/mediawiki128/Makefile (-1 / +1 lines)
Lines 52-58 LDAP_USE= php=ldap Link Here
52
SOCKETS_USE=	php=sockets
52
SOCKETS_USE=	php=sockets
53
53
54
MEMCACHED_RUN_DEPENDS=	memcached:databases/memcached
54
MEMCACHED_RUN_DEPENDS=	memcached:databases/memcached
55
IMAGICK_RUN_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:graphics/pecl-imagick
55
IMAGICK_RUN_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:graphics/pecl-imagick@${PHP_FLAVOR}
56
XCACHE_RUN_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xcache.so:www/xcache
56
XCACHE_RUN_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xcache.so:www/xcache
57
57
58
pre-install:
58
pre-install:
(-)www/mediawiki129/Makefile (-1 / +1 lines)
Lines 49-55 LDAP_USE= php=ldap Link Here
49
SOCKETS_USE=	php=sockets
49
SOCKETS_USE=	php=sockets
50
50
51
MEMCACHED_RUN_DEPENDS=	memcached:databases/memcached
51
MEMCACHED_RUN_DEPENDS=	memcached:databases/memcached
52
IMAGICK_RUN_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:graphics/pecl-imagick
52
IMAGICK_RUN_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:graphics/pecl-imagick@${PHP_FLAVOR}
53
XCACHE_RUN_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xcache.so:www/xcache
53
XCACHE_RUN_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xcache.so:www/xcache
54
54
55
pre-install:
55
pre-install:
(-)www/mediawiki130/Makefile (-1 / +1 lines)
Lines 49-55 LDAP_USE= php=ldap Link Here
49
SOCKETS_USE=	php=sockets
49
SOCKETS_USE=	php=sockets
50
50
51
MEMCACHED_RUN_DEPENDS=	memcached:databases/memcached
51
MEMCACHED_RUN_DEPENDS=	memcached:databases/memcached
52
IMAGICK_RUN_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:graphics/pecl-imagick
52
IMAGICK_RUN_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:graphics/pecl-imagick@${PHP_FLAVOR}
53
XCACHE_RUN_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xcache.so:www/xcache
53
XCACHE_RUN_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xcache.so:www/xcache
54
54
55
pre-install:
55
pre-install:
(-)www/nextcloud-calendar/Makefile (+1 lines)
Lines 17-22 LICENSE= AGPLv3 Link Here
17
17
18
RUN_DEPENDS=	nextcloud>=12:www/nextcloud
18
RUN_DEPENDS=	nextcloud>=12:www/nextcloud
19
19
20
USES=		php
20
NO_BUILD=	yes
21
NO_BUILD=	yes
21
NO_ARCH=	yes
22
NO_ARCH=	yes
22
23
(-)www/nextcloud-contacts/Makefile (+1 lines)
Lines 17-22 LICENSE= AGPLv3 Link Here
17
17
18
RUN_DEPENDS=	nextcloud>=11:www/nextcloud
18
RUN_DEPENDS=	nextcloud>=11:www/nextcloud
19
19
20
USES=		php
20
NO_BUILD=	yes
21
NO_BUILD=	yes
21
NO_ARCH=	yes
22
NO_ARCH=	yes
22
23
(-)www/nextcloud-notes/Makefile (+1 lines)
Lines 18-23 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
18
18
19
RUN_DEPENDS=	nextcloud>=9:www/nextcloud
19
RUN_DEPENDS=	nextcloud>=9:www/nextcloud
20
20
21
USES=		php
21
NO_BUILD=	yes
22
NO_BUILD=	yes
22
NO_ARCH=	yes
23
NO_ARCH=	yes
23
24
(-)www/nextcloud-tasks/Makefile (+1 lines)
Lines 18-23 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
18
18
19
RUN_DEPENDS=	nextcloud>=10:www/nextcloud
19
RUN_DEPENDS=	nextcloud>=10:www/nextcloud
20
20
21
USES=		php
21
NO_BUILD=	yes
22
NO_BUILD=	yes
22
NO_ARCH=	yes
23
NO_ARCH=	yes
23
24
(-)www/nextcloud/Makefile (-1 / +1 lines)
Lines 40-46 MYSQL_USE= PHP=pdo_mysql Link Here
40
PGSQL_USES=	pgsql
40
PGSQL_USES=	pgsql
41
PGSQL_USE=	PHP=pdo_pgsql,pgsql
41
PGSQL_USE=	PHP=pdo_pgsql,pgsql
42
SQLITE_USE=	PHP=pdo_sqlite,sqlite3
42
SQLITE_USE=	PHP=pdo_sqlite,sqlite3
43
SMB_RUN_DEPENDS=	pecl-smbclient>=0.8.0:net/pecl-smbclient
43
SMB_RUN_DEPENDS=	${PECL_PKGNAMEPREFIX}smbclient>=0.8.0:net/pecl-smbclient@${PHP_FLAVOR}
44
SSL_USE=	PHP=openssl
44
SSL_USE=	PHP=openssl
45
45
46
post-patch:
46
post-patch:
(-)www/nibbleblog/Makefile (-1 / +1 lines)
Lines 11-17 DISTNAME= nibbleblogv302 Link Here
11
MAINTAINER=	marekholienka@gmail.com
11
MAINTAINER=	marekholienka@gmail.com
12
COMMENT=	Lightweight blog system for general use
12
COMMENT=	Lightweight blog system for general use
13
13
14
RUN_DEPENDS=	pear:devel/pear
14
RUN_DEPENDS=	pear:devel/pear@${PHP_FLAVOR}
15
15
16
USES=		cpe php zip
16
USES=		cpe php zip
17
NO_BUILD=	yes
17
NO_BUILD=	yes
(-)www/owncloud/Makefile (-1 / +1 lines)
Lines 41-47 MYSQL_USES= mysql Link Here
41
PGSQL_USES=	pgsql
41
PGSQL_USES=	pgsql
42
PGSQL_USE=	PHP=pdo_pgsql,pgsql
42
PGSQL_USE=	PHP=pdo_pgsql,pgsql
43
SQLITE_USE=	PHP=pdo_sqlite,sqlite3
43
SQLITE_USE=	PHP=pdo_sqlite,sqlite3
44
SMB_RUN_DEPENDS=	pecl-smbclient>=0.8.0:net/pecl-smbclient
44
SMB_RUN_DEPENDS=	${PECL_PKGNAMEPREFIX}smbclient>=0.8.0:net/pecl-smbclient@${PHP_FLAVOR}
45
SSL_USE=	PHP=openssl
45
SSL_USE=	PHP=openssl
46
46
47
do-install:
47
do-install:
(-)www/pear-HTTP_Client/Makefile (-4 / +4 lines)
Lines 8-17 CATEGORIES= www pear Link Here
8
MAINTAINER=	joseph@randomnetworks.com
8
MAINTAINER=	joseph@randomnetworks.com
9
COMMENT=	PEAR classes for high level HTTP requests
9
COMMENT=	PEAR classes for high level HTTP requests
10
10
11
BUILD_DEPENDS=	${PEARDIR}/HTTP.php:www/pear-HTTP \
11
BUILD_DEPENDS=	${PEARDIR}/HTTP.php:www/pear-HTTP@${PHP_FLAVOR} \
12
		${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request
12
		${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR}
13
RUN_DEPENDS=	${PEARDIR}/HTTP.php:www/pear-HTTP \
13
RUN_DEPENDS=	${PEARDIR}/HTTP.php:www/pear-HTTP@${PHP_FLAVOR} \
14
		${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request
14
		${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR}
15
15
16
USES=		pear
16
USES=		pear
17
17
(-)www/pear-HTTP_Download/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= www devel pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PEAR class to send HTTP downloads
9
COMMENT=	PEAR class to send HTTP downloads
10
10
11
BUILD_DEPENDS=	${PEARDIR}/HTTP/Header.php:www/pear-HTTP_Header
11
BUILD_DEPENDS=	${PEARDIR}/HTTP/Header.php:www/pear-HTTP_Header@${PHP_FLAVOR}
12
RUN_DEPENDS=	${PEARDIR}/HTTP/Header.php:www/pear-HTTP_Header
12
RUN_DEPENDS=	${PEARDIR}/HTTP/Header.php:www/pear-HTTP_Header@${PHP_FLAVOR}
13
13
14
USES=		pear
14
USES=		pear
15
15
(-)www/pear-HTTP_FloodControl/Makefile (-5 / +5 lines)
Lines 8-15 CATEGORIES= www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PEAR classes to detect and protect from attempts to flood a site
9
COMMENT=	PEAR classes to detect and protect from attempts to flood a site
10
10
11
BUILD_DEPENDS=	${PEARDIR}/HTTP.php:www/pear-HTTP
11
BUILD_DEPENDS=	${PEARDIR}/HTTP.php:www/pear-HTTP@${PHP_FLAVOR}
12
RUN_DEPENDS=	${PEARDIR}/HTTP.php:www/pear-HTTP
12
RUN_DEPENDS=	${PEARDIR}/HTTP.php:www/pear-HTTP@${PHP_FLAVOR}
13
13
14
DOCS=		README LICENSE
14
DOCS=		README LICENSE
15
OPTIONS_DEFINE=	PEAR_DB PEAR_MDB PEAR_MDB2
15
OPTIONS_DEFINE=	PEAR_DB PEAR_MDB PEAR_MDB2
Lines 19-27 PEAR_MDB2_DESC= PEAR::MDB2 support Link Here
19
19
20
USES=		pear
20
USES=		pear
21
21
22
PEAR_DB_RUN_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB
22
PEAR_DB_RUN_DEPENDS=	${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR}
23
PEAR_MDB_RUN_DEPENDS=	${PEARDIR}/MDB.php:databases/pear-MDB
23
PEAR_MDB_RUN_DEPENDS=	${PEARDIR}/MDB.php:databases/pear-MDB@${PHP_FLAVOR}
24
PEAR_MDB2_RUN_DEPENDS=	${PEARDIR}/MDB2.php:databases/pear-MDB2
24
PEAR_MDB2_RUN_DEPENDS=	${PEARDIR}/MDB2.php:databases/pear-MDB2@${PHP_FLAVOR}
25
25
26
post-extract:
26
post-extract:
27
	${MKDIR} ${WRKSRC}/docs
27
	${MKDIR} ${WRKSRC}/docs
(-)www/pear-HTTP_Header/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= www devel pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PEAR OO interface to modify and handle HTTP headers and status codes
9
COMMENT=	PEAR OO interface to modify and handle HTTP headers and status codes
10
10
11
BUILD_DEPENDS=	${PEARDIR}/HTTP.php:www/pear-HTTP
11
BUILD_DEPENDS=	${PEARDIR}/HTTP.php:www/pear-HTTP@${PHP_FLAVOR}
12
RUN_DEPENDS=	${PEARDIR}/HTTP.php:www/pear-HTTP
12
RUN_DEPENDS=	${PEARDIR}/HTTP.php:www/pear-HTTP@${PHP_FLAVOR}
13
13
14
USES=		pear
14
USES=		pear
15
15
(-)www/pear-HTTP_Request/Makefile (-4 / +4 lines)
Lines 8-17 CATEGORIES= www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PEAR classes providing an easy way to perform HTTP requests
9
COMMENT=	PEAR classes providing an easy way to perform HTTP requests
10
10
11
BUILD_DEPENDS=	${PEARDIR}/Net/URL.php:net/pear-Net_URL		\
11
BUILD_DEPENDS=	${PEARDIR}/Net/URL.php:net/pear-Net_URL@${PHP_FLAVOR}		\
12
		${PEARDIR}/Net/Socket.php:net/pear-Net_Socket
12
		${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR}
13
RUN_DEPENDS=	${PEARDIR}/Net/URL.php:net/pear-Net_URL		\
13
RUN_DEPENDS=	${PEARDIR}/Net/URL.php:net/pear-Net_URL@${PHP_FLAVOR}		\
14
		${PEARDIR}/Net/Socket.php:net/pear-Net_Socket
14
		${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR}
15
15
16
USES=		pear
16
USES=		pear
17
17
(-)www/pear-HTTP_Request2/Makefile (-2 / +2 lines)
Lines 9-16 CATEGORIES= www pear Link Here
9
MAINTAINER=	joneum@FreeBSD.org
9
MAINTAINER=	joneum@FreeBSD.org
10
COMMENT=	PEAR classes providing an easy way to perform HTTP requests
10
COMMENT=	PEAR classes providing an easy way to perform HTTP requests
11
11
12
BUILD_DEPENDS=	${PEARDIR}/Net/URL2.php:net/pear-Net_URL2
12
BUILD_DEPENDS=	${PEARDIR}/Net/URL2.php:net/pear-Net_URL2@${PHP_FLAVOR}
13
RUN_DEPENDS=	${PEARDIR}/Net/URL2.php:net/pear-Net_URL2
13
RUN_DEPENDS=	${PEARDIR}/Net/URL2.php:net/pear-Net_URL2@${PHP_FLAVOR}
14
14
15
OPTIONS_DEFINE=	CURL FILEINFO ZLIB
15
OPTIONS_DEFINE=	CURL FILEINFO ZLIB
16
CURL_DESC=	PHP CURL extension support
16
CURL_DESC=	PHP CURL extension support
(-)www/pear-HTTP_Server/Makefile (-4 / +4 lines)
Lines 8-17 CATEGORIES= www devel pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	HTTP server class
9
COMMENT=	HTTP server class
10
10
11
BUILD_DEPENDS=	${PEARDIR}/HTTP.php:www/pear-HTTP \
11
BUILD_DEPENDS=	${PEARDIR}/HTTP.php:www/pear-HTTP@${PHP_FLAVOR} \
12
		${PEARDIR}/Net/Server.php:net/pear-Net_Server
12
		${PEARDIR}/Net/Server.php:net/pear-Net_Server@${PHP_FLAVOR}
13
RUN_DEPENDS=	${PEARDIR}/HTTP.php:www/pear-HTTP \
13
RUN_DEPENDS=	${PEARDIR}/HTTP.php:www/pear-HTTP@${PHP_FLAVOR} \
14
		${PEARDIR}/Net/Server.php:net/pear-Net_Server
14
		${PEARDIR}/Net/Server.php:net/pear-Net_Server@${PHP_FLAVOR}
15
15
16
USES=		pear
16
USES=		pear
17
17
(-)www/pear-HTTP_WebDAV_Client/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= www devel pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	WebDAV Stream Wrapper Class
9
COMMENT=	WebDAV Stream Wrapper Class
10
10
11
BUILD_DEPENDS=	${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request
11
BUILD_DEPENDS=	${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR}
12
RUN_DEPENDS:=	${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request
12
RUN_DEPENDS:=	${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR}
13
13
14
USES=		pear
14
USES=		pear
15
15
(-)www/pear-Services_Amazon/Makefile (-4 / +4 lines)
Lines 8-17 CATEGORIES= www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PHP interface to Amazon Product Advertising API
9
COMMENT=	PHP interface to Amazon Product Advertising API
10
10
11
BUILD_DEPENDS=	${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request \
11
BUILD_DEPENDS=	${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR} \
12
		${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer
12
		${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer@${PHP_FLAVOR}
13
RUN_DEPENDS=	${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request \
13
RUN_DEPENDS=	${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR} \
14
		${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer
14
		${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer@${PHP_FLAVOR}
15
15
16
USES=		pear
16
USES=		pear
17
17
(-)www/pear-Services_Amazon_S3/Makefile (-4 / +4 lines)
Lines 8-17 CATEGORIES= www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PHP API for Amazon S3 (Simple Storage Service)
9
COMMENT=	PHP API for Amazon S3 (Simple Storage Service)
10
10
11
BUILD_DEPENDS=	${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2 \
11
BUILD_DEPENDS=	${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2@${PHP_FLAVOR} \
12
		${PEARDIR}/Crypt/HMAC2.php:security/pear-Crypt_HMAC2
12
		${PEARDIR}/Crypt/HMAC2.php:security/pear-Crypt_HMAC2@${PHP_FLAVOR}
13
RUN_DEPENDS=	${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2 \
13
RUN_DEPENDS=	${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2@${PHP_FLAVOR} \
14
		${PEARDIR}/Crypt/HMAC2.php:security/pear-Crypt_HMAC2
14
		${PEARDIR}/Crypt/HMAC2.php:security/pear-Crypt_HMAC2@${PHP_FLAVOR}
15
15
16
USE_PHP=	spl
16
USE_PHP=	spl
17
USES=		pear php
17
USES=		pear php
(-)www/pear-Services_Blogging/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PHP interface to Blog
9
COMMENT=	PHP interface to Blog
10
10
11
BUILD_DEPENDS=	${PEARDIR}/XML/RPC.php:net/pear-XML_RPC
11
BUILD_DEPENDS=	${PEARDIR}/XML/RPC.php:net/pear-XML_RPC@${PHP_FLAVOR}
12
RUN_DEPENDS=	${PEARDIR}/XML/RPC.php:net/pear-XML_RPC
12
RUN_DEPENDS=	${PEARDIR}/XML/RPC.php:net/pear-XML_RPC@${PHP_FLAVOR}
13
13
14
USES=		pear
14
USES=		pear
15
15
(-)www/pear-Services_Compete/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PHP interface to Compete SnapShop API
9
COMMENT=	PHP interface to Compete SnapShop API
10
10
11
BUILD_DEPENDS=	${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request
11
BUILD_DEPENDS=	${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR}
12
RUN_DEPENDS=	${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request
12
RUN_DEPENDS=	${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR}
13
13
14
USES=		pear
14
USES=		pear
15
15
(-)www/pear-Services_Delicious/Makefile (-4 / +4 lines)
Lines 8-17 CATEGORIES= www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PEAR Client for the del.icio.us web service
9
COMMENT=	PEAR Client for the del.icio.us web service
10
10
11
BUILD_DEPENDS=	${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer \
11
BUILD_DEPENDS=	${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer@${PHP_FLAVOR} \
12
		${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request
12
		${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR}
13
RUN_DEPENDS=	${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer \
13
RUN_DEPENDS=	${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer@${PHP_FLAVOR} \
14
		${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request
14
		${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR}
15
15
16
USES=		dos2unix pear php
16
USES=		dos2unix pear php
17
USE_PHP=	openssl
17
USE_PHP=	openssl
(-)www/pear-Services_Facebook/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PHP interface to Facebook's API
9
COMMENT=	PHP interface to Facebook's API
10
10
11
BUILD_DEPENDS=	${PEARDIR}/Validate.php:devel/pear-Validate
11
BUILD_DEPENDS=	${PEARDIR}/Validate.php:devel/pear-Validate@${PHP_FLAVOR}
12
RUN_DEPENDS=	${PEARDIR}/Validate.php:devel/pear-Validate
12
RUN_DEPENDS=	${PEARDIR}/Validate.php:devel/pear-Validate@${PHP_FLAVOR}
13
13
14
USES=		pear php
14
USES=		pear php
15
USE_PHP=	curl
15
USE_PHP=	curl
(-)www/pear-Services_GeoNames/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PHP5 Interface to the GeoNames Public API
9
COMMENT=	PHP5 Interface to the GeoNames Public API
10
10
11
BUILD_DEPENDS=	${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2
11
BUILD_DEPENDS=	${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2@${PHP_FLAVOR}
12
RUN_DEPENDS=	${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2
12
RUN_DEPENDS=	${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2@${PHP_FLAVOR}
13
13
14
USES=		pear
14
USES=		pear
15
15
(-)www/pear-Services_OpenSearch/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	Search A9 OpenSearch compatible engines
9
COMMENT=	Search A9 OpenSearch compatible engines
10
10
11
BUILD_DEPENDS=	${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer \
11
BUILD_DEPENDS=	${PEARDIR}/XML/Serializer.php:devel/pear-XML_Serializer@${PHP_FLAVOR} \
12
		${PEARDIR}/XML/RSS.php:devel/pear-XML_RSS
12
		${PEARDIR}/XML/RSS.php:devel/pear-XML_RSS@${PHP_FLAVOR}
13
13
14
USES=		pear
14
USES=		pear
15
15
(-)www/pear-Services_ShortURL/Makefile (-1 / +1 lines)
Lines 8-14 CATEGORIES= www pear Link Here
8
MAINTAINER=	wen@FreeBSD.org
8
MAINTAINER=	wen@FreeBSD.org
9
COMMENT=	Abstract PHP5 interface for shortening and expanding short URLs
9
COMMENT=	Abstract PHP5 interface for shortening and expanding short URLs
10
10
11
RUN_DEPENDS=	${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2
11
RUN_DEPENDS=	${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2@${PHP_FLAVOR}
12
12
13
USES=		pear php
13
USES=		pear php
14
USE_PHP=	simplexml pcre spl
14
USE_PHP=	simplexml pcre spl
(-)www/pear-Services_W3C_CSSValidator/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PHP interface to W3C CSS Validator API
9
COMMENT=	PHP interface to W3C CSS Validator API
10
10
11
BUILD_DEPENDS=	${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2
11
BUILD_DEPENDS=	${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2@${PHP_FLAVOR}
12
RUN_DEPENDS=	${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2
12
RUN_DEPENDS=	${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2@${PHP_FLAVOR}
13
13
14
USES=		pear
14
USES=		pear
15
15
(-)www/pear-Services_W3C_HTMLValidator/Makefile (-2 / +2 lines)
Lines 9-16 CATEGORIES= www pear Link Here
9
MAINTAINER=	joneum@FreeBSD.org
9
MAINTAINER=	joneum@FreeBSD.org
10
COMMENT=	Object Oriented Interface to the W3C HTML Validator service
10
COMMENT=	Object Oriented Interface to the W3C HTML Validator service
11
11
12
BUILD_DEPENDS=	${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2
12
BUILD_DEPENDS=	${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2@${PHP_FLAVOR}
13
RUN_DEPENDS=	${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2
13
RUN_DEPENDS=	${PEARDIR}/HTTP/Request2.php:www/pear-HTTP_Request2@${PHP_FLAVOR}
14
14
15
USES=		pear
15
USES=		pear
16
16
(-)www/pear-Structures_DataGrid_Renderer_Flexy/Makefile (-3 / +3 lines)
Lines 8-16 CATEGORIES= www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	Renderer for pear-Structures_DataGrid using HTML_Template_Flexy
9
COMMENT=	Renderer for pear-Structures_DataGrid using HTML_Template_Flexy
10
10
11
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \
11
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \
12
		${PEARDIR}/HTML/Template/Flexy.php:devel/pear-HTML_Template_Flexy \
12
		${PEARDIR}/HTML/Template/Flexy.php:devel/pear-HTML_Template_Flexy@${PHP_FLAVOR} \
13
		${PEARDIR}/Structures/DataGrid/Renderer/Pager.php:www/pear-Structures_DataGrid_Renderer_Pager
13
		${PEARDIR}/Structures/DataGrid/Renderer/Pager.php:www/pear-Structures_DataGrid_Renderer_Pager@${PHP_FLAVOR}
14
14
15
USES=		pear
15
USES=		pear
16
16
(-)www/pear-Structures_DataGrid_Renderer_Pager/Makefile (-2 / +2 lines)
Lines 8-15 CATEGORIES= www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	Pager Renderer for pear-Structures_DataGrid
9
COMMENT=	Pager Renderer for pear-Structures_DataGrid
10
10
11
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \
11
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \
12
		${PEARDIR}/Pager/Pager.php:devel/pear-Pager
12
		${PEARDIR}/Pager/Pager.php:devel/pear-Pager@${PHP_FLAVOR}
13
13
14
USES=		pear
14
USES=		pear
15
15
(-)www/pear-Structures_DataGrid_Renderer_Smarty/Makefile (-3 / +3 lines)
Lines 8-16 CATEGORIES= www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	Smarty Renderer for pear-Structures_DataGrid
9
COMMENT=	Smarty Renderer for pear-Structures_DataGrid
10
10
11
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \
11
RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \
12
		${LOCALBASE}/share/smarty/Smarty.class.php:www/smarty2 \
12
		${LOCALBASE}/share/smarty/Smarty.class.php:www/smarty2@${PHP_FLAVOR} \
13
		${PEARDIR}/Structures/DataGrid/Renderer/Pager.php:www/pear-Structures_DataGrid_Renderer_Pager
13
		${PEARDIR}/Structures/DataGrid/Renderer/Pager.php:www/pear-Structures_DataGrid_Renderer_Pager@${PHP_FLAVOR}
14
14
15
USES=		pear
15
USES=		pear
16
16
(-)www/pear-UDDI/Makefile (-4 / +4 lines)
Lines 8-17 CATEGORIES= www pear finance Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PEAR UDDI for PHP
9
COMMENT=	PEAR UDDI for PHP
10
10
11
BUILD_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser \
11
BUILD_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR} \
12
		${PEARDIR}/XML/Util.php:devel/pear-XML_Util
12
		${PEARDIR}/XML/Util.php:devel/pear-XML_Util@${PHP_FLAVOR}
13
RUN_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser \
13
RUN_DEPENDS=	${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser@${PHP_FLAVOR} \
14
		${PEARDIR}/XML/Util.php:devel/pear-XML_Util
14
		${PEARDIR}/XML/Util.php:devel/pear-XML_Util@${PHP_FLAVOR}
15
15
16
USES=		pear
16
USES=		pear
17
17
(-)www/pear-XML_GRDDL/Makefile (-8 / +8 lines)
Lines 8-21 CATEGORIES= www pear Link Here
8
MAINTAINER=	joneum@FreeBSD.org
8
MAINTAINER=	joneum@FreeBSD.org
9
COMMENT=	PHP library for dealing with GRDDL
9
COMMENT=	PHP library for dealing with GRDDL
10
10
11
BUILD_DEPENDS=	${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request \
11
BUILD_DEPENDS=	${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR} \
12
		${PEARDIR}/Net/URL.php:net/pear-Net_URL \
12
		${PEARDIR}/Net/URL.php:net/pear-Net_URL@${PHP_FLAVOR} \
13
		${PEARDIR}/Log.php:sysutils/pear-Log \
13
		${PEARDIR}/Log.php:sysutils/pear-Log@${PHP_FLAVOR} \
14
		${PEARDIR}/Validate.php:devel/pear-Validate
14
		${PEARDIR}/Validate.php:devel/pear-Validate@${PHP_FLAVOR}
15
RUN_DEPENDS=	${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request \
15
RUN_DEPENDS=	${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR} \
16
		${PEARDIR}/Net/URL.php:net/pear-Net_URL \
16
		${PEARDIR}/Net/URL.php:net/pear-Net_URL@${PHP_FLAVOR} \
17
		${PEARDIR}/Log.php:sysutils/pear-Log \
17
		${PEARDIR}/Log.php:sysutils/pear-Log@${PHP_FLAVOR} \
18
		${PEARDIR}/Validate.php:devel/pear-Validate
18
		${PEARDIR}/Validate.php:devel/pear-Validate@${PHP_FLAVOR}
19
19
20
BROKEN_powerpc64=	fails to package: Generating packing list with pear: Signal 11
20
BROKEN_powerpc64=	fails to package: Generating packing list with pear: Signal 11
21
21
(-)www/pear-twig/Makefile (-3 lines)
Lines 13-21 COMMENT= Flexible, fast, and secure template engine for PHP Link Here
13
LICENSE=	BSD3CLAUSE
13
LICENSE=	BSD3CLAUSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
15
16
BUILD_DEPENDS=	${PEARDIR}/.channels/pear.twig-project.org.reg:devel/pear-channel-twig
17
RUN_DEPENDS=	${PEARDIR}/.channels/pear.twig-project.org.reg:devel/pear-channel-twig
18
19
USES=		pear php:cli
16
USES=		pear php:cli
20
PEAR_CHANNEL=	twig
17
PEAR_CHANNEL=	twig
21
NO_ARCH=	yes
18
NO_ARCH=	yes
(-)www/pecl-http/Makefile (-4 / +4 lines)
Lines 12-22 COMMENT= Extended HTTP Support Link Here
12
LICENSE=	BSD2CLAUSE
12
LICENSE=	BSD2CLAUSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
14
15
BUILD_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:devel/pecl-raphf2 \
15
BUILD_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:devel/pecl-raphf2@${PHP_FLAVOR} \
16
		${LOCALBASE}/lib/php/${PHP_EXT_DIR}/propro.so:devel/pecl-propro2 \
16
		${LOCALBASE}/lib/php/${PHP_EXT_DIR}/propro.so:devel/pecl-propro2@${PHP_FLAVOR} \
17
		re2c:devel/re2c
17
		re2c:devel/re2c
18
RUN_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:devel/pecl-raphf2 \
18
RUN_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:devel/pecl-raphf2@${PHP_FLAVOR} \
19
		${LOCALBASE}/lib/php/${PHP_EXT_DIR}/propro.so:devel/pecl-propro2
19
		${LOCALBASE}/lib/php/${PHP_EXT_DIR}/propro.so:devel/pecl-propro2@${PHP_FLAVOR}
20
LIB_DEPENDS=	libcurl.so:ftp/curl \
20
LIB_DEPENDS=	libcurl.so:ftp/curl \
21
		libevent.so:devel/libevent
21
		libevent.so:devel/libevent
22
22
(-)www/pecl-http2/Makefile (-5 / +4 lines)
Lines 4-10 Link Here
4
PORTNAME=	http
4
PORTNAME=	http
5
PORTVERSION=	2.6.0
5
PORTVERSION=	2.6.0
6
CATEGORIES=	www
6
CATEGORIES=	www
7
PKGNAMESUFFIX=	2
8
DISTNAME=	pecl_${PORTNAME}-${PORTVERSION}
7
DISTNAME=	pecl_${PORTNAME}-${PORTVERSION}
9
8
10
MAINTAINER=	bofh@FreeBSD.org
9
MAINTAINER=	bofh@FreeBSD.org
Lines 13-23 COMMENT= Extended HTTP Support Link Here
13
LICENSE=	BSD2CLAUSE
12
LICENSE=	BSD2CLAUSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
15
14
16
BUILD_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:devel/pecl-raphf \
15
BUILD_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:devel/pecl-raphf@${PHP_FLAVOR} \
17
		${LOCALBASE}/lib/php/${PHP_EXT_DIR}/propro.so:devel/pecl-propro \
16
		${LOCALBASE}/lib/php/${PHP_EXT_DIR}/propro.so:devel/pecl-propro@${PHP_FLAVOR} \
18
		re2c:devel/re2c
17
		re2c:devel/re2c
19
RUN_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:devel/pecl-raphf \
18
RUN_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:devel/pecl-raphf@${PHP_FLAVOR} \
20
		${LOCALBASE}/lib/php/${PHP_EXT_DIR}/propro.so:devel/pecl-propro
19
		${LOCALBASE}/lib/php/${PHP_EXT_DIR}/propro.so:devel/pecl-propro@${PHP_FLAVOR}
21
LIB_DEPENDS=	libcurl.so:ftp/curl \
20
LIB_DEPENDS=	libcurl.so:ftp/curl \
22
		libevent.so:devel/libevent
21
		libevent.so:devel/libevent
23
22
(-)www/pecl-yaf2/Makefile (-1 lines)
Lines 4-10 Link Here
4
PORTNAME=	yaf
4
PORTNAME=	yaf
5
PORTVERSION=	2.3.5
5
PORTVERSION=	2.3.5
6
CATEGORIES=	www
6
CATEGORIES=	www
7
PKGNAMESUFFIX=	2
8
7
9
MAINTAINER=	johnpupu@gmail.com
8
MAINTAINER=	johnpupu@gmail.com
10
COMMENT=	MVC framework written as a C PHP extension
9
COMMENT=	MVC framework written as a C PHP extension
(-)www/pecl-yar/Makefile (-2 / +2 lines)
Lines 18-24 USE_PHP= json:build curl:build Link Here
18
18
19
OPTIONS_DEFINE=	MSGPACK
19
OPTIONS_DEFINE=	MSGPACK
20
MSGPACK_DESC=	Enable MSGPACK module
20
MSGPACK_DESC=	Enable MSGPACK module
21
MSGPACK_BUILD_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/msgpack.so:devel/pecl-msgpack
21
MSGPACK_BUILD_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/msgpack.so:devel/pecl-msgpack@${PHP_FLAVOR}
22
MSGPACK_RUN_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/msgpack.so:devel/pecl-msgpack
22
MSGPACK_RUN_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/msgpack.so:devel/pecl-msgpack@${PHP_FLAVOR}
23
23
24
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)www/pecl-yar1/Makefile (-3 / +2 lines)
Lines 5-11 PORTNAME= yar Link Here
5
PORTVERSION=	1.2.5
5
PORTVERSION=	1.2.5
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	www
7
CATEGORIES=	www
8
PKGNAMESUFFIX=	1
9
8
10
MAINTAINER=	johnpupu@gmail.com
9
MAINTAINER=	johnpupu@gmail.com
11
COMMENT=	Yar (Yet another RPC framework) is a light, concurrent RPC framework
10
COMMENT=	Yar (Yet another RPC framework) is a light, concurrent RPC framework
Lines 18-24 IGNORE_WITH_PHP=70 71 72 Link Here
18
17
19
OPTIONS_DEFINE=	MSGPACK
18
OPTIONS_DEFINE=	MSGPACK
20
MSGPACK_DESC=	Enable MSGPACK module
19
MSGPACK_DESC=	Enable MSGPACK module
21
MSGPACK_BUILD_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/msgpack.so:devel/pecl-msgpack0
20
MSGPACK_BUILD_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/msgpack.so:devel/pecl-msgpack0@${PHP_FLAVOR}
22
MSGPACK_RUN_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/msgpack.so:devel/pecl-msgpack0
21
MSGPACK_RUN_DEPENDS=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/msgpack.so:devel/pecl-msgpack0@${PHP_FLAVOR}
23
22
24
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)www/phalcon/Makefile (+1 lines)
Lines 5-10 PORTNAME= phalcon Link Here
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
DISTVERSION=	3.3.1
6
DISTVERSION=	3.3.1
7
CATEGORIES=	www
7
CATEGORIES=	www
8
PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
8
9
9
MAINTAINER=	linpct@gmail.com
10
MAINTAINER=	linpct@gmail.com
10
COMMENT=	Phalcon PHP Framework written in C-language
11
COMMENT=	Phalcon PHP Framework written in C-language
(-)www/php-screw/Makefile (-1 / +2 lines)
Lines 1-11 Link Here
1
# Created by: Alex Dupre <sysadmin@alexdupre.com>
1
# Created by: Alex Dupre <sysadmin@alexdupre.com>
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	php-screw
4
PORTNAME=	screw
5
PORTVERSION=	1.5
5
PORTVERSION=	1.5
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	www security
7
CATEGORIES=	www security
8
MASTER_SITES=	SF/${PORTNAME}/OldFiles
8
MASTER_SITES=	SF/${PORTNAME}/OldFiles
9
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
9
DISTNAME=	php_screw-${PORTVERSION}
10
DISTNAME=	php_screw-${PORTVERSION}
10
EXTRACT_SUFX=	.tgz
11
EXTRACT_SUFX=	.tgz
11
12
(-)www/php-templates/Makefile (-1 / +2 lines)
Lines 1-12 Link Here
1
# Created by: vanilla
1
# Created by: vanilla
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	php-templates
4
PORTNAME=	templates
5
PORTVERSION=	1.7.2
5
PORTVERSION=	1.7.2
6
PORTREVISION=	2
6
PORTREVISION=	2
7
CATEGORIES=	www
7
CATEGORIES=	www
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/1.7:ext \
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/1.7:ext \
9
		SF/${PORTNAME}/${PORTNAME}-doc/html:doc
9
		SF/${PORTNAME}/${PORTNAME}-doc/html:doc
10
PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
10
DISTNAME=	php_templates-${PORTVERSION}
11
DISTNAME=	php_templates-${PORTVERSION}
11
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:ext
12
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:ext
12
DISTFILES+=	php_templates-doc-eng-1.1${EXTRACT_SUFX}:doc
13
DISTFILES+=	php_templates-doc-eng-1.1${EXTRACT_SUFX}:doc
(-)www/php56-opcache/Makefile (-1 / +1 lines)
Lines 7-12 MASTERDIR= ${.CURDIR}/../../lang/php56 Link Here
7
7
8
PKGNAMESUFFIX=	-opcache
8
PKGNAMESUFFIX=	-opcache
9
9
10
USES=	php:zend
10
USES=	php:zend,noflavors
11
11
12
.include "${MASTERDIR}/Makefile"
12
.include "${MASTERDIR}/Makefile"
(-)www/php70-opcache/Makefile (-1 / +1 lines)
Lines 7-12 MASTERDIR= ${.CURDIR}/../../lang/php70 Link Here
7
7
8
PKGNAMESUFFIX=	-opcache
8
PKGNAMESUFFIX=	-opcache
9
9
10
USES=	php:zend
10
USES=	php:zend,noflavors
11
11
12
.include "${MASTERDIR}/Makefile"
12
.include "${MASTERDIR}/Makefile"
(-)www/php71-opcache/Makefile (-1 / +1 lines)
Lines 6-11 MASTERDIR= ${.CURDIR}/../../lang/php71 Link Here
6
6
7
PKGNAMESUFFIX=	-opcache
7
PKGNAMESUFFIX=	-opcache
8
8
9
USES=	php:zend
9
USES=	php:zend,noflavors
10
10
11
.include "${MASTERDIR}/Makefile"
11
.include "${MASTERDIR}/Makefile"
(-)www/php72-opcache/Makefile (-1 / +1 lines)
Lines 6-11 MASTERDIR= ${.CURDIR}/../../lang/php72 Link Here
6
6
7
PKGNAMESUFFIX=	-opcache
7
PKGNAMESUFFIX=	-opcache
8
8
9
USES=	php:zend
9
USES=	php:zend,noflavors
10
10
11
.include "${MASTERDIR}/Makefile"
11
.include "${MASTERDIR}/Makefile"
(-)www/phpbb/Makefile (-2 / +2 lines)
Lines 12-22 COMMENT= PHP-based bulletin board / discussion forum system Link Here
12
12
13
LICENSE=	GPLv2
13
LICENSE=	GPLv2
14
14
15
RUN_DEPENDS=	${LOCALBASE}/share/pear/System.php:devel/pear
15
RUN_DEPENDS=	${LOCALBASE}/share/pear/System.php:devel/pear@${PHP_FLAVOR}
16
16
17
CONFLICTS=	phpbb-tw-[0-9]*
17
CONFLICTS=	phpbb-tw-[0-9]*
18
18
19
USES=		tar:bzip2
19
USES=		tar:bzip2 php
20
20
21
# The phpBB2 port supports a number of variables that may be tweaked at build
21
# The phpBB2 port supports a number of variables that may be tweaked at build
22
# time.  Perform a "make options" to see more information on these variables.
22
# time.  Perform a "make options" to see more information on these variables.
(-)www/smarty2/Makefile (-1 / +2 lines)
Lines 7-12 DISTVERSIONPREFIX= v Link Here
7
CATEGORIES=	www
7
CATEGORIES=	www
8
MASTER_SITES=	http://www.smarty.net/files/docs/:manual
8
MASTER_SITES=	http://www.smarty.net/files/docs/:manual
9
DISTFILES=	manual-en-${PORTVERSION:R}.zip:manual
9
DISTFILES=	manual-en-${PORTVERSION:R}.zip:manual
10
PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
10
11
11
MAINTAINER=	danilo@FreeBSD.org
12
MAINTAINER=	danilo@FreeBSD.org
12
COMMENT=	PHP compiling template engine
13
COMMENT=	PHP compiling template engine
Lines 17-23 OPTIONS_DEFINE= DOCS Link Here
17
18
18
NO_ARCH=	yes
19
NO_ARCH=	yes
19
NO_BUILD=	yes
20
NO_BUILD=	yes
20
USES=		php:web
21
USES=		php:web,flavors
21
USE_PHP=	pcre
22
USE_PHP=	pcre
22
23
23
PKGMESSAGE=	${WRKDIR}/pkg-message
24
PKGMESSAGE=	${WRKDIR}/pkg-message
(-)www/smarty3/Makefile (-2 / +2 lines)
Lines 5-18 PORTNAME= smarty Link Here
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
DISTVERSION=	3.1.30
6
DISTVERSION=	3.1.30
7
CATEGORIES=	www
7
CATEGORIES=	www
8
PKGNAMESUFFIX=	3
8
PKGNAMESUFFIX=	3${PHP_PKGNAMESUFFIX}
9
9
10
MAINTAINER=	ports@michael-fausten.de
10
MAINTAINER=	ports@michael-fausten.de
11
COMMENT=	PHP compiling template engine
11
COMMENT=	PHP compiling template engine
12
12
13
LICENSE=	LGPL3
13
LICENSE=	LGPL3
14
14
15
USES=		php:web
15
USES=		php:web,flavors
16
USE_PHP=	pcre
16
USE_PHP=	pcre
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	smarty-php
18
GH_ACCOUNT=	smarty-php
(-)www/unit-php/Makefile (+26 lines)
Added Link Here
1
# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
2
# $FreeBSD$
3
4
PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
5
6
COMMENT=	PHP module for NGINX Unit
7
8
PLIST_FILES=	libexec/unit/modules/php${PHP_VER}.unit.so
9
10
USES=		php:build,embed,flavors
11
12
USE_RC_SUBR=	# reset to empty
13
14
MASTERDIR=	${.CURDIR}/../unit
15
16
post-configure:
17
	cd ${CONFIGURE_WRKSRC} && \
18
	./configure php --lib-path=${LOCALBASE}/lib \
19
			--module=php${PHP_VER}
20
21
do-install:
22
	${MKDIR} ${STAGEDIR}${PREFIX}/libexec/unit/modules/
23
	${INSTALL_LIB} ${WRKSRC}/build/php${PHP_VER}.unit.so \
24
		${STAGEDIR}${PREFIX}/libexec/unit/modules/
25
26
.include "${MASTERDIR}/Makefile"
(-)www/unit-php56/Makefile (-28 lines)
Removed Link Here
1
# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
2
# $FreeBSD$
3
4
PHP_VER?=	56
5
6
PKGNAMESUFFIX=	-php${PHP_VER}
7
8
COMMENT=	PHP module for NGINX Unit
9
10
PLIST_FILES=	libexec/unit/modules/php${PHP_VER}.unit.so
11
12
USES=		php:build,embed
13
14
USE_RC_SUBR?=	# reset to empty
15
16
MASTERDIR=	${.CURDIR}/../unit
17
18
post-configure:
19
	cd ${CONFIGURE_WRKSRC} && \
20
	./configure php --lib-path=${LOCALBASE}/lib \
21
			--module=php${PHP_VER}
22
23
do-install:
24
	${MKDIR} ${STAGEDIR}${PREFIX}/libexec/unit/modules/
25
	${INSTALL_LIB} ${WRKSRC}/build/php${PHP_VER}.unit.so \
26
		${STAGEDIR}${PREFIX}/libexec/unit/modules/
27
28
.include "${MASTERDIR}/Makefile"
(-)www/unit-php70/Makefile (-8 lines)
Removed Link Here
1
# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
2
# $FreeBSD$
3
4
PHP_VER=	70
5
6
MASTERDIR=	${.CURDIR}/../unit-php56
7
8
.include "${MASTERDIR}/Makefile"
(-)www/unit-php71/Makefile (-8 lines)
Removed Link Here
1
# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
2
# $FreeBSD$
3
4
PHP_VER=	71
5
6
MASTERDIR=	${.CURDIR}/../unit-php56
7
8
.include "${MASTERDIR}/Makefile"
(-)www/unit-php72/Makefile (-8 lines)
Removed Link Here
1
# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
2
# $FreeBSD$
3
4
PHP_VER=	72
5
6
MASTERDIR=	${.CURDIR}/../unit-php56
7
8
.include "${MASTERDIR}/Makefile"
(-)www/xcache/Makefile (+1 lines)
Lines 5-10 PORTNAME= xcache Link Here
5
DISTVERSION=	3.2.0
5
DISTVERSION=	3.2.0
6
CATEGORIES=	www
6
CATEGORIES=	www
7
MASTER_SITES=	http://xcache.lighttpd.net/pub/Releases/${DISTVERSION}/
7
MASTER_SITES=	http://xcache.lighttpd.net/pub/Releases/${DISTVERSION}/
8
PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
8
9
9
MAINTAINER=	ale@FreeBSD.org
10
MAINTAINER=	ale@FreeBSD.org
10
COMMENT=	Fast and stable php opcode cacher
11
COMMENT=	Fast and stable php opcode cacher

Return to bug 226242