1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

[new port] libticalcs: TI calculator library

Libticalcs is part of TiLP, a program to connect a TI
	calculator to a computer. This lib handles the various
	calculator types.

PR:		ports/56136
Submitted by:	Tijl Coosemans <tijl@ulyssis.org>
This commit is contained in:
Edwin Groothuis 2003-09-08 10:59:00 +00:00
parent 0a8169aade
commit bbbf286a3f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88788
5 changed files with 64 additions and 0 deletions

View File

@ -359,6 +359,7 @@
SUBDIR += libtai
SUBDIR += libtar
SUBDIR += libtecla
SUBDIR += libticalcs
SUBDIR += libtifiles
SUBDIR += libtool13
SUBDIR += libtool14

34
devel/libticalcs/Makefile Normal file
View File

@ -0,0 +1,34 @@
# New ports collection makefile for: libticalcs
# Date created: 27 August 2003
# Whom: Tijl Coosemans <tijl@ulyssis.org>
#
# $FreeBSD$
#
PORTNAME= libticalcs
PORTVERSION= 4.5.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= tilp
MAINTAINER= tijl@ulyssis.org
COMMENT= TI calculator library
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
LIB_DEPENDS= ticables.10:${PORTSDIR}/comms/libticables \
tifiles.5:${PORTSDIR}/devel/libtifiles \
intl.4:${PORTSDIR}/devel/gettext
USE_GNOME= glib20
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"\
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= ticalcs-config.1
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (libticalcs-4.5.1.tar.gz) = 3fb8a76fc681f6e7067bac8a98e54ba8

View File

@ -0,0 +1,7 @@
The libTicalc library is a multi-platform library which handles all
Texas Instruments calculators through a set of functions.
WWW: http://tilp.info/
- Tijl Coosemans
tijl@ulyssis.org

View File

@ -0,0 +1,21 @@
include/tilp/calc_def.h
include/tilp/calc_err.h
include/tilp/calc_int.h
include/tilp/calc_ver.h
include/tilp/headers.h
include/tilp/intl2.h
include/tilp/keys73.h
include/tilp/keys83p.h
include/tilp/keys89.h
include/tilp/keys92p.h
include/tilp/pause.h
include/tilp/ticalcs.h
include/tilp/tikeys.h
include/tilp/update.h
lib/libticalcs-4.la
lib/libticalcs-4.so
lib/libticalcs-4.so.5
libdata/pkgconfig/ticalcs-4.pc
share/aclocal/ticalcs.m4
share/locale/fr/LC_MESSAGES/libticalcs.mo
@unexec rmdir %D/include/tilp 2>/dev/null || true