aboutsummaryrefslogtreecommitdiff
path: root/deskutils/xopps
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-09-01 07:03:48 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-09-01 07:03:48 +0000
commiteafa5f559b0ef35320077013dcd221188c5d11b9 (patch)
tree7644de1cff3133bd4735e12860ca67c331b5565e /deskutils/xopps
parentd4bfb85f2946281ea4c885c5bc19d7efa733365d (diff)
downloadports-eafa5f559b0ef35320077013dcd221188c5d11b9.tar.gz
ports-eafa5f559b0ef35320077013dcd221188c5d11b9.zip
Notes
Diffstat (limited to 'deskutils/xopps')
-rw-r--r--deskutils/xopps/Makefile34
-rw-r--r--deskutils/xopps/distinfo2
-rw-r--r--deskutils/xopps/files/patch-aa89
-rw-r--r--deskutils/xopps/files/patch-ab29
-rw-r--r--deskutils/xopps/files/patch-ac14
-rw-r--r--deskutils/xopps/files/patch-ad14
-rw-r--r--deskutils/xopps/pkg-descr16
-rw-r--r--deskutils/xopps/pkg-plist7
8 files changed, 0 insertions, 205 deletions
diff --git a/deskutils/xopps/Makefile b/deskutils/xopps/Makefile
deleted file mode 100644
index 1dd3514a5381..000000000000
--- a/deskutils/xopps/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: xopps
-# Date created: 1 Ag 1997
-# Whom: Pedro Giffuni (orig)
-#
-# $FreeBSD$
-#
-
-PORTNAME= xopps
-PORTVERSION= 1.13
-PORTREVISION= 3
-CATEGORIES= deskutils
-MASTER_SITES= http://cvsup.theplanet.com/distfiles/ \
- http://dl.droso.net/ports/
-DISTNAME= ${PORTNAME}.${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A tool which lets you draw Gantt charts
-
-ALL_TARGET=
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2011-09-01
-
-USE_MOTIF= yes
-MAKE_ENV= 'MACH=${OPSYS}'
-
-MAN1= xopps.1
-
-post-extract:
- @${CP} ${WRKSRC}/Defines.spr ${WRKSRC}/Defines.${OPSYS}
-
-post-patch:
- @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/*.c
-
-.include <bsd.port.mk>
diff --git a/deskutils/xopps/distinfo b/deskutils/xopps/distinfo
deleted file mode 100644
index 25541201f450..000000000000
--- a/deskutils/xopps/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xopps.1.13.tar.gz) = 1169fa79a5c6547c175263bf25a79882d7def6cf858a392e390cbd3f612c7d89
-SIZE (xopps.1.13.tar.gz) = 275899
diff --git a/deskutils/xopps/files/patch-aa b/deskutils/xopps/files/patch-aa
deleted file mode 100644
index f95ce7bbf404..000000000000
--- a/deskutils/xopps/files/patch-aa
+++ /dev/null
@@ -1,89 +0,0 @@
---- Makefile.orig Fri Jan 17 23:22:35 1997
-+++ Makefile Thu Jan 25 22:14:35 2007
-@@ -142,19 +142,19 @@
- # Installation locations (edit to suit your system)
- #
-
--ROOTDIR = ### user defined ###
--SUBSYS = ### user defined ###
-+ROOTDIR = $(PREFIX)
-+SUBSYS =
- BINDIR = $(ROOTDIR)/bin
--RSCDIR = $(ROOTDIR)/setup/app-defaults
-+RSCDIR = $(ROOTDIR)/lib/X11/app-defaults
- MAN1DIR = $(ROOTDIR)/man/man1
--HELPDIR = $(ROOTDIR)/setup/$(SUBSYS)/help
--BITDIR = $(ROOTDIR)/setup/bitmaps
-+HELPDIR = $(ROOTDIR)/lib/X11/xopps
-+BITDIR = $(ROOTDIR)/include/X11/bitmaps
-
- #
- # You generally should not edit below this line
- #
-
--OPTIMIZEFLAG = -O
-+#OPTIMIZEFLAG = -O
- SFOCDIR = /SFOC/$(SFOCVER)
- TPSDIR = /TPS/$(SFOCVER)
- BLDDIR = .
-@@ -163,27 +163,28 @@
- LOCAL_INCL = ../../lib_incl_local
- GLOBAL_INCL = ../../lib_incl_global
- SYSDEFS = $(MACHDEFS) -D$(MACH) -DRELEASE='"$(RELEASE)"' $(DEFINES)
--SFOCINCLPATH = -I. \
-- -I$(INCLROOT)/lib_incl_local \
-- -I$(INCLROOT)/lib_incl_global \
-- -I$(SFOCDIR)/include \
-- -I$(SFOCDIR)/include/cda \
-- -I$(SFOCDIR)/include/dts \
-- -I$(SFOCDIR)/include/smc \
-- -I$(SFOCDIR)/include/wse \
-- -I$(TPSDIR)/include
-+#SFOCINCLPATH = -I. \
-+# -I$(INCLROOT)/lib_incl_local \
-+# -I$(INCLROOT)/lib_incl_global \
-+# -I$(SFOCDIR)/include \
-+# -I$(SFOCDIR)/include/cda \
-+# -I$(SFOCDIR)/include/dts \
-+# -I$(SFOCDIR)/include/smc \
-+# -I$(SFOCDIR)/include/wse \
-+# -I$(TPSDIR)/include
- FULLINCLPATH = $(INCLPATH) $(SFOCINCLPATH) $(MACHINCLPATH)
-
- RM = rm -f
-
--CFLAGS = $(OPTIMIZEFLAG) $(SYSDEFS) $(FULLINCLPATH)
-+CFLAGS += $(OPTIMIZEFLAG) $(SYSDEFS) $(FULLINCLPATH)
-
- MALLOC =
-
- LDFLAGS = $(OPTIMIZEFLAG) $(MACHDEFS)
- LOCAL_LIB = $(LIBROOT)/lib_incl_local/$(MACH)
--LIBS = -lXm -lXt -lX11
--SFOCLIBPATH = -L$(SFOCDIR)/lib -L/sfoc/lib -L$(TPSDIR)/lib -L/tps/lib
-+LIBS = -lXm -lXext -lXt -lX11 ${MOTIFLIB}
-+LIBS+= -Wl,-rpath,$(LOCALBASE)/lib
-+#SFOCLIBPATH = -L$(SFOCDIR)/lib -L/sfoc/lib -L$(TPSDIR)/lib -L/tps/lib
- FULLLIBPATH = $(LIBPATH) $(SFOCLIBPATH) $(MACHLIBPATH)
-
- LINT = lint
-@@ -237,12 +238,13 @@
- $(HELP) $(DRAWINGS)
-
- install:
-- install -c -m 755 $(PROJ) $(BINDIR)
-- install -c -m 644 $(RSRC) $(RSCDIR)
-- install -c -m 644 $(MAN1) $(MAN1DIR)
-- install -c -m 644 $(HELP) $(HELPDIR)
-- install -c -m 755 $(PERLEXE) $(BINDIR)
-- install -c -m 444 $(BITMAPS) $(BITDIR)
-+ if test ! -f $(HELPDIR); then mkdir -p $(HELPDIR); fi
-+ ${BSD_INSTALL_PROGRAM} $(PROJ) $(BINDIR)
-+ ${BSD_INSTALL_DATA} $(RSRC) $(RSCDIR)
-+ ${BSD_INSTALL_DATA} $(MAN1) $(MAN1DIR)
-+ ${BSD_INSTALL_DATA} $(HELP) $(HELPDIR)
-+ ${BSD_INSTALL_SCRIPT} $(PERLEXE) $(BINDIR)
-+ ${BSD_INSTALL_DATA} $(BITMAPS) $(BITDIR)
-
- $(BLDDIR)/activity.o: beware.h
- $(BLDDIR)/activity.o: dialog.h
diff --git a/deskutils/xopps/files/patch-ab b/deskutils/xopps/files/patch-ab
deleted file mode 100644
index b47c6c81902d..000000000000
--- a/deskutils/xopps/files/patch-ab
+++ /dev/null
@@ -1,29 +0,0 @@
---- Defines.FreeBSD.orig Sat Jan 8 00:03:30 2000
-+++ Defines.FreeBSD Sat Jan 8 00:03:32 2000
-@@ -60,14 +60,14 @@
- #
- # C Compiler
- #
--CC = gcc
-+#CC = gcc
-
- #
- # Compiler options
- #
--MACHDEFS = -ansi -Dsparc
--MACHINCLPATH = -I/SFOC/$(SFOCVER)/include/$(MACH) -I/usr/5include
--MACHLIBPATH = -L/usr/5lib
-+MACHDEFS = -ansi -fsigned-char
-+MACHINCLPATH = -I$(LOCALBASE)/include
-+MACHLIBPATH = -L$(LOCALBASE)/lib
- MACHLIBS =
- MACHLIBS_SYBCL = -lsybdb -lcs -lct -lcomn -ltcl -lintl -linsck -lm
-
-@@ -87,5 +87,5 @@
- # loadable shared libraries for Perl modules
- #
- MACHPERLLIBSUFFIX = .so
--MACHPERLLIB = $(PERLLIBHOME)/sun4-sunos/$(PERLVER)
--MACHPERLINC = $(PERLLIBHOME)/sun4-sunos/$(PERLVER)/CORE
-+MACHPERLLIB = $(PERLLIBHOME)/lib
-+MACHPERLINC = $(PERLLIBHOME)/include
diff --git a/deskutils/xopps/files/patch-ac b/deskutils/xopps/files/patch-ac
deleted file mode 100644
index c5e8c05ba32c..000000000000
--- a/deskutils/xopps/files/patch-ac
+++ /dev/null
@@ -1,14 +0,0 @@
---- help.c.orig Sat Jan 18 13:22:29 1997
-+++ help.c Sat Jan 8 01:25:47 2000
-@@ -173,9 +173,9 @@
- * default help path, add cwd when in debug mode
- */
- #ifdef DEBUG
--#define DEFAULT_HELPPATH ".:/usr/lib/help:/usr/local/lib/help"
-+#define DEFAULT_HELPPATH ".:%%PREFIX%%/lib/X11/xopps"
- #else
--#define DEFAULT_HELPPATH "/usr/lib/help:/usr/local/lib/help"
-+#define DEFAULT_HELPPATH "%%PREFIX%%/lib/X11/xopps"
- #endif
-
- /***********************************************************************
diff --git a/deskutils/xopps/files/patch-ad b/deskutils/xopps/files/patch-ad
deleted file mode 100644
index 557777b5666e..000000000000
--- a/deskutils/xopps/files/patch-ad
+++ /dev/null
@@ -1,14 +0,0 @@
---- dynarray.c.orig Sat Jan 18 13:22:27 1997
-+++ dynarray.c Sat Jan 8 01:11:56 2000
-@@ -17,7 +17,11 @@
- *
- ***********************************************************************/
-
-+#ifndef __STDC__
- #include <malloc.h>
-+#else
-+#include <stdlib.h>
-+#endif
- #include "dynarray.h"
-
- #define NULL 0
diff --git a/deskutils/xopps/pkg-descr b/deskutils/xopps/pkg-descr
deleted file mode 100644
index 831908dd5cd1..000000000000
--- a/deskutils/xopps/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-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
deleted file mode 100644
index 7be39f8d4295..000000000000
--- a/deskutils/xopps/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-bin/opps2xopps
-bin/xopps
-include/X11/bitmaps/jpl1.bm
-include/X11/bitmaps/jpl2.bm
-lib/X11/app-defaults/XOpps
-lib/X11/xopps/xopps.info
-@dirrm lib/X11/xopps