public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/pound/
Date: Mon, 12 Oct 2015 01:17:25 +0000 (UTC)	[thread overview]
Message-ID: <1444612984.3acb5e0a5f7852dbf2ca957efce4581d945ba5e4.blueness@gentoo> (raw)

commit:     3acb5e0a5f7852dbf2ca957efce4581d945ba5e4
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 01:23:04 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 01:23:04 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3acb5e0a

www-servers/pound: add libressl support

Package-Manager: portage-2.2.20.1

 www-servers/pound/pound-2.7f-r1.ebuild | 52 ++++++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)

diff --git a/www-servers/pound/pound-2.7f-r1.ebuild b/www-servers/pound/pound-2.7f-r1.ebuild
new file mode 100644
index 0000000..4efc7af
--- /dev/null
+++ b/www-servers/pound/pound-2.7f-r1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils
+
+MY_P=${P/p/P}
+DESCRIPTION="A http/https reverse-proxy and load-balancer"
+HOMEPAGE="http://www.apsis.ch/pound/"
+SRC_URI="http://www.apsis.ch/pound/${MY_P}.tgz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
+IUSE="libressl"
+
+DEPEND="dev-libs/libpcre
+	!libressl? ( dev-libs/openssl:0 )
+	libressl? ( dev-libs/libressl )"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+src_install() {
+	dodir /usr/sbin
+	cp "${S}"/pound "${D}"/usr/sbin/
+	cp "${S}"/poundctl "${D}"/usr/sbin/
+
+	doman pound.8
+	doman poundctl.8
+	dodoc README FAQ
+
+	dodir /etc/init.d
+	newinitd "${FILESDIR}"/pound.init-1.9 pound
+
+	insinto /etc
+	newins "${FILESDIR}"/pound-2.2.cfg pound.cfg
+}
+
+pkg_postinst() {
+	elog "No demo-/sample-configfile is included in the distribution -"
+	elog "read the man-page for more info."
+	elog "A sample (localhost:8888 -> localhost:80) for gentoo is given in \"/etc/pound.cfg\"."
+	echo
+	ewarn "You will have to upgrade you configuration file, if you are"
+	ewarn "upgrading from a version <= 2.0."
+	echo
+	ewarn "The 'WebDAV' config statement is no longer supported!"
+	ewarn "Please adjust your configuration, if necessary."
+	echo
+}


             reply	other threads:[~2015-10-12  1:17 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-12  1:17 Anthony G. Basile [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-11-26 23:26 [gentoo-commits] repo/gentoo:master commit in: www-servers/pound/ David Seifert
2018-03-13 22:26 Thomas Deutschmann
2018-03-16 20:45 Pacho Ramos
2021-05-03  6:53 Mikle Kolyada
2021-05-12  7:45 Joonas Niilola
2021-05-13 17:02 Joonas Niilola
2021-05-17 20:57 Sergei Trofimovich
2021-05-31 17:49 David Seifert
2021-06-10 16:36 Sergei Trofimovich
2021-06-17 20:23 Sam James
2021-06-17 20:23 Sam James
2021-07-15 22:00 John Helmert III
2022-06-11  5:18 Sam James
2022-06-11  5:18 Sam James
2022-08-16  5:26 Joonas Niilola
2022-08-16  5:27 Joonas Niilola
2022-12-24 14:49 Andreas Sturmlechner
2024-03-12 21:52 Sam James
2024-03-13  4:48 Sam James

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=1444612984.3acb5e0a5f7852dbf2ca957efce4581d945ba5e4.blueness@gentoo \
    --to=blueness@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox