Easy php{4,5} extension installer

Steve Clement steve at ion.lu
Fri Jan 7 11:32:57 PST 2005


-----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 at 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-----


More information about the freebsd-ports mailing list