-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.xml
111 lines (96 loc) · 3.8 KB
/
index.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/xsl/project.xsl" type="text/xsl"?>
<?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?>
<!DOCTYPE project SYSTEM "/dtd/project.dtd">
<project>
<name>Perl</name>
<longname>The Perl Maintenance Project</longname>
<date>2010-02-13</date>
<author title="Author">
<mail link="[email protected]">Michael Cummings</mail>
</author>
<author title="Editor">
<mail link="[email protected]">Christian Hartmann</mail>
</author>
<description>
The Perl Maintenance Project handles all Gentoo-related Perl things.
</description>
<longdescription>
<p>
We maintain everything perlish in gentoo.
</p>
<p>
<uri link="http://www.perl.org/">Perl.org</uri>
</p>
</longdescription>
<recruitment>
<job>
<summary>General package maintainer</summary>
<details>
General perl package maintainer to help out with managing the herd.
Revision bumping, bug filing/fixing, stabilizing, updating ebuilds per
eclass or syntax changes, etc.
</details>
<requirements>
Experience with Perl on Linux, ideally Gentoo.
</requirements>
<contact>[email protected]</contact>
</job>
<job>
<summary>Perl core maintainer</summary>
<details>
Perl core package maintainer to help out with the core perl packages
(dev-lang/perl and sys-devel/libperl). Revision bumping, handling
security bugs, patching packages to play nice with Gentoo, following
upstream to handle changes and updates in a timely manner.
</details>
<requirements>
Experience with perl on Linux, ideally Gentoo. Knowledge of C and perl.
Experience with patching software.
</requirements>
<contact>[email protected]</contact>
</job>
<!--
<job>
<summary>g-cpan maintainer</summary>
<details>
g-cpan is a tool written in perl. It generates ebuilds and installs perl
modules and bundles from CPAN on-the-fly.
The sources are in the <uri link="http://sources.gentoo.org/viewcvs.py/gentoo-perl/g-cpan/">g-cpan
repository</uri>.
</details>
<requirements>
Experience in perl and packaging perl modules.
</requirements>
<contact>[email protected]</contact>
</job>
-->
</recruitment>
<dev role="member">ian</dev>
<resource link="/proj/en/perl/perl-herd.xml">DRAFT Perl Herd Ebuild guide</resource>
<resource link="/proj/en/perl/perl-cleaner.xml">DRAFT perl-cleaner guide</resource>
<resource link="/proj/en/perl/g-cpan.xml">DRAFT g-cpan guide</resource>
<resource link="/proj/en/perl/outdated-cpan-packages.xml">Outdated CPAN Packages (Ebuild vs CPAN)</resource>
<resource link="/main/en/lists.xml">[gentoo-perl] Mailing List</resource>
<resource link="http://news.gmane.org/gmane.linux.gentoo.perl">[gentoo-perl] Mailing List Archives</resource>
<resource link="irc://irc.freenode.org/#gentoo-perl">#gentoo-perl on irc.freenode.org</resource>
<resource link="http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=summary">Perl Overlay aka perl-experimental</resource>
<resource link="/proj/en/perl/outdated-cpan-packages-perl-experimental.xml">Outdated CPAN Packages in the perl-experimental overlay</resource>
<!--
<resource link="http://git.overlays.gentoo.org/gitweb/?p=proj/perl5-packaging.git;a=summary">Perl5 Packaging Overlay</resource>
-->
<extraproject name="g-cpan" lead="robbat2">
Build perl modules that portage keeps track of
</extraproject>
<extraproject name="perl-cleaner" lead="perl-herd">
Clean up those ph files and rebuild all your broken apps after a new perl
</extraproject>
<extraproject name="up2date-ng" lead="ian">
Tool to check for updates on cpan (Ebuild vs CPAN)
</extraproject>
<extraproject name="perl-info" lead="ian">
Tool to gather relevant perl data; 'emerge --info' for perl
</extraproject>
<herd name="perl"/>
</project>
<!-- vim: set expandtab ts=2 -->