Laurent Laville | 3 Apr 2012 11:13

Question about PEPR System and PEAR2

Hello,

I've two little questions about packages proposal for PEAR2.

1. Shall we use the Pepr System from PEAR, or does it exists an 
equivalent to PEAR2 ?

2. Existing package in PEAR shall we follow a new proposal process, even 
if rewrites from scratch for PHP 5.3 or greater ?

Regards
Laurent Laville

--

-- 
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Vasil Rangelov | 3 Apr 2012 16:03
Picon
Gravatar

Re: Question about PEPR System and PEAR2

This was discussed at the site's repo too:
https://github.com/pear2/pear2.php.net/issues/12

gauthierm's response basically says it all.

2012/4/3 Laurent Laville <pear <at> laurent-laville.org>:
> Hello,
>
> I've two little questions about packages proposal for PEAR2.
>
> 1. Shall we use the Pepr System from PEAR, or does it exists an equivalent
> to PEAR2 ?
>
> 2. Existing package in PEAR shall we follow a new proposal process, even if
> rewrites from scratch for PHP 5.3 or greater ?
>
> Regards
> Laurent Laville
>
> --
> PEAR Development Mailing List (http://pear.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

--

-- 
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Laurent Laville | 4 Apr 2012 12:27

PEAR2/Net_Growl proposal

Hi everyone,

On March 15th, I've introduced in this mailing list the first alpha 
version of
PEAR2/Net_Growl. This package is a full rewrite for PHP 5.3 of the PEAR 
Net_Growl 2.x [1].

With current version 0.4.0, I've reached an almost mature API, and I 
decided today
to open my work as a Proposal to the PEAR community.

Even if there is only a PEPR system for PEAR packages, I would like to 
open comment and feedback
about PEAR2/Net_Growl.

Hope you'll find the difference bewteen the two architectures.

Official site is [2] while source code is on my GitHub account (follow 
link [2]).

My Roadmap is as follow :

- Replace Exceptions from global namespace to specific PEAR2\Net\Growl
- add missing phpdoc tags, and make the code PHPCS compliant.
- Complete the user documentation.

Laurent Laville

[1] http://pear.php.net/package/Net_Growl
[2] http://growl.laurent-laville.org/v3/site/
(Continue reading)

Laurent Laville | 4 Apr 2012 16:52

do a easy migration from PEAR/Net_Growl 2 to PEAR2/Net_Growl 3

Hi everyone,

To reduce the count of options that are not really necessary, and to 
adopt the same principles as PEAR2/Net_Growl [1].

The new version 2.6.0 of PEAR/Net_Growl [2] will :

- do not used anymore the *port* option (automatically set to 23053 for 
GNTP, and 9887 for UDP), depending of the protocol used (see below).

- protocol *tcp* will be move to *gntp* to be more friendly in the way 
to adopt the connectors (adapters) of PEAR2/Net_Growl.

- protocol *udp* will of course keep its name.

- add a *publish* method, aliase of *notify* method, to be sure that 
code is forward compatible with PEAR2/Net_Growl

You can upgrade your version without trouble, because I'll keep the code 
backward compatible with previous version 2.5.2

Consider 2.6.0 an easy step to use the future PEAR2/Net_Growl (if you want).

Regards
Laurent Laville

[1] http://growl.laurent-laville.org/v3/site/
[2] http://pear.php.net/package/Net_Growl

--

-- 
(Continue reading)

Dan Scott | 8 Apr 2012 03:49
Favicon
Gravatar

Please move File_MARC to git

Now that File_MARC 0.7.1 is out, I'd like to move it from Subversion to git.

I tried giving svn2git a shot today per the August 2011 instructions,
using " svn2git http://svn.php.net/repository/pear/packages/File_MARC
--revision 223342", but it choked with:

"fatal: Not a valid object name: 'remotes/svn/tags/RELEASE_0_1_2'."

My wild guesses were that this was either related to the previous
cvs2svn move that File_MARC survived, or a connectivity error on my
side during the process. I tried fishing for help on #pear but the
channel was quiet; maybe someone with more svn2git experience
recognizes the symptom.

In any case, my username is "dbs" on both pear.php.net and on github;
I'd love to shift it over to git.

Thanks.

-- 
Dan Scott
Laurentian University

--

-- 
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Daniel O'Connor | 10 Apr 2012 08:07
Picon
Gravatar

Re: Please move File_MARC to git

I'll do this for you now :)

FYI there's a script that helps with the migration -
https://github.com/pear/pear-svn-git
It doesn't copy tags/branches too well, but otherwise is pretty straight
forward.

On Sun, Apr 8, 2012 at 11:19 AM, Dan Scott <dan <at> coffeecode.net> wrote:

> Now that File_MARC 0.7.1 is out, I'd like to move it from Subversion to
> git.
>
> I tried giving svn2git a shot today per the August 2011 instructions,
> using " svn2git http://svn.php.net/repository/pear/packages/File_MARC
> --revision 223342", but it choked with:
>
> "fatal: Not a valid object name: 'remotes/svn/tags/RELEASE_0_1_2'."
>
> My wild guesses were that this was either related to the previous
> cvs2svn move that File_MARC survived, or a connectivity error on my
> side during the process. I tried fishing for help on #pear but the
> channel was quiet; maybe someone with more svn2git experience
> recognizes the symptom.
>
> In any case, my username is "dbs" on both pear.php.net and on github;
> I'd love to shift it over to git.
>
> Thanks.
>
> --
(Continue reading)

Daniel O'Connor | 10 Apr 2012 12:48
Picon
Gravatar

Re: Please move File_MARC to git

Migrated now.
dbs added.
http://test.pear.php.net:8080/job/File_MARC/ might be worth taking a look
at - copying an ant build.xml from something like Console_GetArgs to load
the dependencies all of the time...

On Tue, Apr 10, 2012 at 3:37 PM, Daniel O'Connor
<daniel.oconnor <at> gmail.com>wrote:

> I'll do this for you now :)
>
> FYI there's a script that helps with the migration -
> https://github.com/pear/pear-svn-git
> It doesn't copy tags/branches too well, but otherwise is pretty straight
> forward.
>
>
>
> On Sun, Apr 8, 2012 at 11:19 AM, Dan Scott <dan <at> coffeecode.net> wrote:
>
>> Now that File_MARC 0.7.1 is out, I'd like to move it from Subversion to
>> git.
>>
>> I tried giving svn2git a shot today per the August 2011 instructions,
>> using " svn2git http://svn.php.net/repository/pear/packages/File_MARC
>> --revision<http://svn.php.net/repository/pear/packages/File_MARC--revision>223342", but it
choked with:
>>
>> "fatal: Not a valid object name: 'remotes/svn/tags/RELEASE_0_1_2'."
>>
(Continue reading)

Myra Osborne | 10 Apr 2012 17:11

UNSCRIBE


On Apr 8, 2012, at 12:09 PM, PEAR Announce wrote:

> The new PEAR package HTML_Common2-2.1.0 (stable) has been released at http://pear.php.net/.
> 
> Release notes
> -------------
> * HTML_Common2 now implements ArrayAccess, allowing more intuitive attribute
> handling similar to that of SimpleXML extension
> * Unit tests properly run under recent PHPUnit versions and from SVN checkout
> * Coding standards fixes
> 
> Package Info
> ------------
> HTML_Common2 package provides methods for HTML code display and attributes handling.
> * Provides methods to set, remove, merge HTML attributes.
> * Handles global document options (charset, linebreak and indentation characters).
> * Provides methods to handle indentation and HTML comments (useful in subclasses).
> 
> Related Links
> -------------
> Package home: http://pear.php.net/package/HTML_Common2
> Changelog: http://pear.php.net/package/HTML_Common2/download/2.1.0
> Download: http://download.pear.php.net/package/HTML_Common2-2.1.0.tgz
> 
> Authors
> -------
> Alexey Borzov (lead)
> 
> 
(Continue reading)

Michiel Rook | 12 Apr 2012 13:17
Picon
Gravatar

Migrating Archive_Tar and VersionControl_SVN to git

Hi,

I'd like to move both Archive_Tar and VersionControl_SVN to github.
I'm comfortable doing the migration myself, but probably need
to be added to the pear organization first, my github user is "mrook".

If there are more steps, I'd love to hear those too :)

Thanks!

-- 
Michiel Rook
Phing Project Lead - www.phing.info

--

-- 
PEAR Development Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

CelebrityAccess | 12 Apr 2012 22:34

Subscribe to CelebrityAccess and receive TWO free weeks of advertising in the Encore Newsletter

There is no better time to subscribe to CelebrityAccess – the industry’s most comprehensive source of
live event news and information.

More data… More news… In depth analysis… and great pricing on annual subscriptions!

If you subscribe in April, we will discount your subscription AND provide you with TWO weeks free
advertising in the Encore Newsletter. Encore is emailed each week to over 100,000 industry professionals.

Choose between:

1. $599.00 Single-user annual license AND two (2) weeks free advertising in Encore

2. $499.00 Single-user annual license.

This very special offer ends at 5pm MST on Monday April 30, 2012.

This offer is for NEW subscribers only.

Please call us at 303-350-1700 or reply to this email and we’ll call you. We will have you up and running in
just a few moments!

 
Peter J. Denholtz
President/CEO
CelebrityAccess
pdenholtz <at> celebrityaccess.com

CelebrityAccess
2401 Broadway
Boulder, CO 80304
(Continue reading)


Gmane