Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4992 - php - PEAR_XML_Tree-1.1.ebuild (new)
Summary: php - PEAR_XML_Tree-1.1.ebuild (new)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-14 13:06 UTC by Tom von Schwerdtner
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild (PEAR_XML_Tree-1.1.ebuild,814 bytes, text/plain)
2002-07-14 13:08 UTC, Tom von Schwerdtner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tom von Schwerdtner 2002-07-14 13:06:50 UTC
One of the Pear packages not included with PHP distribution.

Notes:
RDEPEND on dev-lang/php. I dont know if dev-php/php or dev-lang/php is accurate.
 Edit to fix.


package naming:

XML_Tree would likely make a little more sense, however there are *many* Pear 
packages not included with PHP, and the only realisitc way to prevent naming 
clashes is to prefix them all with a logical indicator such as PEAR_.  Also, using
PEAR_ instead of Pear or whatever else makes sense because of the Pear class 
heirarchy.

If this ebuild is cleared as 'OK', I'll submit more from the Pear package tree.
Comment 1 Tom von Schwerdtner 2002-07-14 13:08:23 UTC
Created attachment 2242 [details]
Ebuild
Comment 2 Tom von Schwerdtner 2002-07-14 22:13:25 UTC
Given the state of Pear and the packages within, it might make more sense to
create a single large ebuild of all Pear packages.  This would of course somewhat
defeat the purpose of Pear......that, and the fact is that you are supposed to
be able to install Pear packages from the command line ala Perl
("pear package_name" or somethign similar to download and install the package
automagically).

So....some things to think about.  If nobody cares, individual packages are IMHO
the best way to go.
Comment 3 Ryan Phillips (RETIRED) gentoo-dev 2002-07-15 23:17:33 UTC
Very nice.

dev-php/PEAR-XML_Tree

The prefix will be PEAR-${PACKAGENAME}- if the package name
contains underscores or the like, that is ok.

committed