Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 May 1998 21:45:22 +0200 (CEST)
From:      zerium@webindex.no
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/6733: New port: kproject
Message-ID:  <199805231945.VAA22087@oslo5.or.uninett.no>

next in thread | raw e-mail | index | archive | help

>Number:         6733
>Category:       ports
>Synopsis:       New port: kproject
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 23 12:50:01 PDT 1998
>Last-Modified:
>Originator:     Hans Petter Bieker
>Organization:
none
>Release:        FreeBSD 2.2.6-STABLE i386
>Environment:

>Description:

This is a preview version of kproject, a simple project planner.

At the moment this is not more than a Q&D hack, but it does some
basic functions, e. g.

- read a project list in the form 
	<Start node>:<End node>:<Duration>:<Text>
	
   where <Start node> and <End node> represents the dependencies of each
   process. You can edit this in the programm, but I think, it is
   much easier to edit a file with your favourite editor and load it.
   
   Two sample files are included in this package (see /samples).

- calculate buffer times. A "C" indicates, that this process is critical
  (total buffer time is zero)

- show the project as a GANTT diagram

>How-To-Repeat:

>Fix:
	
# This archive contains:
#
#	kproject
#	kproject/files
#	kproject/files/md5
#	kproject/pkg
#	kproject/pkg/COMMENT
#	kproject/pkg/DESCR
#	kproject/pkg/PLIST
#	kproject/Makefile
#	kproject/patches
#	kproject/patches/patch-aa
#
echo c - kproject
mkdir -p kproject > /dev/null 2>&1
echo c - kproject/files
mkdir -p kproject/files > /dev/null 2>&1
echo x - kproject/files/md5
sed 's/^X//' >kproject/files/md5 << 'END-of-kproject/files/md5'
XMD5 (kproject-0.1.tgz) = fe2c29aab53c28a4e096b02f04298097
END-of-kproject/files/md5
echo c - kproject/pkg
mkdir -p kproject/pkg > /dev/null 2>&1
echo x - kproject/pkg/COMMENT
sed 's/^X//' >kproject/pkg/COMMENT << 'END-of-kproject/pkg/COMMENT'
XA preview version of kproject. KDE/Q based.
END-of-kproject/pkg/COMMENT
echo x - kproject/pkg/DESCR
sed 's/^X//' >kproject/pkg/DESCR << 'END-of-kproject/pkg/DESCR'
XThis is a preview version of kproject, a simple project planner.
X
XAt the moment this is not more than a Q&D hack, but it does some
Xbasic functions, e. g.
X
X- read a project list in the form 
X	<Start node>:<End node>:<Duration>:<Text>
X	
X   where <Start node> and <End node> represents the dependencies of each
X   process. You can edit this in the programm, but I think, it is
X   much easier to edit a file with your favourite editor and load it.
X   
X   Two sample files are included in this package (see /samples).
X
X- calculate buffer times. A "C" indicates, that this process is critical
X  (total buffer time is zero)
X
X- show the project as a GANTT diagram
END-of-kproject/pkg/DESCR
echo x - kproject/pkg/PLIST
sed 's/^X//' >kproject/pkg/PLIST << 'END-of-kproject/pkg/PLIST'
Xbin/kproject
END-of-kproject/pkg/PLIST
echo x - kproject/Makefile
sed 's/^X//' >kproject/Makefile << 'END-of-kproject/Makefile'
X# New ports collection makefile for:   kproject
X# Version required:    Beta4
X# Date created:        23 May 1998
X# Whom:                Hans Petter Bieker <hanspb@persbraten.vgs.no>
X#
X# $Id$
X#
X
XDISTNAME=	kproject-0.1
XCATEGORIES=	x11 kde
XMASTER_SITES=	$(MASTER_SITE_KDE)
XMASTER_SITE_SUBDIR= /unstable/apps/office
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	hanspb@persbraten.vgs.no
X
XBUILD_DEPENDS=	moc:${PORTSDIR}/x11/qt \
X		libtool:${PORTSDIR}/devel/libtool
XLIB_DEPENDS=	qt\\.1\\.3[1-9]:${PORTSDIR}/x11/qt \
X		kdecore\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \
X		kdeui\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs
X
XWRKSRC=		${WRKDIR}/kproject
X
X.include <bsd.port.mk>
END-of-kproject/Makefile
echo c - kproject/patches
mkdir -p kproject/patches > /dev/null 2>&1
echo x - kproject/patches/patch-aa
sed 's/^X//' >kproject/patches/patch-aa << 'END-of-kproject/patches/patch-aa'
X--- Makefile.orig	Thu Dec 18 13:52:15 1997
X+++ Makefile	Sat May 23 21:08:52 1998
X@@ -1,28 +1,28 @@
X 
X-kde_libraries = /opt/kde/lib
X-qt_libraries = /usr/lib
X+kde_libraries = ${LOCALBASE}/lib
X+qt_libraries =  ${X11BASE}/lib
X top_builddir = ..
X-LIBTOOL = $(SHELL) $(top_builddir)/libtool
X+LIBTOOL = libtool
X KDE_RPATH = -rpath $(kde_libraries) -rpath $(qt_libraries)
X 
X ############ Autoconf-generated variables  ###################
X-CXXFLAGS= -O2 -Wall -I/opt/kde/include -I/usr/lib/qt/include  -I.. 
X-LDFLAGS	= -s -L/opt/kde/lib -L/usr/lib -L/usr/X11/lib -lkdecore -lkdeui -lqt -lXext -lX11 
X+CXXFLAGS= -O2 -Wall -I$(LOCALBASE)/include -I$(X11BASE)/include -I$(X11BASE)/include/X11/qt  -I.. 
X+LDFLAGS	= -s -L$(kde_libraries) -L$(qt_libraries) -lkdecore -lkdeui -lqt -lXext -lX11 
X CXX     = c++
X-MOC   	= /usr/bin/moc
X+MOC   	= $(X11BASE)/bin/moc
X 
X install = /usr/bin/install -c
X-INSTALL = $(install) -m 0755
X+INSTALL = $(install) -m 0555
X INSTALL_DATA = $(install) -m 0644
X INSTALL_DIR = $(install) -d -m 0755
X INSTALL_DIR_PRIVATE = $(install) -d -m 0700
X 
X-prefix = /opt/kde
X+prefix = /usr/local
X KDEINC = $(prefix)/include
X BINDIR = $(prefix)/bin
X LIBDIR = $(prefix)/lib
X-PICSDIR = $(LIBDIR)/pics
X-APPSDIR = $(prefix)/apps
X+PICSDIR = $(prefix)/share/pics
X+APPSDIR = $(prefix)/share/apps
X 
X ########### Implicit Rules ###########
X 
X@@ -73,10 +73,10 @@
X install: all
X 	$(INSTALL_DIR) $(BINDIR)
X 	$(INSTALL) $(TARGET) $(BINDIR)
X-	$(INSTALL_DIR) $(prefix)/share/doc/HTML/en/karm
X-	$(INSTALL_DATA) $(DOCFILES) $(prefix)/share/doc/HTML/en/karm
X-	$(INSTALL_DIR) $(prefix)/share/applnk/Utilities
X-	$(INSTALL_DATA) support/KArm.kdelnk $(prefix)/share/applnk/Utilities
X+#	$(INSTALL_DIR) $(prefix)/share/doc/HTML/en/karm
X+#	$(INSTALL_DATA) $(DOCFILES) $(prefix)/share/doc/HTML/en/karm
X+#	$(INSTALL_DIR) $(prefix)/share/applnk/Utilities
X+#	$(INSTALL_DATA) support/KArm.kdelnk $(prefix)/share/applnk/Utilities
X 
X dist: $(SRCFILES) $(HDRFILES) Makefile 
X 	cd ..
END-of-kproject/patches/patch-aa
exit

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805231945.VAA22087>