summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2006-10-31 18:09:45 +0000
committeralepulver <alepulver@FreeBSD.org>2006-10-31 18:09:45 +0000
commitaa1cb30fd6f37275768250bcb4de820260402e9c (patch)
tree49a2edf49dd97584dbbb080a1c98cd6ecbe913b2 /devel
parentf16831418dbb9fe87f02fd3592ee918f316edf9a (diff)
downloadFreeBSD-ports-aa1cb30fd6f37275768250bcb4de820260402e9c.zip
FreeBSD-ports-aa1cb30fd6f37275768250bcb4de820260402e9c.tar.gz
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>
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/libtifiles2/Makefile40
-rw-r--r--devel/libtifiles2/distinfo3
-rw-r--r--devel/libtifiles2/pkg-descr7
-rw-r--r--devel/libtifiles2/pkg-plist25
5 files changed, 76 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index d248467..825078f 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -590,6 +590,7 @@
SUBDIR += libthai
SUBDIR += libticalcs
SUBDIR += libtifiles
+ SUBDIR += libtifiles2
SUBDIR += libtool15
SUBDIR += libukcprog
SUBDIR += libunicode
diff --git a/devel/libtifiles2/Makefile b/devel/libtifiles2/Makefile
new file mode 100644
index 0000000..8314314
--- /dev/null
+++ b/devel/libtifiles2/Makefile
@@ -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>
diff --git a/devel/libtifiles2/distinfo b/devel/libtifiles2/distinfo
new file mode 100644
index 0000000..45913ee
--- /dev/null
+++ b/devel/libtifiles2/distinfo
@@ -0,0 +1,3 @@
+MD5 (libtifiles2-20060925.tar.bz2) = 54e23b383a6a5808cce9e71697cdfbc0
+SHA256 (libtifiles2-20060925.tar.bz2) = c4a999fef9664d8322ab3794f65dfc8f952d31f6bbf91fd693046466052fec87
+SIZE (libtifiles2-20060925.tar.bz2) = 549456
diff --git a/devel/libtifiles2/pkg-descr b/devel/libtifiles2/pkg-descr
new file mode 100644
index 0000000..e7ada4b
--- /dev/null
+++ b/devel/libtifiles2/pkg-descr
@@ -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
diff --git a/devel/libtifiles2/pkg-plist b/devel/libtifiles2/pkg-plist
new file mode 100644
index 0000000..0df23ef
--- /dev/null
+++ b/devel/libtifiles2/pkg-plist
@@ -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
OpenPOWER on IntegriCloud