aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2013-07-01 17:19:36 +0800
committerrene <rene@FreeBSD.org>2013-07-01 17:19:36 +0800
commit612960399e62327a7a2476186996229a8b9e7774 (patch)
treeb5e0f35abf91351f93ca30907f51254bc6fb450c /comms
parente7b444e7035780e3883ca786c812fefed8840633 (diff)
downloadfreebsd-ports-gnome-612960399e62327a7a2476186996229a8b9e7774.tar.gz
freebsd-ports-gnome-612960399e62327a7a2476186996229a8b9e7774.tar.zst
freebsd-ports-gnome-612960399e62327a7a2476186996229a8b9e7774.zip
Remove expired ports:
2013-07-01 net/openldap23-sasl-client: Unmaintained by upstream 2013-07-01 net/openldap23-server: Unmaintained by upstream 2013-07-01 net/openldap23-client: Unmaintained by upstream 2013-07-01 www/py-django13: Unsupported version 2013-07-01 devel/libtifiles: Superseded by devel/libtifiles2 2013-07-01 comms/libticables: Superseded by comms/libticables2 2013-07-01 devel/libticalcs: Superseded by comms/libticalcs2 2013-07-01 emulators/tiemu2: Superseded by emulators/tiemu3
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