Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jean-Paul Smets
slapos
Commits
186285b2
Commit
186285b2
authored
May 14, 2014
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add perl-XML-SAX-Base that is now one of dependencies of perl-XML-SAX.
parent
35e9297b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
component/perl-XML-SAX-Base/buildout.cfg
component/perl-XML-SAX-Base/buildout.cfg
+14
-0
component/perl-XML-SAX/buildout.cfg
component/perl-XML-SAX/buildout.cfg
+2
-0
No files found.
component/perl-XML-SAX-Base/buildout.cfg
0 → 100644
View file @
186285b2
[buildout]
extends =
../perl/buildout.cfg
parts =
perl-XML-SAX-Base
[perl-XML-SAX-Base]
recipe = slapos.recipe.cmmi
depends =
${perl:version}
url = http://www.cpan.org/modules/by-module/XML/XML-SAX-Base-1.08.tar.gz
md5sum = 38c8c3247dfd080712596118d70dbe32
configure-command =
${perl:location}/bin/perl Makefile.PL
component/perl-XML-SAX/buildout.cfg
View file @
186285b2
...
...
@@ -2,6 +2,7 @@
extends =
../perl/buildout.cfg
../perl-XML-NamespaceSupport/buildout.cfg
../perl-XML-SAX-Base/buildout.cfg
parts =
perl-XML-SAX
...
...
@@ -10,6 +11,7 @@ recipe = slapos.recipe.cmmi
depends =
${perl:version}
${perl-XML-NamespaceSupport:location}
${perl-XML-SAX-Base:location}
url = http://www.cpan.org/modules/by-module/XML/XML-SAX-0.99.tar.gz
md5sum = 290f5375ae87fdebfdb5bc3854019f24
# say 'y' for 'Do you want XML::SAX to alter ParserDetails.ini? [Y]' question.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment