Ravenports generated: 18 Sep 2018 13:55
[ravenports.git] / bucket_9A / automake
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               automake
4 VERSION=                1.16.1
5 KEYWORDS=               devel
6 VARIANTS=               standard
7 SDESC[standard]=        GNU Standards-compliant Makefile generator
8 HOMEPAGE=               https://www.gnu.org/software/automake/
9 CONTACT=                nobody
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            GNU/automake
13 DISTFILE[1]=            automake-1.16.1.tar.xz:main
14 DF_INDEX=               1
15 SPKGS[standard]=        single
16
17 OPTIONS_AVAILABLE=      none
18 OPTIONS_STANDARD=       none
19
20 BUILDRUN_DEPENDS=       autoconf:single:standard
21 RUN_DEPENDS=            autotools-wrappers:automake:standard
22
23 USES=                   cpe makeinfo perl
24
25 INFO=                   single:automake
26 CPE_VENDOR=             gnu
27 FPC_EQUIVALENT=         devel/automake
28 INFO_SUBDIR=            .
29
30 MUST_CONFIGURE=         gnu
31 CONFIGURE_ARGS=         --program-suffix=-1.16
32
33 MAKE_ENV=               MAKEINFOFLAGS=--no-split
34
35 PLIST_SUB=              AMVER=1.16
36
37 post-install:
38         ${MKDIR} ${STAGEDIR}${PREFIX}/share/aclocal
39
40 [FILE:683:descriptions/desc.single]
41 Automake is a tool for automatically generating Makefiles compliant with
42 the GNU Coding Standards. It was inspired by the 4.4BSD make and include
43 files, but aims to be portable and to conform to the GNU standards for
44 Makefile variables and targets. Automake is a Perl script. The input files
45 are called Makefile.am. The output files are called Makefile.in; They are
46 intended for use with Autoconf. Automake requires certain things to be
47 done in your configure.in. This package also includes the "aclocal"
48 program. aclocal is a program to generate an 'aclocal.m4' based on the
49 contents of 'configure.in'. It is useful as an extensible, maintainable
50 mechanism for augmenting autoconf.
51
52
53 [FILE:101:distinfo]
54 5d05bb38a23fd3312b10aea93840feec685bdf4a41146e78882848165d3ae921      1534936 automake-1.16.1.tar.xz
55
56
57 [FILE:1622:manifests/plist.single]
58 bin/
59  aclocal-%%AMVER%%
60  automake-%%AMVER%%
61 share/aclocal-%%AMVER%%/
62  amversion.m4
63  ar-lib.m4
64  as.m4
65  auxdir.m4
66  cond-if.m4
67  cond.m4
68  depend.m4
69  depout.m4
70  dmalloc.m4
71  extra-recurs.m4
72  gcj.m4
73  init.m4
74  install-sh.m4
75  lead-dot.m4
76  lex.m4
77  lispdir.m4
78  maintainer.m4
79  make.m4
80  missing.m4
81  mkdirp.m4
82  obsolete.m4
83  options.m4
84  prog-cc-c-o.m4
85  python.m4
86  runlog.m4
87  sanity.m4
88  silent.m4
89  strip.m4
90  substnot.m4
91  tar.m4
92  upc.m4
93  vala.m4
94 share/aclocal-%%AMVER%%/internal/ac-config-macro-dirs.m4
95 share/automake-%%AMVER%%/
96  COPYING
97  INSTALL
98  ar-lib
99  compile
100  config.guess
101  config.sub
102  depcomp
103  install-sh
104  mdate-sh
105  missing
106  mkinstalldirs
107  py-compile
108  tap-driver.sh
109  test-driver
110  texinfo.tex
111  ylwrap
112 share/automake-%%AMVER%%/Automake/
113  ChannelDefs.pm
114  Channels.pm
115  Condition.pm
116  Config.pm
117  Configure_ac.pm
118  DisjConditions.pm
119  FileUtils.pm
120  General.pm
121  Getopt.pm
122  Item.pm
123  ItemDef.pm
124  Language.pm
125  Location.pm
126  Options.pm
127  Rule.pm
128  RuleDef.pm
129  VarDef.pm
130  Variable.pm
131  Version.pm
132  Wrap.pm
133  XFile.pm
134 share/automake-%%AMVER%%/am/
135  check.am
136  check2.am
137  clean-hdr.am
138  clean.am
139  compile.am
140  configure.am
141  data.am
142  dejagnu.am
143  depend.am
144  depend2.am
145  distdir.am
146  footer.am
147  header-vars.am
148  header.am
149  inst-vars.am
150  install.am
151  java.am
152  lang-compile.am
153  lex.am
154  library.am
155  libs.am
156  libtool.am
157  lisp.am
158  ltlib.am
159  ltlibrary.am
160  mans-vars.am
161  mans.am
162  program.am
163  progs.am
164  python.am
165  remake-hdr.am
166  scripts.am
167  subdirs.am
168  tags.am
169  texi-vers.am
170  texibuild.am
171  texinfos.am
172  vala.am
173  yacc.am
174 share/man/man1/
175  aclocal-%%AMVER%%-%%AMVER%%.1.gz
176  aclocal-%%AMVER%%.1.gz
177  automake-%%AMVER%%-%%AMVER%%.1.gz
178  automake-%%AMVER%%.1.gz
179 @dir share/aclocal
180
181
182 [FILE:917:patches/patch-Makefile.in]
183 --- Makefile.in.orig    2013-06-20 11:37:56.000000000 +0000
184 +++ Makefile.in 2013-06-26 18:43:25.000000000 +0000
185 @@ -221,4 +221,3 @@
186  am__dirstamp = $(am__leading_dot)dirstamp
187 -INFO_DEPS = $(srcdir)/doc/automake.info \
188 -       $(srcdir)/doc/automake-history.info
189 +INFO_DEPS = $(srcdir)/doc/automake.info
190  TEXINFO_TEX = $(top_srcdir)/lib/texinfo.tex
191 @@ -690,3 +689,3 @@
192  AUTOMAKESOURCES = $(automake_in) $(aclocal_in)
193 -info_TEXINFOS = doc/automake.texi doc/automake-history.texi
194 +info_TEXINFOS = doc/automake.texi
195  doc_automake_TEXINFOS = doc/fdl.texi
196 @@ -723,3 +722,3 @@
197  
198 -dist_doc_DATA = $(srcdir)/doc/amhello-1.0.tar.gz
199 +dist_doc_DATA = 
200  setup_autotools_paths = { \
201 @@ -860,3 +859,3 @@
202  
203 -dist_system_ac_DATA = m4/acdir/README
204 +dist_system_ac_DATA = 
205  automake_internal_acdir = $(automake_acdir)/internal
206 @@ -3478,3 +3477,2 @@
207         @$(NORMAL_INSTALL)
208 -       $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
209  install-html: install-html-am
210
211
212 [FILE:485:patches/patch-doc__automake.texi]
213 --- doc/automake.texi.orig      2012-04-21 07:38:05.000000000 -0700
214 +++ doc/automake.texi   2012-04-26 11:05:39.000000000 -0700
215 @@ -38,3 +38,3 @@
216  
217 -@dircategory Software development
218 +@dircategory Programming & development toolS
219  @direntry
220 @@ -43,8 +43,2 @@
221  
222 -@dircategory Individual utilities
223 -@direntry
224 -* aclocal-invocation: (automake)aclocal Invocation.   Generating aclocal.m4.
225 -* automake-invocation: (automake)automake Invocation. Generating Makefile.in.
226 -@end direntry
227 -
228  @titlepage
229