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:
parent
84844a7558
commit
0a8169aade
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88787
@ -359,6 +359,7 @@
|
||||
SUBDIR += libtai
|
||||
SUBDIR += libtar
|
||||
SUBDIR += libtecla
|
||||
SUBDIR += libtifiles
|
||||
SUBDIR += libtool13
|
||||
SUBDIR += libtool14
|
||||
SUBDIR += libtool15
|
||||
|
31
devel/libtifiles/Makefile
Normal file
31
devel/libtifiles/Makefile
Normal 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>
|
1
devel/libtifiles/distinfo
Normal file
1
devel/libtifiles/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (libtifiles-0.5.7.tar.gz) = b368e11b9a0f5ec9abab5ab312a44e55
|
10
devel/libtifiles/pkg-descr
Normal file
10
devel/libtifiles/pkg-descr
Normal 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
|
30
devel/libtifiles/pkg-plist
Normal file
30
devel/libtifiles/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user