debian/0000755000000000000000000000000012170621301007157 5ustar debian/rules0000755000000000000000000000111512170615541010246 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk DEB_BUILDDIR := obj-$(DEB_BUILD_GNU_TYPE) TADS2_VERSION = $(shell grep TADS_RUNTIME_VERSION $(DEB_SRCDIR)/tads2/trd.h | sed -e 's/.*"\(.*\)".*/\1/') TADS3_VERSION = $(shell grep 'define.*T3VM_VSN_STRING' $(DEB_SRCDIR)/tads3/vmvsn.h | sed -e 's/.*"\(.*\)".*/\1/') DEB_DH_GENCONTROL_ARGS_ALL = -- -Vtads2-version=$(TADS2_VERSION) -Vtads3-version=$(TADS3_VERSION) clean:: rm -rf $(DEB_BUILDDIR) rm -f *.cdbs-config_list rm -f debian/cdbs-install-list debian/cdbs-package-list debian/watch0000644000000000000000000000043112170621102010205 0ustar # format version number, currently 3; this line is compulsory! version=3 # This is a variant HTTP format which allows direct specification of # the homepage: # Homepage Pattern [Version [Action]] http://www.tads.org/frobtads.htm frobtads/frobtads-([\d\.]*)\.tar\.(?:gz|bz2|xz) debian/tads3-dev.links0000644000000000000000000000007012170615311012014 0ustar /usr/share/frobtads/tads3/doc /usr/share/doc/tads3/html debian/frobtads.install0000644000000000000000000000004312170615311012354 0ustar debian/tmp/usr/bin/frob /usr/games debian/changelog0000644000000000000000000000474412170620353011050 0ustar frobtads (1:1.2.3-1) unstable; urgency=low * New upstream release. + Comes as a single tarball, remove previous debian/rules code to handle three tarballs. * Switch to 3.0 (quilt) format. * Add a debian/watch file. -- Daniel Schepler Sun, 14 Jul 2013 15:06:27 -0700 frobtads (1:0.13-2) unstable; urgency=low * Fix error in short description of frobtads package. * Mark package as autobuildable. -- Daniel Schepler Wed, 11 Nov 2009 10:34:13 -0800 frobtads (1:0.13-1) unstable; urgency=low * New upstream release from new source. Closes: #384362. * Redo packaging. + Builds with dash as /bin/sh. Closes: #486207. + Use epoch so tads2-dev and tads3-dev will upgrade. -- Daniel Schepler Sun, 23 Aug 2009 14:06:01 -0700 tads (3.0.8-1) unstable; urgency=low * New upstream release. Closes: #221665. * Use dh_usrlocal to generate the tads2-dev maintainer scripts. * Remove obsolete transition packages tadsr and tads-dev. * Add a brief description of what TADS is to all the packages. Closes: #179840. -- Daniel Schepler Sun, 16 Oct 2005 14:38:26 +0200 tads (3.0.5-1) unstable; urgency=low * Moved to Suzanne Britton's combined tads23 unix package. * New packages: tads2, tads2-dev, tads3, tads3-dev, tads3-doc. * Renamed /usr/share/tads to /usr/share/tads2. * Made old package names tadsr, tads-dev into transition packages. * Moved to debhelper version 4. * Updated for policy 3.5.8.0 (new DEB_BUILD_OPTIONS rules). -- Daniel Schepler Sun, 26 Jan 2003 09:37:23 -0800 tads (2.5.5-4) unstable; urgency=low * Fixed vararg handling to work on powerpc. (Closes: #111641) * Removed bashisms from debian/rules. (Closes: #140007) * Changed tadsr's section to non-free/games. * Ported tadsrsc to unix. * Moved tadsr to /usr/games. -- Daniel Schepler Wed, 27 Mar 2002 15:27:18 -0800 tads (2.5.5-3) unstable; urgency=low * New maintainer address. * First upload (closes: bug#81715). -- Daniel Schepler Fri, 26 Jan 2001 23:07:08 -0800 tads (2.5.5-2) unstable; urgency=low * Added missing Build-Depends entry. -- Daniel Schepler Fri, 19 Jan 2001 13:40:42 -0800 tads (2.5.5-1) unstable; urgency=low * Initial Release. * Added system include paths in tadsc and tdb. -- Daniel Schepler Tue, 9 Jan 2001 16:01:51 -0800 debian/control0000644000000000000000000000606012170616437010602 0ustar Source: frobtads Section: non-free/games Priority: optional Maintainer: Daniel Schepler Build-Depends: debhelper (>> 7), cdbs, libncurses5-dev, libcurl4-openssl-dev Standards-Version: 3.9.4 Homepage: http://www.tads.org/frobtads.htm XS-Autobuild: yes Package: frobtads Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, tads3-common (>= ${source:Upstream-Version}) Provides: tads2-interpreter XB-TADS2-Version: ${tads2-version} XB-TADS3-Version: ${tads3-version} Description: Text mode interpreter for TADS version 2 and 3 game files TADS is the Text Adventure Development System, a set of tools for writing and playing text-based adventure games. You interface with these games by entering commands in English, and the game responds with a textual description of the result. . This package contains the text-mode TADS 2 and TADS 3 interpreter. You must have a TADS interpreter to play a TADS game file, which typically has an extension of ".gam" or ".t3". You can find many of these games at the Interactive Fiction Archive at http://www.ifarchive.org/. Package: tads2-dev Section: non-free/devel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: frobtads | tads2-interpreter XB-TADS2-Version: ${tads2-version} Description: TADS version 2 development tools TADS is the Text Adventure Development System, a set of tools for writing and playing text-based adventure games. You interface with these games by entering commands in English, and the game responds with a textual description of the result. . This package contains a compiler which produces machine-independent TADS version 2 game files, as well as the standard TADS 2 library. The input language is an object-oriented high-level language similar to C or C++. Package: tads3-dev Section: non-free/devel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, tads3-common (>= ${source:Upstream-Version}) Suggests: frobtads | tads3-interpreter, tads3-doc XB-TADS3-Version: ${tads3-version} Description: TADS version 3 development tools TADS is the Text Adventure Development System, a set of tools for writing and playing text-based adventure games. You interface with these games by entering commands in English, and the game responds with a textual description of the result. . This package contains a compiler which produces machine-independent TADS version 3 game files, as well as the standard TADS 3 library. The input language is an object-oriented high-level language similar to C or C++. Package: tads3-common Section: non-free/games Architecture: all Depends: ${misc:Depends} Recommends: frobtads | tads3-dev XB-TADS3-Version: ${tads3-version} Description: TADS version 3 runtime support files TADS is the Text Adventure Development System, a set of tools for writing and playing text-based adventure games. You interface with these games by entering commands in English, and the game responds with a textual description of the result. . This package contains runtime support files needed by both the TADS 3 interpreter and the TADS 3 compiler. debian/copyright0000644000000000000000000000621612170615311011123 0ustar This package was debianized by Daniel Schepler on Tue, 9 Jan 2001 14:40:58 -0800. It was downloaded from http://www.tads.org/frobtads.htm Upstream Authors: Michael J. Roberts Nikos Chantziaras Brad Appleton By the terms of the TADS 3 Freeware Source Code License, this package can be autobuilt. Before making any changes making the package non-autobuildable, contact nonfree@release.debian.net. Copyright: This software is distributed under the terms and conditions of the "TADS 3 FREEWARE SOURCE CODE LICENSE". The text of this license can be found in tads3/LICENSE.TXT, as included in the packaging of this file. Note to distributors and packagers: The license does not permit distribution of this software if a fee is collected for this service, nor inclusion of this software with other software for which a fee is collected without the maintainer's permission. -- tads3/LICENSE.TXT: TADS 3 FREEWARE SOURCE CODE LICENSE The TADS 3 source code is Copyright 1998, 2003 by Michael J. Roberts. The author hereby grants you permission to use, copy, and distribute this software, if you agree to the following conditions: 1. You must include this license and the copyright notice with all copies. 2. You may not require or collect a fee for copies of this software, or any part of this software, that you give to other people. 3. You may not include this software with any other software for which a fee is collected. 4. You may not modify this software except as permitted below (see "derivative works"), and each copy you make and distribute must be a full and complete copy of the software you originally received. 5. Anyone to whom you give a copy of this software receives all of the same permissions that you did under this license and is subject to all of the same restrictions. 6. You are not allowed to create derivative works, which are works that contain or are based on all or part of this work, except under the conditions described below. 7. Any derivative works are subject to this same license. Derivative Works ---------------- This source code is distributed for the specific purpose of porting TADS, so that you can run the software on any system of your choosing. All other derivative works are prohibited without the written permission of the author. I want to avoid the creation of variations on the system, because it leads to confusion on the part of users if there are multiple incompatible flavors floating around. However, if you have a specific idea in mind, I'd be happy to at least consider it. Please contact the author if you have any questions about this or if you would like permission to create a derived work. If you port TADS to a new platform, the author does grant permission for you to distribute your ported version - I encourage it, in fact. I ask that you include your contact information in any distribution package you create, so that users of your version will know how to contact you if they have any questions relating specifically to your version. debian/frobtads.docs0000644000000000000000000000013412170615311011637 0ustar build/*/doc/AUTHORS build/*/doc/BUGS build/*/doc/NEWS build/*/doc/README build/*/doc/THANKS debian/source/0000755000000000000000000000000012170615615010472 5ustar debian/source/format0000644000000000000000000000001412170615615011700 0ustar 3.0 (quilt) debian/tads3-dev.install0000644000000000000000000000022712170615311012346 0ustar debian/tmp/usr/bin/t3make debian/tmp/usr/share/frobtads/tads3/doc debian/tmp/usr/share/frobtads/tads3/include debian/tmp/usr/share/frobtads/tads3/lib debian/tads3-common.install0000644000000000000000000000005012170615311013052 0ustar debian/tmp/usr/share/frobtads/tads3/res debian/compat0000644000000000000000000000000212170615311010361 0ustar 7 debian/tads2-dev.install0000644000000000000000000000007512170615311012346 0ustar debian/tmp/usr/bin/tadsc debian/tmp/usr/share/frobtads/tads2