aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-PEAR
Commit message (Collapse)AuthorAgeFilesLines
* PR ports/77594 has been submitted to fix plist, but this case hasThierry Thomas2005-02-212-2/+5
| | | | | | | | | | | | been fixed with the upgrade to 1.3.5. This fixes two other deinstallation problems: pear2 not found and several sub-directories (e.g. pear-HTML_Select_Common-1.1_3). Approved by: maintainer Notes: svn path=/head/; revision=129504
* Update to version 1.3.5Kirill Ponomarev2005-02-183-3/+4
| | | | | | | | PR: ports/77671 Submitted by: maintainer Notes: svn path=/head/; revision=129152
* Upgrade to to 1.3.4.Thierry Thomas2005-01-142-13/+13
| | | | | | | | | | Changelog at <http://pear.php.net/package/PEAR/download/1.3.4>. PR: ports/75751 Submitted by: maintainer Notes: svn path=/head/; revision=126456
* Update port: devel/pear-PEAREdwin Groothuis2004-12-213-11/+8
| | | | | | | | | | | make PHP extension runtime dependencies enforced by the USE_PHP=ext knob, not by the pear install. PR: ports/75166 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net> Notes: svn path=/head/; revision=124731
* Fix pear and pear2 scripts when 'prce.so' and/or 'xml.so' are alreadyThierry Thomas2004-12-142-6/+10
| | | | | | | | | | | | | | loaded. Bump PORTREVISION. PR: 75046 Submitted by: Markus Seifert PR: 75063 Submitted by: Antonio Carlos Venancio Junior (maintainer). Notes: svn path=/head/; revision=124018
* Make pear script use php.iniVolker Stolz2004-12-072-1/+2
| | | | | | | | PR: ports/74619 Submitted by: Antônio Carlos Venâncio Júnior Notes: svn path=/head/; revision=123391
* - update devel/pear-PEAR to 1.3.3.1;Thierry Thomas2004-11-226-6/+51
| | | | | | | | | | - install pear script as pear2. PR: ports/73995 Submitted by: maintainer. Notes: svn path=/head/; revision=122157
* - More touches to install-scripts: mv -> cp, correct install_script spellingPav Lucistnik2004-11-051-3/+2
| | | | | | | | | and drop chmod. Submitted by: Ant?nio Carlos Venancio Junior <antonio@php.net> (maintainer) Notes: svn path=/head/; revision=120848
* - In install scripts knob, use INSTALL_SCRIPTS instead of INSTALL_DATA.Pav Lucistnik2004-11-041-1/+1
| | | | | | | Submitted by: thierry Notes: svn path=/head/; revision=120816
* - Add support for script installation to PEAR porting frameworkPav Lucistnik2004-11-041-4/+21
| | | | | | | | PR: ports/73533 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer) Notes: svn path=/head/; revision=120786
* Upgrade to 1.3.3.Thierry Thomas2004-10-302-3/+3
| | | | | | | | PR: 73281 Submitted by: maintainer. Notes: svn path=/head/; revision=120487
* - upgrade to 1.3.2;Thierry Thomas2004-10-263-16/+23
| | | | | | | | | | - take maintainership. PR: ports/73169 Submitted by: Antonio Carlos Venancio Junior. Notes: svn path=/head/; revision=120285
* Add support for data and sql files.Thierry Thomas2004-08-261-9/+51
| | | | | | | | PR: 70915 Submitted by: Antônio Carlos Venâncio Júnior Notes: svn path=/head/; revision=117374
* Upgrade to 1.3.1.Thierry Thomas2004-05-082-14/+15
| | | | Notes: svn path=/head/; revision=108684
* Indentation fix in Makefile.common.Thierry Thomas2004-04-142-7/+7
| | | | | | | | | PR: ports/65505 Submitted by: Roman Neuhauser Approved by: mat (mentor). Notes: svn path=/head/; revision=107076
* Tidy up whitespace.Trevor Johnson2004-04-101-1/+1
| | | | Notes: svn path=/head/; revision=106671
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* Use the SORT macro from bsd.port.mk.Trevor Johnson2004-01-221-1/+0
| | | | Notes: svn path=/head/; revision=98788
* [PATCH] simplify pear-* portsEdwin Groothuis2003-12-282-44/+11
| | | | | | | | | | | | | | | | | | | | | | | | | These patches do the following things for PEAR ports: * devel-pear-PEAR-Makefile.common.patch - provides a do-install target and all that jazz in devel/pear-PEAR/Makefile.common - individual PEAR ports now just set a few variables: * pear-ports-Makefile.common-ng.patch contains changes for all pear-* ports including devel/pear-PEAR See http://smradoch.innuendo.cz/FreeBSD/ for complete description. Note: still missing are: devel/pear-HTML_Common devel/pear-I18N net/pear-Net_NNTP security/pear-Auth PR: ports/59213 Submitted by: Roman Neuhauser <neuhauser@bellavista.cz> Notes: svn path=/head/; revision=96732
* [PATCH] simplify pear-* portsEdwin Groothuis2003-12-281-3/+135
| | | | | | | | | | | | | | | | | | | These patches do the following things for PEAR ports: * devel-pear-PEAR-Makefile.common.patch - provides a do-install target and all that jazz in devel/pear-PEAR/Makefile.common - individual PEAR ports now just set a few variables: * pear-ports-Makefile.common-ng.patch contains changes for all pear-* ports including devel/pear-PEAR See http://smradoch.innuendo.cz/FreeBSD/ for complete description. PR: ports/59213 Submitted by: Roman Neuhauser <neuhauser@bellavista.cz> Notes: svn path=/head/; revision=96728
* Add the virtual category "pear" to the Makefiles of these ports.Edwin Groothuis2003-11-121-1/+1
| | | | | | | | | PR: ports/56582 Submitted by: edwin@mavetju.org Approved by: portmgr@freebsd.org Notes: svn path=/head/; revision=93850
* Replace ${.CURDIR}/../../ with ${PORTSDIR} which is more correct andErwin Lansing2003-10-102-3/+3
| | | | | | | | for bordercases like me where those two not necessarily are the same, it makes it compile again. Notes: svn path=/head/; revision=90773
* devel/pear-PEAR: upgrading to 1.2.1 final.Edwin Groothuis2003-08-254-4/+4
| | | | | | | | | | This PR upgrades devel/pear-PEAR to its latest version (1.2.1 stable). PR: ports/55609 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=87637
* devel/pear-PEAR: separating build & install of PECL.Edwin Groothuis2003-08-251-0/+2
| | | | | | | | | | | | When you build a PECL module, NO_BUILD is defined => the build target does not build anything, and make all is delayed until `make install'. PR: ports/55168 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=87629
* Update to 1.2beta2.Norikatsu Shigemura2003-07-032-2/+3
| | | | | | | | PR: ports/53652 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=84102
* Update to pear-Archive_Tar 1.1.Norikatsu Shigemura2003-06-076-36/+79
| | | | | | | | | | | | | | | | | | | | | 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
* Fix "make index"Edwin Groothuis2003-02-241-1/+1
| | | | Notes: svn path=/head/; revision=76425
* PEAR ports: handling PEAR's registry.Edwin Groothuis2003-02-241-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* devel/pear-PEAR: fixing deinstallation.Edwin Groothuis2003-02-122-9/+10
| | | | | | | | | | | | - lib/php/OS is not back-up'ed when installing devel/pear-PEAR, and the original is lost when you deinstall it. - tidy code a little. PR: ports/47819 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=75344
* Upgrade to 1.0.1.Dirk Froemberg2003-01-303-4/+4
| | | | | | | | PR: ports/46274 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=74254
* Maintainer update for devel/pear* to fix the make packageEdwin Groothuis2002-11-201-0/+3
| | | | | | | | PR: ports/45540 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=70616
* Resurrection of port devel/pearSADA Kenji2002-11-175-0/+85
PR: ports/44473 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=70285