Ravenports generated: 11 May 2020 15:44
[ravenports.git] / bucket_A5 / perl-GD
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               perl-GD
4 VERSION=                2.71
5 KEYWORDS=               perl
6 VARIANTS=               530 528
7 SDESC[530]=             Perl interface to the gd2 graphics library (5.30)
8 SDESC[528]=             Perl interface to the gd2 graphics library (5.28)
9 HOMEPAGE=               https://github.com/lstein/Perl-GD
10 CONTACT=                Perl_Automaton[perl@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            CPAN/ID:R/RU/RURBAN
14 DISTFILE[1]=            GD-2.71.tar.gz:main
15 DF_INDEX=               1
16 SPKGS[530]=             single
17 SPKGS[528]=             single
18
19 OPTIONS_AVAILABLE=      PERL_530 PERL_528
20 OPTIONS_STANDARD=       none
21 VOPTS[530]=             PERL_530=ON PERL_528=OFF
22 VOPTS[528]=             PERL_530=OFF PERL_528=ON
23
24 BUILDRUN_DEPENDS=       libGD:single:standard
25
26 USES=                   pkgconfig
27
28 DISTNAME=               GD-2.71
29
30 GENERATED=              yes
31
32 SINGLE_JOB=             yes
33
34 [PERL_528].BUILDRUN_DEPENDS_ON=         perl-Class-XSAccessor:single:528
35                                         perl-List-MoreUtils:single:528
36                                         perl-Pod-Spell-CommonMistakes:single:528
37                                         perl-Test-Kwalitee:single:528
38                                         perl-Test-Pod:single:528
39                                         perl-Text-CSV_XS:single:528
40 [PERL_528].BUILD_DEPENDS_ON=            perl-ExtUtils-PkgConfig:single:528
41 [PERL_528].USES_ON=                     perl:528,configure
42
43 [PERL_530].BUILDRUN_DEPENDS_ON=         perl-Class-XSAccessor:single:530
44                                         perl-List-MoreUtils:single:530
45                                         perl-Pod-Spell-CommonMistakes:single:530
46                                         perl-Test-Kwalitee:single:530
47                                         perl-Test-Pod:single:530
48                                         perl-Text-CSV_XS:single:530
49 [PERL_530].BUILD_DEPENDS_ON=            perl-ExtUtils-PkgConfig:single:530
50 [PERL_530].USES_ON=                     perl:530,configure
51
52 [FILE:44:descriptions/desc.single]
53 Perl interface to the gd2 graphics library
54
55
56
57 [FILE:93:distinfo]
58 451be4873b2ad7261cc5679698cd9d2e84dbdde4309971869fc7734b569b7ac7       256845 GD-2.71.tar.gz
59
60
61 [FILE:2569:patches/patch-Makefile.PL]
62 --- Makefile.PL.orig    2017-04-23 12:06:14 UTC
63 +++ Makefile.PL
64 @@ -20,20 +20,6 @@ my $AUTOCONFIG = 0;      # global set by
65  my ($options,$lib_gd_path,$lib_ft_path,$lib_png_path,$lib_jpeg_path,$lib_xpm_path,
66      $lib_zlib_path,$lib_fontconfig_path,$force,$FCGI,$gdlib_config_path);
67  
68 -use Getopt::Long;
69 -my $result = GetOptions("ignore_missing_gd" => \$force,
70 -                        "options=s"       => \$options,
71 -                       "lib_gd_path=s"   => \$lib_gd_path,
72 -                       "lib_ft_path=s"   => \$lib_ft_path,
73 -                       "lib_png_path=s"  => \$lib_png_path,
74 -                       "lib_jpeg_path=s" => \$lib_jpeg_path,
75 -                       "lib_xpm_path=s"  => \$lib_xpm_path,
76 -                       "lib_zlib_path=s" => \$lib_zlib_path,
77 -                        "lib_fontconfig_path=s" => \$lib_fontconfig_path,
78 -                        "gdlib_config_path=s" => \$gdlib_config_path,
79 -                        "fcgi"            => \$FCGI,
80 -                      );
81 -
82  unless (try_to_autoconfigure() || $force) {
83      die <<END;
84  **UNRECOVERABLE ERROR**
85 @@ -57,35 +43,6 @@ if (-d '/usr/lib64') {
86    @LIBPATH = (@LIBPATH,@libs64);
87  }
88  
89 -#############################################################################################
90 -# Build options passed in to script to support reproducible builds via Makefiles
91 -#############################################################################################
92 -unless ($result) {
93 -  print STDERR <<END;
94 -Usage: perl Makefile.PL [options]
95 -
96 -Configure GD module.
97 -
98 - Options:
99 -     --options       "JPEG,FT,PNG,GIF,XPM,ANIMGIF"   feature options, separated by commas
100 -     --lib_gd_path   path            path to libgd (/usr/lib)
101 -     --lib_ft_path   path            path to Freetype library (/usr)
102 -     --lib_png_path  path            path to libpng (/usr)
103 -     --lib_jpeg_path path            path to libjpeg (/usr)
104 -     --lib_xpm_path  path            path to libxpm (/usr)
105 -     --lib_zlib_path path            path to libpng (/usr)
106 -     --lib_fontconfig_path path      path to libfontconfig (/usr)
107 -     --gdlib_config_path path        path to gdlib-config (/usr/bin)
108 -     --ignore_missing_gd             Ignore missing or old libgd installations and try to compile anyway
109 -     --fcgi                          build for FastCGI compatibility, i.e. no PerlIO
110 -
111 -If no options are passed on the command line.  The program will
112 -attempt to autoconfigure itself with the gdlib-config program or pkgconfig/gdlib.pc
113 -(present in GD versions 2.0.27 or later).  Otherwise it will prompt for these
114 -values interactively.
115 -END
116 -}
117 -
118  if( defined($options) )
119  {
120      print "Included Features:          $options\n";
121