1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

[new port] libtifiles: handle TI calculator files

Libtifiles is a part of TiLP, a program to link TI calculators
	to a computer. It is used to handle all file types.

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

View File

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

31
devel/libtifiles/Makefile Normal file
View File

@ -0,0 +1,31 @@
# New ports collection makefile for: libtifiles
# Date created: 27 August 2003
# Whom: Tijl Coosemans <tijl@ulyssis.org>
#
# $FreeBSD$
#
PORTNAME= libtifiles
PORTVERSION= 0.5.7
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= tilp
MAINTAINER= tijl@ulyssis.org
COMMENT= TI calculator file types library
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= tifiles-config.1
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (libtifiles-0.5.7.tar.gz) = b368e11b9a0f5ec9abab5ab312a44e55

View File

@ -0,0 +1,10 @@
The tifiles library is a multi-platform library which handles the
various
Texas Instruments calculator file formats through a set of functions
which
constitutes a common API.
WWW: http://tilp.info/
- Tijl Coosemans
tijl@ulyssis.org

View File

@ -0,0 +1,30 @@
bin/tifiles-config
include/tilp/file_def.h
include/tilp/file_err.h
include/tilp/file_int.h
include/tilp/file_ver.h
include/tilp/files8x.h
include/tilp/files9x.h
include/tilp/filesxx.h
include/tilp/grp_ops.h
include/tilp/macros.h
include/tilp/stdints.h
include/tilp/tifiles.h
include/tilp/types73.h
include/tilp/types82.h
include/tilp/types83.h
include/tilp/types83p.h
include/tilp/types85.h
include/tilp/types86.h
include/tilp/types89.h
include/tilp/types92.h
include/tilp/types92p.h
include/tilp/typesv2.h
include/tilp/typesxx.h
lib/libtifiles.la
lib/libtifiles.so
lib/libtifiles.so.5
libdata/pkgconfig/tifiles.pc
share/aclocal/tifiles.m4
share/locale/fr/LC_MESSAGES/libtifiles.mo
@unexec rmdir %D/include/tilp 2>/dev/null || true