Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 07 Jan 2005 20:32:34 +0100
From:      Steve Clement <steve@ion.lu>
To:        freebsd-ports@freebsd.org
Subject:   Easy php{4,5} extension installer
Message-ID:  <41DEE3D2.8090901@ion.lu>

next in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Ever wanted to install php5-* extensions from the ports tree.
Well I did, but noticed php5-oracle wasn't really my thing, so you would
need a bit more control over it:

for port in `locate php5- |cut -f5 -d\/ | uniq`; do
portinstall -i $port
done

the locate statement can be replaced by a find one, and it can probably
be done with something like: portinstall -i php5-\* but I couldn't find
it out in less then 30seconds...

Anyway,

Steve C

- --
ION Network Solutions
Steve Clement
Unix System Administrator
209, rue des Romains
L-8041 Bertrange
Tel: +352 261 276-2
Fax: +352 261 276-9
mailto:steve@ion.lu
http://www.ion.lu
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (FreeBSD)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFB3uPSMH8DIBsiCrgRAh6BAKC0RFMC1KN3bN2hnfte0FvD6iCIsACfdVvV
Z27PmK5EcfnQMzN/Jso5CfQ=
=Q5hq
-----END PGP SIGNATURE-----



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41DEE3D2.8090901>