mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
The tifiles library is a library to handle the various TI calculator
file formats. WWW: http://tilp.info/ - Tijl Coosemans tijl@ulyssis.org PR: ports/104410 Submitted by: Tijl Coosemans <tijl at ulyssis.org>
This commit is contained in:
parent
f7aec42b64
commit
f26b7c4c69
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175897
5 changed files with 76 additions and 0 deletions
|
@ -590,6 +590,7 @@
|
||||||
SUBDIR += libthai
|
SUBDIR += libthai
|
||||||
SUBDIR += libticalcs
|
SUBDIR += libticalcs
|
||||||
SUBDIR += libtifiles
|
SUBDIR += libtifiles
|
||||||
|
SUBDIR += libtifiles2
|
||||||
SUBDIR += libtool15
|
SUBDIR += libtool15
|
||||||
SUBDIR += libukcprog
|
SUBDIR += libukcprog
|
||||||
SUBDIR += libunicode
|
SUBDIR += libunicode
|
||||||
|
|
40
devel/libtifiles2/Makefile
Normal file
40
devel/libtifiles2/Makefile
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
# New ports collection makefile for: libtifiles2
|
||||||
|
# Date created: 11 October 2006
|
||||||
|
# Whom: Tijl Coosemans <tijl@ulyssis.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= libtifiles2
|
||||||
|
PORTVERSION= 1.0.0
|
||||||
|
CATEGORIES= devel
|
||||||
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
|
MASTER_SITE_SUBDIR= gtktiemu
|
||||||
|
DISTNAME= ${PORTNAME}-20060925
|
||||||
|
|
||||||
|
MAINTAINER= tijl@ulyssis.org
|
||||||
|
COMMENT= TI calculator file types library
|
||||||
|
|
||||||
|
LIB_DEPENDS= ticonv.2:${PORTSDIR}/converters/libticonv
|
||||||
|
|
||||||
|
WRKSRC= ${WRKDIR}/libtifiles
|
||||||
|
|
||||||
|
USE_AUTOTOOLS= libtool:15
|
||||||
|
USE_BZIP2= yes
|
||||||
|
USE_GCC= 3.4+
|
||||||
|
USE_GMAKE= yes
|
||||||
|
USE_GNOME= glib20 gnomehack pkgconfig
|
||||||
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
.if !defined(WITHOUT_NLS)
|
||||||
|
USE_GETTEXT= yes
|
||||||
|
PLIST_SUB= NLS=""
|
||||||
|
.else
|
||||||
|
CONFIGURE_ARGS= --disable-nls
|
||||||
|
PLIST_SUB= NLS="@comment "
|
||||||
|
.endif
|
||||||
|
|
||||||
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"\
|
||||||
|
LDFLAGS="-L${LOCALBASE}/lib"
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
devel/libtifiles2/distinfo
Normal file
3
devel/libtifiles2/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MD5 (libtifiles2-20060925.tar.bz2) = 54e23b383a6a5808cce9e71697cdfbc0
|
||||||
|
SHA256 (libtifiles2-20060925.tar.bz2) = c4a999fef9664d8322ab3794f65dfc8f952d31f6bbf91fd693046466052fec87
|
||||||
|
SIZE (libtifiles2-20060925.tar.bz2) = 549456
|
7
devel/libtifiles2/pkg-descr
Normal file
7
devel/libtifiles2/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
The tifiles library is a library to handle the various TI calculator
|
||||||
|
file formats.
|
||||||
|
|
||||||
|
WWW: http://tilp.info/
|
||||||
|
|
||||||
|
- Tijl Coosemans
|
||||||
|
tijl@ulyssis.org
|
25
devel/libtifiles2/pkg-plist
Normal file
25
devel/libtifiles2/pkg-plist
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
include/tilp2/export2.h
|
||||||
|
include/tilp2/files8x.h
|
||||||
|
include/tilp2/files9x.h
|
||||||
|
include/tilp2/stdints2.h
|
||||||
|
include/tilp2/tifiles.h
|
||||||
|
include/tilp2/types73.h
|
||||||
|
include/tilp2/types82.h
|
||||||
|
include/tilp2/types83.h
|
||||||
|
include/tilp2/types83p.h
|
||||||
|
include/tilp2/types84p.h
|
||||||
|
include/tilp2/types85.h
|
||||||
|
include/tilp2/types86.h
|
||||||
|
include/tilp2/types89.h
|
||||||
|
include/tilp2/types89t.h
|
||||||
|
include/tilp2/types92.h
|
||||||
|
include/tilp2/types92p.h
|
||||||
|
include/tilp2/typesv2.h
|
||||||
|
include/tilp2/typesxx.h
|
||||||
|
lib/libtifiles2.a
|
||||||
|
lib/libtifiles2.la
|
||||||
|
lib/libtifiles2.so
|
||||||
|
lib/libtifiles2.so.3
|
||||||
|
libdata/pkgconfig/tifiles2.pc
|
||||||
|
%%NLS%%share/locale/fr/LC_MESSAGES/libtifiles2.mo
|
||||||
|
@dirrmtry include/tilp2
|
Loading…
Add table
Reference in a new issue