Stig Bakken
783410e2bd
* support "zend" dependency type
2002-07-21 07:18:49 +00:00
Stig Bakken
d90cada542
* tiniest optimization
2002-07-09 10:52:04 +00:00
Stig Bakken
0a6d81b56e
* typo
2002-07-09 10:51:41 +00:00
Stig Bakken
b85f40f079
* added "pear sign" command
2002-07-07 21:12:40 +00:00
Stig Bakken
24909111fc
* use System::mktemp
...
* check if an install is about to overwrite existing files belonging
to other packages, bail out if not in "force" mode
2002-07-07 21:10:29 +00:00
Stig Bakken
81e5b17f91
* made rebuildFileMap method public, added caching and checkFileMap method
2002-07-07 20:48:54 +00:00
Shane Caraveo
8619108154
Let 'pear build' work on windows for building pecl extensions.
...
A few notes:
Currently only supports release builds, and of course, requires msdev!
pecl packages must have package.xml and xxx.dsp files for this to work
the package name in package.xml must match the name of the dsp file, so
package iisfunc must have dsp iisfunc.dsp
2002-07-07 20:47:57 +00:00
Stig Bakken
87f97ba5c9
* use System::mktemp rather than PEAR_Common::mkTempDir
2002-07-07 20:42:08 +00:00
Stig Bakken
38a56a51cc
* silence warning
2002-07-07 20:41:20 +00:00
Christian Dickmann
d04c8495d3
add local XMLRPC cache
2002-07-06 14:44:05 +00:00
Martin Jansen
1b1d5da907
* Remove http:// from the proxy server string.
...
Patch by: "michiel bakker" <michiel_bakker@hotmail.com>
2002-07-04 20:28:56 +00:00
Christian Dickmann
a6783f8070
make 'remote-info' use package.info. add deps to 'list-all'
2002-07-02 13:04:01 +00:00
Martin Jansen
2fec25ad73
* Rephrase help text.
2002-06-24 16:03:45 +00:00
Stig Bakken
7914985b1a
* typo
2002-06-21 13:11:04 +00:00
Stig Bakken
0f4ccfaa27
* bending over backwards to find sensible defaults
2002-06-21 06:08:54 +00:00
Tomas V.V.Cox
77acb22bba
- Force params to version_compare() to be strings, otherwise some
...
comparations will fail (ex. 0.9 will be equal to 0.90)
- Other minor cleanup's
2002-06-19 23:38:59 +00:00
Tomas V.V.Cox
fa2ee37313
Do NOT allow install packages with errors in its description file
2002-06-19 22:51:29 +00:00
Stig Bakken
271c2526df
* php-4.2.1-installer.exe for Windows is installed in c:\php by
...
default, but it has PHP_SYSCONFDIR set to c:\php4. workaround.
2002-06-17 13:56:38 +00:00
Tomas V.V.Cox
80361edcb6
Use the new PEAR::loadExtension() in checkExtension() instead
...
of the "hack"
2002-06-17 13:50:33 +00:00
Stig Bakken
97fd0acc14
* doh
2002-06-17 10:58:34 +00:00
Alan Knowles
c904e22ade
Fixing for the coding standard :)
2002-06-17 10:52:21 +00:00
Stig Bakken
2ae8219d44
* add xmlrpc request to debug output (verbosity level 4+)
2002-06-17 10:26:55 +00:00
Alan Knowles
19b63d5f87
Added Dependancy check on XML - previously pear installer failed silently
2002-06-17 04:49:14 +00:00
Tomas V.V.Cox
9baec5623d
- Fix issue with the DIRECTORY_SEPARATOR, did make the install of
...
XML_image2svg fail
- TODO++ and others minor stuff
2002-06-14 23:18:04 +00:00
Stig Bakken
972edb2795
* if verbosity config is > 3, display xmlrpc response
...
* another bugfix
2002-06-14 22:25:37 +00:00
Alan Knowles
4f1531b163
remote list and remote listall, can now list non-stable packages if you set prefered_state to something else
2002-06-14 15:03:29 +00:00
Alan Knowles
78fffcce0e
Fixed XML RPC sending of args - lets try and get the right tag :)
2002-06-14 14:55:28 +00:00
Tomas V.V.Cox
cf4002fd58
Change a little the dep db structure
...
Comment the code and some clean up's
2002-06-13 15:10:42 +00:00
Tomas V.V.Cox
3507f15519
More work on the dependencies DB (still not tested/used)
2002-06-13 13:41:12 +00:00
Stig Bakken
efbb0b125c
* comment typos
2002-06-12 21:23:22 +00:00
Tomas V.V.Cox
c67c595645
if (!dl(php_gtk)) die("Unable to load the php_gtk extension\n");
2002-06-09 18:18:01 +00:00
Tomas V.V.Cox
8c8599222e
Beautify config-show output, some wrap changes and fix small
...
issue with _tableRow() with line counting
2002-06-09 18:12:59 +00:00
Tomas V.V.Cox
7647781340
- outputData($data, $command)
...
+ outputData($data, $command = '_default')
2002-06-09 16:28:46 +00:00
Christian Dickmann
3dd47bc651
add modes to list-all. fix a mergerbug
2002-06-08 18:44:34 +00:00
Tomas V.V.Cox
2ed7358250
Hopefully fixed a couple of problems with destination paths:
...
- Bug #17529
- In Windows getting <pear>\/\<file>
- Documentation under <doc_dir>/Package/Package/
# Please test it and report possible problem
2002-06-08 17:34:46 +00:00
Tomas V.V.Cox
f33c5896ac
Experimental dependencies database handling functions
...
(not yet in production)
2002-06-07 18:07:38 +00:00
Tomas V.V.Cox
fcd6d2b5cd
Beautify remote-info
2002-06-07 15:06:25 +00:00
Tomas V.V.Cox
f3673c8798
- Reapplied the "treat umask as octal in "config-set"
...
command" Stig's patch
- Ported the config-help command to new UI API
2002-06-07 14:50:39 +00:00
Tomas V.V.Cox
8f21117efb
more wrapping cases
2002-06-07 14:48:01 +00:00
Tomas V.V.Cox
ebea2ed5cf
Remove debug code
2002-06-07 10:22:00 +00:00
Tomas V.V.Cox
eeb7f9dafc
More info output retouchs
2002-06-07 10:20:41 +00:00
Tomas V.V.Cox
b5bf0fb154
Fix some minor issues with the parsing
2002-06-07 10:18:59 +00:00
Tomas V.V.Cox
c083784023
Make "info" full human friendly (in deps list and lastmodified)
2002-06-07 08:45:00 +00:00
Tomas V.V.Cox
9f46d24922
Make $_deps_rel_trans and $_deps_type_trans globally avaible:
...
moved from Command/Package.php -> Command/Common.php
2002-06-07 08:43:45 +00:00
Tomas V.V.Cox
1dac8c275b
Put back the "info" command in its full state:
...
"Displays information about a package. The package argument may be a
local package file, an URL to a package file, or the name of an
installed package."
Command "package-info" depreciated (again)
2002-06-07 07:54:28 +00:00
Stig Bakken
d1826b4287
* add "nobuild" option to installer (-B or --nobuild option to CLI frontend)
2002-06-06 10:51:26 +00:00
Stig Bakken
d8c07cc63d
* remove debug output
2002-06-06 10:37:13 +00:00
Stig Bakken
cf81f686e9
* when building, look for "package-version" subdirectory, needed for
...
building stuff straight from tarballs
2002-06-06 10:35:16 +00:00
Stig Bakken
9161f8a32e
* add PEAR_COMMON_PACKAGE_NAME_PREG constant
2002-06-06 10:16:42 +00:00
Stig Bakken
3c587c0aad
* make displayFatalError work again
2002-06-06 10:16:01 +00:00