Import of xopps port. xopps is a project planner tool.
PR: 4185 Submitted by: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
This commit is contained in:
parent
8b936f24b7
commit
ede41d56d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7449
7 changed files with 119 additions and 0 deletions
27
deskutils/xopps/Makefile
Normal file
27
deskutils/xopps/Makefile
Normal file
|
@ -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>
|
1
deskutils/xopps/distinfo
Normal file
1
deskutils/xopps/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (xopps.1.13.tar.gz) = 733ad02f20e89661e644f47ce1ee0574
|
31
deskutils/xopps/files/patch-aa
Normal file
31
deskutils/xopps/files/patch-aa
Normal file
|
@ -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
|
36
deskutils/xopps/files/patch-ab
Normal file
36
deskutils/xopps/files/patch-ab
Normal file
|
@ -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
|
1
deskutils/xopps/pkg-comment
Normal file
1
deskutils/xopps/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A tool which lets you draw gantt charts.
|
16
deskutils/xopps/pkg-descr
Normal file
16
deskutils/xopps/pkg-descr
Normal file
|
@ -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
|
7
deskutils/xopps/pkg-plist
Normal file
7
deskutils/xopps/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue