ChangeLog

# ChangeLog for net-im/simpserver-bin
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-im/simpserver-bin/ChangeLog,v 1.5 2007/05/06 12:02:06 genone Exp $

06 May 2007; Marius Mauch simpserver-bin-0.9.ebuild,
simpserver-bin-2.1.0.ebuild:
Replacing einfo with elog

22 Feb 2007; Piotr JaroszyƄski ChangeLog:
Transition to Manifest2.

*simpserver-bin-2.1.0 (01 Apr 2006)

01 Apr 2006; Jeremy Huddleston
files/simpserver.rc, simpserver-bin-0.9.ebuild,
+simpserver-bin-2.1.0.ebuild:
Fixed installation into /opt, version bump, added to ~amd64. Closes bug
#121278.

*simpserver-bin-0.9 (13 Mar 2004)

13 Mar 2004; Jeremy Huddleston metadata.xml,
simpserver-bin-0.9.ebuild:
Origional ebuild submitted by Bram De Smet in bug #35340.
Modified by me.

Manifest

AUX simpserver.rc 586 RMD160 b913ad78ef20c5f216ba5028d5da2b5eb29c866f SHA1 0a1946e29549b6482c560a693b44098de19c0db1 SHA256 5bc89a77c33f9c5289c8a13bad562c63e9a3d44d2a13c970f9d32d336f94f46b
DIST simpserver-0.9-linux-x86.tgz 591446 RMD160 cdeffffe16a5117de575c8b0a4c1f03f5792e299 SHA1 911b4a9c78b3d485f831af40480aa276f83b6493 SHA256 5517c70d2864750f29c244d0187e4592d742ae3ab0fee0ad4c069ae7b23d46c3
DIST simpserver-2.1.0-linux-x86.tgz 609317 RMD160 44c612f3c3bc89946b41fa02ed5424120c80972b SHA1 5c9d0d96be7f8d99d5107d3f357f0820a4770e58 SHA256 77a28d92f3b4bc99f6cf78574fe1d9eb4d4e983ec6632fa0ff5be3e5a353d7b8
EBUILD simpserver-bin-0.9.ebuild 875 RMD160 d94749b79c370110bbafe1e1607b0caf306fb557 SHA1 a7e7e2a344f0c3a1b0073efefe8194fd607e03cf SHA256 f3f4613552e41c968cf9e24c0119b66d8f9c0edcdbe9c0ea052ce80fdf629540
EBUILD simpserver-bin-2.1.0.ebuild 890 RMD160 89ad958db03b8ae50983431ea67c03d8fca1d84a SHA1 67688577a539c1fb93204c81ca31980ff5efd6e5 SHA256 e611544c10c60fcb41600b4df4e5787f0d5d9b45ff76073e0f689b3272dec218
MISC ChangeLog 938 RMD160 014ff9a9275d3c411de1c406ebfcc13e582a922f SHA1 24d7c8fb387745e9a35a550416db3c99a488b637 SHA256 4ef559f552fb3eb8f4c4fc9385d8e1fc9f5fa7ebb438e92b2a1761dd4f08e7a7
MISC metadata.xml 871 RMD160 0c908db75a559340e36209932ed85982d1ff8805 SHA1 c65ade450491856895cd9278aff5e1b90e5f182d SHA256 387825af82b6610afea6ae994c26f05af1405db878af7bdd988e28d1b6a4e997

files

metadata.xml




net-im

eradicator@gentoo.org
Jeremy Huddleston


SimpServer is the first lightweight instant messaging security gateway for Unix systems. Install SimpServer on a
Unix system and configure IM clients on your local network, and conversations with Simp-equipped parties will be
automatically encrypted. SimpServer can indeed accept simultaneous remote connections and thus secure local and/or
remote clients.

With SimpServer, corporate environments can now benefit from centralized instant messenger encryption. Linux fans
can now secure their MSN conversations. SimpServer is currently beta software and is free for any use.

simpserver-bin-0.9.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/simpserver-bin/simpserver-bin-0.9.ebuild,v 1.5 2007/05/06 12:02:06 genone Exp $

MY_PN=${PN/-bin/}
MY_P="${MY_PN}-${PV}"

DESCRIPTION="SimpServer for Unix: IM instant security transparent proxy"
SRC_URI="http://www.secway.fr/resources/setup/simpserver/${MY_P}-linux-x86.tgz"
HOMEPAGE="http://www.secway.com/"
LICENSE="simpserver-test"

KEYWORDS="-* ~x86"
IUSE=""
SLOT="0"
S=${WORKDIR}/simp

src_compile() {
einfo "Binary distribution. No compilation required."
}

src_install () {
dodoc LICENSE README doc/CONFIG doc/TODO

exeinto /opt/bin
doexe bin/${MY_PN}

insinto /etc
doins etc/simp.conf

newinitd ${FILESDIR}/${MY_PN}.rc ${MY_PN}
}

pkg_postinst() {
elog "Please edit the configuration file: /etc/simp.conf."
}

simpserver-bin-2.1.0.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/simpserver-bin/simpserver-bin-2.1.0.ebuild,v 1.2 2007/05/06 12:02:06 genone Exp $

MY_PN=${PN/-bin/}
MY_P="${MY_PN}-${PV}"

DESCRIPTION="SimpServer for Unix: IM instant security transparent proxy"
SRC_URI="http://download.secway.com/public/products/simpserver/${MY_P}-linux-x86.tgz"
HOMEPAGE="http://www.secway.com/"
LICENSE="simpserver-test"

KEYWORDS="-* ~amd64 ~x86"
IUSE=""
SLOT="0"
S=${WORKDIR}/simp

src_compile() {
einfo "Binary distribution. No compilation required."
}

src_install () {
dodoc README VERSION doc/CONFIG doc/TODO

exeinto /opt/bin
doexe bin/${MY_PN}

insinto /etc
doins etc/simp.conf

newinitd ${FILESDIR}/${MY_PN}.rc ${MY_PN}
}

pkg_postinst() {
elog "Please edit the configuration file: /etc/simp.conf."
}