Forked from jkeenan/distros-with-possible-external-makefiles.pl
Created
September 24, 2018 03:11
-
-
Save nuxwin/82b41967cae9f0f61394f330e81c680f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=pod | |
Here is a list of CPAN distributions which B<may> have external Makefiles. | |
I have not built or used any of these, so your mileage may vary. | |
=cut | |
my %distros = { | |
"$CPAN/authors/id/A/AG/AGENT/Lemplate-0.15.tar.gz" => { "doc/Makefile" => 1, "src/Makefile" => 1 }, | |
"$CPAN/authors/id/A/AL/ALINKE/Lingua-Translit-0.28.tar.gz" => { "xml/Makefile" => 1 }, | |
"$CPAN/authors/id/A/AT/ATHREEF/Acme-Alien-__cpu_model-0.001.tar.gz" => { "inc/Makefile" => 1 }, | |
"$CPAN/authors/id/A/AT/ATHREEF/Device-GBA-0.001.tar.gz" => { "share/testimg/Makefile" => 1 }, | |
"$CPAN/authors/id/A/AT/ATHREEF/Net-HTTP-Spore-0.09.tar.gz" => { "dev/Makefile" => 1 }, | |
"$CPAN/authors/id/A/AT/ATOOMIC/Amazon-Dash-Button-0.11.tar.gz" => { "systemctl/Makefile" => 1 }, | |
"$CPAN/authors/id/A/AZ/AZUL/perlhbm-0.01.tar.gz" => { "hbperl/Makefile" => 1 }, | |
"$CPAN/authors/id/B/BE/BEATNIK/Device-QuickCam-0.02.tar.gz" => { "libcqcam/Makefile" => 1, "libcqcam/Makefile.in" => 1 }, | |
"$CPAN/authors/id/B/BE/BENBOOTH/Set-IntervalTree-0.10.tar.gz" => { "src/Makefile" => 1 }, | |
"$CPAN/authors/id/B/BU/BULKDD/Win32/Win32-API-0.84.tar.gz" => { "api-test/Makefile" => 1 }, | |
"$CPAN/authors/id/C/CA/CAIDAPERL/Chart-Graph-3.2.tar.gz" => { "xrt2d/Makefile" => 1, "xrt3d/Makefile" => 1 }, | |
"$CPAN/authors/id/C/CH/CHRISA/Devel-DTrace-Provider-1.11.tar.gz" => { "libusdt/Makefile" => 1 }, | |
"$CPAN/authors/id/C/CM/CMUNGALL/Data-Stag-0.14.tar.gz" => { "homepage/makefile" => 1 }, | |
"$CPAN/authors/id/C/CN/CNANDOR/AudioCD-Mac-0.25.tar.gz" => { "Makefile.mk" => 1 }, | |
"$CPAN/authors/id/D/DC/DCMERTENS/Alien-TinyCCx-0.12.tar.gz" => { | |
"src/lib/Makefile" => 1, | |
"src/Makefile" => 1, | |
"src/tests/exsymtab/Makefile" => 1, | |
}, | |
"$CPAN/authors/id/D/DU/DUANE/Crypt-OpenSSL-FASTPBKDF2-0.01.tar.gz" => { "src/Makefile" => 1 }, | |
"$CPAN/authors/id/H/HV/HVALVERDE/Mecom-1.15.tar.gz" => { "paml4.7/src/Makefile" => 1, "paml4.7/src/Makefile.MSVC" => 1 }, | |
"$CPAN/authors/id/I/IN/INGY/Jemplate-0.30.tar.gz" => { | |
"doc/Makefile" => 1, | |
"examples/Makefile" => 1, | |
"src/js/Makefile" => 1, | |
"src/Makefile" => 1, | |
"tests/Makefile"=> 1, | |
"tests/old/Makefile" => 1, | |
"tests/tjs/Makefile" => 1, | |
}, | |
"$CPAN/authors/id/I/IN/INGY/Mo-xxx-0.12.tar.gz" => { "src/Makefile" => 1 }, | |
"$CPAN/authors/id/J/JR/JRED/dvdrip-0.98.11.tar.gz" => { "l10n/Makefile" => 1, "src/Makefile" => 1 }, | |
"$CPAN/authors/id/J/JS/JSMITH/NIS-DBM-0.02.tar.gz" => { "sample/Makefile" => 1 }, | |
"$CPAN/authors/id/J/JT/JTOBEY/Emacs-EPL-0.7.tar.gz" => { "xemacs/Makefile" => 1 }, | |
"$CPAN/authors/id/J/JV/JV/Album-1.06.tar.gz" => { "helper/Makefile" => 1 }, | |
"$CPAN/authors/id/M/MG/MGRIMES/PDL-Opt-QP-0.27.tar.gz" => { "src/Makefile" => 1 }, | |
}; | |
1; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment