diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2020-01-21 18:42:53 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2020-01-21 18:42:53 -0500 |
commit | 15dfb8111f1eb9180f225628b93ff334d2d6ec62 (patch) | |
tree | abd157591a6ba83c744088da5c787fca7b713303 /dev-php/pecl-uploadprogress | |
parent | dev-php/pecl-imagick: add myself as maintainer. (diff) | |
download | gentoo-15dfb8111f1eb9180f225628b93ff334d2d6ec62.tar.gz gentoo-15dfb8111f1eb9180f225628b93ff334d2d6ec62.tar.bz2 gentoo-15dfb8111f1eb9180f225628b93ff334d2d6ec62.zip |
dev-php/pecl-uploadprogress: add myself as maintainer, clean up a bit.
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-php/pecl-uploadprogress')
-rw-r--r-- | dev-php/pecl-uploadprogress/metadata.xml | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/dev-php/pecl-uploadprogress/metadata.xml b/dev-php/pecl-uploadprogress/metadata.xml index 5f21917bcc4e..ce710ecbb07d 100644 --- a/dev-php/pecl-uploadprogress/metadata.xml +++ b/dev-php/pecl-uploadprogress/metadata.xml @@ -1,11 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="project"> - <email>php-bugs@gentoo.org</email> - <name>PHP</name> -</maintainer> -<longdescription lang="en">An extension to track progress of a file upload. -See http://cvs.php.net/viewvc.cgi/pecl/uploadprogress/examples/ for a little example. It is only known to work on Apache with mod_php, other SAPI implementations unfortunately still have issues. + <maintainer type="project"> + <email>php-bugs@gentoo.org</email> + <name>PHP</name> + </maintainer> + <maintainer type="person"> + <email>mjo@gentoo.org</email> + <name>Michael Orlitzky</name> + </maintainer> + <longdescription lang="en"> + An extension to track the progress of a file upload. See + http://svn.php.net/viewvc/pecl/uploadprogress/trunk/examples/ for + an example. It is only known to work on apache with mod_php; other + SAPI implementations unfortunately still have issues. </longdescription> </pkgmetadata> |