]> git.vpit.fr Git - perl/modules/CPANPLUS-Dist-Gentoo.git/blob - lib/CPANPLUS/Dist/Gentoo/Maps.pm
Move the gentooisms to a new CPANPLUS::Dist::Gentoo::Maps
[perl/modules/CPANPLUS-Dist-Gentoo.git] / lib / CPANPLUS / Dist / Gentoo / Maps.pm
1 package CPANPLUS::Dist::Gentoo::Maps;
2
3 use strict;
4 use warnings;
5
6 =head1 NAME
7
8 CPANPLUS::Dist::Gentoo::Maps - Map CPAN objects to Gentoo and vice versa.
9
10 =head1 VERSION
11
12 Version 0.05
13
14 =cut
15
16 our $VERSION = '0.05';
17
18 =head1 DESCRPITON
19
20 This is an helper package to L<CPANPLUS::Dist::Gentoo>.
21
22 =cut
23
24 our %gentooisms;
25
26 /^\s*([\w-]+)\s+([\w-]+)\s*$/ and $gentooisms{$1} = $2 while <DATA>;
27
28 close DATA;
29
30 =head1 FUNCTIONS
31
32 =head2 C<name_c2g $name>
33
34 Maps a CPAN distribution name to its Gentoo counterpart.
35
36 =cut
37
38 sub name_c2g {
39  my ($name) = @_;
40  return $gentooisms{$name} || $name;
41 }
42
43 =head1 SEE ALSO
44
45 L<CPANPLUS::Dist::Gentoo>.
46
47 =head1 AUTHOR
48
49 Vincent Pit, C<< <perl at profvince.com> >>, L<http://www.profvince.com>.
50
51 You can contact me by mail or on C<irc.perl.org> (vincent).
52
53 =head1 BUGS
54
55 Please report any bugs or feature requests to C<bug-cpanplus-dist-gentoo at rt.cpan.org>, or through the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=CPANPLUS-Dist-Gentoo>.  I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
56
57 =head1 SUPPORT
58
59 You can find documentation for this module with the perldoc command.
60
61     perldoc CPANPLUS::Dist::Gentoo
62
63 =head1 COPYRIGHT & LICENSE
64
65 Copyright 2009 Vincent Pit, all rights reserved.
66
67 This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
68
69 =cut
70
71 1; # End of CPANPLUS::Dist::Gentoo::Maps
72
73 __DATA__
74 ANSIColor               Term-ANSIColor
75 Audio-CD                Audio-CD-disc-cover
76 CGI-Simple              Cgi-Simple
77 Cache-Mmap              cache-mmap
78 Class-Loader            class-loader
79 Class-ReturnValue       class-returnvalue
80 Config-General          config-general
81 Convert-ASCII-Armour    convert-ascii-armour
82 Convert-PEM             convert-pem
83 Crypt-CBC               crypt-cbc
84 Crypt-DES_EDE3          crypt-des-ede3
85 Crypt-DH                crypt-dh
86 Crypt-DSA               crypt-dsa
87 Crypt-IDEA              crypt-idea
88 Crypt-Primes            crypt-primes
89 Crypt-RSA               crypt-rsa
90 Crypt-Random            crypt-random
91 DBIx-SearchBuilder      dbix-searchbuilder
92 Data-Buffer             data-buffer
93 Digest                  digest-base
94 Digest-BubbleBabble     digest-bubblebabble
95 Digest-MD2              digest-md2
96 ExtUtils-Depends        extutils-depends
97 ExtUtils-PkgConfig      extutils-pkgconfig
98 Frontier-RPC            frontier-rpc
99 Gimp                    gimp-perl
100 Glib                    glib-perl
101 Gnome2-Canvas           gnome2-canvas
102 Gnome2-GConf            gnome2-gconf
103 Gnome2-Print            gnome2-print
104 Gnome2-VFS              gnome2-vfs-perl
105 Gnome2-Wnck             gnome2-wnck
106 Gtk2                    gtk2-perl
107 Gtk2-Ex-FormFactory     gtk2-ex-formfactory
108 Gtk2-GladeXML           gtk2-gladexml
109 Gtk2-Spell              gtk2-spell
110 Gtk2-TrayIcon           gtk2-trayicon
111 Gtk2-TrayManager        gtk2-traymanager
112 Gtk2Fu                  gtk2-fu
113 I18N-LangTags           i18n-langtags
114 Image-Info              ImageInfo
115 Image-Size              ImageSize
116 Inline-Files            inline-files
117 Locale-Maketext         locale-maketext
118 Locale-Maketext-Fuzzy   locale-maketext-fuzzy
119 Locale-Maketext-Lexicon locale-maketext-lexicon
120 Log-Dispatch            log-dispatch
121 Math-Pari               math-pari
122 Module-Info             module-info
123 Net-Ping                net-ping
124 Net-SFTP                net-sftp
125 Net-SSH-Perl            net-ssh-perl
126 Net-Server              net-server
127 OLE-Storage_Lite        OLE-StorageLite
128 Ogg-Vorbis-Header       ogg-vorbis-header
129 PathTools               File-Spec
130 Pod-Parser              PodParser
131 Regexp-Common           regexp-common
132 SDL_Perl                sdl-perl
133 Set-Scalar              set-scalar
134 String-CRC32            string-crc32
135 Text-Autoformat         text-autoformat
136 Text-Reform             text-reform
137 Text-Template           text-template
138 Text-Wrapper            text-wrapper
139 Tie-EncryptedHash       tie-encryptedhash
140 Tk                      perl-tk
141 Wx                      wxperl
142 YAML                    yaml
143 gettext                 Locale-gettext
144 txt2html                TextToHTML