Commit graph

21 commits

Author SHA1 Message Date
Thierry Thomas
b6d63a4011 Add support for data and sql files.
PR:		70915
Submitted by:	Antônio Carlos Venâncio Júnior
2004-08-26 22:29:13 +00:00
Thierry Thomas
db0916ecd9 Upgrade to 1.3.1. 2004-05-08 09:47:04 +00:00
Thierry Thomas
54f6c07458 Indentation fix in Makefile.common.
PR:		ports/65505
Submitted by:	Roman Neuhauser
Approved by:	mat (mentor).
2004-04-14 21:53:18 +00:00
Trevor Johnson
c0669efed5 Tidy up whitespace. 2004-04-10 17:26:55 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Trevor Johnson
fbd1108f49 Use the SORT macro from bsd.port.mk. 2004-01-22 11:06:02 +00:00
Edwin Groothuis
93b7ed7f50 [PATCH] simplify pear-* ports
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>
2003-12-28 07:55:47 +00:00
Edwin Groothuis
ee6d4a302f [PATCH] simplify pear-* ports
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>
2003-12-28 06:37:11 +00:00
Edwin Groothuis
d30e571eb6 Add the virtual category "pear" to the Makefiles of these ports.
PR:		ports/56582
Submitted by:	edwin@mavetju.org
Approved by:	portmgr@freebsd.org
2003-11-12 23:46:19 +00:00
Erwin Lansing
6ce3f03d1b Replace ${.CURDIR}/../../ with ${PORTSDIR} which is more correct and
for bordercases like me where those two not necessarily are the same, it
makes it compile again.
2003-10-10 09:05:35 +00:00
Edwin Groothuis
53e8276a23 devel/pear-PEAR: upgrading to 1.2.1 final.
This PR upgrades devel/pear-PEAR to its latest version (1.2.1 stable).

PR:		ports/55609
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-08-25 01:46:27 +00:00
Edwin Groothuis
2ac923e84d devel/pear-PEAR: separating build & install of PECL.
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>
2003-08-25 01:12:22 +00:00
Norikatsu Shigemura
b96df616ea Update to 1.2beta2.
PR:		ports/53652
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-07-03 05:42:20 +00:00
Norikatsu Shigemura
077b4b53b0 Update to pear-Archive_Tar 1.1.
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>
2003-06-07 23:00:46 +00:00
Edwin Groothuis
96be4d1d94 Fix "make index" 2003-02-24 21:44:10 +00:00
Edwin Groothuis
3740831439 PEAR ports: handling PEAR's registry.
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>
2003-02-24 05:27:41 +00:00
Akinori MUSHA
7cc1393a93 De-pkg-comment. 2003-02-20 17:07:10 +00:00
Edwin Groothuis
390740626b devel/pear-PEAR: fixing deinstallation.
- 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>
2003-02-12 05:43:47 +00:00
Dirk Froemberg
c5af25b536 Upgrade to 1.0.1.
PR:		ports/46274
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-01-30 09:19:49 +00:00
Edwin Groothuis
e6ee2261d4 Maintainer update for devel/pear* to fix the make package
PR:		ports/45540
Submitted by:	Thierry Thomas <thierry@pompo.net>
2002-11-20 22:26:11 +00:00
SADA Kenji
050dd1b103 Resurrection of port devel/pear
PR:	ports/44473
Submitted by:	Thierry Thomas <thierry@pompo.net>
2002-11-17 05:03:54 +00:00