summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-05-26 22:58:30 +0000
committerrodent <rodent@pkgsrc.org>2013-05-26 22:58:30 +0000
commit7a847c32ae53b97344fb5d22299b3a3c71a473a6 (patch)
tree579d8ac085af11b6bcdec8e99fa097abd2a90759 /comms
parentfb4deccd31adfa57cce637fb113e230ca9f826fa (diff)
downloadpkgsrc-7a847c32ae53b97344fb5d22299b3a3c71a473a6.tar.gz
Import libticalcs2-1.1.7 as comms/libticalcs2.
"Tilp is a Linking Program" - The TiLP project aims to develop a multi-platform linking program for use with all TI graphing calculators (TI73 ... V200PLT). Supported link cables are: GrayLink, BlackLink, SilverLink, DirectLink Parallel Link, VTi (virtual) and TiEmu (virtual). Supported hand-helds are: TI73, TI82, TI83, TI83+, TI84+, TI85, TI86, TI89, Titanium, TI92, TI92+, V200, NSpire, NSpire-CAS. Capabilities: silent link, screendump, directory listing, send/recv of vars, send/Recv of backups, send/recv of FLASH apps, send of OS, ROM dumping, ID LIST, clock, create folder, delete var/app...
Diffstat (limited to 'comms')
-rw-r--r--comms/libticalcs2/DESCR12
-rw-r--r--comms/libticalcs2/Makefile28
-rw-r--r--comms/libticalcs2/PLIST11
-rw-r--r--comms/libticalcs2/buildlink3.mk18
-rw-r--r--comms/libticalcs2/distinfo5
-rw-r--r--comms/libticalcs2/options.mk14
6 files changed, 88 insertions, 0 deletions
diff --git a/comms/libticalcs2/DESCR b/comms/libticalcs2/DESCR
new file mode 100644
index 00000000000..53e02c82cb4
--- /dev/null
+++ b/comms/libticalcs2/DESCR
@@ -0,0 +1,12 @@
+"Tilp is a Linking Program" - The TiLP project aims to develop a multi-platform
+linking program for use with all TI graphing calculators (TI73 ... V200PLT).
+
+Supported link cables are: GrayLink, BlackLink, SilverLink, DirectLink Parallel
+Link, VTi (virtual) and TiEmu (virtual).
+
+Supported hand-helds are: TI73, TI82, TI83, TI83+, TI84+, TI85, TI86, TI89,
+Titanium, TI92, TI92+, V200, NSpire, NSpire-CAS.
+
+Capabilities: silent link, screendump, directory listing, send/recv of vars,
+send/Recv of backups, send/recv of FLASH apps, send of OS, ROM dumping, ID LIST,
+clock, create folder, delete var/app...
diff --git a/comms/libticalcs2/Makefile b/comms/libticalcs2/Makefile
new file mode 100644
index 00000000000..7f44892edde
--- /dev/null
+++ b/comms/libticalcs2/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2013/05/26 22:58:30 rodent Exp $
+#
+
+DISTNAME= libticalcs2-1.1.7
+CATEGORIES= comms
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tilp/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= rodent@NetBSD.org
+HOMEPAGE= http://lpg.ticalc.org/prj_tilp/
+COMMENT= Multi-platform linking program for TI graphing calculators
+LICENSE= gnu-gpl-v2
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= msgfmt msgmerge pkg-config xgettext
+USE_PKGLOCALEDIR= yes
+
+PKGCONFIG_OVERRIDE+= ticalcs2.pc.in
+
+.include "options.mk"
+
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../comms/libtifiles2/buildlink3.mk"
+.include "../../comms/libticonv/buildlink3.mk"
+.include "../../comms/libticables2/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/comms/libticalcs2/PLIST b/comms/libticalcs2/PLIST
new file mode 100644
index 00000000000..409f87cecaa
--- /dev/null
+++ b/comms/libticalcs2/PLIST
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1 2013/05/26 22:58:30 rodent Exp $
+include/tilp2/export3.h
+include/tilp2/keys73.h
+include/tilp2/keys83p.h
+include/tilp2/keys89.h
+include/tilp2/keys92p.h
+include/tilp2/stdints3.h
+include/tilp2/ticalcs.h
+lib/libticalcs2.la
+lib/pkgconfig/ticalcs2.pc
+${PLIST.nls}share/locale/fr/LC_MESSAGES/libticalcs2.mo
diff --git a/comms/libticalcs2/buildlink3.mk b/comms/libticalcs2/buildlink3.mk
new file mode 100644
index 00000000000..a908332bceb
--- /dev/null
+++ b/comms/libticalcs2/buildlink3.mk
@@ -0,0 +1,18 @@
+# $NetBSD: buildlink3.mk,v 1.1 2013/05/26 22:58:30 rodent Exp $
+
+BUILDLINK_TREE+= libticalcs2
+
+.if !defined(LIBTICALCS2_BUILDLINK3_MK)
+LIBTICALCS2_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libticalcs2+= libticalcs2>=1.1.7
+BUILDLINK_PKGSRCDIR.libticalcs2?= ../../comms/libticalcs2
+
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../comms/libtifiles2/buildlink3.mk"
+.include "../../comms/libticonv/buildlink3.mk"
+.include "../../comms/libticables2/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.endif # LIBTICALCS2_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -libticalcs2
diff --git a/comms/libticalcs2/distinfo b/comms/libticalcs2/distinfo
new file mode 100644
index 00000000000..b8f7628f06f
--- /dev/null
+++ b/comms/libticalcs2/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/05/26 22:58:30 rodent Exp $
+
+SHA1 (libticalcs2-1.1.7.tar.bz2) = cda1d356816b352618d25fc2d7afed59352a91ad
+RMD160 (libticalcs2-1.1.7.tar.bz2) = c5bed4064c708489835dc591d04bbc7d7fa5a747
+Size (libticalcs2-1.1.7.tar.bz2) = 525111 bytes
diff --git a/comms/libticalcs2/options.mk b/comms/libticalcs2/options.mk
new file mode 100644
index 00000000000..1eb31e46858
--- /dev/null
+++ b/comms/libticalcs2/options.mk
@@ -0,0 +1,14 @@
+# $NetBSD: options.mk,v 1.1 2013/05/26 22:58:30 rodent Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.libticalcs2
+PKG_SUPPORTED_OPTIONS= nls
+PKG_SUGGESTED_OPTIONS+= nls
+PLIST_VARS+= nls
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mnls)
+PLIST.nls= yes
+.else
+CONFIGURE_ARGS+= --disable-nls
+.endif