summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-07-31 08:18:37 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-07-31 08:18:37 +0000
commitede41d56d1b42ad21a46ccfadcdebcd49b3279db (patch)
treefc5518d1c3c03628238b6165c4efbc2b79c77c9f /deskutils
parentAdd stella. (diff)
Import of xopps port. xopps is a project planner tool.
PR: 4185 Submitted by: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
Notes
Notes: svn path=/head/; revision=7449
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/xopps/Makefile27
-rw-r--r--deskutils/xopps/distinfo1
-rw-r--r--deskutils/xopps/files/patch-aa31
-rw-r--r--deskutils/xopps/files/patch-ab36
-rw-r--r--deskutils/xopps/pkg-comment1
-rw-r--r--deskutils/xopps/pkg-descr16
-rw-r--r--deskutils/xopps/pkg-plist7
7 files changed, 119 insertions, 0 deletions
diff --git a/deskutils/xopps/Makefile b/deskutils/xopps/Makefile
new file mode 100644
index 000000000000..88db384a6b2d
--- /dev/null
+++ b/deskutils/xopps/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: xopps
+# Version required: 1.13
+# Date created: 1 Ag 1997
+# Whom: Pedro Giffuni (orig)
+#
+# $Id$
+#
+
+DISTNAME= xopps.1.13
+PKGNAME= xopps-1.13
+CATEGORIES= misc
+MASTER_SITES= ftp://devvax.jpl.nasa.gov/pub/xopps/
+
+MAINTAINER= ports@FreeBSD.org
+
+ALL_TARGET=
+USE_X11= yes
+REQUIRES_MOTIF= yes
+MACH= FreeBSD
+MAKE_ENV= 'MACH=$(MACH)'
+
+MAN1= xopps.1
+
+pre-patch:
+ $(CP) $(WRKSRC)/Defines.spr $(WRKSRC)/Defines.$(MACH)
+
+.include <bsd.port.mk>
diff --git a/deskutils/xopps/distinfo b/deskutils/xopps/distinfo
new file mode 100644
index 000000000000..a1dd9d29c6eb
--- /dev/null
+++ b/deskutils/xopps/distinfo
@@ -0,0 +1 @@
+MD5 (xopps.1.13.tar.gz) = 733ad02f20e89661e644f47ce1ee0574
diff --git a/deskutils/xopps/files/patch-aa b/deskutils/xopps/files/patch-aa
new file mode 100644
index 000000000000..25266b0d9211
--- /dev/null
+++ b/deskutils/xopps/files/patch-aa
@@ -0,0 +1,31 @@
+*** Makefile.orig Sun Jul 27 22:35:11 1997
+--- Makefile Sun Jul 27 22:49:41 1997
+***************
+*** 142,154 ****
+ # Installation locations (edit to suit your system)
+ #
+
+! ROOTDIR = ### user defined ###
+! SUBSYS = ### user defined ###
+ BINDIR = $(ROOTDIR)/bin
+! RSCDIR = $(ROOTDIR)/setup/app-defaults
+ MAN1DIR = $(ROOTDIR)/man/man1
+! HELPDIR = $(ROOTDIR)/setup/$(SUBSYS)/help
+! BITDIR = $(ROOTDIR)/setup/bitmaps
+
+ #
+ # You generally should not edit below this line
+--- 142,154 ----
+ # Installation locations (edit to suit your system)
+ #
+
+! ROOTDIR = $(PREFIX)
+! SUBSYS = ..
+ BINDIR = $(ROOTDIR)/bin
+! RSCDIR = $(ROOTDIR)/lib/X11/app-defaults
+ MAN1DIR = $(ROOTDIR)/man/man1
+! HELPDIR = $(ROOTDIR)/lib/X11/$(SUBSYS)/help
+! BITDIR = $(ROOTDIR)/include/X11/bitmaps
+
+ #
+ # You generally should not edit below this line
diff --git a/deskutils/xopps/files/patch-ab b/deskutils/xopps/files/patch-ab
new file mode 100644
index 000000000000..48b31bae5b70
--- /dev/null
+++ b/deskutils/xopps/files/patch-ab
@@ -0,0 +1,36 @@
+*** Defines.FreeBSD.orig Sun Jul 27 23:07:08 1997
+--- Defines.FreeBSD Sun Jul 27 23:05:18 1997
+***************
+*** 65,73 ****
+ #
+ # Compiler options
+ #
+! MACHDEFS = -ansi -Dsparc
+! MACHINCLPATH = -I/SFOC/$(SFOCVER)/include/$(MACH) -I/usr/5include
+! MACHLIBPATH = -L/usr/5lib
+ MACHLIBS =
+ MACHLIBS_SYBCL = -lsybdb -lcs -lct -lcomn -ltcl -lintl -linsck -lm
+
+--- 65,73 ----
+ #
+ # Compiler options
+ #
+! MACHDEFS = -ansi -fsigned-char
+! MACHINCLPATH = -I$(X11BASE)/include
+! MACHLIBPATH = -L$(X11BASE)/lib
+ MACHLIBS =
+ MACHLIBS_SYBCL = -lsybdb -lcs -lct -lcomn -ltcl -lintl -linsck -lm
+
+***************
+*** 87,91 ****
+ # loadable shared libraries for Perl modules
+ #
+ MACHPERLLIBSUFFIX = .so
+! MACHPERLLIB = $(PERLLIBHOME)/sun4-sunos/$(PERLVER)
+! MACHPERLINC = $(PERLLIBHOME)/sun4-sunos/$(PERLVER)/CORE
+--- 87,91 ----
+ # loadable shared libraries for Perl modules
+ #
+ MACHPERLLIBSUFFIX = .so
+! MACHPERLLIB = $(PERLLIBHOME)/lib
+! MACHPERLINC = $(PERLLIBHOME)/include
diff --git a/deskutils/xopps/pkg-comment b/deskutils/xopps/pkg-comment
new file mode 100644
index 000000000000..2c489eb5ba9b
--- /dev/null
+++ b/deskutils/xopps/pkg-comment
@@ -0,0 +1 @@
+A tool which lets you draw gantt charts.
diff --git a/deskutils/xopps/pkg-descr b/deskutils/xopps/pkg-descr
new file mode 100644
index 000000000000..831908dd5cd1
--- /dev/null
+++ b/deskutils/xopps/pkg-descr
@@ -0,0 +1,16 @@
+The OEL Project/Planner Scheduler (xopps) program is an easy-to-use
+graphics editing tool for generating milestone schedule charts. It
+represents an application-specific editor with its commands and functions
+tailored to plotting milestone events and activities on a timeline
+display. The XOPPS graphics editor is written in C and runs under X/Motif.
+
+Availability
+
+The planning tool, xopps, is available as a complete package through NASA
+COSMIC (with source code, etc). The COSMIC phone number is 706-542-3265,
+it is managed by The University of Georgia. This version is being made
+available as a test/demonstration copy of the executable for your use.
+
+For further information at JPL, contact:
+susan murphy susan@natasha.jpl.nasa.gov 818-354-1948
+cassie mulnix clm@natasha.jpl.nasa.gov 818-354-1430
diff --git a/deskutils/xopps/pkg-plist b/deskutils/xopps/pkg-plist
new file mode 100644
index 000000000000..a96a581415f5
--- /dev/null
+++ b/deskutils/xopps/pkg-plist
@@ -0,0 +1,7 @@
+bin/xopps
+bin/opps2xopps
+include/X11/bitmaps/jpl1.bm
+include/X11/bitmaps/jpl2.bm
+lib/help/xopps.info
+lib/X11/app-defaults/XOpps
+man/man1/xopps.1.gz