From: Koen Kooi <koen@dominion.thruhere.net>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] [meta-webserver]: add Monkey HTTP Server.
Date: Tue, 03 Jun 2014 08:23:27 +0200 [thread overview]
Message-ID: <lmjpkv$ajq$1@ger.gmane.org> (raw)
In-Reply-To: <1401743690-25537-1-git-send-email-eduardo@monkey.io>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Eduardo Silva schreef op 02-06-14 23:14:
> This patch add the initial recipe for Monkey HTTP Server v1.5.0.
>
> Signed-off-by: Eduardo Silva <eduardo@monkey.io> ---
> .../recipes-httpd/monkey/monkey_1.5.0.bb | 36
> ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode
> 100644 meta-webserver/recipes-httpd/monkey/monkey_1.5.0.bb
>
> diff --git a/meta-webserver/recipes-httpd/monkey/monkey_1.5.0.bb
> b/meta-webserver/recipes-httpd/monkey/monkey_1.5.0.bb new file mode
> 100644 index 0000000..25a9530 --- /dev/null +++
> b/meta-webserver/recipes-httpd/monkey/monkey_1.5.0.bb @@ -0,0 +1,36 @@
> +SUMMARY = "Fast and Lightweight HTTP Server for Linux" +HOMEPAGE =
> "http://monkey-project.com" +BUGTRACKER =
> "https://github.com/monkey/monkey/issues" + +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM =
> "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" + +SECTION = "net"
> + +SRC_URI =
> "http://monkey-project.com/releases/1.5/monkey-${PV}.tar.gz"
> +SRC_URI[md5sum] = "9123fc371334621fde1c060ab17adcd3" +SRC_URI[sha256sum]
> = "f7a5e4839822750930a723f63a4edbf700e0fb8299a4b3637bd8bab5b1d098a7" +
> +EXTRA_OECONF = " \ + --plugdir=${libdir}/monkey/ \ +
> --logdir=/var/log/monkey/ \ + --pidfile=/var/run/monkey.pid
> \ + --default-user=www-data \ +
> --datadir=/var/www/monkey/ \
/var -> ${localstatedir} ?
> + --sysconfdir=${sysconfdir}/monkey/ \ +
> --enable-plugins=* \ + --disable-plugins=polarssl \ +
> --debug \ + --malloc-libc \ +" + +inherit autotools pkgconfig
> update-rc.d systemd + +INITSCRIPT_NAME = "monkey" +INITSCRIPT_PARAMS =
> "defaults 70" + +SYSTEMD_SERVICE_${PN} = "monkey.service" + +FILES_${PN}
> += "/www" + +CONFFILES_${PN} = "${sysconfdir}/monkey/"
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org
iD8DBQFTjWnfMkyGM64RGpERAleHAJ98+/IM1m1Ddw708zXerzZummo+0QCdH9Yl
t/mM47yqio6yGosSXuuTVBY=
=BunW
-----END PGP SIGNATURE-----
next prev parent reply other threads:[~2014-06-03 6:23 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-02 21:14 [PATCH] [meta-webserver]: add Monkey HTTP Server Eduardo Silva
2014-06-02 21:36 ` Otavio Salvador
2014-06-03 6:23 ` Koen Kooi [this message]
2014-06-03 19:53 ` Eduardo Silva
-- strict thread matches above, loose matches on Subject: below --
2014-06-05 17:00 Eduardo Silva
2014-06-11 4:17 ` Robert Yang
2014-06-11 13:19 ` Paul Eggleton
2014-06-11 17:47 ` Eduardo Silva
2014-06-12 9:12 ` Robert Yang
2014-06-02 20:35 Eduardo Silva
2014-06-02 20:56 ` Jack Mitchell
2014-06-02 21:14 ` Eduardo Silva
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='lmjpkv$ajq$1@ger.gmane.org' \
--to=koen@dominion.thruhere.net \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.