Ravenports generated: 23 Mar 2020 23:38
[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 (v530)
8 SDESC[528]=             Perl interface to the gd2 graphics library (v528)
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:43:descriptions/desc.single]
53 Perl interface to the gd2 graphics library
54
55
56 [FILE:93:distinfo]
57 451be4873b2ad7261cc5679698cd9d2e84dbdde4309971869fc7734b569b7ac7       256845 GD-2.71.tar.gz
58
59
60 [FILE:2569:patches/patch-Makefile.PL]
61 --- Makefile.PL.orig    2017-04-23 12:06:14 UTC
62 +++ Makefile.PL
63 @@ -20,20 +20,6 @@ my $AUTOCONFIG = 0;      # global set by
64  my ($options,$lib_gd_path,$lib_ft_path,$lib_png_path,$lib_jpeg_path,$lib_xpm_path,
65      $lib_zlib_path,$lib_fontconfig_path,$force,$FCGI,$gdlib_config_path);
66  
67 -use Getopt::Long;
68 -my $result = GetOptions("ignore_missing_gd" => \$force,
69 -                        "options=s"       => \$options,
70 -                       "lib_gd_path=s"   => \$lib_gd_path,
71 -                       "lib_ft_path=s"   => \$lib_ft_path,
72 -                       "lib_png_path=s"  => \$lib_png_path,
73 -                       "lib_jpeg_path=s" => \$lib_jpeg_path,
74 -                       "lib_xpm_path=s"  => \$lib_xpm_path,
75 -                       "lib_zlib_path=s" => \$lib_zlib_path,
76 -                        "lib_fontconfig_path=s" => \$lib_fontconfig_path,
77 -                        "gdlib_config_path=s" => \$gdlib_config_path,
78 -                        "fcgi"            => \$FCGI,
79 -                      );
80 -
81  unless (try_to_autoconfigure() || $force) {
82      die <<END;
83  **UNRECOVERABLE ERROR**
84 @@ -57,35 +43,6 @@ if (-d '/usr/lib64') {
85    @LIBPATH = (@LIBPATH,@libs64);
86  }
87  
88 -#############################################################################################
89 -# Build options passed in to script to support reproducible builds via Makefiles
90 -#############################################################################################
91 -unless ($result) {
92 -  print STDERR <<END;
93 -Usage: perl Makefile.PL [options]
94 -
95 -Configure GD module.
96 -
97 - Options:
98 -     --options       "JPEG,FT,PNG,GIF,XPM,ANIMGIF"   feature options, separated by commas
99 -     --lib_gd_path   path            path to libgd (/usr/lib)
100 -     --lib_ft_path   path            path to Freetype library (/usr)
101 -     --lib_png_path  path            path to libpng (/usr)
102 -     --lib_jpeg_path path            path to libjpeg (/usr)
103 -     --lib_xpm_path  path            path to libxpm (/usr)
104 -     --lib_zlib_path path            path to libpng (/usr)
105 -     --lib_fontconfig_path path      path to libfontconfig (/usr)
106 -     --gdlib_config_path path        path to gdlib-config (/usr/bin)
107 -     --ignore_missing_gd             Ignore missing or old libgd installations and try to compile anyway
108 -     --fcgi                          build for FastCGI compatibility, i.e. no PerlIO
109 -
110 -If no options are passed on the command line.  The program will
111 -attempt to autoconfigure itself with the gdlib-config program or pkgconfig/gdlib.pc
112 -(present in GD versions 2.0.27 or later).  Otherwise it will prompt for these
113 -values interactively.
114 -END
115 -}
116 -
117  if( defined($options) )
118  {
119      print "Included Features:          $options\n";
120