1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

[new port] libticables: TI calculator link cables

Libticables is part of TiLP, a program to connect a TI
	calculator to your computer. This lib manages several types
	of cables (serial, parallel, usb).

PR:		ports/56134
Submitted by:	Tijl Coosemans <tijl@ulyssis.org>
This commit is contained in:
Edwin Groothuis 2003-09-08 10:49:58 +00:00
parent 8886501c78
commit 48dc1f0a8a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88784
6 changed files with 81 additions and 0 deletions

View File

@ -27,6 +27,7 @@
SUBDIR += kallers
SUBDIR += kermit
SUBDIR += kpsk
SUBDIR += libticables
SUBDIR += lrzsz
SUBDIR += ltmdm
SUBDIR += mgetty+sendfax

View File

@ -0,0 +1,45 @@
# New ports collection makefile for: libticables
# Date created: 27 August 2003
# Whom: Tijl Coosemans <tijl@ulyssis.org>
#
# $FreeBSD$
#
PORTNAME= libticables
PORTVERSION= 3.7.7
CATEGORIES= comms
COMMENT= TI calculator link cables library
MAINTAINER= tijl@ulyssis.org
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= tilp
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"\
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= ticables-config.1
.include <bsd.port.pre.mk>
.if defined(WITH_LIBUSB) || exists(${LOCALBASE}/bin/libusb-config)
LIB_DEPENDS+= usb-0.1.7:${PORTSDIR}/devel/libusb
.else
pre-everything::
@${ECHO_MSG}
@${ECHO_MSG} "======================================================="
@${ECHO_MSG} "If you want to compile with USB support, hit Ctrl-C"
@${ECHO_MSG} "right now and use \"make WITH_LIBUSB=yes\""
@${ECHO_MSG} "======================================================="
@${ECHO_MSG}
.endif #WITH_LIBUSB
.include <bsd.port.post.mk>

View File

@ -0,0 +1 @@
MD5 (libticables-3.7.7.tar.gz) = d47c54228fb883a3cf1d5f779a926471

View File

@ -0,0 +1,10 @@
--- configure.orig Wed Aug 27 21:54:38 2003
+++ configure Wed Aug 27 21:55:32 2003
@@ -24767,6 +24767,7 @@
+LDFLAGS="$LDFLAGS $INTLLIBS"

View File

@ -0,0 +1,8 @@
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/
- Tijl Coosemans
tijl@ulyssis.org

View File

@ -0,0 +1,16 @@
bin/ticables-config
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/intl.h
include/tilp/ticables.h
include/tilp/timeout.h
lib/libticables.la
lib/libticables.so
lib/libticables.so.10
libdata/pkgconfig/ticables.pc
share/aclocal/ticables.m4
share/locale/fr/LC_MESSAGES/libticables.mo
@unexec rmdir %D/include/tilp 2>/dev/null || true