summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandy Westcott <brandy@gentoo.org>2003-10-17 12:33:24 +0000
committerBrandy Westcott <brandy@gentoo.org>2003-10-17 12:33:24 +0000
commitcb9b648066259ab69d3ea67fc476d79a260838dc (patch)
treeedbf2be79846f5fa18d395858540e2c274f20f62 /app-office
parentVersion bump, little changes. (diff)
downloadgentoo-2-cb9b648066259ab69d3ea67fc476d79a260838dc.tar.gz
gentoo-2-cb9b648066259ab69d3ea67fc476d79a260838dc.tar.bz2
gentoo-2-cb9b648066259ab69d3ea67fc476d79a260838dc.zip
Initial import of Plan, a Motif based schedule planner.
Diffstat (limited to 'app-office')
-rw-r--r--app-office/plan/ChangeLog10
-rw-r--r--app-office/plan/Manifest5
-rw-r--r--app-office/plan/files/digest-plan-1.8.61
-rw-r--r--app-office/plan/files/plan-1.8.6-gentoo.tar.bz2bin0 -> 5744 bytes
-rw-r--r--app-office/plan/metadata.xml6
-rw-r--r--app-office/plan/plan-1.8.6.ebuild61
6 files changed, 83 insertions, 0 deletions
diff --git a/app-office/plan/ChangeLog b/app-office/plan/ChangeLog
new file mode 100644
index 000000000000..e72da8db8a95
--- /dev/null
+++ b/app-office/plan/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-office/plan
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/plan/ChangeLog,v 1.1 2003/10/17 12:33:02 brandy Exp $
+
+*plan-1.8.6 (18 Oct 2003)
+
+ 18 Oct 2003; Brandy Westcott brandy@gentoo.org plan-1.8.6.ebuild:
+ Initial import. Thanks to Priit Laes <amd@tt.ee> and Mr Bones
+ <mr_bones_@gentoo.org> for providing the ebuilds in Bug #11217.
+
diff --git a/app-office/plan/Manifest b/app-office/plan/Manifest
new file mode 100644
index 000000000000..de83314401c1
--- /dev/null
+++ b/app-office/plan/Manifest
@@ -0,0 +1,5 @@
+MD5 bba369475d2011e06ff33bf79f66d810 plan-1.8.6.ebuild 1514
+MD5 1de087795f313d837f136c0fe88deb35 ChangeLog 438
+MD5 7e4f3a18ef9764bf465ba82385e6234e metadata.xml 235
+MD5 43079e6d1e3b9dc22ce03a1e94758e02 files/plan-1.8.6-gentoo.tar.bz2 5744
+MD5 c838bc0cc918e443a78714c31ff2cb27 files/digest-plan-1.8.6 62
diff --git a/app-office/plan/files/digest-plan-1.8.6 b/app-office/plan/files/digest-plan-1.8.6
new file mode 100644
index 000000000000..38210232ab4e
--- /dev/null
+++ b/app-office/plan/files/digest-plan-1.8.6
@@ -0,0 +1 @@
+MD5 5750547a2efea21c8d9b77ac7fe151b1 plan-1.8.6.tar.gz 436225
diff --git a/app-office/plan/files/plan-1.8.6-gentoo.tar.bz2 b/app-office/plan/files/plan-1.8.6-gentoo.tar.bz2
new file mode 100644
index 000000000000..32b116b5afdf
--- /dev/null
+++ b/app-office/plan/files/plan-1.8.6-gentoo.tar.bz2
Binary files differ
diff --git a/app-office/plan/metadata.xml b/app-office/plan/metadata.xml
new file mode 100644
index 000000000000..4996c792031f
--- /dev/null
+++ b/app-office/plan/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<longdescription>Plan is a Motif based schedule planner.</longdescription>
+</pkgmetadata>
diff --git a/app-office/plan/plan-1.8.6.ebuild b/app-office/plan/plan-1.8.6.ebuild
new file mode 100644
index 000000000000..044ae47db29e
--- /dev/null
+++ b/app-office/plan/plan-1.8.6.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/plan/plan-1.8.6.ebuild,v 1.1 2003/10/17 12:33:02 brandy Exp $
+
+S="${WORKDIR}/${P}/src"
+DESCRIPTION="Motif based schedule planner"
+HOMEPAGE="http://www.bitrot.de/plan.html"
+SRC_URI="ftp://plan.ftp.fu-berlin.de/${P}.tar.gz"
+
+KEYWORDS="~x86"
+LICENSE="as-is"
+SLOT="0"
+
+DEPEND="virtual/x11
+ virtual/motif"
+
+src_unpack() {
+
+ unpack ${A}
+ epatch ${FILESDIR}/${P}-gentoo.tar.bz2
+
+}
+
+src_compile() {
+
+ make linux || die "make failed"
+
+}
+src_install() {
+
+ make DESTDIR=${D} install || die
+ keepdir /usr/share/plan/netplan.dir
+
+ cd ${S}/..
+ dodoc HISTORY README || die "dodoc failed"
+
+ cd ${S}/../misc
+ doman netplan.1 plan.1 plan.4 || die "doman failed"
+
+ insinto /usr/share/${PN}/misc
+ doins netplan.boot BlackWhite Monochrome plan.fti Plan.xpm plan.xpm \
+ || die "misc files install failed"
+ exeinto /usr/share/${PN}/misc
+ doexe Killpland cvs vsc msschedule2plan plan2vcs || die "misc files install failed"
+
+ cd ${S}/../web
+ insinto /usr/share/${PN}/web
+ doins help.html bottom.html cgi-lib.pl common.pl holiday_webplan rtsban.jpg \
+ || die "webplan install failed"
+ exeinto /usr/share/${PN}/web
+ doexe *.cgi || die "webplan install failed"
+}
+
+pkg_postinst() {
+ einfo
+ einfo " Check /usr/share/${PN}/holiday for examples to set your"
+ einfo " ~/.holiday according to your country."
+ einfo
+ einfo " WebPlan 1.8 can be found in /usr/share/${PN}/web."
+ einfo
+}