ftnapps-svn Mailing List for FTN Applications (Page 2)
Brought to you by:
jame
You can subscribe to this list here.
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(22) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
|
Feb
(13) |
Mar
(21) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
(3) |
Oct
(5) |
Nov
(1) |
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(33) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(9) |
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(4) |
Nov
|
Dec
|
From: <ja...@us...> - 2011-07-23 17:08:15
|
Revision: 91 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=91&view=rev Author: jame Date: 2011-07-23 17:08:09 +0000 (Sat, 23 Jul 2011) Log Message: ----------- Set Standards Version from 3.7.3 to 3.8.4 Modified Paths: -------------- tinytic/trunk/debian/control Modified: tinytic/trunk/debian/control =================================================================== --- tinytic/trunk/debian/control 2011-07-23 17:08:03 UTC (rev 90) +++ tinytic/trunk/debian/control 2011-07-23 17:08:09 UTC (rev 91) @@ -3,7 +3,7 @@ Priority: extra Maintainer: Robert James Clay <ja...@ro...> Build-Depends: debhelper (>= 7), dpatch -Standards-Version: 3.7.3 +Standards-Version: 3.8.4 Homepage: http://ftnapps.sourceforge.net/tinytic.html Vcs-Git: git://ftnapps.git.sourceforge.net/gitroot/ftnapps/tinytic.git Vcs-Browser: http://ftnapps.git.sourceforge.net/git/gitweb.cgi?p=ftnapps/tinytic.git This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ja...@us...> - 2011-07-23 17:08:09
|
Revision: 90 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=90&view=rev Author: jame Date: 2011-07-23 17:08:03 +0000 (Sat, 23 Jul 2011) Log Message: ----------- Correct mis-spelling in 10_tprocess-L89-fix.dpatch Modified Paths: -------------- tinytic/trunk/debian/patches/10_tprocess-L89-fix.dpatch Modified: tinytic/trunk/debian/patches/10_tprocess-L89-fix.dpatch =================================================================== --- tinytic/trunk/debian/patches/10_tprocess-L89-fix.dpatch 2011-07-23 17:07:57 UTC (rev 89) +++ tinytic/trunk/debian/patches/10_tprocess-L89-fix.dpatch 2011-07-23 17:08:03 UTC (rev 90) @@ -6,7 +6,7 @@ ## DP: up on some systems when compileing (example from Ubuntu v9.10): ## DP: src/tprocess.cpp:89:6: error: #elif with no expression ## DP: The patch just changes the "#elif" to "#else" and is already -## DP: present in uptream. +## DP: present in upstream. @DPATCH@ diff -urNad tinytic-0.6.1~/src/tprocess.cpp tinytic-0.6.1/src/tprocess.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ja...@us...> - 2011-07-23 17:08:06
|
Revision: 89 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=89&view=rev Author: jame Date: 2011-07-23 17:07:57 +0000 (Sat, 23 Jul 2011) Log Message: ----------- Bump debian version to 0.6.1-2 Modified Paths: -------------- tinytic/trunk/debian/changelog Modified: tinytic/trunk/debian/changelog =================================================================== --- tinytic/trunk/debian/changelog 2011-07-23 17:07:50 UTC (rev 88) +++ tinytic/trunk/debian/changelog 2011-07-23 17:07:57 UTC (rev 89) @@ -1,3 +1,9 @@ +tinytic (0.6.1-2) UNRELEASED; urgency=low + + * Debian packaging updates. + + -- Robert James Clay <ja...@ro...> Wed, 26 Jan 2011 20:05:31 -0500 + tinytic (0.6.1-1) stable; urgency=low * Initial release of TinyTIC as a Debian Package This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ja...@us...> - 2011-07-23 17:07:56
|
Revision: 88 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=88&view=rev Author: jame Date: 2011-07-23 17:07:50 +0000 (Sat, 23 Jul 2011) Log Message: ----------- Set 0.6.1-1, stable, for release. Modified Paths: -------------- tinytic/trunk/debian/changelog Modified: tinytic/trunk/debian/changelog =================================================================== --- tinytic/trunk/debian/changelog 2011-07-23 17:07:44 UTC (rev 87) +++ tinytic/trunk/debian/changelog 2011-07-23 17:07:50 UTC (rev 88) @@ -1,6 +1,6 @@ -tinytic (0.6.1-1) UNRELEASED; urgency=low +tinytic (0.6.1-1) stable; urgency=low * Initial release of TinyTIC as a Debian Package - -- Robert James Clay <ja...@ro...> Sun, 08 Mar 2009 13:52:05 -0400 + -- Robert James Clay <ja...@ro...> Sat, 28 Nov 2009 13:52:05 -0500 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ja...@us...> - 2011-07-23 17:07:50
|
Revision: 87 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=87&view=rev Author: jame Date: 2011-07-23 17:07:44 +0000 (Sat, 23 Jul 2011) Log Message: ----------- Change 'dh_clean -k' to 'dh_prep' in debian/rules. The command 'dh_clean -k' being used in the debian/rules build target has deprecated with debhelper v7. Change to useing 'dh_prep' instead, which has replaced it. Modified Paths: -------------- tinytic/trunk/debian/rules Modified: tinytic/trunk/debian/rules =================================================================== --- tinytic/trunk/debian/rules 2011-07-23 17:07:39 UTC (rev 86) +++ tinytic/trunk/debian/rules 2011-07-23 17:07:44 UTC (rev 87) @@ -46,7 +46,7 @@ install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs # Add here commands to install the package into debian/tinytic. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ja...@us...> - 2011-07-23 17:07:44
|
Revision: 86 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=86&view=rev Author: jame Date: 2011-07-23 17:07:39 +0000 (Sat, 23 Jul 2011) Log Message: ----------- Add debian/patches/00list for dpatch system. Added Paths: ----------- tinytic/trunk/debian/patches/00list Added: tinytic/trunk/debian/patches/00list =================================================================== --- tinytic/trunk/debian/patches/00list (rev 0) +++ tinytic/trunk/debian/patches/00list 2011-07-23 17:07:39 UTC (rev 86) @@ -0,0 +1 @@ +10_tprocess-L89-fix.dpatch This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ja...@us...> - 2011-07-23 17:07:38
|
Revision: 85 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=85&view=rev Author: jame Date: 2011-07-23 17:07:32 +0000 (Sat, 23 Jul 2011) Log Message: ----------- Add patch for line 89 error in src/tprocess.cpp. Error during compile at line 89 of src/tprocess.cpp on some systems. Change "#elif" to "#else". This is a backport, as the fix is already in upstream. Added Paths: ----------- tinytic/trunk/debian/patches/ tinytic/trunk/debian/patches/10_tprocess-L89-fix.dpatch Added: tinytic/trunk/debian/patches/10_tprocess-L89-fix.dpatch =================================================================== --- tinytic/trunk/debian/patches/10_tprocess-L89-fix.dpatch (rev 0) +++ tinytic/trunk/debian/patches/10_tprocess-L89-fix.dpatch 2011-07-23 17:07:32 UTC (rev 85) @@ -0,0 +1,23 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 10_tprocess-L89-fix.dpatch by Robert James Clay <ja...@ro...> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: This is a backport of a fix to the following error that comes +## DP: up on some systems when compileing (example from Ubuntu v9.10): +## DP: src/tprocess.cpp:89:6: error: #elif with no expression +## DP: The patch just changes the "#elif" to "#else" and is already +## DP: present in uptream. + +@DPATCH@ +diff -urNad tinytic-0.6.1~/src/tprocess.cpp tinytic-0.6.1/src/tprocess.cpp +--- tinytic-0.6.1~/src/tprocess.cpp 2009-11-08 16:21:13.000000000 -0500 ++++ tinytic-0.6.1/src/tprocess.cpp 2009-11-09 13:01:38.258638240 -0500 +@@ -86,7 +86,7 @@ + { + #ifdef __TINYTIC_POSIX + CDirect cd("*.[Tt][Ii][Cc]"); +-#elif ++#else + CDirect cd("*.TIC"); + #endif + FileData hFileData; Property changes on: tinytic/trunk/debian/patches/10_tprocess-L89-fix.dpatch ___________________________________________________________________ Added: svn:executable + * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ja...@us...> - 2011-07-23 17:07:31
|
Revision: 84 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=84&view=rev Author: jame Date: 2011-07-23 17:07:25 +0000 (Sat, 23 Jul 2011) Log Message: ----------- Add file debian/README.source. Add the file debian/README.source to the packaging. It can be used for other information, but this initial version is specifically to document the patch system for the package. Added Paths: ----------- tinytic/trunk/debian/README.source Added: tinytic/trunk/debian/README.source =================================================================== --- tinytic/trunk/debian/README.source (rev 0) +++ tinytic/trunk/debian/README.source 2011-07-23 17:07:25 UTC (rev 84) @@ -0,0 +1,30 @@ +Source README for TinyTIC +-------------------------- + +This package uses dpatch to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +To get the fully patched source after unpacking the source package, cd +to the root level of the source package and run: + + debian/rules patch + +Removing a patch is as simple as removing its entry from the +debian/patches/00list file, and please also remove the patch file +itself. + +Creating a new patch is done with "dpatch-edit-patch patch XX_patchname" +where you should replace XX with a new number and patchname with a +descriptive shortname of the patch. You can then simply edit all the +files your patch wants to edit, and then simply "exit 0" from the shell +to actually create the patch file. + +To tweak an already existing patch, call "dpatch-edit-patch XX_patchname" +and replace XX_patchname with the actual filename from debian/patches +you want to use. + +To clean up afterwards again, "debian/rules unpatch" will do the +work for you - or you can of course choose to call +"fakeroot debian/rules clean" all together. + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ja...@us...> - 2011-07-23 17:07:25
|
Revision: 83 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=83&view=rev Author: jame Date: 2011-07-23 17:07:19 +0000 (Sat, 23 Jul 2011) Log Message: ----------- Add dpatch to build-depends in debian/control. Modified Paths: -------------- tinytic/trunk/debian/control Modified: tinytic/trunk/debian/control =================================================================== --- tinytic/trunk/debian/control 2011-07-23 17:07:13 UTC (rev 82) +++ tinytic/trunk/debian/control 2011-07-23 17:07:19 UTC (rev 83) @@ -2,7 +2,7 @@ Section: utils Priority: extra Maintainer: Robert James Clay <ja...@ro...> -Build-Depends: debhelper (>= 7) +Build-Depends: debhelper (>= 7), dpatch Standards-Version: 3.7.3 Homepage: http://ftnapps.sourceforge.net/tinytic.html Vcs-Git: git://ftnapps.git.sourceforge.net/gitroot/ftnapps/tinytic.git This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ja...@us...> - 2011-07-23 17:07:19
|
Revision: 82 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=82&view=rev Author: jame Date: 2011-07-23 17:07:13 +0000 (Sat, 23 Jul 2011) Log Message: ----------- Add entries needed for using dpatch to debian/rules. - Added include for dpatch.make - Added patch-stamp to build-stamp dependancy - Created new clean target with olc clean target as clean1 plus new unpatch dependancy - Added patch and unpatch to .PHONY target Reference man dpatch.make Modified Paths: -------------- tinytic/trunk/debian/rules Modified: tinytic/trunk/debian/rules =================================================================== --- tinytic/trunk/debian/rules 2011-07-23 17:07:07 UTC (rev 81) +++ tinytic/trunk/debian/rules 2011-07-23 17:07:13 UTC (rev 82) @@ -5,17 +5,19 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +include /usr/share/dpatch/dpatch.make + configure: configure-stamp configure-stamp: dh_testdir # Add here commands to configure the package. - + touch configure-stamp build: build-stamp -build-stamp: configure-stamp +build-stamp: configure-stamp patch-stamp dh_testdir # Add here commands to compile the package. @@ -30,7 +32,8 @@ touch $@ -clean: +clean: clean1 unpatch +clean1: dh_testdir dh_testroot rm -f build-stamp configure-stamp @@ -72,4 +75,4 @@ dh_builddeb binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure +.PHONY: patch unpatch build clean binary-indep binary-arch binary install configure This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ja...@us...> - 2011-07-23 17:07:13
|
Revision: 81 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=81&view=rev Author: jame Date: 2011-07-23 17:07:07 +0000 (Sat, 23 Jul 2011) Log Message: ----------- Move example files to specific directory. Modified Paths: -------------- tinytic/trunk/debian/docs tinytic/trunk/debian/rules Added Paths: ----------- tinytic/trunk/debian/examples Modified: tinytic/trunk/debian/docs =================================================================== --- tinytic/trunk/debian/docs 2011-07-23 17:06:58 UTC (rev 80) +++ tinytic/trunk/debian/docs 2011-07-23 17:07:07 UTC (rev 81) @@ -1,9 +1,3 @@ -doc/AUTORULE.BAT -doc/EXAMPLE.CFG -doc/FOOTER.TXT -doc/HEADER.TXT -doc/MAILPROC.BAT doc/MPOST.DOC doc/SYNC.DOC doc/SYSOP.DOC -doc/TINYTIC.CFG Copied: tinytic/trunk/debian/examples (from rev 80, tinytic/trunk/debian/docs) =================================================================== --- tinytic/trunk/debian/examples (rev 0) +++ tinytic/trunk/debian/examples 2011-07-23 17:07:07 UTC (rev 81) @@ -0,0 +1,6 @@ +doc/AUTORULE.BAT +doc/EXAMPLE.CFG +doc/FOOTER.TXT +doc/HEADER.TXT +doc/MAILPROC.BAT +doc/TINYTIC.CFG Modified: tinytic/trunk/debian/rules =================================================================== --- tinytic/trunk/debian/rules 2011-07-23 17:06:58 UTC (rev 80) +++ tinytic/trunk/debian/rules 2011-07-23 17:07:07 UTC (rev 81) @@ -59,6 +59,7 @@ dh_testroot dh_installchangelogs doc/tinytic.rev dh_installdocs + dh_installexamples dh_installman doc/tinytic.1 dh_link dh_strip This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ja...@us...> - 2011-07-23 17:07:04
|
Revision: 80 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=80&view=rev Author: jame Date: 2011-07-23 17:06:58 +0000 (Sat, 23 Jul 2011) Log Message: ----------- Add Vcs* entries to debian/control. Added entries for Vcs-Git and Vcs-Browser to the debian/control file to point to the debian packaging development version control information. Modified Paths: -------------- tinytic/trunk/debian/control Modified: tinytic/trunk/debian/control =================================================================== --- tinytic/trunk/debian/control 2011-07-23 17:06:48 UTC (rev 79) +++ tinytic/trunk/debian/control 2011-07-23 17:06:58 UTC (rev 80) @@ -5,6 +5,8 @@ Build-Depends: debhelper (>= 7) Standards-Version: 3.7.3 Homepage: http://ftnapps.sourceforge.net/tinytic.html +Vcs-Git: git://ftnapps.git.sourceforge.net/gitroot/ftnapps/tinytic.git +Vcs-Browser: http://ftnapps.git.sourceforge.net/git/gitweb.cgi?p=ftnapps/tinytic.git Package: tinytic Architecture: any This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ja...@us...> - 2011-07-23 17:06:54
|
Revision: 79 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=79&view=rev Author: jame Date: 2011-07-23 17:06:48 +0000 (Sat, 23 Jul 2011) Log Message: ----------- Edit/corrections of debian/README.Debian. Modified Paths: -------------- tinytic/trunk/debian/README.Debian Modified: tinytic/trunk/debian/README.Debian =================================================================== --- tinytic/trunk/debian/README.Debian 2011-07-23 17:06:41 UTC (rev 78) +++ tinytic/trunk/debian/README.Debian 2011-07-23 17:06:48 UTC (rev 79) @@ -1,11 +1,11 @@ -TinyTIC for Debian ------------------- +TinyTIC +------- TinyTIC is a small, simple TIC processor that can be used with any BBS software that will allow importation of a text message into its message base. The binary is installed to /usr/bin, with documentation and examples being available in /usr/share/doc/tinytic. Discussion and support for it can -be done in Fidonet echos like BBS_CARNIVAL, LINUX_BBS, and others. +be done in Fidonet echos like BBS_CARNIVAL, LINUX_BBS, SYNCHRONET, and others. Documentation: SYSOP.DOC.gz : The sysop documentation. @@ -17,10 +17,13 @@ FOOTER.TXT : Sample footer text file. - The original source archive was downloaded from Sean Dennis' system, -http://nsbbs.darktech.org/files/tt00531s.zip. It was then added to the -FTN Applications project at SourceForge where it is now available from. -Homepage for it is http://ftnapps.sourceforge.net/tinytic.html. + The original source archive was downloaded from the following system, +http://nsbbs.darktech.org/files/tt00531s.zip. TinyTIC was then added +to the FTN Applications project at SourceForge where it is now available. +I made some changes to the layout and added a man page, and then the author +made some corrections; this all lead to the new version v0.6.1. + Homepage for it is http://ftnapps.sourceforge.net/tinytic.html. - -- Robert James Clay <ja...@ro...> Sun, 08 Mar 2009 15:12:05 -0400 + + -- Robert James Clay <ja...@ro...> Sun, 08 Nov 2009 15:12:05 -0400 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ja...@us...> - 2011-07-23 17:06:48
|
Revision: 78 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=78&view=rev Author: jame Date: 2011-07-23 17:06:41 +0000 (Sat, 23 Jul 2011) Log Message: ----------- Edit/cleanup of debian/rules. Modified Paths: -------------- tinytic/trunk/debian/rules Modified: tinytic/trunk/debian/rules =================================================================== --- tinytic/trunk/debian/rules 2011-07-23 17:06:33 UTC (rev 77) +++ tinytic/trunk/debian/rules 2011-07-23 17:06:41 UTC (rev 78) @@ -5,10 +5,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 - - - - configure: configure-stamp configure-stamp: dh_testdir @@ -23,7 +19,7 @@ dh_testdir # Add here commands to compile the package. - #$(MAKE) + # g++ src/CDirect.cpp -Wall -s -c g++ src/filecopy.cpp -Wall -s -c g++ src/tprocess.cpp -Wall -s -c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ja...@us...> - 2011-07-23 17:06:39
|
Revision: 77 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=77&view=rev Author: jame Date: 2011-07-23 17:06:33 +0000 (Sat, 23 Jul 2011) Log Message: ----------- Correct section entry in debian/tinytic.doc-base. Had initially set the section entry in the debian/ tinytic.doc-base file as utils but there is no such section in use by doc-base. Changed it to File Management. Modified Paths: -------------- tinytic/trunk/debian/tinytic.doc-base Modified: tinytic/trunk/debian/tinytic.doc-base =================================================================== --- tinytic/trunk/debian/tinytic.doc-base 2011-07-23 17:06:27 UTC (rev 76) +++ tinytic/trunk/debian/tinytic.doc-base 2011-07-23 17:06:33 UTC (rev 77) @@ -4,7 +4,7 @@ Abstract: This manual describes what TinyTIC is and how it can be used to process TIC files on Debian systems. -Section: utils +Section: File Management Format: text Files: /usr/share/doc/tinytic/SYSOP.DOC.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ja...@us...> - 2011-07-23 17:06:33
|
Revision: 76 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=76&view=rev Author: jame Date: 2011-07-23 17:06:27 +0000 (Sat, 23 Jul 2011) Log Message: ----------- Initial update of debian/copyright file. Edit wording and insure that the years noted are correct in the debian/copyright file. Modified Paths: -------------- tinytic/trunk/debian/copyright Modified: tinytic/trunk/debian/copyright =================================================================== --- tinytic/trunk/debian/copyright 2011-07-23 17:06:21 UTC (rev 75) +++ tinytic/trunk/debian/copyright 2011-07-23 17:06:27 UTC (rev 76) @@ -3,37 +3,51 @@ It was downloaded from http://ftnapps.sourceforge.net. -Upstream Author(s): +Upstream Author: Michael Dillon <gsv...@us...> Copyright: - <Copyright (C) 2000-2003 Michael Dillon> + <Copyright (C) 2000-2003, 2009 Michael Dillon> + <Copyright (C) 2009 Robert James Clay> License: - Redistribution and use in source and binary forms, with or without - modification, are permitted under the terms of the BSD License. + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: - THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND - ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE - FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - SUCH DAMAGE. + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -On Debian systems, the complete text of the BSD License can be -found in `/usr/share/common-licenses/BSD'. + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + Neither the name of Crystalline Realms, Midnight's Hour BBS, + nor the names of their contributors may be used to endorse or + promote products derived from this software without specific + prior written permission. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS + FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED + OF THE POSSIBILITY OF SUCH DAMAGE. + + +The documentation files are Copyright (C) 2000-2002 Sean Dennis and are +under the same license as the software, see above. + The Debian packaging is (C) 2009, Robert James Clay <ja...@ro...> and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. -The documentation files are Copyright (C) 2000-2002 Sean Dennis and are -under the BSD license, see `/usr/share/common-licenses/BSD' This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ja...@us...> - 2011-07-23 17:06:27
|
Revision: 75 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=75&view=rev Author: jame Date: 2011-07-23 17:06:21 +0000 (Sat, 23 Jul 2011) Log Message: ----------- Do not install license.txt from source archive. The license.txt file in the source archive does not need to be installed with the package because the same infomation is already in the debian/copyright file. Modified Paths: -------------- tinytic/trunk/debian/docs Modified: tinytic/trunk/debian/docs =================================================================== --- tinytic/trunk/debian/docs 2011-07-23 17:06:16 UTC (rev 74) +++ tinytic/trunk/debian/docs 2011-07-23 17:06:21 UTC (rev 75) @@ -7,4 +7,3 @@ doc/SYNC.DOC doc/SYSOP.DOC doc/TINYTIC.CFG -license.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ja...@us...> - 2011-07-23 17:06:22
|
Revision: 74 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=74&view=rev Author: jame Date: 2011-07-23 17:06:16 +0000 (Sat, 23 Jul 2011) Log Message: ----------- Bump initial debian package version to 0.6.1. Modified Paths: -------------- tinytic/trunk/debian/changelog Modified: tinytic/trunk/debian/changelog =================================================================== --- tinytic/trunk/debian/changelog 2011-07-23 17:06:09 UTC (rev 73) +++ tinytic/trunk/debian/changelog 2011-07-23 17:06:16 UTC (rev 74) @@ -1,6 +1,6 @@ -tinytic (0.6.0-1) UNRELEASED; urgency=low +tinytic (0.6.1-1) UNRELEASED; urgency=low * Initial release of TinyTIC as a Debian Package - -- Robert James Clay <ja...@ro...> Sun, 08 Mar 2009 15:12:05 -0400 + -- Robert James Clay <ja...@ro...> Sun, 08 Mar 2009 13:52:05 -0400 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ja...@us...> - 2011-07-23 17:06:15
|
Revision: 73 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=73&view=rev Author: jame Date: 2011-07-23 17:06:09 +0000 (Sat, 23 Jul 2011) Log Message: ----------- Correct MD email address. Modified Paths: -------------- tinytic/trunk/debian/copyright Modified: tinytic/trunk/debian/copyright =================================================================== --- tinytic/trunk/debian/copyright 2011-07-23 17:06:03 UTC (rev 72) +++ tinytic/trunk/debian/copyright 2011-07-23 17:06:09 UTC (rev 73) @@ -5,7 +5,7 @@ Upstream Author(s): - Michael Dillon <gsv...@gm...> + Michael Dillon <gsv...@us...> Copyright: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ja...@us...> - 2011-07-23 17:06:09
|
Revision: 72 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=72&view=rev Author: jame Date: 2011-07-23 17:06:03 +0000 (Sat, 23 Jul 2011) Log Message: ----------- Change to using RJC rocasa.us email address. Modified Paths: -------------- tinytic/trunk/debian/README.Debian tinytic/trunk/debian/changelog tinytic/trunk/debian/control tinytic/trunk/debian/copyright Modified: tinytic/trunk/debian/README.Debian =================================================================== --- tinytic/trunk/debian/README.Debian 2011-07-23 17:05:55 UTC (rev 71) +++ tinytic/trunk/debian/README.Debian 2011-07-23 17:06:03 UTC (rev 72) @@ -23,4 +23,4 @@ Homepage for it is http://ftnapps.sourceforge.net/tinytic.html. - -- Robert James Clay <ja...@ro...> Sun, 08 Mar 2009 15:12:05 -0400 + -- Robert James Clay <ja...@ro...> Sun, 08 Mar 2009 15:12:05 -0400 Modified: tinytic/trunk/debian/changelog =================================================================== --- tinytic/trunk/debian/changelog 2011-07-23 17:05:55 UTC (rev 71) +++ tinytic/trunk/debian/changelog 2011-07-23 17:06:03 UTC (rev 72) @@ -2,5 +2,5 @@ * Initial release of TinyTIC as a Debian Package - -- Robert James Clay <ja...@ro...> Sun, 08 Mar 2009 15:12:05 -0400 + -- Robert James Clay <ja...@ro...> Sun, 08 Mar 2009 15:12:05 -0400 Modified: tinytic/trunk/debian/control =================================================================== --- tinytic/trunk/debian/control 2011-07-23 17:05:55 UTC (rev 71) +++ tinytic/trunk/debian/control 2011-07-23 17:06:03 UTC (rev 72) @@ -1,7 +1,7 @@ Source: tinytic Section: utils Priority: extra -Maintainer: Robert James Clay <ja...@ro...> +Maintainer: Robert James Clay <ja...@ro...> Build-Depends: debhelper (>= 7) Standards-Version: 3.7.3 Homepage: http://ftnapps.sourceforge.net/tinytic.html Modified: tinytic/trunk/debian/copyright =================================================================== --- tinytic/trunk/debian/copyright 2011-07-23 17:05:55 UTC (rev 71) +++ tinytic/trunk/debian/copyright 2011-07-23 17:06:03 UTC (rev 72) @@ -1,4 +1,4 @@ -This package was debianized by Robert James Clay <ja...@ro...> on +This package was debianized by Robert James Clay <ja...@ro...> on Sun, 08 Mar 2009 15:12:05 -0400. It was downloaded from http://ftnapps.sourceforge.net. @@ -32,7 +32,7 @@ found in `/usr/share/common-licenses/BSD'. -The Debian packaging is (C) 2009, Robert James Clay <ja...@ro...> and +The Debian packaging is (C) 2009, Robert James Clay <ja...@ro...> and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. The documentation files are Copyright (C) 2000-2002 Sean Dennis and are This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ja...@us...> - 2011-07-23 17:06:01
|
Revision: 71 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=71&view=rev Author: jame Date: 2011-07-23 17:05:55 +0000 (Sat, 23 Jul 2011) Log Message: ----------- Correct Debian version from 0.6.0-0.1 to 0.6.0-1 Had been going to use debian version numbers of less than one while developing and testing the initial debian package, but will not be doing that now given the tools that are now available. So; correct the initial debian version from 0.6.0-0.1 to 0.6.0-1. Modified Paths: -------------- tinytic/trunk/debian/changelog Modified: tinytic/trunk/debian/changelog =================================================================== --- tinytic/trunk/debian/changelog 2011-07-23 17:05:49 UTC (rev 70) +++ tinytic/trunk/debian/changelog 2011-07-23 17:05:55 UTC (rev 71) @@ -1,4 +1,4 @@ -tinytic (0.6.0-0.1) UNRELEASED; urgency=low +tinytic (0.6.0-1) UNRELEASED; urgency=low * Initial release of TinyTIC as a Debian Package This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ja...@us...> - 2011-07-23 17:05:55
|
Revision: 70 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=70&view=rev Author: jame Date: 2011-07-23 17:05:49 +0000 (Sat, 23 Jul 2011) Log Message: ----------- Add a debian directory for TinyTIC. Added Paths: ----------- tinytic/trunk/debian/ tinytic/trunk/debian/README.Debian tinytic/trunk/debian/changelog tinytic/trunk/debian/compat tinytic/trunk/debian/control tinytic/trunk/debian/copyright tinytic/trunk/debian/dirs tinytic/trunk/debian/docs tinytic/trunk/debian/postinst tinytic/trunk/debian/postrm tinytic/trunk/debian/preinst tinytic/trunk/debian/prerm tinytic/trunk/debian/rules tinytic/trunk/debian/tinytic.doc-base tinytic/trunk/debian/watch Added: tinytic/trunk/debian/README.Debian =================================================================== --- tinytic/trunk/debian/README.Debian (rev 0) +++ tinytic/trunk/debian/README.Debian 2011-07-23 17:05:49 UTC (rev 70) @@ -0,0 +1,26 @@ +TinyTIC for Debian +------------------ + + TinyTIC is a small, simple TIC processor that can be used with any BBS +software that will allow importation of a text message into its message base. +The binary is installed to /usr/bin, with documentation and examples being +available in /usr/share/doc/tinytic. Discussion and support for it can +be done in Fidonet echos like BBS_CARNIVAL, LINUX_BBS, and others. + + Documentation: +SYSOP.DOC.gz : The sysop documentation. +SYNC.DOC.gz : Describes how to use TinyTIC with Synchronet. +MAILPROC.BAT : Sample batch file to use with Synchronet. +MPOST.DOC : Describes how to use MPost for Squish/*.MSG BBSes. +AUTORULE.BAT : Sample batch file to use with MPost and Squish. +HEADER.TXT : Sample header text file. +FOOTER.TXT : Sample footer text file. + + + The original source archive was downloaded from Sean Dennis' system, +http://nsbbs.darktech.org/files/tt00531s.zip. It was then added to the +FTN Applications project at SourceForge where it is now available from. +Homepage for it is http://ftnapps.sourceforge.net/tinytic.html. + + + -- Robert James Clay <ja...@ro...> Sun, 08 Mar 2009 15:12:05 -0400 Added: tinytic/trunk/debian/changelog =================================================================== --- tinytic/trunk/debian/changelog (rev 0) +++ tinytic/trunk/debian/changelog 2011-07-23 17:05:49 UTC (rev 70) @@ -0,0 +1,6 @@ +tinytic (0.6.0-0.1) UNRELEASED; urgency=low + + * Initial release of TinyTIC as a Debian Package + + -- Robert James Clay <ja...@ro...> Sun, 08 Mar 2009 15:12:05 -0400 + Added: tinytic/trunk/debian/compat =================================================================== --- tinytic/trunk/debian/compat (rev 0) +++ tinytic/trunk/debian/compat 2011-07-23 17:05:49 UTC (rev 70) @@ -0,0 +1 @@ +7 Added: tinytic/trunk/debian/control =================================================================== --- tinytic/trunk/debian/control (rev 0) +++ tinytic/trunk/debian/control 2011-07-23 17:05:49 UTC (rev 70) @@ -0,0 +1,15 @@ +Source: tinytic +Section: utils +Priority: extra +Maintainer: Robert James Clay <ja...@ro...> +Build-Depends: debhelper (>= 7) +Standards-Version: 3.7.3 +Homepage: http://ftnapps.sourceforge.net/tinytic.html + +Package: tinytic +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Small, simple TIC Processor + TinyTIC can be used as a TIC Processor with any + BBS software that will allow importation of a + text message into its message base. Added: tinytic/trunk/debian/copyright =================================================================== --- tinytic/trunk/debian/copyright (rev 0) +++ tinytic/trunk/debian/copyright 2011-07-23 17:05:49 UTC (rev 70) @@ -0,0 +1,39 @@ +This package was debianized by Robert James Clay <ja...@ro...> on +Sun, 08 Mar 2009 15:12:05 -0400. + +It was downloaded from http://ftnapps.sourceforge.net. + +Upstream Author(s): + + Michael Dillon <gsv...@gm...> + +Copyright: + + <Copyright (C) 2000-2003 Michael Dillon> + +License: + + Redistribution and use in source and binary forms, with or without + modification, are permitted under the terms of the BSD License. + + THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + +On Debian systems, the complete text of the BSD License can be +found in `/usr/share/common-licenses/BSD'. + + +The Debian packaging is (C) 2009, Robert James Clay <ja...@ro...> and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. + +The documentation files are Copyright (C) 2000-2002 Sean Dennis and are +under the BSD license, see `/usr/share/common-licenses/BSD' Added: tinytic/trunk/debian/dirs =================================================================== --- tinytic/trunk/debian/dirs (rev 0) +++ tinytic/trunk/debian/dirs 2011-07-23 17:05:49 UTC (rev 70) @@ -0,0 +1 @@ +usr/bin Added: tinytic/trunk/debian/docs =================================================================== --- tinytic/trunk/debian/docs (rev 0) +++ tinytic/trunk/debian/docs 2011-07-23 17:05:49 UTC (rev 70) @@ -0,0 +1,10 @@ +doc/AUTORULE.BAT +doc/EXAMPLE.CFG +doc/FOOTER.TXT +doc/HEADER.TXT +doc/MAILPROC.BAT +doc/MPOST.DOC +doc/SYNC.DOC +doc/SYSOP.DOC +doc/TINYTIC.CFG +license.txt Added: tinytic/trunk/debian/postinst =================================================================== --- tinytic/trunk/debian/postinst (rev 0) +++ tinytic/trunk/debian/postinst 2011-07-23 17:05:49 UTC (rev 70) @@ -0,0 +1,41 @@ +#!/bin/sh +# postinst script for tinytic +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * <postinst> `configure' <most-recently-configured-version> +# * <old-postinst> `abort-upgrade' <new version> +# * <conflictor's-postinst> `abort-remove' `in-favour' <package> +# <new-version> +# * <postinst> `abort-remove' +# * <deconfigured's-postinst> `abort-deconfigure' `in-favour' +# <failed-install-package> <version> `removing' +# <conflicting-package> <version> +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + + +case "$1" in + configure) + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + Added: tinytic/trunk/debian/postrm =================================================================== --- tinytic/trunk/debian/postrm (rev 0) +++ tinytic/trunk/debian/postrm 2011-07-23 17:05:49 UTC (rev 70) @@ -0,0 +1,39 @@ +#!/bin/sh +# postrm script for tinytic +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * <postrm> `remove' +# * <postrm> `purge' +# * <old-postrm> `upgrade' <new-version> +# * <new-postrm> `failed-upgrade' <old-version> +# * <new-postrm> `abort-install' +# * <new-postrm> `abort-install' <old-version> +# * <new-postrm> `abort-upgrade' <old-version> +# * <disappearer's-postrm> `disappear' <overwriter> +# <overwriter-version> +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + + +case "$1" in + purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + ;; + + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + Added: tinytic/trunk/debian/preinst =================================================================== --- tinytic/trunk/debian/preinst (rev 0) +++ tinytic/trunk/debian/preinst 2011-07-23 17:05:49 UTC (rev 70) @@ -0,0 +1,37 @@ +#!/bin/sh +# preinst script for tinytic +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * <new-preinst> `install' +# * <new-preinst> `install' <old-version> +# * <new-preinst> `upgrade' <old-version> +# * <old-preinst> `abort-upgrade' <new-version> +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + + +case "$1" in + install|upgrade) + ;; + + abort-upgrade) + ;; + + *) + echo "preinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + Added: tinytic/trunk/debian/prerm =================================================================== --- tinytic/trunk/debian/prerm (rev 0) +++ tinytic/trunk/debian/prerm 2011-07-23 17:05:49 UTC (rev 70) @@ -0,0 +1,40 @@ +#!/bin/sh +# prerm script for tinytic +# +# see: dh_installdeb(1) + +set -e + +# summary of how this script can be called: +# * <prerm> `remove' +# * <old-prerm> `upgrade' <new-version> +# * <new-prerm> `failed-upgrade' <old-version> +# * <conflictor's-prerm> `remove' `in-favour' <package> <new-version> +# * <deconfigured's-prerm> `deconfigure' `in-favour' +# <package-being-installed> <version> `removing' +# <conflicting-package> <version> +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + + +case "$1" in + remove|upgrade|deconfigure) + ;; + + failed-upgrade) + ;; + + *) + echo "prerm called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + Added: tinytic/trunk/debian/rules =================================================================== --- tinytic/trunk/debian/rules (rev 0) +++ tinytic/trunk/debian/rules 2011-07-23 17:05:49 UTC (rev 70) @@ -0,0 +1,78 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# debian/rules for TinyTIC + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + + + + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + + # Add here commands to compile the package. + #$(MAKE) + g++ src/CDirect.cpp -Wall -s -c + g++ src/filecopy.cpp -Wall -s -c + g++ src/tprocess.cpp -Wall -s -c + g++ src/parse.cpp -Wall -s -c + g++ src/ticlog.cpp -Wall -s -c + g++ src/tinytic.cpp -Wall -s -c + g++ *.o -o tinytic + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + rm -f *.o + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/tinytic. + dh_install tinytic /usr/bin + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs doc/tinytic.rev + dh_installdocs + dh_installman doc/tinytic.1 + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure Property changes on: tinytic/trunk/debian/rules ___________________________________________________________________ Added: svn:executable + * Added: tinytic/trunk/debian/tinytic.doc-base =================================================================== --- tinytic/trunk/debian/tinytic.doc-base (rev 0) +++ tinytic/trunk/debian/tinytic.doc-base 2011-07-23 17:05:49 UTC (rev 70) @@ -0,0 +1,11 @@ +Document: tinytic +Title: Debian TinyTIC Manual +Author: Sean Dennis +Abstract: This manual describes what TinyTIC is + and how it can be used to process TIC files + on Debian systems. +Section: utils + +Format: text +Files: /usr/share/doc/tinytic/SYSOP.DOC.gz + Added: tinytic/trunk/debian/watch =================================================================== --- tinytic/trunk/debian/watch (rev 0) +++ tinytic/trunk/debian/watch 2011-07-23 17:05:49 UTC (rev 70) @@ -0,0 +1,11 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +# Uncomment to find new files on sourceforge, for devscripts >= 2.9 +http://sf.net/tinytic/tinytic-(.*)\.tar\.gz + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gsv...@us...> - 2009-11-03 05:07:39
|
Revision: 69 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=69&view=rev Author: gsvalore Date: 2009-11-03 05:07:31 +0000 (Tue, 03 Nov 2009) Log Message: ----------- Fixed minor compilation error. Modified Paths: -------------- tinytic/trunk/src/tprocess.cpp Modified: tinytic/trunk/src/tprocess.cpp =================================================================== --- tinytic/trunk/src/tprocess.cpp 2009-10-27 23:21:27 UTC (rev 68) +++ tinytic/trunk/src/tprocess.cpp 2009-11-03 05:07:31 UTC (rev 69) @@ -86,7 +86,7 @@ { #ifdef __TINYTIC_POSIX CDirect cd("*.[Tt][Ii][Cc]"); -#elif +#else CDirect cd("*.TIC"); #endif FileData hFileData; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gsv...@us...> - 2009-10-27 23:21:33
|
Revision: 68 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=68&view=rev Author: gsvalore Date: 2009-10-27 23:21:27 +0000 (Tue, 27 Oct 2009) Log Message: ----------- tagged 0.6.1 release Added Paths: ----------- tinytic/tags/0.6.1/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <gsv...@us...> - 2009-10-27 23:20:12
|
Revision: 67 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=67&view=rev Author: gsvalore Date: 2009-10-27 23:19:58 +0000 (Tue, 27 Oct 2009) Log Message: ----------- Updated the revision document to reflect changes. Modified Paths: -------------- tinytic/trunk/doc/tinytic.rev Modified: tinytic/trunk/doc/tinytic.rev =================================================================== --- tinytic/trunk/doc/tinytic.rev 2009-10-27 21:38:50 UTC (rev 66) +++ tinytic/trunk/doc/tinytic.rev 2009-10-27 23:19:58 UTC (rev 67) @@ -1,8 +1,16 @@ TinyTic Revision History -Copyright (C) 2000-2003 Michael Dillon. +Copyright (C) 2000-2003,2009 Michael Dillon. Copyright (C) 2009 Robert James Clay. --------------------------------------------------------------------------- +v0.6.1 - 26 October 2009 + Minor bug fixes and documentation updates. + + Support for *.TIC files in any case form (for POSIX systems) is + included (needs testing). + + Fixed bug that prevented for selecting config files by option. +=========================================================================== v0.6.0 - 8 March 2009 Renamed "pkg" directory to "doc". Moved source code files to a "src" directory. Added a man page. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |