summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/hx')
-rw-r--r--net-p2p/hx/ChangeLog8
-rw-r--r--net-p2p/hx/Manifest4
-rw-r--r--net-p2p/hx/files/digest-hx-0.4.101
-rw-r--r--net-p2p/hx/hx-0.4.10.ebuild41
-rw-r--r--net-p2p/hx/metadata.xml11
5 files changed, 65 insertions, 0 deletions
diff --git a/net-p2p/hx/ChangeLog b/net-p2p/hx/ChangeLog
new file mode 100644
index 000000000000..daeb290dfe2c
--- /dev/null
+++ b/net-p2p/hx/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for net-p2p/hx
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/hx/ChangeLog,v 1.1 2004/07/28 12:25:11 kang Exp $
+
+*hx-0.4.10 (28 Jul 2004)
+
+ 28 Jul 2004; Guillaume Destuynder <kang@gentoo.org>:
+ Initial import. Ebuild submitted by myself.
diff --git a/net-p2p/hx/Manifest b/net-p2p/hx/Manifest
new file mode 100644
index 000000000000..960a435b7625
--- /dev/null
+++ b/net-p2p/hx/Manifest
@@ -0,0 +1,4 @@
+MD5 3ab03b47f04c71d27baa9b4f853e6481 hx-0.4.10.ebuild 1113
+MD5 2022ca78bc08e2c2d354a0ebf610175a ChangeLog 319
+MD5 80bf1d304afa81e7684854e8b7d7f12a metadata.xml 459
+MD5 0dd23d068f2203e3539c8379ca838188 files/digest-hx-0.4.10 64
diff --git a/net-p2p/hx/files/digest-hx-0.4.10 b/net-p2p/hx/files/digest-hx-0.4.10
new file mode 100644
index 000000000000..33e14ac3b4b5
--- /dev/null
+++ b/net-p2p/hx/files/digest-hx-0.4.10
@@ -0,0 +1 @@
+MD5 6b664c5f798746c5c0617c72d1c95967 mhxd-0.4.10.tar.bz2 768353
diff --git a/net-p2p/hx/hx-0.4.10.ebuild b/net-p2p/hx/hx-0.4.10.ebuild
new file mode 100644
index 000000000000..bf62b58af154
--- /dev/null
+++ b/net-p2p/hx/hx-0.4.10.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/hx/hx-0.4.10.ebuild,v 1.1 2004/07/28 12:25:11 kang Exp $
+
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~sparc"
+MY_P=mhxd-${PV}
+
+DESCRIPTION="This is a Hotline 1.5+ compatible *nix Hotline Client in CLI. It supports IRC compatibility. See http://www.hotspringsinc.com/"
+SRC_URI="http://projects.acidbeats.de/${MY_P}.tar.bz2"
+HOMEPAGE="http://hotlinex.sf.net/"
+
+IUSE="ipv6 ssl"
+
+DEPEND="virtual/libc
+ >=sys-libs/libtermcap-compat-1.2.3-r1
+ ssl? ( >=dev-libs/openssl-0.9.6d )
+ >=sys-libs/zlib-1.1.4"
+
+SLOT="0"
+
+src_compile() {
+ cd work/${MY_P}
+ econf \
+ `use_enable ssl idea` \
+ `use_enable ssl cipher` \
+ `use_enable ssl hope` \
+ `use_enable ssl compress` \
+ `use_enable ipv6` \
+ --enable-hx || die "bad configure"
+ emake || die "compile problem"
+ make install || die "compile problem"
+}
+
+src_install() {
+ cd ${P}/work/${MY_P}
+ dodoc AUTHORS INSTALL PROBLEMS README* ChangeLog TODO NEWS run/hx/ghxvars run/hx/ghxvars.jp \
+ run/hx/hxrc run/hx/hxvars
+
+ dosbin run/hx/bin/hx
+}
diff --git a/net-p2p/hx/metadata.xml b/net-p2p/hx/metadata.xml
new file mode 100644
index 000000000000..2f043bbdf7f6
--- /dev/null
+++ b/net-p2p/hx/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>net-p2p</herd>
+<maintainer>
+ <email>kang@gentoo.org</email>
+ <name>Guillaume Destuynder</name>
+ <description>Hotline packages maintainer</description>
+</maintainer>
+<longdescription>hx is an Hotline Client under the GPL for Linux/Unixes. It supports the Hotline Protocol from 1.2.3 up to 1.5+</longdescription>
+</pkgmetadata>