summaryrefslogtreecommitdiff
path: root/sysutils/tua
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/tua')
-rw-r--r--sysutils/tua/Makefile26
-rw-r--r--sysutils/tua/distinfo3
-rw-r--r--sysutils/tua/files/patch-aa53
-rw-r--r--sysutils/tua/files/patch-ab36
-rw-r--r--sysutils/tua/files/patch-ac11
-rw-r--r--sysutils/tua/pkg-descr20
6 files changed, 0 insertions, 149 deletions
diff --git a/sysutils/tua/Makefile b/sysutils/tua/Makefile
deleted file mode 100644
index 9ddd4c58a004..000000000000
--- a/sysutils/tua/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: tua
-# Date created: 11 Feb. 1995
-# Whom: torstenb
-#
-# $FreeBSD$
-#
-
-PORTNAME= tua
-PORTVERSION= 4.0
-CATEGORIES= sysutils
-MASTER_SITES= ftp://ftp.vmunix.org/pub/misc/tua/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= The Uucp Analyzer
-
-DEPRECATED= unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
-EXPIRATION_DATE=2009-04-28
-
-GNU_CONFIGURE= yes
-USE_GCC= 2.95
-
-MAN1= tua.1
-INFO= tua
-PLIST_FILES= bin/tua lib/tua.pcd
-
-.include <bsd.port.mk>
diff --git a/sysutils/tua/distinfo b/sysutils/tua/distinfo
deleted file mode 100644
index 090d36f37dd0..000000000000
--- a/sysutils/tua/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (tua-4.0.tar.gz) = 5617bdf3f45f48db2e4affb5255e4d8c
-SHA256 (tua-4.0.tar.gz) = 7f4b9c0cf2cdf3a188c37b6f8f216b47aaf0b969b6b1bfbf5b891b7ccb8af2eb
-SIZE (tua-4.0.tar.gz) = 166541
diff --git a/sysutils/tua/files/patch-aa b/sysutils/tua/files/patch-aa
deleted file mode 100644
index 9a7a29116c9a..000000000000
--- a/sysutils/tua/files/patch-aa
+++ /dev/null
@@ -1,53 +0,0 @@
-*** customize.h.orig Sun Feb 12 16:15:21 1995
---- customize.h Sun Feb 12 16:17:07 1995
-***************
-*** 68,74 ****
- * with a command line option (--taylor-uucp || --hdb-uucp)
- */
- #define TAYLOR_UUCP
-! #define HDB_UUCP
-
- #if !defined (TAYLOR_UUCP) && !defined (HDB_UUCP)
- #error At least one of these must be defined!
---- 68,74 ----
- * with a command line option (--taylor-uucp || --hdb-uucp)
- */
- #define TAYLOR_UUCP
-! #undef HDB_UUCP
-
- #if !defined (TAYLOR_UUCP) && !defined (HDB_UUCP)
- #error At least one of these must be defined!
-***************
-*** 87,93 ****
- *
- */
- #ifdef TAYLOR_UUCP
-! #define DEFAULT_TAYLOR_SPOOL_DIR "/usr/local/spool/uucp"
- #endif
-
- #ifdef HDB_UUCP
---- 87,93 ----
- *
- */
- #ifdef TAYLOR_UUCP
-! #define DEFAULT_TAYLOR_SPOOL_DIR "/var/spool/uucp"
- #endif
-
- #ifdef HDB_UUCP
-***************
-*** 140,146 ****
- * If you didn't define USE_TCL (See Makefile), it will be completely
- * ignored.
- */
-! #define TUA_INIT_SCRIPT "/usr/local/gnulib/TUA_init.tcl"
-
- /*
- * TCL INIT COMMAND:
---- 140,146 ----
- * If you didn't define USE_TCL (See Makefile), it will be completely
- * ignored.
- */
-! #define TUA_INIT_SCRIPT LIBDIR "/TUA_init.tcl"
-
- /*
- * TCL INIT COMMAND:
diff --git a/sysutils/tua/files/patch-ab b/sysutils/tua/files/patch-ab
deleted file mode 100644
index b0ffb68d8388..000000000000
--- a/sysutils/tua/files/patch-ab
+++ /dev/null
@@ -1,36 +0,0 @@
-*** Makefile.in.orig Wed Dec 22 15:58:38 1993
---- Makefile.in Sun Feb 12 16:28:47 1995
-***************
-*** 40,46 ****
- infodir=${prefix}/info
-
- # Set the options for the compiler and the linker
-! C_FLAGS = -g @MORE_CFLAGS@
- LD_FLAGS =
-
- # GLOB ALIAS:
---- 40,46 ----
- infodir=${prefix}/info
-
- # Set the options for the compiler and the linker
-! C_FLAGS = -O2 @MORE_CFLAGS@
- LD_FLAGS =
-
- # GLOB ALIAS:
-***************
-*** 176,182 ****
- release: dist
- @REL=`perl -ne 'print $$1 if /RELEASE.*"(.*)"/;' patchlevel.h`; \
- echo $$REL > .last_dist_version
-!
- .PHONY: dist
- dist: manifest ${SHARF}
- @REL=`perl -ne 'print $$1 if /RELEASE.*"(.*)"/;' patchlevel.h`; \
---- 176,182 ----
- release: dist
- @REL=`perl -ne 'print $$1 if /RELEASE.*"(.*)"/;' patchlevel.h`; \
- echo $$REL > .last_dist_version
-!
- .PHONY: dist
- dist: manifest ${SHARF}
- @REL=`perl -ne 'print $$1 if /RELEASE.*"(.*)"/;' patchlevel.h`; \
diff --git a/sysutils/tua/files/patch-ac b/sysutils/tua/files/patch-ac
deleted file mode 100644
index 5078facd65b0..000000000000
--- a/sysutils/tua/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- tua.c.orig Sun Sep 19 14:38:21 1999
-+++ tua.c Sun Sep 19 14:38:43 1999
-@@ -604,7 +604,7 @@
- int argc AND
- char *argv[])
- {
-- extern time_t EXFUN (time, (long *));
-+ extern time_t EXFUN (time, (time_t *));
- char SystemName[MAXHOSTNAMELEN];
- Julian_t Now = julian_current_date();
-
diff --git a/sysutils/tua/pkg-descr b/sysutils/tua/pkg-descr
deleted file mode 100644
index d0e1757bd6a6..000000000000
--- a/sysutils/tua/pkg-descr
+++ /dev/null
@@ -1,20 +0,0 @@
-This is TUA - "The Uucp Analyzer".
-
-Its purpose is to collect all the information that the Honey Dan Ber
-or the Taylor versions of the UUCP package put in their various logs,
-tipically located in a few subdirectories on /usr/spool/uucp. It then
-builds up a clear report, showing data from several different points of
-view. It may even become an interactive customizable application by
-linking in the TCL support.
-
-It is fast, because all the data are maintained in binary trees; and
-it has no arbitrary restriction on the size of the logs it can eat.
-Very large sites can use the SoftChip Btree Library for faster searches.
-
-It can maintains an history of the connections with the various sites
-your machine is connected to, and a last-year summary of the amount of
-data you received and transmitted, month-by-month.
-
-You can get, in a chart form, the status of the usage of all your
-serial port, so you can easily say when your modem is available for a
-new link.