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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ophélie Gagnard
slapos
Commits
478bb182
Commit
478bb182
authored
Oct 06, 2012
by
Viktor Horvath
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
The last batch of needed Perl modules for Mioga!
Switched to threaded Perl because of Proc::ProcessTable.
parent
10624a87
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
2 deletions
+14
-2
component/perl/buildout.cfg
component/perl/buildout.cfg
+2
-1
slapos/recipe/apacheperl/template/apache.in
slapos/recipe/apacheperl/template/apache.in
+6
-0
software/mioga/software.cfg
software/mioga/software.cfg
+6
-1
No files found.
component/perl/buildout.cfg
View file @
478bb182
...
...
@@ -40,7 +40,8 @@ configure-command =
-Dcflags=-I${gdbm:location}/include \
-Dldflags="-L${gdbm:location}/lib -Wl,-rpath=${gdbm:location}/lib" \
-Ui_db \
-Dnoextensions=ODBM_File
-Dnoextensions=ODBM_File \
-Dusethreads
environment =
PATH=${patch:location}/bin:%(PATH)s
CFLAGS='-m64 -mtune=nocona'
...
...
slapos/recipe/apacheperl/template/apache.in
View file @
478bb182
...
...
@@ -36,6 +36,7 @@ CustomLog "%(access_log)s" common
use
Apache2
::
Request
;
use
Date
::
Calc
();
use
Image
::
Magick
;
sub
test_handler
{
my
($
r
)
=
@
_
;
...
...
@@ -54,6 +55,11 @@ CustomLog "%(access_log)s" common
my
$
hello
=
$
apreq
->
param
(
'hello'
);
$
r
->
print
(
"Testing Apache2::Request: The parameter 'hello' is '$hello'
\n
"
);
}
{
my
$
im
=
new
Image
::
Magick
;
$
r
->
print
(
"Testing Image::Magick: PerlMagick success: "
.
Image
::
Magick
->
Success
.
"
\n
"
);
}
return
Apache2
::
Const
::
OK
;
}
</
Perl
>
...
...
software/mioga/software.cfg
View file @
478bb182
...
...
@@ -76,8 +76,13 @@ modules =
K/KE/KEN/XML-XML2JSON-0.06.tar.gz
A/AR/ARISTOTLE/XML-Atom-SimpleFeed-0.86.tar.gz
P/PE/PETDANCE/Test-WWW-Mechanize-1.44.tar.gz
G/GR/GRANTM/XML-Simple-2.20.tar.gz
A/AD/ADAMK/Archive-Zip-1.30.tar.gz
D/DU/DURIST/Proc-ProcessTable-0.45.tar.gz
perl = perl
cpan-configuration =
cpan-configuration =
makepl_arg=''
make_arg=''
[perl-String-Checker-mioga]
recipe = hexagonit.recipe.cmmi
...
...
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