aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-07-01 09:19:36 +0000
committerRene Ladan <rene@FreeBSD.org>2013-07-01 09:19:36 +0000
commitd8885b58f99f561c7f5ebb46148e1ca28be57930 (patch)
treeb5e0f35abf91351f93ca30907f51254bc6fb450c /comms
parent31cd55b41cc93ba13a1d8a1ee46645b832f91dbd (diff)
downloadports-d8885b58f99f561c7f5ebb46148e1ca28be57930.tar.gz
ports-d8885b58f99f561c7f5ebb46148e1ca28be57930.zip
Notes
Diffstat (limited to 'comms')
-rw-r--r--comms/Makefile1
-rw-r--r--comms/libticables/Makefile27
-rw-r--r--comms/libticables/distinfo2
-rw-r--r--comms/libticables/files/extra-patch-configure26
-rw-r--r--comms/libticables/files/patch-src_bsd_bsd__ioports.c29
-rw-r--r--comms/libticables/pkg-descr5
-rw-r--r--comms/libticables/pkg-plist14
7 files changed, 0 insertions, 104 deletions
diff --git a/comms/Makefile b/comms/Makefile
index 938562a3d53b..111d821f3ada 100644
--- a/comms/Makefile
+++ b/comms/Makefile
@@ -82,7 +82,6 @@
SUBDIR += libimobiledevice
SUBDIR += libirman
SUBDIR += libmodbus
- SUBDIR += libticables
SUBDIR += libticables2
SUBDIR += libticalcs2
SUBDIR += linpsk
diff --git a/comms/libticables/Makefile b/comms/libticables/Makefile
deleted file mode 100644
index 0476ac227a46..000000000000
--- a/comms/libticables/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Created by: Tijl Coosemans <tijl@ulyssis.org>
-# $FreeBSD$
-#
-
-PORTNAME= libticables
-PORTVERSION= 3.9.7
-PORTREVISION= 3
-CATEGORIES= comms
-MASTER_SITES= SF/tilp/OldFiles
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= TI calculator link cables library
-
-DEPRECATED= Superseded by comms/libticables2
-EXPIRATION_DATE=2013-07-01
-
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-USES= gettext
-USE_GNOME= gnomehack pkgconfig
-USE_AUTOTOOLS= libtool
-USE_GMAKE= yes
-USE_LDCONFIG= yes
-
-EXTRA_PATCHES= ${FILESDIR}/extra-patch-configure
-
-.include <bsd.port.mk>
diff --git a/comms/libticables/distinfo b/comms/libticables/distinfo
deleted file mode 100644
index 84ad55e09427..000000000000
--- a/comms/libticables/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (libticables-3.9.7.tar.gz) = 67581a38cb314b85fe784a201f670e7aa921e0dee727af79d31a55867a85a653
-SIZE (libticables-3.9.7.tar.gz) = 576026
diff --git a/comms/libticables/files/extra-patch-configure b/comms/libticables/files/extra-patch-configure
deleted file mode 100644
index 7b30c348af12..000000000000
--- a/comms/libticables/files/extra-patch-configure
+++ /dev/null
@@ -1,26 +0,0 @@
---- configure.orig 2009-03-07 19:05:24.000000000 +0300
-+++ configure 2009-03-07 19:06:25.000000000 +0300
-@@ -26925,21 +26925,13 @@
- echo "${ECHO_T}no" >&6
- fi
-
--if test x$LIBUSB_CONFIG = xyes; then
-- LIBUSB_CFLAGS=`libusb-config --cflags`
-- LIBUSB_LIBS=`libusb-config --libs`
-+ LIBUSB_CFLAGS=""
-+ LIBUSB_LIBS="-lusb"
-
- cat >>confdefs.h <<\_ACEOF
- #define HAVE_LIBUSB 1
- _ACEOF
-
--else
-- LIBUSB_CFLAGS=
-- LIBUSB_LIBS=
--fi
--
--
--
- # Checks for header files.
-
-
diff --git a/comms/libticables/files/patch-src_bsd_bsd__ioports.c b/comms/libticables/files/patch-src_bsd_bsd__ioports.c
deleted file mode 100644
index 0389343cbf65..000000000000
--- a/comms/libticables/files/patch-src_bsd_bsd__ioports.c
+++ /dev/null
@@ -1,29 +0,0 @@
---- src/bsd/bsd_ioports.c.orig Thu Apr 29 20:25:16 2004
-+++ src/bsd/bsd_ioports.c Wed Jun 29 23:29:42 2005
-@@ -34,8 +34,10 @@
- #include <sys/ioctl.h>
- #include <fcntl.h>
-
-+#ifdef __I386__
- #include <machine/sysarch.h>
- #include <machine/cpufunc.h>
-+#endif
-
- #include "gettext.h"
-
-@@ -55,6 +57,7 @@
-
- /* I/O thru assembly code */
-
-+#ifdef __I386__
- static int bsd_asm_read_io(unsigned int addr)
- {
- return inb(addr);
-@@ -64,6 +67,7 @@
- {
- outb(addr, data);
- }
-+#endif
-
-
- /* I/O thru ioctl() calls */
diff --git a/comms/libticables/pkg-descr b/comms/libticables/pkg-descr
deleted file mode 100644
index 2eace4700544..000000000000
--- a/comms/libticables/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-The ticables library is a multi-platform library which handles all
-Texas Instruments calculator link cables through a set of functions
-which constitutes a common API.
-
-WWW: http://tilp.info/
diff --git a/comms/libticables/pkg-plist b/comms/libticables/pkg-plist
deleted file mode 100644
index 43a8d8a6dcb7..000000000000
--- a/comms/libticables/pkg-plist
+++ /dev/null
@@ -1,14 +0,0 @@
-include/tilp/cabl_def.h
-include/tilp/cabl_err.h
-include/tilp/cabl_int.h
-include/tilp/cabl_ver.h
-include/tilp/export.h
-include/tilp/ticables.h
-include/tilp/timeout.h
-lib/libticables.a
-lib/libticables.la
-lib/libticables.so
-lib/libticables.so.12
-libdata/pkgconfig/ticables.pc
-share/locale/fr/LC_MESSAGES/libticables.mo
-@dirrmtry include/tilp