ftnapps-svn Mailing List for FTN Applications
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...> - 2012-10-01 09:44:13
|
Revision: 116 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=116&view=rev Author: jame Date: 2012-10-01 09:44:02 +0000 (Mon, 01 Oct 2012) Log Message: ----------- TinyTIC v0.6.2 does/did not include a debian/ directory. Removed Paths: ------------- tinytic/tags/0.6.2/.gitignore tinytic/tags/0.6.2/debian/ tinytic/trunk/.gitignore tinytic/trunk/debian/ Deleted: tinytic/tags/0.6.2/.gitignore =================================================================== --- tinytic/tags/0.6.2/.gitignore 2012-10-01 09:20:55 UTC (rev 115) +++ tinytic/tags/0.6.2/.gitignore 2012-10-01 09:44:02 UTC (rev 116) @@ -1 +0,0 @@ -.pc Deleted: tinytic/trunk/.gitignore =================================================================== --- tinytic/trunk/.gitignore 2012-10-01 09:20:55 UTC (rev 115) +++ tinytic/trunk/.gitignore 2012-10-01 09:44:02 UTC (rev 116) @@ -1 +0,0 @@ -.pc This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ja...@us...> - 2012-10-01 09:21:06
|
Revision: 115 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=115&view=rev Author: jame Date: 2012-10-01 09:20:55 +0000 (Mon, 01 Oct 2012) Log Message: ----------- Recreate a separate TinyTIC debian branch. Added Paths: ----------- tinytic/branches/debian/ tinytic/branches/debian/doc/tinytic.rev tinytic/branches/debian/src/tinytic.h Removed Paths: ------------- tinytic/branches/debian/doc/tinytic.rev tinytic/branches/debian/src/tinytic.h Deleted: tinytic/branches/debian/doc/tinytic.rev =================================================================== --- tinytic/trunk/doc/tinytic.rev 2011-12-11 00:11:15 UTC (rev 111) +++ tinytic/branches/debian/doc/tinytic.rev 2012-10-01 09:20:55 UTC (rev 115) @@ -1,104 +0,0 @@ -TinyTic Revision History -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. - - Change format of version string from n.n.n.n to n.n.n, dropping the - first zero and changing the version itself from 0.5.3-r1 to 0.6.0. -=========================================================================== -v0.0.5.3-r1 - 7 November 2003 - Cosmetic change to the output being generated. -=========================================================================== -v0.0.5.3 - 7 December 2002 - First open source release. This version also fixed a minor - bug that caused crashes under certain circumstances. - - The OS/2 version is functioning again to the best of my - knowledge. It also no longer requires EMX unless you want - to build with GCC/EMX instead of Watcom C++. Note for Watcom - you will need STLport. -=========================================================================== -v0.0.5.1 - This version is just a simple fix of some bugs. - - Fixed a bug that caused the program to crash when there was more - than 10 description lines in the TIC file. That count has been - expanded to 30 and also will truncate if there's more than 30 lines - - Fixed a bug that would put a \ or / at the end of a path even though - it already had one. - e.g. D:\ would be D:\\ causing it to fail on reading -=========================================================================== -v0.0.5 - Fixed several potential bugs that might have caused program failure - - Added the option 'LogFile' to the configuration file to allow - specification of a new logfile location/name. - - If no 'LogFile', 'DataFile', or 'Inbound' is specified, they will - default to these values: - LogFile - tinytic.log - DataFile - tinytic.dat - Inbound - Current Directory ( .\ or ./ ) - - If any values are given and they can't be used (e.g. invalid file - names, etc) then they will be defaulted to the above mentioned - values. - - Added these command line options: - -c, --config-file : Allows for an alternate config file - -d, --data-file : Allows for alternate datafile location - and storage - -l, --log-file : Allows for alternate logfile location - and storage - -h, -?, --help : Displays a help screen of these - options - - Prevented the use of |, >, >>, <<, or < in the file names. -=========================================================================== -v0.0.4 - Fixed a bug that caused the program to exit because it could not - find it's home directory. Now the program defaults to the current - directory if it cannot find one within the command line. - - Modified the output for the primary screen to look better than - previous versions. - - Created an OS/2 version. The OS/2 version requires EMX v0.9d to - operate correctly. -=========================================================================== -v0.0.3 - Fixed a bug that would put the log file in the inbound directory, - also fixed it so that the config file is looked for in the - program's home directory - - Put in a copy-progress indicator to show how much of a processed - file has been copied. - - Modified the datafile's output to be more "readable" - - Cross-compiled the program for: - Windows-32 - DJGPP-DOS - Linux ( GCC/EGCS-2.91.66 ) -=========================================================================== -v0.0.2 - Removed an un-needed affiliation line on output -=========================================================================== -v0.0.1 - Spacing fixed on the datafile's output -=========================================================================== -v0.0.0 - First Release Copied: tinytic/branches/debian/doc/tinytic.rev (from rev 113, tinytic/trunk/doc/tinytic.rev) =================================================================== --- tinytic/branches/debian/doc/tinytic.rev (rev 0) +++ tinytic/branches/debian/doc/tinytic.rev 2012-10-01 09:20:55 UTC (rev 115) @@ -0,0 +1,107 @@ +TinyTic Revision History +Copyright (C) 2000-2003,2009 Michael Dillon. +Copyright (C) 2009 Robert James Clay. +--------------------------------------------------------------------------- + +v0.6.2 - 3 November 2009 + Fixed minor compilation error in tprocess.cpp. +=========================================================================== +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. + + Change format of version string from n.n.n.n to n.n.n, dropping the + first zero and changing the version itself from 0.5.3-r1 to 0.6.0. +=========================================================================== +v0.0.5.3-r1 - 7 November 2003 + Cosmetic change to the output being generated. +=========================================================================== +v0.0.5.3 - 7 December 2002 + First open source release. This version also fixed a minor + bug that caused crashes under certain circumstances. + + The OS/2 version is functioning again to the best of my + knowledge. It also no longer requires EMX unless you want + to build with GCC/EMX instead of Watcom C++. Note for Watcom + you will need STLport. +=========================================================================== +v0.0.5.1 + This version is just a simple fix of some bugs. + + Fixed a bug that caused the program to crash when there was more + than 10 description lines in the TIC file. That count has been + expanded to 30 and also will truncate if there's more than 30 lines + + Fixed a bug that would put a \ or / at the end of a path even though + it already had one. + e.g. D:\ would be D:\\ causing it to fail on reading +=========================================================================== +v0.0.5 + Fixed several potential bugs that might have caused program failure + + Added the option 'LogFile' to the configuration file to allow + specification of a new logfile location/name. + + If no 'LogFile', 'DataFile', or 'Inbound' is specified, they will + default to these values: + LogFile - tinytic.log + DataFile - tinytic.dat + Inbound - Current Directory ( .\ or ./ ) + + If any values are given and they can't be used (e.g. invalid file + names, etc) then they will be defaulted to the above mentioned + values. + + Added these command line options: + -c, --config-file : Allows for an alternate config file + -d, --data-file : Allows for alternate datafile location + and storage + -l, --log-file : Allows for alternate logfile location + and storage + -h, -?, --help : Displays a help screen of these + options + + Prevented the use of |, >, >>, <<, or < in the file names. +=========================================================================== +v0.0.4 + Fixed a bug that caused the program to exit because it could not + find it's home directory. Now the program defaults to the current + directory if it cannot find one within the command line. + + Modified the output for the primary screen to look better than + previous versions. + + Created an OS/2 version. The OS/2 version requires EMX v0.9d to + operate correctly. +=========================================================================== +v0.0.3 + Fixed a bug that would put the log file in the inbound directory, + also fixed it so that the config file is looked for in the + program's home directory + + Put in a copy-progress indicator to show how much of a processed + file has been copied. + + Modified the datafile's output to be more "readable" + + Cross-compiled the program for: + Windows-32 + DJGPP-DOS + Linux ( GCC/EGCS-2.91.66 ) +=========================================================================== +v0.0.2 + Removed an un-needed affiliation line on output +=========================================================================== +v0.0.1 + Spacing fixed on the datafile's output +=========================================================================== +v0.0.0 + First Release Deleted: tinytic/branches/debian/src/tinytic.h =================================================================== --- tinytic/trunk/src/tinytic.h 2011-12-11 00:11:15 UTC (rev 111) +++ tinytic/branches/debian/src/tinytic.h 2012-10-01 09:20:55 UTC (rev 115) @@ -1,124 +0,0 @@ -/********************************************************************** - Copyright (c) 2000-2003,2009 Michael Dillon - All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - 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. - *********************************************************************/ -/********************************************************************* - tinytic.h - Master header for TinyTIC. - *********************************************************************/ -#if !defined(MAIN_HEADER__H) -#define MAIN_HEADER__H 1 - -#include "headers.h" - -#ifdef __GNUC__ -# ifndef POSIX -# define POSIX -# endif /* POSIX */ -#endif /* __GNUC__ */ - -#if defined(__GNUC__) && defined(unix) -# ifndef BSD -# define BSD -# endif /* BSD */ -#endif /* __GNUC__ && unix */ - -/* System Types */ -#undef SYS_TYPE_WINDOWS -#undef SYS_TYPE_DOS -#undef SYS_TYPE_OS2 -#undef SYS_TYPE_UNIX -#undef SYS_TYPE_LINUX -#undef SYS_TYPE_OTHER - -#if defined(_WIN32) || defined(_WINNT) -# define COMPTYPE "Windows" -# define SYS_TYPE_WINDOWS -#elif defined(DJGPP) || defined(__MSDOS__) || defined(__DOS__) || defined(MSDOS) -# ifdef __386__ -# define COMPTYPE "DOS32" -# else -# define COMPTYPE "DOS" -# endif /* __386__ */ -# define SYS_TYPE_DOS -#elif defined(linux) -# define COMPTYPE "Linux" -# define SYS_TYPE_LINUX -#elif defined(unix) || defined(BSD) -# define COMPTYPE "UNIX" -# define SYS_TYPE_UNIX -#elif defined(__OS2__) -# define COMPTYPE "OS/2" -# define SYS_TYPE_OS2 -#else -# define COMPTYPE "Unknown" -# define SYS_TYPE_OTHER -#endif - -#define VERSION "0.6.1" -#define PROGNAME "TinyTic" -#define VERSION_STR VERSION "-" COMPTYPE -#define AUTHOR "Michael Dillon" -#define COPYR "Copyright (C) 2000-2003,2009 " - -extern string szHomeDir; - -// Usable outside the primary file -bool VerifyFileUsable(const char *src, int io = 0); - -#if defined(POSIX) -# define stricmp strcasecmp -#endif - -#if defined(__GNUC__) || defined(POSIX) -# include <unistd.h> -#endif /* __GNUC__ || POSIX */ - -/* TinyTIC subsystem Types */ -#undef __TINYTIC_WINDOWS -#undef __TINYTIC_POSIX -#undef __TINYTIC_OS2 - -#if defined(SYS_TYPE_WINDOWS) -# define __TINYTIC_WINDOWS -#elif defined(SYS_TYPE_UNIX) || defined(SYS_TYPE_LINUX) /* !SYS_TYPE_WINDOWS */ -# define __TINYTIC_POSIX -#elif defined(SYS_TYPE_OS2) || defined(SYS_TYPE_DOS) /* !SYS_TYPE_UNIX && !SYS_TYPE_LINUX && !SYS_TYPE_WINDOWS */ -# define __TINYTIC_OS2 -#else /* Unknown Type */ -# error "SYS_TYPE_* not defined. Please Correct this." -#endif /* SYS_TYPE_WINDOWS */ - -#define UNUSED_PARAM(x) ((void)(x)) - -#endif -/// Copied: tinytic/branches/debian/src/tinytic.h (from rev 113, tinytic/trunk/src/tinytic.h) =================================================================== --- tinytic/branches/debian/src/tinytic.h (rev 0) +++ tinytic/branches/debian/src/tinytic.h 2012-10-01 09:20:55 UTC (rev 115) @@ -0,0 +1,124 @@ +/********************************************************************** + Copyright (c) 2000-2003,2009 Michael Dillon + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + 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. + *********************************************************************/ +/********************************************************************* + tinytic.h - Master header for TinyTIC. + *********************************************************************/ +#if !defined(MAIN_HEADER__H) +#define MAIN_HEADER__H 1 + +#include "headers.h" + +#ifdef __GNUC__ +# ifndef POSIX +# define POSIX +# endif /* POSIX */ +#endif /* __GNUC__ */ + +#if defined(__GNUC__) && defined(unix) +# ifndef BSD +# define BSD +# endif /* BSD */ +#endif /* __GNUC__ && unix */ + +/* System Types */ +#undef SYS_TYPE_WINDOWS +#undef SYS_TYPE_DOS +#undef SYS_TYPE_OS2 +#undef SYS_TYPE_UNIX +#undef SYS_TYPE_LINUX +#undef SYS_TYPE_OTHER + +#if defined(_WIN32) || defined(_WINNT) +# define COMPTYPE "Windows" +# define SYS_TYPE_WINDOWS +#elif defined(DJGPP) || defined(__MSDOS__) || defined(__DOS__) || defined(MSDOS) +# ifdef __386__ +# define COMPTYPE "DOS32" +# else +# define COMPTYPE "DOS" +# endif /* __386__ */ +# define SYS_TYPE_DOS +#elif defined(linux) +# define COMPTYPE "Linux" +# define SYS_TYPE_LINUX +#elif defined(unix) || defined(BSD) +# define COMPTYPE "UNIX" +# define SYS_TYPE_UNIX +#elif defined(__OS2__) +# define COMPTYPE "OS/2" +# define SYS_TYPE_OS2 +#else +# define COMPTYPE "Unknown" +# define SYS_TYPE_OTHER +#endif + +#define VERSION "0.6.2" +#define PROGNAME "TinyTic" +#define VERSION_STR VERSION "-" COMPTYPE +#define AUTHOR "Michael Dillon" +#define COPYR "Copyright (C) 2000-2003,2009 " + +extern string szHomeDir; + +// Usable outside the primary file +bool VerifyFileUsable(const char *src, int io = 0); + +#if defined(POSIX) +# define stricmp strcasecmp +#endif + +#if defined(__GNUC__) || defined(POSIX) +# include <unistd.h> +#endif /* __GNUC__ || POSIX */ + +/* TinyTIC subsystem Types */ +#undef __TINYTIC_WINDOWS +#undef __TINYTIC_POSIX +#undef __TINYTIC_OS2 + +#if defined(SYS_TYPE_WINDOWS) +# define __TINYTIC_WINDOWS +#elif defined(SYS_TYPE_UNIX) || defined(SYS_TYPE_LINUX) /* !SYS_TYPE_WINDOWS */ +# define __TINYTIC_POSIX +#elif defined(SYS_TYPE_OS2) || defined(SYS_TYPE_DOS) /* !SYS_TYPE_UNIX && !SYS_TYPE_LINUX && !SYS_TYPE_WINDOWS */ +# define __TINYTIC_OS2 +#else /* Unknown Type */ +# error "SYS_TYPE_* not defined. Please Correct this." +#endif /* SYS_TYPE_WINDOWS */ + +#define UNUSED_PARAM(x) ((void)(x)) + +#endif +/// This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ja...@us...> - 2012-10-01 08:58:50
|
Revision: 114 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=114&view=rev Author: jame Date: 2012-10-01 08:58:38 +0000 (Mon, 01 Oct 2012) Log Message: ----------- Belatedly tag TinyTIC v0.6.2. Added Paths: ----------- tinytic/tags/0.6.2/ tinytic/tags/0.6.2/doc/tinytic.rev tinytic/tags/0.6.2/src/tinytic.h Removed Paths: ------------- tinytic/tags/0.6.2/doc/tinytic.rev tinytic/tags/0.6.2/src/tinytic.h Deleted: tinytic/tags/0.6.2/doc/tinytic.rev =================================================================== --- tinytic/trunk/doc/tinytic.rev 2011-12-11 00:11:15 UTC (rev 111) +++ tinytic/tags/0.6.2/doc/tinytic.rev 2012-10-01 08:58:38 UTC (rev 114) @@ -1,104 +0,0 @@ -TinyTic Revision History -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. - - Change format of version string from n.n.n.n to n.n.n, dropping the - first zero and changing the version itself from 0.5.3-r1 to 0.6.0. -=========================================================================== -v0.0.5.3-r1 - 7 November 2003 - Cosmetic change to the output being generated. -=========================================================================== -v0.0.5.3 - 7 December 2002 - First open source release. This version also fixed a minor - bug that caused crashes under certain circumstances. - - The OS/2 version is functioning again to the best of my - knowledge. It also no longer requires EMX unless you want - to build with GCC/EMX instead of Watcom C++. Note for Watcom - you will need STLport. -=========================================================================== -v0.0.5.1 - This version is just a simple fix of some bugs. - - Fixed a bug that caused the program to crash when there was more - than 10 description lines in the TIC file. That count has been - expanded to 30 and also will truncate if there's more than 30 lines - - Fixed a bug that would put a \ or / at the end of a path even though - it already had one. - e.g. D:\ would be D:\\ causing it to fail on reading -=========================================================================== -v0.0.5 - Fixed several potential bugs that might have caused program failure - - Added the option 'LogFile' to the configuration file to allow - specification of a new logfile location/name. - - If no 'LogFile', 'DataFile', or 'Inbound' is specified, they will - default to these values: - LogFile - tinytic.log - DataFile - tinytic.dat - Inbound - Current Directory ( .\ or ./ ) - - If any values are given and they can't be used (e.g. invalid file - names, etc) then they will be defaulted to the above mentioned - values. - - Added these command line options: - -c, --config-file : Allows for an alternate config file - -d, --data-file : Allows for alternate datafile location - and storage - -l, --log-file : Allows for alternate logfile location - and storage - -h, -?, --help : Displays a help screen of these - options - - Prevented the use of |, >, >>, <<, or < in the file names. -=========================================================================== -v0.0.4 - Fixed a bug that caused the program to exit because it could not - find it's home directory. Now the program defaults to the current - directory if it cannot find one within the command line. - - Modified the output for the primary screen to look better than - previous versions. - - Created an OS/2 version. The OS/2 version requires EMX v0.9d to - operate correctly. -=========================================================================== -v0.0.3 - Fixed a bug that would put the log file in the inbound directory, - also fixed it so that the config file is looked for in the - program's home directory - - Put in a copy-progress indicator to show how much of a processed - file has been copied. - - Modified the datafile's output to be more "readable" - - Cross-compiled the program for: - Windows-32 - DJGPP-DOS - Linux ( GCC/EGCS-2.91.66 ) -=========================================================================== -v0.0.2 - Removed an un-needed affiliation line on output -=========================================================================== -v0.0.1 - Spacing fixed on the datafile's output -=========================================================================== -v0.0.0 - First Release Copied: tinytic/tags/0.6.2/doc/tinytic.rev (from rev 113, tinytic/trunk/doc/tinytic.rev) =================================================================== --- tinytic/tags/0.6.2/doc/tinytic.rev (rev 0) +++ tinytic/tags/0.6.2/doc/tinytic.rev 2012-10-01 08:58:38 UTC (rev 114) @@ -0,0 +1,107 @@ +TinyTic Revision History +Copyright (C) 2000-2003,2009 Michael Dillon. +Copyright (C) 2009 Robert James Clay. +--------------------------------------------------------------------------- + +v0.6.2 - 3 November 2009 + Fixed minor compilation error in tprocess.cpp. +=========================================================================== +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. + + Change format of version string from n.n.n.n to n.n.n, dropping the + first zero and changing the version itself from 0.5.3-r1 to 0.6.0. +=========================================================================== +v0.0.5.3-r1 - 7 November 2003 + Cosmetic change to the output being generated. +=========================================================================== +v0.0.5.3 - 7 December 2002 + First open source release. This version also fixed a minor + bug that caused crashes under certain circumstances. + + The OS/2 version is functioning again to the best of my + knowledge. It also no longer requires EMX unless you want + to build with GCC/EMX instead of Watcom C++. Note for Watcom + you will need STLport. +=========================================================================== +v0.0.5.1 + This version is just a simple fix of some bugs. + + Fixed a bug that caused the program to crash when there was more + than 10 description lines in the TIC file. That count has been + expanded to 30 and also will truncate if there's more than 30 lines + + Fixed a bug that would put a \ or / at the end of a path even though + it already had one. + e.g. D:\ would be D:\\ causing it to fail on reading +=========================================================================== +v0.0.5 + Fixed several potential bugs that might have caused program failure + + Added the option 'LogFile' to the configuration file to allow + specification of a new logfile location/name. + + If no 'LogFile', 'DataFile', or 'Inbound' is specified, they will + default to these values: + LogFile - tinytic.log + DataFile - tinytic.dat + Inbound - Current Directory ( .\ or ./ ) + + If any values are given and they can't be used (e.g. invalid file + names, etc) then they will be defaulted to the above mentioned + values. + + Added these command line options: + -c, --config-file : Allows for an alternate config file + -d, --data-file : Allows for alternate datafile location + and storage + -l, --log-file : Allows for alternate logfile location + and storage + -h, -?, --help : Displays a help screen of these + options + + Prevented the use of |, >, >>, <<, or < in the file names. +=========================================================================== +v0.0.4 + Fixed a bug that caused the program to exit because it could not + find it's home directory. Now the program defaults to the current + directory if it cannot find one within the command line. + + Modified the output for the primary screen to look better than + previous versions. + + Created an OS/2 version. The OS/2 version requires EMX v0.9d to + operate correctly. +=========================================================================== +v0.0.3 + Fixed a bug that would put the log file in the inbound directory, + also fixed it so that the config file is looked for in the + program's home directory + + Put in a copy-progress indicator to show how much of a processed + file has been copied. + + Modified the datafile's output to be more "readable" + + Cross-compiled the program for: + Windows-32 + DJGPP-DOS + Linux ( GCC/EGCS-2.91.66 ) +=========================================================================== +v0.0.2 + Removed an un-needed affiliation line on output +=========================================================================== +v0.0.1 + Spacing fixed on the datafile's output +=========================================================================== +v0.0.0 + First Release Deleted: tinytic/tags/0.6.2/src/tinytic.h =================================================================== --- tinytic/trunk/src/tinytic.h 2011-12-11 00:11:15 UTC (rev 111) +++ tinytic/tags/0.6.2/src/tinytic.h 2012-10-01 08:58:38 UTC (rev 114) @@ -1,124 +0,0 @@ -/********************************************************************** - Copyright (c) 2000-2003,2009 Michael Dillon - All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - 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. - *********************************************************************/ -/********************************************************************* - tinytic.h - Master header for TinyTIC. - *********************************************************************/ -#if !defined(MAIN_HEADER__H) -#define MAIN_HEADER__H 1 - -#include "headers.h" - -#ifdef __GNUC__ -# ifndef POSIX -# define POSIX -# endif /* POSIX */ -#endif /* __GNUC__ */ - -#if defined(__GNUC__) && defined(unix) -# ifndef BSD -# define BSD -# endif /* BSD */ -#endif /* __GNUC__ && unix */ - -/* System Types */ -#undef SYS_TYPE_WINDOWS -#undef SYS_TYPE_DOS -#undef SYS_TYPE_OS2 -#undef SYS_TYPE_UNIX -#undef SYS_TYPE_LINUX -#undef SYS_TYPE_OTHER - -#if defined(_WIN32) || defined(_WINNT) -# define COMPTYPE "Windows" -# define SYS_TYPE_WINDOWS -#elif defined(DJGPP) || defined(__MSDOS__) || defined(__DOS__) || defined(MSDOS) -# ifdef __386__ -# define COMPTYPE "DOS32" -# else -# define COMPTYPE "DOS" -# endif /* __386__ */ -# define SYS_TYPE_DOS -#elif defined(linux) -# define COMPTYPE "Linux" -# define SYS_TYPE_LINUX -#elif defined(unix) || defined(BSD) -# define COMPTYPE "UNIX" -# define SYS_TYPE_UNIX -#elif defined(__OS2__) -# define COMPTYPE "OS/2" -# define SYS_TYPE_OS2 -#else -# define COMPTYPE "Unknown" -# define SYS_TYPE_OTHER -#endif - -#define VERSION "0.6.1" -#define PROGNAME "TinyTic" -#define VERSION_STR VERSION "-" COMPTYPE -#define AUTHOR "Michael Dillon" -#define COPYR "Copyright (C) 2000-2003,2009 " - -extern string szHomeDir; - -// Usable outside the primary file -bool VerifyFileUsable(const char *src, int io = 0); - -#if defined(POSIX) -# define stricmp strcasecmp -#endif - -#if defined(__GNUC__) || defined(POSIX) -# include <unistd.h> -#endif /* __GNUC__ || POSIX */ - -/* TinyTIC subsystem Types */ -#undef __TINYTIC_WINDOWS -#undef __TINYTIC_POSIX -#undef __TINYTIC_OS2 - -#if defined(SYS_TYPE_WINDOWS) -# define __TINYTIC_WINDOWS -#elif defined(SYS_TYPE_UNIX) || defined(SYS_TYPE_LINUX) /* !SYS_TYPE_WINDOWS */ -# define __TINYTIC_POSIX -#elif defined(SYS_TYPE_OS2) || defined(SYS_TYPE_DOS) /* !SYS_TYPE_UNIX && !SYS_TYPE_LINUX && !SYS_TYPE_WINDOWS */ -# define __TINYTIC_OS2 -#else /* Unknown Type */ -# error "SYS_TYPE_* not defined. Please Correct this." -#endif /* SYS_TYPE_WINDOWS */ - -#define UNUSED_PARAM(x) ((void)(x)) - -#endif -/// Copied: tinytic/tags/0.6.2/src/tinytic.h (from rev 113, tinytic/trunk/src/tinytic.h) =================================================================== --- tinytic/tags/0.6.2/src/tinytic.h (rev 0) +++ tinytic/tags/0.6.2/src/tinytic.h 2012-10-01 08:58:38 UTC (rev 114) @@ -0,0 +1,124 @@ +/********************************************************************** + Copyright (c) 2000-2003,2009 Michael Dillon + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + 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. + *********************************************************************/ +/********************************************************************* + tinytic.h - Master header for TinyTIC. + *********************************************************************/ +#if !defined(MAIN_HEADER__H) +#define MAIN_HEADER__H 1 + +#include "headers.h" + +#ifdef __GNUC__ +# ifndef POSIX +# define POSIX +# endif /* POSIX */ +#endif /* __GNUC__ */ + +#if defined(__GNUC__) && defined(unix) +# ifndef BSD +# define BSD +# endif /* BSD */ +#endif /* __GNUC__ && unix */ + +/* System Types */ +#undef SYS_TYPE_WINDOWS +#undef SYS_TYPE_DOS +#undef SYS_TYPE_OS2 +#undef SYS_TYPE_UNIX +#undef SYS_TYPE_LINUX +#undef SYS_TYPE_OTHER + +#if defined(_WIN32) || defined(_WINNT) +# define COMPTYPE "Windows" +# define SYS_TYPE_WINDOWS +#elif defined(DJGPP) || defined(__MSDOS__) || defined(__DOS__) || defined(MSDOS) +# ifdef __386__ +# define COMPTYPE "DOS32" +# else +# define COMPTYPE "DOS" +# endif /* __386__ */ +# define SYS_TYPE_DOS +#elif defined(linux) +# define COMPTYPE "Linux" +# define SYS_TYPE_LINUX +#elif defined(unix) || defined(BSD) +# define COMPTYPE "UNIX" +# define SYS_TYPE_UNIX +#elif defined(__OS2__) +# define COMPTYPE "OS/2" +# define SYS_TYPE_OS2 +#else +# define COMPTYPE "Unknown" +# define SYS_TYPE_OTHER +#endif + +#define VERSION "0.6.2" +#define PROGNAME "TinyTic" +#define VERSION_STR VERSION "-" COMPTYPE +#define AUTHOR "Michael Dillon" +#define COPYR "Copyright (C) 2000-2003,2009 " + +extern string szHomeDir; + +// Usable outside the primary file +bool VerifyFileUsable(const char *src, int io = 0); + +#if defined(POSIX) +# define stricmp strcasecmp +#endif + +#if defined(__GNUC__) || defined(POSIX) +# include <unistd.h> +#endif /* __GNUC__ || POSIX */ + +/* TinyTIC subsystem Types */ +#undef __TINYTIC_WINDOWS +#undef __TINYTIC_POSIX +#undef __TINYTIC_OS2 + +#if defined(SYS_TYPE_WINDOWS) +# define __TINYTIC_WINDOWS +#elif defined(SYS_TYPE_UNIX) || defined(SYS_TYPE_LINUX) /* !SYS_TYPE_WINDOWS */ +# define __TINYTIC_POSIX +#elif defined(SYS_TYPE_OS2) || defined(SYS_TYPE_DOS) /* !SYS_TYPE_UNIX && !SYS_TYPE_LINUX && !SYS_TYPE_WINDOWS */ +# define __TINYTIC_OS2 +#else /* Unknown Type */ +# error "SYS_TYPE_* not defined. Please Correct this." +#endif /* SYS_TYPE_WINDOWS */ + +#define UNUSED_PARAM(x) ((void)(x)) + +#endif +/// This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ja...@us...> - 2012-10-01 08:41:11
|
Revision: 113 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=113&view=rev Author: jame Date: 2012-10-01 08:41:00 +0000 (Mon, 01 Oct 2012) Log Message: ----------- Belatedly document release of TinyTIC v0.6.2. Modified Paths: -------------- tinytic/trunk/doc/tinytic.rev tinytic/trunk/src/tinytic.h Modified: tinytic/trunk/doc/tinytic.rev =================================================================== --- tinytic/trunk/doc/tinytic.rev 2011-12-11 04:47:28 UTC (rev 112) +++ tinytic/trunk/doc/tinytic.rev 2012-10-01 08:41:00 UTC (rev 113) @@ -3,6 +3,9 @@ Copyright (C) 2009 Robert James Clay. --------------------------------------------------------------------------- +v0.6.2 - 3 November 2009 + Fixed minor compilation error in tprocess.cpp. +=========================================================================== v0.6.1 - 26 October 2009 Minor bug fixes and documentation updates. Modified: tinytic/trunk/src/tinytic.h =================================================================== --- tinytic/trunk/src/tinytic.h 2011-12-11 04:47:28 UTC (rev 112) +++ tinytic/trunk/src/tinytic.h 2012-10-01 08:41:00 UTC (rev 113) @@ -84,7 +84,7 @@ # define SYS_TYPE_OTHER #endif -#define VERSION "0.6.1" +#define VERSION "0.6.2" #define PROGNAME "TinyTic" #define VERSION_STR VERSION "-" COMPTYPE #define AUTHOR "Michael Dillon" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ja...@us...> - 2011-12-11 04:47:34
|
Revision: 112 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=112&view=rev Author: jame Date: 2011-12-11 04:47:28 +0000 (Sun, 11 Dec 2011) Log Message: ----------- Use gitignore configuration external to repository. Removed Paths: ------------- tinytic/branches/deb-dev/.gitignore Deleted: tinytic/branches/deb-dev/.gitignore =================================================================== --- tinytic/branches/deb-dev/.gitignore 2011-12-11 00:11:15 UTC (rev 111) +++ tinytic/branches/deb-dev/.gitignore 2011-12-11 04:47:28 UTC (rev 112) @@ -1 +0,0 @@ -.pc This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ec...@us...> - 2011-12-11 00:11:21
|
Revision: 111 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=111&view=rev Author: echto Date: 2011-12-11 00:11:15 +0000 (Sun, 11 Dec 2011) Log Message: ----------- Added comments on how to compile using Makefile.linux Modified Paths: -------------- tinytic/branches/generic-linux/src/Makefile.linux Modified: tinytic/branches/generic-linux/src/Makefile.linux =================================================================== --- tinytic/branches/generic-linux/src/Makefile.linux 2011-12-11 00:07:52 UTC (rev 110) +++ tinytic/branches/generic-linux/src/Makefile.linux 2011-12-11 00:11:15 UTC (rev 111) @@ -1,3 +1,7 @@ +# generic Makefile for compiling TinyTic on linux systems with gcc. +# +# usage : make -f Makefile.linux +# # Begin Makefile for tinytic tinytic : CDirect.o filecopy.o parse.o ticlog.o tinytic.o tprocess.o This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ec...@us...> - 2011-12-11 00:07:58
|
Revision: 110 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=110&view=rev Author: echto Date: 2011-12-11 00:07:52 +0000 (Sun, 11 Dec 2011) Log Message: ----------- Makefile renames to Makefile.linux Added Paths: ----------- tinytic/branches/generic-linux/src/Makefile.linux Added: tinytic/branches/generic-linux/src/Makefile.linux =================================================================== --- tinytic/branches/generic-linux/src/Makefile.linux (rev 0) +++ tinytic/branches/generic-linux/src/Makefile.linux 2011-12-11 00:07:52 UTC (rev 110) @@ -0,0 +1,29 @@ +# Begin Makefile for tinytic + +tinytic : CDirect.o filecopy.o parse.o ticlog.o tinytic.o tprocess.o + g++ CDirect.o filecopy.o parse.o ticlog.o tinytic.o tprocess.o -o tinytic + +CDirect.o : CDirect.cpp CDirect.h + g++ CDirect.cpp -Wall -s -c + +filecopy.o : filecopy.cpp filecopy.h + g++ filecopy.cpp -Wall -s -c + +parse.o : parse.cpp parse.h + g++ parse.cpp -Wall -s -c + +ticlog.o : ticlog.cpp ticlog.h + g++ ticlog.cpp -Wall -s -c + +tinytic.o : tinytic.cpp tinytic.h + g++ tinytic.cpp -Wall -s -c + +tprocess.o : tprocess.cpp tprocess.h + g++ tprocess.cpp -Wall -s -c + +clean: + rm *.o tinytic + +# End Makefile + + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ec...@us...> - 2011-12-10 22:26:22
|
Revision: 109 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=109&view=rev Author: echto Date: 2011-12-10 22:26:16 +0000 (Sat, 10 Dec 2011) Log Message: ----------- Renamed Makefile to Makefile.linux Removed Paths: ------------- tinytic/branches/generic-linux/src/Makefile Deleted: tinytic/branches/generic-linux/src/Makefile =================================================================== --- tinytic/branches/generic-linux/src/Makefile 2011-12-10 17:23:59 UTC (rev 108) +++ tinytic/branches/generic-linux/src/Makefile 2011-12-10 22:26:16 UTC (rev 109) @@ -1,29 +0,0 @@ -# Begin Makefile for tinytic - -tinytic : CDirect.o filecopy.o parse.o ticlog.o tinytic.o tprocess.o - g++ CDirect.o filecopy.o parse.o ticlog.o tinytic.o tprocess.o -o tinytic - -CDirect.o : CDirect.cpp CDirect.h - g++ CDirect.cpp -Wall -s -c - -filecopy.o : filecopy.cpp filecopy.h - g++ filecopy.cpp -Wall -s -c - -parse.o : parse.cpp parse.h - g++ parse.cpp -Wall -s -c - -ticlog.o : ticlog.cpp ticlog.h - g++ ticlog.cpp -Wall -s -c - -tinytic.o : tinytic.cpp tinytic.h - g++ tinytic.cpp -Wall -s -c - -tprocess.o : tprocess.cpp tprocess.h - g++ tprocess.cpp -Wall -s -c - -clean: - rm *.o tinytic - -# End Makefile - - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ec...@us...> - 2011-12-10 17:24:05
|
Revision: 108 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=108&view=rev Author: echto Date: 2011-12-10 17:23:59 +0000 (Sat, 10 Dec 2011) Log Message: ----------- Added information about compiling TinyTic using the included Makefile. Modified Paths: -------------- tinytic/branches/generic-linux/compile.txt Modified: tinytic/branches/generic-linux/compile.txt =================================================================== --- tinytic/branches/generic-linux/compile.txt 2011-12-10 17:09:28 UTC (rev 107) +++ tinytic/branches/generic-linux/compile.txt 2011-12-10 17:23:59 UTC (rev 108) @@ -1,5 +1,12 @@ INFORMATION ON COMPILING TINYTIC: +12-10-2011 + +A Makefile is now included with the source. To compile tinytic, simply type +'make' in the src directory. + +--- + Files that have to be compiled: CDirect.cpp, filecopy.cpp, tprocess.cpp, parse.cpp, ticlog.cpp, and tinytic.cpp @@ -22,4 +29,4 @@ GCC 2.9+: [ALL]: g++ <file> -Wall -s -c - g++ *.o -o tinytic \ No newline at end of file + g++ *.o -o tinytic This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ec...@us...> - 2011-12-10 17:09:34
|
Revision: 107 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=107&view=rev Author: echto Date: 2011-12-10 17:09:28 +0000 (Sat, 10 Dec 2011) Log Message: ----------- Description field now displays in a column. Modified Paths: -------------- tinytic/branches/generic-linux/src/tprocess.cpp Modified: tinytic/branches/generic-linux/src/tprocess.cpp =================================================================== --- tinytic/branches/generic-linux/src/tprocess.cpp 2011-12-10 17:09:21 UTC (rev 106) +++ tinytic/branches/generic-linux/src/tprocess.cpp 2011-12-10 17:09:28 UTC (rev 107) @@ -42,6 +42,7 @@ #include "filecopy.h" #include "CDirect.h" #include "tprocess.h" +#include <string> #ifndef _MAX_PATH # define _MAX_PATH 4096 @@ -86,10 +87,10 @@ { #ifdef __TINYTIC_POSIX CDirect cd("*.[Tt][Ii][Cc]"); -#else - CDirect cd("*.TIC"); -#endif - FileData hFileData; +#else + CDirect cd("*.TIC"); +#endif + FileData hFileData; if (cd.Find() != true) { @@ -144,6 +145,27 @@ string Buffer; // Iterator to use with the string types string::iterator idx; + // Chunksize for description + // + // MODIFY THIS SETTING FOR FINE TUNING + // THE WIDTH OF THE DECRIPTION FIELD + // + // SOME DESCRIPTIONS INCLUDE FIGLET STYLE + // WORDS. 43 CHARACTERS APPEARS TO BE COMMON + // + int chunk = 43; + // Chunk length to manipulate + int workingchunk = chunk; + // temp string for sting chunks + string tempstr; + // Last char of chunk; + string lastchar; + // character to search for in chunk + string space = " "; + // string length of chuck + int strlength; + // incrementor for chunks + int i; if (!FileIn) { @@ -167,11 +189,32 @@ else if (stricmp(szTmpBuffer, "Desc") == 0) { FileIn.getline(szTmpBuffer, BUFFER_MAXLEN); + tempstr = szTmpBuffer; + strlength = tempstr.length(); if (DescPos != 30) { - Desc[DescPos] = szTmpBuffer; - DescPos++; - } + // check here for line length and split at a certain line length + for (i = 0; i < strlength; i += chunk) { + Desc[DescPos] = tempstr.substr(i,workingchunk); + lastchar = Desc[DescPos][Desc[DescPos].length()-1]; + if ( i + chunk >= strlength ) { + Desc[DescPos] = tempstr.substr(i,workingchunk); + DescPos++; + } + else { + while (lastchar.compare(space) != 0) { // search chunk + workingchunk--; + Desc[DescPos] = tempstr.substr(i,workingchunk); + lastchar = Desc[DescPos][Desc[DescPos].length()-1]; + if (lastchar.compare(space) == 0) { + i += workingchunk - chunk; + workingchunk = chunk; + DescPos++; + } + } + } + } + } } else if (stricmp(szTmpBuffer, "File") == 0) { @@ -487,22 +530,22 @@ DFile.flush(); DFile.setf(ios::left); DFile << setw(18) << file - << setw(15) << size - << Desc[idx].c_str() + << setw(16) << size + << setw(50) << Desc[idx].c_str() << endl; DFile.flush(); } else { DFile.setf(ios::left); - DFile << setw(33) << " " - << setw(30) << Desc[idx].c_str() + DFile << setw(35) << " " + << setw(50) << Desc[idx].c_str() << endl; DFile.flush(); } } - DFile << endl; + DFile << endl << endl; DFile.flush(); DFile.close(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ec...@us...> - 2011-12-10 17:09:27
|
Revision: 106 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=106&view=rev Author: echto Date: 2011-12-10 17:09:21 +0000 (Sat, 10 Dec 2011) Log Message: ----------- Fix. Log file was being written to the working directory instead of the directory specified in the config file Modified Paths: -------------- tinytic/branches/generic-linux/src/parse.cpp Modified: tinytic/branches/generic-linux/src/parse.cpp =================================================================== --- tinytic/branches/generic-linux/src/parse.cpp 2011-12-10 17:09:13 UTC (rev 105) +++ tinytic/branches/generic-linux/src/parse.cpp 2011-12-10 17:09:21 UTC (rev 106) @@ -132,7 +132,7 @@ { // DataFile directory/file specified fConfig >> ws >> szTmpBuffer; - + szLogFile = szTmpBuffer; if (szLogFile == "") { if (VerifyFileUsable(szTmpBuffer) == false) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ec...@us...> - 2011-12-10 17:09:19
|
Revision: 105 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=105&view=rev Author: echto Date: 2011-12-10 17:09:13 +0000 (Sat, 10 Dec 2011) Log Message: ----------- Added Makefile for compiling tinytic. Added Paths: ----------- tinytic/branches/generic-linux/src/Makefile Added: tinytic/branches/generic-linux/src/Makefile =================================================================== --- tinytic/branches/generic-linux/src/Makefile (rev 0) +++ tinytic/branches/generic-linux/src/Makefile 2011-12-10 17:09:13 UTC (rev 105) @@ -0,0 +1,29 @@ +# Begin Makefile for tinytic + +tinytic : CDirect.o filecopy.o parse.o ticlog.o tinytic.o tprocess.o + g++ CDirect.o filecopy.o parse.o ticlog.o tinytic.o tprocess.o -o tinytic + +CDirect.o : CDirect.cpp CDirect.h + g++ CDirect.cpp -Wall -s -c + +filecopy.o : filecopy.cpp filecopy.h + g++ filecopy.cpp -Wall -s -c + +parse.o : parse.cpp parse.h + g++ parse.cpp -Wall -s -c + +ticlog.o : ticlog.cpp ticlog.h + g++ ticlog.cpp -Wall -s -c + +tinytic.o : tinytic.cpp tinytic.h + g++ tinytic.cpp -Wall -s -c + +tprocess.o : tprocess.cpp tprocess.h + g++ tprocess.cpp -Wall -s -c + +clean: + rm *.o tinytic + +# End Makefile + + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ja...@us...> - 2011-12-08 22:38:00
|
Revision: 104 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=104&view=rev Author: jame Date: 2011-12-08 22:37:54 +0000 (Thu, 08 Dec 2011) Log Message: ----------- Create new TinyTIC branch generic-linux from revision 69. Revision Links: -------------- http://ftnapps.svn.sourceforge.net/ftnapps/?rev=69&view=rev Added Paths: ----------- tinytic/branches/generic-linux/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ja...@us...> - 2011-11-28 00:24:34
|
Revision: 103 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=103&view=rev Author: jame Date: 2011-11-28 00:24:28 +0000 (Mon, 28 Nov 2011) Log Message: ----------- Update patching information in debian/README.source Modified Paths: -------------- tinytic/branches/deb-dev/debian/README.source Modified: tinytic/branches/deb-dev/debian/README.source =================================================================== --- tinytic/branches/deb-dev/debian/README.source 2011-07-23 20:32:50 UTC (rev 102) +++ tinytic/branches/deb-dev/debian/README.source 2011-11-28 00:24:28 UTC (rev 103) @@ -1,30 +1,64 @@ 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 +Patching the source archive +============================ + +This package uses quilt 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: +To configure quilt to use debian/patches instead of patches, you want +either to export QUILT_PATCHES=debian/patches in your environment +or use this snippet in your ~/.quiltrc: - debian/rules patch + for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do + if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then + export QUILT_PATCHES=debian/patches + break + fi + done -Removing a patch is as simple as removing its entry from the -debian/patches/00list file, and please also remove the patch file -itself. +To get the fully patched source after unpacking the source package, cd to +the root level of the source package and run: -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. + quilt push -a -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. +The last patch listed in debian/patches/series will become the current +patch. -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. +To add a new set of changes, first run quilt push -a, and then run: + quilt new <patch> + +where <patch> is a descriptive name for the patch, used as the filename in +debian/patches. Then, for every file that will be modified by this patch, +run: + + quilt add <file> + +before editing those files. You must tell quilt with quilt add what files +will be part of the patch before making changes or quilt will not work +properly. After editing the files, run: + + quilt refresh + +to save the results as a patch. + +Alternately, if you already have an external patch and you just want to +add it to the build system, run quilt push -a and then: + + quilt import -P <patch> /path/to/patch + quilt push -a + +(add -p 0 to quilt import if needed). <patch> as above is the filename to +use in debian/patches. The last quilt push -a will apply the patch to +make sure it works properly. + +To remove an existing patch from the list of patches that will be applied, +run: + + quilt delete <patch> + +You may need to run quilt pop -a to unapply patches first before running +this command. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ja...@us...> - 2011-07-23 20:32:57
|
Revision: 102 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=102&view=rev Author: jame Date: 2011-07-23 20:32:50 +0000 (Sat, 23 Jul 2011) Log Message: ----------- Merge current TinyTIC debian dir development. Modified Paths: -------------- tinytic/branches/deb-dev/debian/README.Debian tinytic/branches/deb-dev/debian/changelog tinytic/branches/deb-dev/debian/control tinytic/branches/deb-dev/debian/copyright tinytic/branches/deb-dev/debian/docs tinytic/branches/deb-dev/debian/rules tinytic/branches/deb-dev/debian/tinytic.doc-base Added Paths: ----------- tinytic/branches/deb-dev/.gitignore tinytic/branches/deb-dev/debian/README.source tinytic/branches/deb-dev/debian/examples tinytic/branches/deb-dev/debian/patches/ tinytic/branches/deb-dev/debian/patches/10_tprocess-L89-fix.patch tinytic/branches/deb-dev/debian/patches/series tinytic/branches/deb-dev/debian/source/ tinytic/branches/deb-dev/debian/source/format Added: tinytic/branches/deb-dev/.gitignore =================================================================== --- tinytic/branches/deb-dev/.gitignore (rev 0) +++ tinytic/branches/deb-dev/.gitignore 2011-07-23 20:32:50 UTC (rev 102) @@ -0,0 +1 @@ +.pc Modified: tinytic/branches/deb-dev/debian/README.Debian =================================================================== --- tinytic/branches/deb-dev/debian/README.Debian 2011-07-23 19:29:40 UTC (rev 101) +++ tinytic/branches/deb-dev/debian/README.Debian 2011-07-23 20:32:50 UTC (rev 102) @@ -1,11 +1,12 @@ -TinyTIC for Debian ------------------- +TinyTIC +------- +>>>>>>> debian-dev 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 +18,17 @@ 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 at http://ftnapps.sourceforge.net/tinytic.html. +The code repository for TinyTIC itself is the SVN repostitory at +http://ftnapps.svn.sourceforge.net/viewvc/ftnapps/tinytic/, while the +GIT code repository for the debian packaging is browsable at +http://ftnapps.git.sourceforge.net/git/gitweb.cgi?p=ftnapps/tinytic.git. - -- Robert James Clay <ja...@ro...> Sun, 08 Mar 2009 15:12:05 -0400 + + -- Robert James Clay <ja...@ro...> Tue, 15 Mar 2011 11:44:05 -0400 Added: tinytic/branches/deb-dev/debian/README.source =================================================================== --- tinytic/branches/deb-dev/debian/README.source (rev 0) +++ tinytic/branches/deb-dev/debian/README.source 2011-07-23 20:32:50 UTC (rev 102) @@ -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. + Modified: tinytic/branches/deb-dev/debian/changelog =================================================================== --- tinytic/branches/deb-dev/debian/changelog 2011-07-23 19:29:40 UTC (rev 101) +++ tinytic/branches/deb-dev/debian/changelog 2011-07-23 20:32:50 UTC (rev 102) @@ -1,6 +1,23 @@ -tinytic (0.6.0-0.1) UNRELEASED; urgency=low +tinytic (0.6.1-3) UNRELEASED; urgency=low + * Packaging for Debian v6 (squeeze) + + -- Robert James Clay <ja...@ro...> Sun, 19 Jun 2011 21:04:13 -0400 + +tinytic (0.6.1-2) stable; urgency=low + + * Change Standards Version from 3.7.3 to 3.8.4; no changes required for that. + * Correct misspelling in the existing patch and convert the patching system from + dpatch to quilt. + * Explicitly set as package format 1.0 by adding debian/source/format containing + that. + * Added note about the TinyTIC related code repositories to debian/README.Debian. + + -- Robert James Clay <ja...@ro...> Tue, 15 Mar 2011 11:48:31 -0500 + +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 15:12:05 -0400 + -- Robert James Clay <ja...@ro...> Sat, 28 Nov 2009 13:52:05 -0500 Modified: tinytic/branches/deb-dev/debian/control =================================================================== --- tinytic/branches/deb-dev/debian/control 2011-07-23 19:29:40 UTC (rev 101) +++ tinytic/branches/deb-dev/debian/control 2011-07-23 20:32:50 UTC (rev 102) @@ -1,10 +1,13 @@ Source: tinytic Section: utils Priority: extra -Maintainer: Robert James Clay <ja...@ro...> -Build-Depends: debhelper (>= 7) -Standards-Version: 3.7.3 +Maintainer: Robert James Clay <ja...@ro...> +Build-Depends: debhelper (>= 7), quilt (>= 0.40) +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 +>>>>>>> debian-dev Package: tinytic Architecture: any Modified: tinytic/branches/deb-dev/debian/copyright =================================================================== --- tinytic/branches/deb-dev/debian/copyright 2011-07-23 19:29:40 UTC (rev 101) +++ tinytic/branches/deb-dev/debian/copyright 2011-07-23 20:32:50 UTC (rev 102) @@ -1,39 +1,52 @@ -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. -Upstream Author(s): +Upstream Author: - Michael Dillon <gsv...@gm...> + 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. -The Debian packaging is (C) 2009, Robert James Clay <ja...@ro...> and -is licensed under the GPL, see `/usr/share/common-licenses/GPL'. + 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 BSD license, see `/usr/share/common-licenses/BSD' +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'. Modified: tinytic/branches/deb-dev/debian/docs =================================================================== --- tinytic/branches/deb-dev/debian/docs 2011-07-23 19:29:40 UTC (rev 101) +++ tinytic/branches/deb-dev/debian/docs 2011-07-23 20:32:50 UTC (rev 102) @@ -1,10 +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 -license.txt Added: tinytic/branches/deb-dev/debian/examples =================================================================== --- tinytic/branches/deb-dev/debian/examples (rev 0) +++ tinytic/branches/deb-dev/debian/examples 2011-07-23 20:32:50 UTC (rev 102) @@ -0,0 +1,6 @@ +doc/AUTORULE.BAT +doc/EXAMPLE.CFG +doc/FOOTER.TXT +doc/HEADER.TXT +doc/MAILPROC.BAT +doc/TINYTIC.CFG Added: tinytic/branches/deb-dev/debian/patches/10_tprocess-L89-fix.patch =================================================================== --- tinytic/branches/deb-dev/debian/patches/10_tprocess-L89-fix.patch (rev 0) +++ tinytic/branches/deb-dev/debian/patches/10_tprocess-L89-fix.patch 2011-07-23 20:32:50 UTC (rev 102) @@ -0,0 +1,17 @@ +Author: Robert James Clay <ja...@ro...> +Description: This is a backport of a fix to the following error that comes +up on some systems when compileing (example from Ubuntu v9.10): +src/tprocess.cpp:89:6: error: #elif with no expression +The patch just changes the "#elif" to "#else" and is already +present in upstream. +--- tinytic-0.6.1.orig/src/tprocess.cpp ++++ tinytic-0.6.1/src/tprocess.cpp +@@ -86,7 +86,7 @@ + { + #ifdef __TINYTIC_POSIX + CDirect cd("*.[Tt][Ii][Cc]"); +-#elif ++#else + CDirect cd("*.TIC"); + #endif + FileData hFileData; Added: tinytic/branches/deb-dev/debian/patches/series =================================================================== --- tinytic/branches/deb-dev/debian/patches/series (rev 0) +++ tinytic/branches/deb-dev/debian/patches/series 2011-07-23 20:32:50 UTC (rev 102) @@ -0,0 +1 @@ +10_tprocess-L89-fix.patch Modified: tinytic/branches/deb-dev/debian/rules =================================================================== --- tinytic/branches/deb-dev/debian/rules 2011-07-23 19:29:40 UTC (rev 101) +++ tinytic/branches/deb-dev/debian/rules 2011-07-23 20:32:50 UTC (rev 102) @@ -5,53 +5,52 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +include /usr/share/quilt/quilt.make - - - configure: configure-stamp configure-stamp: - dh_testdir - # Add here commands to configure the package. + dh_testdir + # Add here commands to configure the package. - touch configure-stamp + touch configure-stamp build: build-stamp -build-stamp: configure-stamp - dh_testdir +build-stamp: configure-stamp $(QUILT_STAMPFN) + 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 + # Add here commands to compile the package. + # + 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 $@ + touch $@ -clean: - dh_testdir - dh_testroot - rm -f build-stamp configure-stamp +clean: clean1 unpatch +clean1: + 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 + # 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 + dh_testdir + dh_testroot + dh_prep + dh_installdirs - # Add here commands to install the package into debian/tinytic. - dh_install tinytic /usr/bin + # Add here commands to install the package into debian/tinytic. + dh_install tinytic /usr/bin # Build architecture-independent files here. binary-indep: build install @@ -59,20 +58,21 @@ # 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 + dh_testdir + dh_testroot + dh_installchangelogs doc/tinytic.rev + dh_installdocs + dh_installexamples + 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 +.PHONY: patch unpatch build clean binary-indep binary-arch binary install configure Added: tinytic/branches/deb-dev/debian/source/format =================================================================== --- tinytic/branches/deb-dev/debian/source/format (rev 0) +++ tinytic/branches/deb-dev/debian/source/format 2011-07-23 20:32:50 UTC (rev 102) @@ -0,0 +1 @@ +1.0 Modified: tinytic/branches/deb-dev/debian/tinytic.doc-base =================================================================== --- tinytic/branches/deb-dev/debian/tinytic.doc-base 2011-07-23 19:29:40 UTC (rev 101) +++ tinytic/branches/deb-dev/debian/tinytic.doc-base 2011-07-23 20:32:50 UTC (rev 102) @@ -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 19:29:46
|
Revision: 101 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=101&view=rev Author: jame Date: 2011-07-23 19:29:40 +0000 (Sat, 23 Jul 2011) Log Message: ----------- Do not need branches/debian for TinyTIC. Removed Paths: ------------- tinytic/branches/debian/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ja...@us...> - 2011-07-23 19:20:39
|
Revision: 100 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=100&view=rev Author: jame Date: 2011-07-23 19:20:32 +0000 (Sat, 23 Jul 2011) Log Message: ----------- Rename TinyTIC branches/debian as branches/deb-dev/debian. Added Paths: ----------- tinytic/branches/deb-dev/ tinytic/branches/deb-dev/debian/ tinytic/branches/deb-dev/debian/README.Debian tinytic/branches/deb-dev/debian/changelog tinytic/branches/deb-dev/debian/compat tinytic/branches/deb-dev/debian/control tinytic/branches/deb-dev/debian/copyright tinytic/branches/deb-dev/debian/dirs tinytic/branches/deb-dev/debian/docs tinytic/branches/deb-dev/debian/postinst tinytic/branches/deb-dev/debian/postrm tinytic/branches/deb-dev/debian/preinst tinytic/branches/deb-dev/debian/prerm tinytic/branches/deb-dev/debian/rules tinytic/branches/deb-dev/debian/tinytic.doc-base tinytic/branches/deb-dev/debian/watch Removed Paths: ------------- tinytic/branches/deb-dev/debian/0.6.0/ tinytic/branches/debian/README.Debian tinytic/branches/debian/changelog tinytic/branches/debian/compat tinytic/branches/debian/control tinytic/branches/debian/copyright tinytic/branches/debian/dirs tinytic/branches/debian/docs tinytic/branches/debian/postinst tinytic/branches/debian/postrm tinytic/branches/debian/preinst tinytic/branches/debian/prerm tinytic/branches/debian/rules tinytic/branches/debian/tinytic.doc-base tinytic/branches/debian/watch Copied: tinytic/branches/deb-dev/debian/README.Debian (from rev 99, tinytic/branches/debian/README.Debian) =================================================================== --- tinytic/branches/deb-dev/debian/README.Debian (rev 0) +++ tinytic/branches/deb-dev/debian/README.Debian 2011-07-23 19:20:32 UTC (rev 100) @@ -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 Copied: tinytic/branches/deb-dev/debian/changelog (from rev 99, tinytic/branches/debian/changelog) =================================================================== --- tinytic/branches/deb-dev/debian/changelog (rev 0) +++ tinytic/branches/deb-dev/debian/changelog 2011-07-23 19:20:32 UTC (rev 100) @@ -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 + Copied: tinytic/branches/deb-dev/debian/compat (from rev 99, tinytic/branches/debian/compat) =================================================================== --- tinytic/branches/deb-dev/debian/compat (rev 0) +++ tinytic/branches/deb-dev/debian/compat 2011-07-23 19:20:32 UTC (rev 100) @@ -0,0 +1 @@ +7 Copied: tinytic/branches/deb-dev/debian/control (from rev 99, tinytic/branches/debian/control) =================================================================== --- tinytic/branches/deb-dev/debian/control (rev 0) +++ tinytic/branches/deb-dev/debian/control 2011-07-23 19:20:32 UTC (rev 100) @@ -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. Copied: tinytic/branches/deb-dev/debian/copyright (from rev 99, tinytic/branches/debian/copyright) =================================================================== --- tinytic/branches/deb-dev/debian/copyright (rev 0) +++ tinytic/branches/deb-dev/debian/copyright 2011-07-23 19:20:32 UTC (rev 100) @@ -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' Copied: tinytic/branches/deb-dev/debian/dirs (from rev 99, tinytic/branches/debian/dirs) =================================================================== --- tinytic/branches/deb-dev/debian/dirs (rev 0) +++ tinytic/branches/deb-dev/debian/dirs 2011-07-23 19:20:32 UTC (rev 100) @@ -0,0 +1 @@ +usr/bin Copied: tinytic/branches/deb-dev/debian/docs (from rev 99, tinytic/branches/debian/docs) =================================================================== --- tinytic/branches/deb-dev/debian/docs (rev 0) +++ tinytic/branches/deb-dev/debian/docs 2011-07-23 19:20:32 UTC (rev 100) @@ -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 Copied: tinytic/branches/deb-dev/debian/postinst (from rev 99, tinytic/branches/debian/postinst) =================================================================== --- tinytic/branches/deb-dev/debian/postinst (rev 0) +++ tinytic/branches/deb-dev/debian/postinst 2011-07-23 19:20:32 UTC (rev 100) @@ -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 + + Copied: tinytic/branches/deb-dev/debian/postrm (from rev 99, tinytic/branches/debian/postrm) =================================================================== --- tinytic/branches/deb-dev/debian/postrm (rev 0) +++ tinytic/branches/deb-dev/debian/postrm 2011-07-23 19:20:32 UTC (rev 100) @@ -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 + + Copied: tinytic/branches/deb-dev/debian/preinst (from rev 99, tinytic/branches/debian/preinst) =================================================================== --- tinytic/branches/deb-dev/debian/preinst (rev 0) +++ tinytic/branches/deb-dev/debian/preinst 2011-07-23 19:20:32 UTC (rev 100) @@ -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 + + Copied: tinytic/branches/deb-dev/debian/prerm (from rev 99, tinytic/branches/debian/prerm) =================================================================== --- tinytic/branches/deb-dev/debian/prerm (rev 0) +++ tinytic/branches/deb-dev/debian/prerm 2011-07-23 19:20:32 UTC (rev 100) @@ -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 + + Copied: tinytic/branches/deb-dev/debian/rules (from rev 99, tinytic/branches/debian/rules) =================================================================== --- tinytic/branches/deb-dev/debian/rules (rev 0) +++ tinytic/branches/deb-dev/debian/rules 2011-07-23 19:20:32 UTC (rev 100) @@ -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 Copied: tinytic/branches/deb-dev/debian/tinytic.doc-base (from rev 99, tinytic/branches/debian/tinytic.doc-base) =================================================================== --- tinytic/branches/deb-dev/debian/tinytic.doc-base (rev 0) +++ tinytic/branches/deb-dev/debian/tinytic.doc-base 2011-07-23 19:20:32 UTC (rev 100) @@ -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 + Copied: tinytic/branches/deb-dev/debian/watch (from rev 99, tinytic/branches/debian/watch) =================================================================== --- tinytic/branches/deb-dev/debian/watch (rev 0) +++ tinytic/branches/deb-dev/debian/watch 2011-07-23 19:20:32 UTC (rev 100) @@ -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 + Deleted: tinytic/branches/debian/README.Debian =================================================================== --- tinytic/branches/debian/README.Debian 2011-07-23 18:10:20 UTC (rev 99) +++ tinytic/branches/debian/README.Debian 2011-07-23 19:20:32 UTC (rev 100) @@ -1,26 +0,0 @@ -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 Deleted: tinytic/branches/debian/changelog =================================================================== --- tinytic/branches/debian/changelog 2011-07-23 18:10:20 UTC (rev 99) +++ tinytic/branches/debian/changelog 2011-07-23 19:20:32 UTC (rev 100) @@ -1,6 +0,0 @@ -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 - Deleted: tinytic/branches/debian/compat =================================================================== --- tinytic/branches/debian/compat 2011-07-23 18:10:20 UTC (rev 99) +++ tinytic/branches/debian/compat 2011-07-23 19:20:32 UTC (rev 100) @@ -1 +0,0 @@ -7 Deleted: tinytic/branches/debian/control =================================================================== --- tinytic/branches/debian/control 2011-07-23 18:10:20 UTC (rev 99) +++ tinytic/branches/debian/control 2011-07-23 19:20:32 UTC (rev 100) @@ -1,15 +0,0 @@ -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. Deleted: tinytic/branches/debian/copyright =================================================================== --- tinytic/branches/debian/copyright 2011-07-23 18:10:20 UTC (rev 99) +++ tinytic/branches/debian/copyright 2011-07-23 19:20:32 UTC (rev 100) @@ -1,39 +0,0 @@ -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' Deleted: tinytic/branches/debian/dirs =================================================================== --- tinytic/branches/debian/dirs 2011-07-23 18:10:20 UTC (rev 99) +++ tinytic/branches/debian/dirs 2011-07-23 19:20:32 UTC (rev 100) @@ -1 +0,0 @@ -usr/bin Deleted: tinytic/branches/debian/docs =================================================================== --- tinytic/branches/debian/docs 2011-07-23 18:10:20 UTC (rev 99) +++ tinytic/branches/debian/docs 2011-07-23 19:20:32 UTC (rev 100) @@ -1,10 +0,0 @@ -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 Deleted: tinytic/branches/debian/postinst =================================================================== --- tinytic/branches/debian/postinst 2011-07-23 18:10:20 UTC (rev 99) +++ tinytic/branches/debian/postinst 2011-07-23 19:20:32 UTC (rev 100) @@ -1,41 +0,0 @@ -#!/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 - - Deleted: tinytic/branches/debian/postrm =================================================================== --- tinytic/branches/debian/postrm 2011-07-23 18:10:20 UTC (rev 99) +++ tinytic/branches/debian/postrm 2011-07-23 19:20:32 UTC (rev 100) @@ -1,39 +0,0 @@ -#!/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 - - Deleted: tinytic/branches/debian/preinst =================================================================== --- tinytic/branches/debian/preinst 2011-07-23 18:10:20 UTC (rev 99) +++ tinytic/branches/debian/preinst 2011-07-23 19:20:32 UTC (rev 100) @@ -1,37 +0,0 @@ -#!/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 - - Deleted: tinytic/branches/debian/prerm =================================================================== --- tinytic/branches/debian/prerm 2011-07-23 18:10:20 UTC (rev 99) +++ tinytic/branches/debian/prerm 2011-07-23 19:20:32 UTC (rev 100) @@ -1,40 +0,0 @@ -#!/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 - - Deleted: tinytic/branches/debian/rules =================================================================== --- tinytic/branches/debian/rules 2011-07-23 18:10:20 UTC (rev 99) +++ tinytic/branches/debian/rules 2011-07-23 19:20:32 UTC (rev 100) @@ -1,78 +0,0 @@ -#!/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 Deleted: tinytic/branches/debian/tinytic.doc-base =================================================================== --- tinytic/branches/debian/tinytic.doc-base 2011-07-23 18:10:20 UTC (rev 99) +++ tinytic/branches/debian/tinytic.doc-base 2011-07-23 19:20:32 UTC (rev 100) @@ -1,11 +0,0 @@ -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 - Deleted: tinytic/branches/debian/watch =================================================================== --- tinytic/branches/debian/watch 2011-07-23 18:10:20 UTC (rev 99) +++ tinytic/branches/debian/watch 2011-07-23 19:20:32 UTC (rev 100) @@ -1,11 +0,0 @@ -# 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: <ja...@us...> - 2011-07-23 18:10:26
|
Revision: 99 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=99&view=rev Author: jame Date: 2011-07-23 18:10:20 +0000 (Sat, 23 Jul 2011) Log Message: ----------- Change how the TinyTIC SVN debian branch is used. Added Paths: ----------- tinytic/branches/debian/README.Debian tinytic/branches/debian/changelog tinytic/branches/debian/compat tinytic/branches/debian/control tinytic/branches/debian/copyright tinytic/branches/debian/dirs tinytic/branches/debian/docs tinytic/branches/debian/postinst tinytic/branches/debian/postrm tinytic/branches/debian/preinst tinytic/branches/debian/prerm tinytic/branches/debian/rules tinytic/branches/debian/tinytic.doc-base tinytic/branches/debian/watch Removed Paths: ------------- tinytic/branches/debian/0.6.0/ Copied: tinytic/branches/debian/README.Debian (from rev 98, tinytic/branches/debian/0.6.0/1/debian/README.Debian) =================================================================== --- tinytic/branches/debian/README.Debian (rev 0) +++ tinytic/branches/debian/README.Debian 2011-07-23 18:10:20 UTC (rev 99) @@ -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 Copied: tinytic/branches/debian/changelog (from rev 98, tinytic/branches/debian/0.6.0/1/debian/changelog) =================================================================== --- tinytic/branches/debian/changelog (rev 0) +++ tinytic/branches/debian/changelog 2011-07-23 18:10:20 UTC (rev 99) @@ -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 + Copied: tinytic/branches/debian/compat (from rev 98, tinytic/branches/debian/0.6.0/1/debian/compat) =================================================================== --- tinytic/branches/debian/compat (rev 0) +++ tinytic/branches/debian/compat 2011-07-23 18:10:20 UTC (rev 99) @@ -0,0 +1 @@ +7 Copied: tinytic/branches/debian/control (from rev 98, tinytic/branches/debian/0.6.0/1/debian/control) =================================================================== --- tinytic/branches/debian/control (rev 0) +++ tinytic/branches/debian/control 2011-07-23 18:10:20 UTC (rev 99) @@ -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. Copied: tinytic/branches/debian/copyright (from rev 98, tinytic/branches/debian/0.6.0/1/debian/copyright) =================================================================== --- tinytic/branches/debian/copyright (rev 0) +++ tinytic/branches/debian/copyright 2011-07-23 18:10:20 UTC (rev 99) @@ -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' Copied: tinytic/branches/debian/dirs (from rev 98, tinytic/branches/debian/0.6.0/1/debian/dirs) =================================================================== --- tinytic/branches/debian/dirs (rev 0) +++ tinytic/branches/debian/dirs 2011-07-23 18:10:20 UTC (rev 99) @@ -0,0 +1 @@ +usr/bin Copied: tinytic/branches/debian/docs (from rev 98, tinytic/branches/debian/0.6.0/1/debian/docs) =================================================================== --- tinytic/branches/debian/docs (rev 0) +++ tinytic/branches/debian/docs 2011-07-23 18:10:20 UTC (rev 99) @@ -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 Copied: tinytic/branches/debian/postinst (from rev 98, tinytic/branches/debian/0.6.0/1/debian/postinst) =================================================================== --- tinytic/branches/debian/postinst (rev 0) +++ tinytic/branches/debian/postinst 2011-07-23 18:10:20 UTC (rev 99) @@ -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 + + Copied: tinytic/branches/debian/postrm (from rev 98, tinytic/branches/debian/0.6.0/1/debian/postrm) =================================================================== --- tinytic/branches/debian/postrm (rev 0) +++ tinytic/branches/debian/postrm 2011-07-23 18:10:20 UTC (rev 99) @@ -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 + + Copied: tinytic/branches/debian/preinst (from rev 98, tinytic/branches/debian/0.6.0/1/debian/preinst) =================================================================== --- tinytic/branches/debian/preinst (rev 0) +++ tinytic/branches/debian/preinst 2011-07-23 18:10:20 UTC (rev 99) @@ -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 + + Copied: tinytic/branches/debian/prerm (from rev 98, tinytic/branches/debian/0.6.0/1/debian/prerm) =================================================================== --- tinytic/branches/debian/prerm (rev 0) +++ tinytic/branches/debian/prerm 2011-07-23 18:10:20 UTC (rev 99) @@ -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 + + Copied: tinytic/branches/debian/rules (from rev 98, tinytic/branches/debian/0.6.0/1/debian/rules) =================================================================== --- tinytic/branches/debian/rules (rev 0) +++ tinytic/branches/debian/rules 2011-07-23 18:10:20 UTC (rev 99) @@ -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 Copied: tinytic/branches/debian/tinytic.doc-base (from rev 98, tinytic/branches/debian/0.6.0/1/debian/tinytic.doc-base) =================================================================== --- tinytic/branches/debian/tinytic.doc-base (rev 0) +++ tinytic/branches/debian/tinytic.doc-base 2011-07-23 18:10:20 UTC (rev 99) @@ -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 + Copied: tinytic/branches/debian/watch (from rev 98, tinytic/branches/debian/0.6.0/1/debian/watch) =================================================================== --- tinytic/branches/debian/watch (rev 0) +++ tinytic/branches/debian/watch 2011-07-23 18:10:20 UTC (rev 99) @@ -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: <ja...@us...> - 2011-07-23 17:08:58
|
Revision: 98 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=98&view=rev Author: jame Date: 2011-07-23 17:08:53 +0000 (Sat, 23 Jul 2011) Log Message: ----------- Set v0.6.1-2 for release. Modified Paths: -------------- tinytic/trunk/debian/changelog Modified: tinytic/trunk/debian/changelog =================================================================== --- tinytic/trunk/debian/changelog 2011-07-23 17:08:47 UTC (rev 97) +++ tinytic/trunk/debian/changelog 2011-07-23 17:08:53 UTC (rev 98) @@ -1,4 +1,4 @@ -tinytic (0.6.1-2~1) stable; urgency=low +tinytic (0.6.1-2) stable; urgency=low * Change Standards Version from 3.7.3 to 3.8.4; no changes required for that. * Correct misspelling in the existing patch and convert the patching system from 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:53
|
Revision: 97 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=97&view=rev Author: jame Date: 2011-07-23 17:08:47 +0000 (Sat, 23 Jul 2011) Log Message: ----------- Set first test release version for 0.6.1-2 Modified Paths: -------------- tinytic/trunk/debian/changelog Modified: tinytic/trunk/debian/changelog =================================================================== --- tinytic/trunk/debian/changelog 2011-07-23 17:08:42 UTC (rev 96) +++ tinytic/trunk/debian/changelog 2011-07-23 17:08:47 UTC (rev 97) @@ -1,4 +1,4 @@ -tinytic (0.6.1-2) UNRELEASED; urgency=low +tinytic (0.6.1-2~1) stable; urgency=low * Change Standards Version from 3.7.3 to 3.8.4; no changes required for that. * Correct misspelling in the existing patch and convert the patching system from 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:48
|
Revision: 96 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=96&view=rev Author: jame Date: 2011-07-23 17:08:42 +0000 (Sat, 23 Jul 2011) Log Message: ----------- Added note about the TinyTIC related code repositories. Modified Paths: -------------- tinytic/trunk/debian/README.Debian tinytic/trunk/debian/changelog Modified: tinytic/trunk/debian/README.Debian =================================================================== --- tinytic/trunk/debian/README.Debian 2011-07-23 17:08:36 UTC (rev 95) +++ tinytic/trunk/debian/README.Debian 2011-07-23 17:08:42 UTC (rev 96) @@ -23,7 +23,11 @@ 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. + Homepage for it is at http://ftnapps.sourceforge.net/tinytic.html. +The code repository for TinyTIC itself is the SVN repostitory at +http://ftnapps.svn.sourceforge.net/viewvc/ftnapps/tinytic/, while the +GIT code repository for the debian packaging is browsable at +http://ftnapps.git.sourceforge.net/git/gitweb.cgi?p=ftnapps/tinytic.git. - -- Robert James Clay <ja...@ro...> Sun, 08 Nov 2009 15:12:05 -0400 + -- Robert James Clay <ja...@ro...> Tue, 15 Mar 2011 11:44:05 -0400 Modified: tinytic/trunk/debian/changelog =================================================================== --- tinytic/trunk/debian/changelog 2011-07-23 17:08:36 UTC (rev 95) +++ tinytic/trunk/debian/changelog 2011-07-23 17:08:42 UTC (rev 96) @@ -1,12 +1,13 @@ tinytic (0.6.1-2) UNRELEASED; urgency=low + * Change Standards Version from 3.7.3 to 3.8.4; no changes required for that. * Correct misspelling in the existing patch and convert the patching system from dpatch to quilt. * Explicitly set as package format 1.0 by adding debian/source/format containing that. - * Change Standards Version from 3.7.3 to 3.8.4; no changes required for that. + * Added note about the TinyTIC related code repositories to debian/README.Debian. - -- Robert James Clay <ja...@ro...> Tue, 15 Mar 2011 10:40:31 -0500 + -- Robert James Clay <ja...@ro...> Tue, 15 Mar 2011 11:48:31 -0500 tinytic (0.6.1-1) stable; urgency=low 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:42
|
Revision: 95 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=95&view=rev Author: jame Date: 2011-07-23 17:08:36 +0000 (Sat, 23 Jul 2011) Log Message: ----------- Add entries noting packageing changes to debian/changelog. Modified Paths: -------------- tinytic/trunk/debian/changelog Modified: tinytic/trunk/debian/changelog =================================================================== --- tinytic/trunk/debian/changelog 2011-07-23 17:08:30 UTC (rev 94) +++ tinytic/trunk/debian/changelog 2011-07-23 17:08:36 UTC (rev 95) @@ -2,6 +2,9 @@ * Correct misspelling in the existing patch and convert the patching system from dpatch to quilt. + * Explicitly set as package format 1.0 by adding debian/source/format containing + that. + * Change Standards Version from 3.7.3 to 3.8.4; no changes required for that. -- Robert James Clay <ja...@ro...> Tue, 15 Mar 2011 10:40:31 -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:08:36
|
Revision: 94 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=94&view=rev Author: jame Date: 2011-07-23 17:08:30 +0000 (Sat, 23 Jul 2011) Log Message: ----------- Explicitly set as package format 1.0 Added Paths: ----------- tinytic/trunk/debian/source/ tinytic/trunk/debian/source/format Added: tinytic/trunk/debian/source/format =================================================================== --- tinytic/trunk/debian/source/format (rev 0) +++ tinytic/trunk/debian/source/format 2011-07-23 17:08:30 UTC (rev 94) @@ -0,0 +1 @@ +1.0 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:30
|
Revision: 93 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=93&view=rev Author: jame Date: 2011-07-23 17:08:24 +0000 (Sat, 23 Jul 2011) Log Message: ----------- Add entry summarizing patching changes to debian/changelog. Modified Paths: -------------- tinytic/trunk/debian/changelog Modified: tinytic/trunk/debian/changelog =================================================================== --- tinytic/trunk/debian/changelog 2011-07-23 17:08:18 UTC (rev 92) +++ tinytic/trunk/debian/changelog 2011-07-23 17:08:24 UTC (rev 93) @@ -1,8 +1,9 @@ tinytic (0.6.1-2) UNRELEASED; urgency=low - * Debian packaging updates. + * Correct misspelling in the existing patch and convert the patching system from + dpatch to quilt. - -- Robert James Clay <ja...@ro...> Wed, 26 Jan 2011 20:05:31 -0500 + -- Robert James Clay <ja...@ro...> Tue, 15 Mar 2011 10:40:31 -0500 tinytic (0.6.1-1) stable; urgency=low 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:24
|
Revision: 92 http://ftnapps.svn.sourceforge.net/ftnapps/?rev=92&view=rev Author: jame Date: 2011-07-23 17:08:18 +0000 (Sat, 23 Jul 2011) Log Message: ----------- Change to using quilt instead of dpatch for patching. Modified Paths: -------------- tinytic/trunk/debian/control tinytic/trunk/debian/rules Added Paths: ----------- tinytic/trunk/.gitignore tinytic/trunk/debian/patches/10_tprocess-L89-fix.patch tinytic/trunk/debian/patches/series Removed Paths: ------------- tinytic/trunk/debian/patches/00list tinytic/trunk/debian/patches/10_tprocess-L89-fix.dpatch Added: tinytic/trunk/.gitignore =================================================================== --- tinytic/trunk/.gitignore (rev 0) +++ tinytic/trunk/.gitignore 2011-07-23 17:08:18 UTC (rev 92) @@ -0,0 +1 @@ +.pc Modified: tinytic/trunk/debian/control =================================================================== --- tinytic/trunk/debian/control 2011-07-23 17:08:09 UTC (rev 91) +++ tinytic/trunk/debian/control 2011-07-23 17:08:18 UTC (rev 92) @@ -2,7 +2,7 @@ Section: utils Priority: extra Maintainer: Robert James Clay <ja...@ro...> -Build-Depends: debhelper (>= 7), dpatch +Build-Depends: debhelper (>= 7), quilt (>= 0.40) Standards-Version: 3.8.4 Homepage: http://ftnapps.sourceforge.net/tinytic.html Vcs-Git: git://ftnapps.git.sourceforge.net/gitroot/ftnapps/tinytic.git Deleted: tinytic/trunk/debian/patches/00list =================================================================== --- tinytic/trunk/debian/patches/00list 2011-07-23 17:08:09 UTC (rev 91) +++ tinytic/trunk/debian/patches/00list 2011-07-23 17:08:18 UTC (rev 92) @@ -1 +0,0 @@ -10_tprocess-L89-fix.dpatch Deleted: tinytic/trunk/debian/patches/10_tprocess-L89-fix.dpatch =================================================================== --- tinytic/trunk/debian/patches/10_tprocess-L89-fix.dpatch 2011-07-23 17:08:09 UTC (rev 91) +++ tinytic/trunk/debian/patches/10_tprocess-L89-fix.dpatch 2011-07-23 17:08:18 UTC (rev 92) @@ -1,23 +0,0 @@ -#! /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 upstream. - -@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; Added: tinytic/trunk/debian/patches/10_tprocess-L89-fix.patch =================================================================== --- tinytic/trunk/debian/patches/10_tprocess-L89-fix.patch (rev 0) +++ tinytic/trunk/debian/patches/10_tprocess-L89-fix.patch 2011-07-23 17:08:18 UTC (rev 92) @@ -0,0 +1,17 @@ +Author: Robert James Clay <ja...@ro...> +Description: This is a backport of a fix to the following error that comes +up on some systems when compileing (example from Ubuntu v9.10): +src/tprocess.cpp:89:6: error: #elif with no expression +The patch just changes the "#elif" to "#else" and is already +present in upstream. +--- tinytic-0.6.1.orig/src/tprocess.cpp ++++ tinytic-0.6.1/src/tprocess.cpp +@@ -86,7 +86,7 @@ + { + #ifdef __TINYTIC_POSIX + CDirect cd("*.[Tt][Ii][Cc]"); +-#elif ++#else + CDirect cd("*.TIC"); + #endif + FileData hFileData; Added: tinytic/trunk/debian/patches/series =================================================================== --- tinytic/trunk/debian/patches/series (rev 0) +++ tinytic/trunk/debian/patches/series 2011-07-23 17:08:18 UTC (rev 92) @@ -0,0 +1 @@ +10_tprocess-L89-fix.patch Modified: tinytic/trunk/debian/rules =================================================================== --- tinytic/trunk/debian/rules 2011-07-23 17:08:09 UTC (rev 91) +++ tinytic/trunk/debian/rules 2011-07-23 17:08:18 UTC (rev 92) @@ -5,7 +5,7 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -include /usr/share/dpatch/dpatch.make +include /usr/share/quilt/quilt.make configure: configure-stamp configure-stamp: @@ -17,7 +17,7 @@ build: build-stamp -build-stamp: configure-stamp patch-stamp +build-stamp: configure-stamp $(QUILT_STAMPFN) dh_testdir # Add here commands to compile the package. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |