aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-11-28 11:17:55 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-11-28 11:17:55 +0000
commitda4f0cc205d7eb430cda9fb0a3e29b02a6997be5 (patch)
tree83578ce83479f6a4423074f53c0c6ac95092ee03 /comms
parent4f47bf5ca0277894c82a11c8857ac3c692f0fe09 (diff)
downloadports-da4f0cc205d7eb430cda9fb0a3e29b02a6997be5.tar.gz
ports-da4f0cc205d7eb430cda9fb0a3e29b02a6997be5.zip
Notes
Diffstat (limited to 'comms')
-rw-r--r--comms/Makefile2
-rw-r--r--comms/garmin-utils/Makefile31
-rw-r--r--comms/garmin-utils/distinfo2
-rw-r--r--comms/garmin-utils/files/patch-Makefile.inc11
-rw-r--r--comms/garmin-utils/files/patch-lib::gpsdisplay.c11
-rw-r--r--comms/garmin-utils/pkg-descr2
-rw-r--r--comms/snooper/Makefile36
-rw-r--r--comms/snooper/distinfo2
-rw-r--r--comms/snooper/files/patch-ac14
-rw-r--r--comms/snooper/pkg-descr23
10 files changed, 0 insertions, 134 deletions
diff --git a/comms/Makefile b/comms/Makefile
index 2f6a356cc5ff..f8bf3d55ecdb 100644
--- a/comms/Makefile
+++ b/comms/Makefile
@@ -38,7 +38,6 @@
SUBDIR += flwrap
SUBDIR += gammu
SUBDIR += gammu-devel
- SUBDIR += garmin-utils
SUBDIR += geoid
SUBDIR += ge-x2212
SUBDIR += ghfaxviewer
@@ -138,7 +137,6 @@
SUBDIR += serialoverip
SUBDIR += seyon
SUBDIR += smstools3
- SUBDIR += snooper
SUBDIR += soundmodem
SUBDIR += spandsp
SUBDIR += spandsp-devel
diff --git a/comms/garmin-utils/Makefile b/comms/garmin-utils/Makefile
deleted file mode 100644
index 0184c49656ba..000000000000
--- a/comms/garmin-utils/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# Created by: Matthew Braithwaite <mab@red-bean.com>
-# $FreeBSD$
-
-PORTNAME= garmin-utils
-PORTVERSION= 2.5
-PORTREVISION= 1
-CATEGORIES= comms geography
-MASTER_SITES= ftp://ftp.snafu.org/pub/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Utilities for Garmin GPS receivers
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2012-11-26
-
-MAN1= gardump.1 garload.1
-MANCOMPRESSED= yes
-MAKE_ARGS+= MANDIR=${MANPREFIX}/man/man
-MAKE_JOBS_SAFE= yes
-
-PLIST_FILES= bin/gardump bin/garload
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 800045
-MAKE_ARGS+= GPS_SERIAL_PORT=/dev/cuad0
-.else
-MAKE_ARGS+= GPS_SERIAL_PORT=/dev/cuau0
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/comms/garmin-utils/distinfo b/comms/garmin-utils/distinfo
deleted file mode 100644
index 43e0b9884c62..000000000000
--- a/comms/garmin-utils/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (garmin-utils-2.5.tar.gz) = 14db913dbb06d78466b289d800c7b31053847e8ebef6b1ce7812b1d80cf76db0
-SIZE (garmin-utils-2.5.tar.gz) = 174336
diff --git a/comms/garmin-utils/files/patch-Makefile.inc b/comms/garmin-utils/files/patch-Makefile.inc
deleted file mode 100644
index a0171129a6ef..000000000000
--- a/comms/garmin-utils/files/patch-Makefile.inc
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.inc.orig Wed Jan 21 10:56:37 2004
-+++ Makefile.inc Wed Jan 21 10:56:47 2004
-@@ -27,7 +27,7 @@
- # C options
- #
- CFLAGS+= -g -I${.CURDIR}/../lib
--CFLAGS+= -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Werror
-+CFLAGS+= -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
- CFLAGS+= -DDEFAULT_PORT=\"${GPS_SERIAL_PORT}\" ${VERSION} ${SIO_TYPE}
-
- # Figure out where the library lives for proper dependencies
diff --git a/comms/garmin-utils/files/patch-lib::gpsdisplay.c b/comms/garmin-utils/files/patch-lib::gpsdisplay.c
deleted file mode 100644
index 0826b31bdaad..000000000000
--- a/comms/garmin-utils/files/patch-lib::gpsdisplay.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/gpsdisplay.c.orig Sun Oct 12 16:24:52 2003
-+++ lib/gpsdisplay.c Sun Oct 12 16:23:45 2003
-@@ -11,7 +11,7 @@
- #include <stdio.h>
- #include <strings.h>
-
--#ifdef LINUX
-+#if defined(LINUX) || defined(__FreeBSD__)
- /* Linux puts memset(3) in string.h */
- #include <string.h>
- #endif
diff --git a/comms/garmin-utils/pkg-descr b/comms/garmin-utils/pkg-descr
deleted file mode 100644
index 30c868aafa12..000000000000
--- a/comms/garmin-utils/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-garmin-utils is a set of programs to interact with Garmin GPS
-receivers. I use it to download Geocaching waypoints.
diff --git a/comms/snooper/Makefile b/comms/snooper/Makefile
deleted file mode 100644
index 5157e316f6a2..000000000000
--- a/comms/snooper/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# Created by: Jun-ichiro itojun Itoh <itojun@itojun.org>
-# $FreeBSD$
-
-PORTNAME= snooper
-PORTVERSION= 1999.12.02
-PORTREVISION= 1
-CATEGORIES= comms
-MASTER_SITES= http://www.alaskaparadise.com/freebsd/
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Serial line protocol analyzer (need two serial interfaces)
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2012-11-26
-
-WRKSRC= ${WRKDIR}/${PORTNAME}/build
-
-GNU_CONFIGURE= yes
-MAKE_ARGS= OPTFLAG=""
-PLIST_FILES= bin/snooper
-
-.if !defined(NOPORTDOCS)
-PORTDOCS= README
-.endif
-
-post-extract:
- @${RM} -f ${WRKSRC}/.depend
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/../README ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/comms/snooper/distinfo b/comms/snooper/distinfo
deleted file mode 100644
index 98a28429bdf6..000000000000
--- a/comms/snooper/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (snooper-19991202.tar.gz) = d14472d7af159b4d31c8fceca98c4a6fea4a4e3368b2a4f2b86587478bf6a2f5
-SIZE (snooper-19991202.tar.gz) = 38239
diff --git a/comms/snooper/files/patch-ac b/comms/snooper/files/patch-ac
deleted file mode 100644
index 36b0d12a8692..000000000000
--- a/comms/snooper/files/patch-ac
+++ /dev/null
@@ -1,14 +0,0 @@
---- ../src/uucplock.c.orig Thu Dec 2 12:12:46 1999
-+++ ../src/uucplock.c Thu Jan 18 02:57:30 2001
-@@ -38,7 +38,11 @@
- #include "config.h"
-
- #include <sys/file.h>
-+#ifdef HAVE_DIRENT_H
-+#include <dirent.h>
-+#else
- #include <sys/dir.h>
-+#endif
- #include <errno.h>
-
- #include "pathnames.h"
diff --git a/comms/snooper/pkg-descr b/comms/snooper/pkg-descr
deleted file mode 100644
index 2dc1b961abbe..000000000000
--- a/comms/snooper/pkg-descr
+++ /dev/null
@@ -1,23 +0,0 @@
-The snooper is a serial line snooping tool used for snooping communication
-between two devices that communicate with an RS232C serial line.
-
-An typical machine configuration involving three computers is:
-
- partyA a computer
- partyB computer/modem/digi-cam/whatever
- console The computer you are using to snoop
- the communication between A and B.
-
- Say, you would like to snoop the following configuration.
- partyA ---cableAB--- partyB
- In that case you should connect "console" between partyA and
- cableAB, as follows:
- partyA ---cableX--- console ---cableAB--- party B
- cableX must be cross-cable (a cable to connect two computers).
-
-Command-line options
- % snooper [-options] dev0 dev1
- -bBAUD specifies baud rate.
- -u don't use uucp locking (questionable option)
- dev0 name of serial device 0.
- dev1 name of serial device 1.