| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
- Assign maintainership to submitter.
PR: ports/104700
Submitted by: chinsan
Notes:
svn path=/head/; revision=175911
|
|
|
|
|
|
|
|
|
| |
dependencies of all the other pear ports.
Discussed with: thierry, antonio@php.net
Notes:
svn path=/head/; revision=150745
|
|
|
|
| |
Notes:
svn path=/head/; revision=149311
|
|
|
|
| |
Notes:
svn path=/head/; revision=144344
|
|
|
|
|
|
|
|
|
| |
PR: ports/65495
Submitted by: Roman Neuhauser
Approved by: mat (mentor)
Notes:
svn path=/head/; revision=106950
|
|
|
|
| |
Notes:
svn path=/head/; revision=99360
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"
can be simplified to:
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
the latter version also doesn't make any assumptions about the
path of including Makefile
PR: ports/57152
Submitted by: Roman Neuhauser <neuhauser@bellavista.cz>
Notes:
svn path=/head/; revision=96749
|
|
|
|
|
|
|
|
|
| |
PR: ports/56582
Submitted by: edwin@mavetju.org
Approved by: portmgr@freebsd.org
Notes:
svn path=/head/; revision=93850
|
|
|
|
|
|
|
|
| |
PR: ports/53518
Submitted by: Thierry Thomas <thierry@pompo.net>
Notes:
svn path=/head/; revision=83341
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update to pear-PEAR 1.1.
Update to pear-HTML_Common 1.2.
Update to pear-Net_SMTP 1.2.3.
Update to pear-Log 1.6.5.
Update to pear-I18N 0.8.5.
Update to pear 4.3.2.
Adapt following ports for pear-PEAR's Makefile.common.
pear-Console_Getopt, pear-Auth, pear-Auth_SASL, devel/pear-Date,
net/pear-Net_Socket, pear-Mail_Mime, pear-Crypt_CBC, pear-mailparse,
pear-File, pear-HTML_Select_Common, and pear-Net_Sieve
PR: ports/52596, ports/52641, ports/52655, ports/52656,
ports/52671, ports/52678, ports/52845
Submitted by: Thierry Thomas <thierry@pompo.net>
Notes:
svn path=/head/; revision=82484
|
|
|
|
| |
Notes:
svn path=/head/; revision=76425
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PEAR uses a "registry" to register installed modules, and
this registry is initialized during the installation of
mod_php4 (since 4.3.0).
Unfortunately, installing PEAR modules through the ports
does not maintain this registry.
This PR fix this problem for the following ports:
- sysutils/pear-Log
- devel/pear-PEAR
- devel/pear-Date
- devel/pear-I18N
- devel/pear-HTML_Common
- devel/pear-HTML_Select_Common
- security/pear-Crypt_CBC
- mail/pear-Mail_Mime
- net/pear-Net_Sieve
- sysutils/pear-File
- archivers/pear-Archive_Tar
PR: ports/47921
Submitted by: Thierry Thomas <thierry@pompo.net>
Notes:
svn path=/head/; revision=76356
|
|
|
|
| |
Notes:
svn path=/head/; revision=75951
|
|
PEAR::HTML_Common is a base class for other HTML classes
PR: ports/47418
Submitted by: Thierry Thomas <thierry@pompo.net>
Notes:
svn path=/head/; revision=74260
|