summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-05-01 06:06:37 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-05-01 06:06:37 +0000
commitbe5d9b05ded3c0ba1e8783d552a455e58d63778d (patch)
tree2d55795c1ba45aafa71276ce7ce6d62f64ba3d96 /dev-libs/libdnet
parentVersion bump to latest (diff)
downloadhistorical-be5d9b05ded3c0ba1e8783d552a455e58d63778d.tar.gz
historical-be5d9b05ded3c0ba1e8783d552a455e58d63778d.tar.bz2
historical-be5d9b05ded3c0ba1e8783d552a455e58d63778d.zip
New package
Diffstat (limited to 'dev-libs/libdnet')
-rw-r--r--dev-libs/libdnet/ChangeLog14
-rw-r--r--dev-libs/libdnet/files/digest-libdnet-1.41
-rw-r--r--dev-libs/libdnet/libdnet-1.4.ebuild22
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-libs/libdnet/ChangeLog b/dev-libs/libdnet/ChangeLog
new file mode 100644
index 000000000000..2e5170d95f79
--- /dev/null
+++ b/dev-libs/libdnet/ChangeLog
@@ -0,0 +1,14 @@
+# ChangeLog for dev-libs/libdnet
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/ChangeLog,v 1.1 2002/05/01 06:06:37 rphillips Exp $
+
+*libdnet-1.4 (30 Apr 2002)
+
+ 30 Apr 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog :
+
+ Added initial ChangeLog which should be updated whenever the package is
+ updated in any way. This changelog is targetted to users. This means that the
+ comments should well explained and written in clean English. The details about
+ writing correct changelogs are explained in the skel.ChangeLog file which you
+ can find in the root directory of the portage repository.
+
diff --git a/dev-libs/libdnet/files/digest-libdnet-1.4 b/dev-libs/libdnet/files/digest-libdnet-1.4
new file mode 100644
index 000000000000..f06b2264ce52
--- /dev/null
+++ b/dev-libs/libdnet/files/digest-libdnet-1.4
@@ -0,0 +1 @@
+MD5 6bbe2c99d8e9e8e750d1b695e6096094 libdnet-1.4.tar.gz 146382
diff --git a/dev-libs/libdnet/libdnet-1.4.ebuild b/dev-libs/libdnet/libdnet-1.4.ebuild
new file mode 100644
index 000000000000..7ae2cfa52743
--- /dev/null
+++ b/dev-libs/libdnet/libdnet-1.4.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Paul Belt <gaarde@yahoo.com>
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/libdnet-1.4.ebuild,v 1.1 2002/05/01 06:06:37 rphillips Exp $
+
+DESCRIPTION="libdnet provides a simplified, portable interface to several low-level networking routines."
+SRC_URI="http://prdownloads.sourceforge.net/libdnet/${P}.tar.gz"
+HOMEPAGE="http://libdnet.sourceforge.net/"
+
+src_compile() {
+ econf
+ emake || die
+}
+
+src_install () {
+ make prefix=${D}/usr \
+ mandir=${D}/usr/share/man \
+ infodir=${D}/usr/share/info \
+ install || die
+ dodoc COPYING.LIB ChangeLog VERSION README
+}
+