summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2006-02-27 09:07:07 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2006-02-27 09:07:07 +0000
commit27071ebe1d511fa422a8b541f5479c6e45ffe866 (patch)
tree16eb9f5410c7cf944e06fd5ae658cb5367031700 /sys-block/endpoint
parentAdd ~x86 arch, to allow decoding of ascii dumps on x86 boxes. (diff)
downloadhistorical-27071ebe1d511fa422a8b541f5479c6e45ffe866.tar.gz
historical-27071ebe1d511fa422a8b541f5479c6e45ffe866.tar.bz2
historical-27071ebe1d511fa422a8b541f5479c6e45ffe866.zip
Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>.
Package-Manager: portage-2.1_pre5-r1
Diffstat (limited to 'sys-block/endpoint')
-rw-r--r--sys-block/endpoint/ChangeLog11
-rw-r--r--sys-block/endpoint/Manifest15
-rw-r--r--sys-block/endpoint/endpoint-0.1.0.ebuild26
-rw-r--r--sys-block/endpoint/files/digest-endpoint-0.1.03
-rw-r--r--sys-block/endpoint/files/endpoint-0.1.0-errormessages.patch47
-rw-r--r--sys-block/endpoint/metadata.xml15
6 files changed, 117 insertions, 0 deletions
diff --git a/sys-block/endpoint/ChangeLog b/sys-block/endpoint/ChangeLog
new file mode 100644
index 000000000000..45e55f742175
--- /dev/null
+++ b/sys-block/endpoint/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for sys-block/endpoint
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-block/endpoint/ChangeLog,v 1.1 2006/02/27 09:07:07 robbat2 Exp $
+
+*endpoint-0.1.0 (27 Feb 2006)
+
+ 27 Feb 2006; Robin H. Johnson <robbat2@gentoo.org>
+ +files/endpoint-0.1.0-errormessages.patch, +metadata.xml,
+ +endpoint-0.1.0.ebuild:
+ Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>.
+
diff --git a/sys-block/endpoint/Manifest b/sys-block/endpoint/Manifest
new file mode 100644
index 000000000000..cba6466705d9
--- /dev/null
+++ b/sys-block/endpoint/Manifest
@@ -0,0 +1,15 @@
+MD5 386b2f6060903ea5371b882d589e9a66 ChangeLog 448
+RMD160 ab072a91f7a974bbca3284765bdf1f309a94118a ChangeLog 448
+SHA256 68b3a5eb6e37536b69e42b7f3f6ce0a259f090e13a7b3bd27902e69395e39afb ChangeLog 448
+MD5 6e9cc02f524f79c569e97c57d9a241cc endpoint-0.1.0.ebuild 792
+RMD160 3743c2876ba83bec67a47dc9964fdf7243a7955f endpoint-0.1.0.ebuild 792
+SHA256 2fe9869c5f89a0d6326c3485ccb6e7b80a8743a2346a07a768089ccfe87fa216 endpoint-0.1.0.ebuild 792
+MD5 951e48d703d8afa1150afc84b4eaa2a2 files/digest-endpoint-0.1.0 244
+RMD160 c646844ac9eab6a390b6d0e5337b7945f681bcd7 files/digest-endpoint-0.1.0 244
+SHA256 04714f497c6012fd1c3c106224d4b82b30fd407b337f3197e079bb32c25b2785 files/digest-endpoint-0.1.0 244
+MD5 ced3267b8b685f4bfb46e879fec13c90 files/endpoint-0.1.0-errormessages.patch 1290
+RMD160 3a5245c326605eed14796aa2d8360fb04de98ca6 files/endpoint-0.1.0-errormessages.patch 1290
+SHA256 35f5ec030700a9490f29fda3ad531bafb23d7e48ecd0201d5a19de51dbc0e226 files/endpoint-0.1.0-errormessages.patch 1290
+MD5 6184ceabae6d0fdf8723a8f186ece9f2 metadata.xml 560
+RMD160 ff6c563359a683d6bb5573393b3ef016e4d84335 metadata.xml 560
+SHA256 651e0e07a0ec864293694171d171fcc9d126e0fb643f6c9d4f8e64cec7396d89 metadata.xml 560
diff --git a/sys-block/endpoint/endpoint-0.1.0.ebuild b/sys-block/endpoint/endpoint-0.1.0.ebuild
new file mode 100644
index 000000000000..0224829b4f9b
--- /dev/null
+++ b/sys-block/endpoint/endpoint-0.1.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-block/endpoint/endpoint-0.1.0.ebuild,v 1.1 2006/02/27 09:07:07 robbat2 Exp $
+
+DESCRIPTION="Endpoint turns a Linux machine with one or more firewire cards into an SBP-2 device."
+HOMEPAGE="http://oss.oracle.com/projects/endpoint/"
+SRC_URI="http://oss.oracle.com/projects/endpoint/dist/files/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND="virtual/libc
+ >=sys-libs/libraw1394-0.9*
+ >=dev-libs/glib-2*"
+
+src_unpack() {
+ unpack ${A}
+ epatch ${FILESDIR}/${P}-errormessages.patch
+}
+
+src_install() {
+ emake -j1 install DESTDIR="${D}"
+ insinto /etc
+ newins docs/sample-endpoint.conf endpoint.conf
+ dodoc README AUTHORS ChangeLog
+}
diff --git a/sys-block/endpoint/files/digest-endpoint-0.1.0 b/sys-block/endpoint/files/digest-endpoint-0.1.0
new file mode 100644
index 000000000000..4bb89214c303
--- /dev/null
+++ b/sys-block/endpoint/files/digest-endpoint-0.1.0
@@ -0,0 +1,3 @@
+MD5 0b352fba7bcbd4a4c9dfe2f1cec4a3b2 endpoint-0.1.0.tar.gz 121954
+RMD160 a93ab2b8e50be8fe6903254f582bac45e36ca1ad endpoint-0.1.0.tar.gz 121954
+SHA256 53831b97f831dabd5694364d06b8ad2f33d1e73ab03f6c57bea3ad96fa7f510a endpoint-0.1.0.tar.gz 121954
diff --git a/sys-block/endpoint/files/endpoint-0.1.0-errormessages.patch b/sys-block/endpoint/files/endpoint-0.1.0-errormessages.patch
new file mode 100644
index 000000000000..17926bc70574
--- /dev/null
+++ b/sys-block/endpoint/files/endpoint-0.1.0-errormessages.patch
@@ -0,0 +1,47 @@
+diff -Naur endpoint-0.1.0/libjconfig/jconfig.c endpoint-0.1.0.new/libjconfig/jconfig.c
+--- endpoint-0.1.0/libjconfig/jconfig.c 2003-10-13 15:21:12.000000000 -0700
++++ endpoint-0.1.0.new/libjconfig/jconfig.c 2006-02-26 23:48:58.000000000 -0800
+@@ -1242,9 +1242,12 @@
+ cfc = j_config_new_context();
+ if (cfc)
+ {
++ j_config_context_set_verbose(cfc,TRUE);
+ cf = j_config_parse_file_with_context(cfc, filename);
+ j_config_context_free(cfc);
+- }
++ } else {
++ g_warning("Failed to get config context.\n");
++ }
+
+ return(cf);
+ } /* j_config_parse_file() */
+diff -Naur endpoint-0.1.0/src/main.c endpoint-0.1.0.new/src/main.c
+--- endpoint-0.1.0/src/main.c 2003-10-13 15:21:14.000000000 -0700
++++ endpoint-0.1.0.new/src/main.c 2006-02-26 23:44:42.000000000 -0800
+@@ -133,7 +133,7 @@
+
+ if (!app)
+ {
+- /* ERROR MESSAGE */
++ fprintf(stderr,"Failed to parse config file %s.\n",configfile);
+ exit (1);
+ }
+
+@@ -142,7 +142,7 @@
+
+ if (app->ps_len < strlen (MASTER_NAME))
+ {
+- /* ERROR MESSAGE */
++ fprintf(stderr,"Failed strlen(MASTER_NAME).\n");
+ exit (1);
+ }
+
+@@ -152,7 +152,7 @@
+
+ if (!wire_init ())
+ {
+- /* ERROR MESSAGE */
++ fprintf(stderr,"Failed wire_init.\n");
+ exit (1);
+ }
+
diff --git a/sys-block/endpoint/metadata.xml b/sys-block/endpoint/metadata.xml
new file mode 100644
index 000000000000..4ec666d51226
--- /dev/null
+++ b/sys-block/endpoint/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>robbat2@gentoo.org</email>
+ </maintainer>
+ <longdescription lang="en">
+ Endpoint turns a Linux machine with one or more firewire cards into an SBP-2
+ device. The advantage is that you can use any file or device the linux
+ machine supports as storage, and that multiple clients can sit on separate
+ buses so they can get the full bandwidth of the bus.
+ </longdescription>
+</pkgmetadata>
+