summaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorlkoeller <lkoeller@FreeBSD.org>2003-01-19 15:27:02 +0000
committerlkoeller <lkoeller@FreeBSD.org>2003-01-19 15:27:02 +0000
commit1cc932a805894bffa05fe7ad665a19dc82e1ff85 (patch)
treeae992254b15405fbe20df184c5aad11b40ebe95f /math
parent10ffa1588f5d3e4688adfd47687588af40ceb74f (diff)
downloadFreeBSD-ports-1cc932a805894bffa05fe7ad665a19dc82e1ff85.zip
FreeBSD-ports-1cc932a805894bffa05fe7ad665a19dc82e1ff85.tar.gz
o) After several years of parallel exisitance remove
the obsoleted port of xmgr. The successor is grace, which is much more powerfull and development is going on.
Diffstat (limited to 'math')
-rw-r--r--math/xmgr/Makefile39
-rw-r--r--math/xmgr/distinfo1
-rw-r--r--math/xmgr/files/freebsd27
-rw-r--r--math/xmgr/files/mini-xmgr3.xpmbin6563 -> 0 bytes
-rw-r--r--math/xmgr/files/patch-aa87
-rw-r--r--math/xmgr/files/patch-ab18
-rw-r--r--math/xmgr/files/patch-ac18
-rw-r--r--math/xmgr/pkg-comment1
-rw-r--r--math/xmgr/pkg-descr13
-rw-r--r--math/xmgr/pkg-plist92
-rw-r--r--math/xmgr/scripts/configure3
11 files changed, 0 insertions, 299 deletions
diff --git a/math/xmgr/Makefile b/math/xmgr/Makefile
deleted file mode 100644
index f1401a7..0000000
--- a/math/xmgr/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection makefile for: xmgr
-# Date created: So 2 Mär 1997 12:11:43 MET
-# Whom: Andreas Klemm <andreas@klemm.gtn.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= xmgr
-PORTVERSION= 4.1.1
-CATEGORIES= math print
-MASTER_SITES= ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/ \
- ftp://plasma-gate.weizmann.ac.il/pub/xmgr4/src/old/ \
- ftp://fire.mpi-stuttgart.mpg.de/pub/mirrors/xmgr4/src/old/ \
- ftp://wauug.erols.com/pub/X-Windows/xmgr4/src/old/
-
-MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE
-
-BUILD_DEPENDS= ${X11BASE}/lib/libhlpclient.a:${PORTSDIR}/x11/libhelp \
- ${LOCALBASE}/lib/libmfhdf.a:${PORTSDIR}/graphics/hdf
-LIB_DEPENDS= Xbae.8:${PORTSDIR}/x11-toolkits/xbae
-
-USE_X_PREFIX= YES
-USE_MOTIF= YES
-HAS_CONFIGURE= YES
-CONFIGURE_ARGS= -prefix=${X11BASE} \
- --enable-extra-incpath=${X11BASE}/include/X11:${LOCALBASE}/include \
- --enable-extra-ldpath=${LOCALBASE}/lib --enable-libhelp \
- --enable-mfhdf --enable-acegr-home=${X11BASE}/lib/X11/xmgr
-
-ALL_TARGET=
-INSTALL_TARGET= install links
-
-post-patch:
- ${MV} ${WRKSRC}/configure ${WRKSRC}/configure.input
- ${SED} "s%__MOTIFLIB__%${MOTIFLIB}%" ${WRKSRC}/configure.input > ${WRKSRC}/configure
- ${RM} -f ${WRKSRC}/configure.input
- ${CHMOD} 755 ${WRKSRC}/configure
-
-.include <bsd.port.mk>
diff --git a/math/xmgr/distinfo b/math/xmgr/distinfo
deleted file mode 100644
index 9a92dd0..0000000
--- a/math/xmgr/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (xmgr-4.1.1.tar.gz) = 8591870278cb44ff72417d3a93cbc3e5
diff --git a/math/xmgr/files/freebsd b/math/xmgr/files/freebsd
deleted file mode 100644
index 9bd25c6..0000000
--- a/math/xmgr/files/freebsd
+++ /dev/null
@@ -1,27 +0,0 @@
-#**********************************
-#* FreeBSD with X11R6 and Motif 2.0 *
-#**********************************
-
-###############################
-# Compiler
-#
-CC="gcc"
-###############################
-
-###############################
-# C flags
-#
-CFLAGS="-Wall"
-###############################
-
-###############################
-# Misc optimization flags
-#
-OPTIMIZE="-O2"
-###############################
-
-###############################
-# Flags used for debugging
-#
-DEBUG="-g -O2"
-###############################
diff --git a/math/xmgr/files/mini-xmgr3.xpm b/math/xmgr/files/mini-xmgr3.xpm
deleted file mode 100644
index 35b0907..0000000
--- a/math/xmgr/files/mini-xmgr3.xpm
+++ /dev/null
Binary files differ
diff --git a/math/xmgr/files/patch-aa b/math/xmgr/files/patch-aa
deleted file mode 100644
index a9ca407..0000000
--- a/math/xmgr/files/patch-aa
+++ /dev/null
@@ -1,87 +0,0 @@
-*** configure.orig Mon Dec 1 02:09:24 1997
---- configure Mon Dec 7 19:55:33 1998
-***************
-*** 626,631 ****
---- 626,632 ----
-
- case "${host}" in
- i?86-*-linux-*) CONF_FILE="ix86-linux";;
-+ i?86-*-freebsd*) CONF_FILE="freebsd";;
- *-*-linux-*) CONF_FILE="linux";;
- i?86-*-sco-*) CONF_FILE="ix86-sco";;
- alpha-dec-osf4.*) CONF_FILE="alpha-osf4";;
-***************
-*** 4489,4495 ****
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- ac_save_LIBS="$LIBS"
-! LIBS="-lXm $X_PRE_LIBS $X_EXTRA_LIBS $X_LIBS -lXt -lXext -lX11 $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 4495 "configure"
- #include "confdefs.h"
---- 4490,4496 ----
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- ac_save_LIBS="$LIBS"
-! LIBS="__MOTIFLIB__ $X_PRE_LIBS $X_EXTRA_LIBS $X_LIBS -lXt -lXext -lX11 $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 4495 "configure"
- #include "confdefs.h"
-***************
-*** 4524,4530 ****
- EOF
-
- ACEGR=xmgr
-! GUI_LIBS="-lXm $X_PRE_LIBS $X_EXTRA_LIBS $X_LIBS -lXt -lXext -lX11"
- LIBS="$GUI_LIBS $LIBS"
- CFLAGS="$CFLAGS $X_CFLAGS"
- echo $ac_n "checking for main in -lXpm""... $ac_c" 1>&6
---- 4525,4531 ----
- EOF
-
- ACEGR=xmgr
-! GUI_LIBS="__MOTIFLIB__ $X_PRE_LIBS $X_EXTRA_LIBS $X_LIBS -lXt -lXext -lX11"
- LIBS="$GUI_LIBS $LIBS"
- CFLAGS="$CFLAGS $X_CFLAGS"
- echo $ac_n "checking for main in -lXpm""... $ac_c" 1>&6
-***************
-*** 4857,4863 ****
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- ac_save_LIBS="$LIBS"
-! LIBS="-ldf $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 4863 "configure"
- #include "confdefs.h"
---- 4858,4864 ----
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- ac_save_LIBS="$LIBS"
-! LIBS="-lmfhdf -ldf -lz $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 4863 "configure"
- #include "confdefs.h"
-***************
-*** 4881,4887 ****
- fi
- if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
- echo "$ac_t""yes" 1>&6
-! NETCDF_LIBS="$NETCDF_LIBS -ldf"; cat >> confdefs.h <<\EOF
- #define HAVE_MFHDF 1
- EOF
-
---- 4882,4888 ----
- fi
- if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
- echo "$ac_t""yes" 1>&6
-! NETCDF_LIBS="$NETCDF_LIBS -lmfhdf -ldf -lz"; cat >> confdefs.h <<\EOF
- #define HAVE_MFHDF 1
- EOF
-
-***************
-*** 5405,5408 ****
- chmod +x $CONFIG_STATUS
- rm -fr confdefs* $ac_clean_files
- test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
--
---- 5406,5408 ----
diff --git a/math/xmgr/files/patch-ab b/math/xmgr/files/patch-ab
deleted file mode 100644
index ebe57f8..0000000
--- a/math/xmgr/files/patch-ab
+++ /dev/null
@@ -1,18 +0,0 @@
-*** ../xmgr-4.1.1/examples/Makefile Sun Jan 18 19:09:32 1998
---- ./examples/Makefile Sun Jan 18 19:10:16 1998
-***************
-*** 32,38 ****
- install : $(EXAMPLES) $(DOTEST)
- $(MKINSTALLDIRS) $(GR_HOME)/examples
- for i in $(EXAMPLES); do $(INSTALL_DATA) $$i $(GR_HOME)/examples; done
-! $(INSTALL_PROGRAM) $(DOTEST) $(GR_HOME)/examples/$(DOTEST)
-
- links : dummy
-
---- 32,38 ----
- install : $(EXAMPLES) $(DOTEST)
- $(MKINSTALLDIRS) $(GR_HOME)/examples
- for i in $(EXAMPLES); do $(INSTALL_DATA) $$i $(GR_HOME)/examples; done
-! install -c -o bin -g bin -m 555 $(DOTEST) $(GR_HOME)/examples/$(DOTEST)
-
- links : dummy
diff --git a/math/xmgr/files/patch-ac b/math/xmgr/files/patch-ac
deleted file mode 100644
index 47e9069..0000000
--- a/math/xmgr/files/patch-ac
+++ /dev/null
@@ -1,18 +0,0 @@
-*** ../xmgr-4.1.1/auxiliary/Makefile Sun Jan 18 19:12:42 1998
---- ./auxiliary/Makefile Sun Jan 18 19:13:16 1998
-***************
-*** 22,28 ****
- install : $(AUXILIARIES) fdf2fit
- $(MKINSTALLDIRS) $(GR_HOME)/auxiliary
- for i in $(AUXILIARIES); do $(INSTALL_DATA) $$i $(GR_HOME)/auxiliary; done
-! $(INSTALL_PROGRAM) fdf2fit $(GR_HOME)/auxiliary
-
- tests : dummy
-
---- 22,28 ----
- install : $(AUXILIARIES) fdf2fit
- $(MKINSTALLDIRS) $(GR_HOME)/auxiliary
- for i in $(AUXILIARIES); do $(INSTALL_DATA) $$i $(GR_HOME)/auxiliary; done
-! install -c -o bin -g bin -m 555 fdf2fit $(GR_HOME)/auxiliary
-
- tests : dummy
diff --git a/math/xmgr/pkg-comment b/math/xmgr/pkg-comment
deleted file mode 100644
index 270d075..0000000
--- a/math/xmgr/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A powerful XY plotting tool for workstations or X-terminals using X
diff --git a/math/xmgr/pkg-descr b/math/xmgr/pkg-descr
deleted file mode 100644
index 331ef50..0000000
--- a/math/xmgr/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-xmgr is an XY plotting tool for workstations or X-terminals using X. A few of
-its features are:
-
- * User defined scaling, tick marks, labels, symbols, line styles, colors.
- * Batch mode for unattended plotting.
- * Read and write parameters used during a session.
- * Polynomial regression, splines, running averages, DFT/FFT,
- cross/auto-correlation.
- * Hardcopy support for PostScript, HP-GL, and FrameMaker .mif format.
-
-While xmgr has a convenient point-and-click interface, most parameter settings
-and operations are available through a command line interface (found in
-Data/Commands).
diff --git a/math/xmgr/pkg-plist b/math/xmgr/pkg-plist
deleted file mode 100644
index 838c00c..0000000
--- a/math/xmgr/pkg-plist
+++ /dev/null
@@ -1,92 +0,0 @@
-bin/fdf2fit
-bin/grbatch
-bin/grconvert
-bin/xmgr
-include/acegr_np.h
-lib/X11/xmgr/auxiliary/README
-lib/X11/xmgr/auxiliary/fdf2fit
-lib/X11/xmgr/auxiliary/greg2jul.c
-lib/X11/xmgr/auxiliary/jul2greg.c
-lib/X11/xmgr/auxiliary/magic.xmgr
-lib/X11/xmgr/bin/grbatch
-lib/X11/xmgr/bin/grconvert
-lib/X11/xmgr/bin/xmgr
-lib/X11/xmgr/doc/CHANGES.html
-lib/X11/xmgr/doc/FAQ.html
-lib/X11/xmgr/doc/acegr_np.html
-lib/X11/xmgr/doc/commands.html
-lib/X11/xmgr/doc/data.html
-lib/X11/xmgr/doc/dblclick.html
-lib/X11/xmgr/doc/dlmodule.html
-lib/X11/xmgr/doc/edcrset.html
-lib/X11/xmgr/doc/file.html
-lib/X11/xmgr/doc/fonts.html
-lib/X11/xmgr/doc/graphops.html
-lib/X11/xmgr/doc/hotkeys.html
-lib/X11/xmgr/doc/intro.html
-lib/X11/xmgr/doc/main.html
-lib/X11/xmgr/doc/nohelp.html
-lib/X11/xmgr/doc/npipe.html
-lib/X11/xmgr/doc/options.html
-lib/X11/xmgr/doc/page.html
-lib/X11/xmgr/doc/plot.html
-lib/X11/xmgr/doc/points.html
-lib/X11/xmgr/doc/regions.html
-lib/X11/xmgr/doc/sets.html
-lib/X11/xmgr/doc/test_np.c
-lib/X11/xmgr/doc/testf_np.f
-lib/X11/xmgr/doc/trans.html
-lib/X11/xmgr/doc/usage.html
-lib/X11/xmgr/doc/view.html
-lib/X11/xmgr/doc/xmgr.html
-lib/X11/xmgr/examples/altaxis.par
-lib/X11/xmgr/examples/au.d
-lib/X11/xmgr/examples/axes.par
-lib/X11/xmgr/examples/bar.d
-lib/X11/xmgr/examples/bar2.d
-lib/X11/xmgr/examples/bars.d
-lib/X11/xmgr/examples/brw.dat
-lib/X11/xmgr/examples/co2.all
-lib/X11/xmgr/examples/co2.par
-lib/X11/xmgr/examples/dotest
-lib/X11/xmgr/examples/explain.par
-lib/X11/xmgr/examples/fills.dat
-lib/X11/xmgr/examples/graphs.par
-lib/X11/xmgr/examples/hilo.dat
-lib/X11/xmgr/examples/log.d
-lib/X11/xmgr/examples/logistic.d
-lib/X11/xmgr/examples/logtest.par
-lib/X11/xmgr/examples/manygraphs.d
-lib/X11/xmgr/examples/mlo.dat
-lib/X11/xmgr/examples/moresyms.dat
-lib/X11/xmgr/examples/props.gr
-lib/X11/xmgr/examples/regions.par
-lib/X11/xmgr/examples/slideshow.d
-lib/X11/xmgr/examples/stackedb.d
-lib/X11/xmgr/examples/symslines.dat
-lib/X11/xmgr/examples/tbar3.dat
-lib/X11/xmgr/examples/terr.d
-lib/X11/xmgr/examples/terr2.d
-lib/X11/xmgr/examples/test.com
-lib/X11/xmgr/examples/test.dat
-lib/X11/xmgr/examples/test1.par
-lib/X11/xmgr/examples/test2.d
-lib/X11/xmgr/examples/tfonts.par
-lib/X11/xmgr/examples/tforms.par
-lib/X11/xmgr/examples/times.dat
-lib/X11/xmgr/examples/tinset.d
-lib/X11/xmgr/examples/tlog.demo
-lib/X11/xmgr/examples/tmc.c
-lib/X11/xmgr/examples/tpipe.d
-lib/X11/xmgr/examples/tstack.dat
-lib/X11/xmgr/examples/txyr.dat
-lib/X11/xmgr/include/acegr_np.h
-lib/X11/xmgr/lib/libacegr_np.a
-lib/libacegr_np.a
-@dirrm lib/X11/xmgr/auxiliary
-@dirrm lib/X11/xmgr/bin
-@dirrm lib/X11/xmgr/doc
-@dirrm lib/X11/xmgr/examples
-@dirrm lib/X11/xmgr/include
-@dirrm lib/X11/xmgr/lib
-@dirrm lib/X11/xmgr
diff --git a/math/xmgr/scripts/configure b/math/xmgr/scripts/configure
deleted file mode 100644
index 8005e1c..0000000
--- a/math/xmgr/scripts/configure
+++ /dev/null
@@ -1,3 +0,0 @@
-#! /bin/sh
-
-cp ${FILESDIR}/freebsd ${WRKSRC}/conf/freebsd
OpenPOWER on IntegriCloud