diff options
author | rodent <rodent@pkgsrc.org> | 2013-05-26 22:59:42 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-05-26 22:59:42 +0000 |
commit | bed7571aa03ccdc514536ee3adc64e6359a8661c (patch) | |
tree | 4554b9368c42e7362e24b0944cd4d44eba2f1e4c /comms/libtifiles2 | |
parent | b1b06b81c6edbfbb96cb55bbba50cfbf2516892b (diff) | |
download | pkgsrc-bed7571aa03ccdc514536ee3adc64e6359a8661c.tar.gz |
Import libtifiles2-1.1.5 as comms/libtifiles2.
"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/libtifiles2')
-rw-r--r-- | comms/libtifiles2/DESCR | 12 | ||||
-rw-r--r-- | comms/libtifiles2/Makefile | 28 | ||||
-rw-r--r-- | comms/libtifiles2/PLIST | 23 | ||||
-rw-r--r-- | comms/libtifiles2/buildlink3.mk | 18 | ||||
-rw-r--r-- | comms/libtifiles2/distinfo | 5 | ||||
-rw-r--r-- | comms/libtifiles2/options.mk | 14 |
6 files changed, 100 insertions, 0 deletions
diff --git a/comms/libtifiles2/DESCR b/comms/libtifiles2/DESCR new file mode 100644 index 00000000000..53e02c82cb4 --- /dev/null +++ b/comms/libtifiles2/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/libtifiles2/Makefile b/comms/libtifiles2/Makefile new file mode 100644 index 00000000000..4047dfa9074 --- /dev/null +++ b/comms/libtifiles2/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1 2013/05/26 22:59:42 rodent Exp $ +# + +DISTNAME= libtifiles2-1.1.5 +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+= gmake intltool msgfmt msgmerge pkg-config xgettext +USE_PKGLOCALEDIR= yes + +PKGCONFIG_OVERRIDE+= tifiles2.pc.in + +.include "options.mk" + +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" +.include "../../comms/libticonv/buildlink3.mk" +.include "../../devel/glib2/buildlink3.mk" +.include "../../converters/libiconv/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/comms/libtifiles2/PLIST b/comms/libtifiles2/PLIST new file mode 100644 index 00000000000..d5eb4aa1aa0 --- /dev/null +++ b/comms/libtifiles2/PLIST @@ -0,0 +1,23 @@ +@comment $NetBSD: PLIST,v 1.1 2013/05/26 22:59:42 rodent Exp $ +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/typesnsp.h +include/tilp2/typesv2.h +include/tilp2/typesxx.h +lib/libtifiles2.la +lib/pkgconfig/tifiles2.pc +${PLIST.nls}share/locale/fr/LC_MESSAGES/libtifiles2.mo diff --git a/comms/libtifiles2/buildlink3.mk b/comms/libtifiles2/buildlink3.mk new file mode 100644 index 00000000000..9bccd99b8f5 --- /dev/null +++ b/comms/libtifiles2/buildlink3.mk @@ -0,0 +1,18 @@ +# $NetBSD: buildlink3.mk,v 1.1 2013/05/26 22:59:42 rodent Exp $ + +BUILDLINK_TREE+= libtifiles2 + +.if !defined(LIBTIFILES2_BUILDLINK3_MK) +LIBTIFILES2_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.libtifiles2+= libtifiles2>=1.1.5 +BUILDLINK_PKGSRCDIR.libtifiles2?= ../../comms/libtifiles2 + +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" +.include "../../comms/libticonv/buildlink3.mk" +.include "../../devel/glib2/buildlink3.mk" +.include "../../converters/libiconv/buildlink3.mk" +.endif # LIBTIFILES2_BUILDLINK3_MK + +BUILDLINK_TREE+= -libtifiles2 diff --git a/comms/libtifiles2/distinfo b/comms/libtifiles2/distinfo new file mode 100644 index 00000000000..d65fb552995 --- /dev/null +++ b/comms/libtifiles2/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/05/26 22:59:42 rodent Exp $ + +SHA1 (libtifiles2-1.1.5.tar.bz2) = ed08600bd767cf878e56cbd55143e16d42ecd372 +RMD160 (libtifiles2-1.1.5.tar.bz2) = cdac8e83f70c1019d00ba0d7e230911d770ec173 +Size (libtifiles2-1.1.5.tar.bz2) = 460500 bytes diff --git a/comms/libtifiles2/options.mk b/comms/libtifiles2/options.mk new file mode 100644 index 00000000000..7cec5ca680a --- /dev/null +++ b/comms/libtifiles2/options.mk @@ -0,0 +1,14 @@ +# $NetBSD: options.mk,v 1.1 2013/05/26 22:59:42 rodent Exp $ + +PKG_OPTIONS_VAR= PKG_OPTIONS.libtifiles2 +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 |