mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-02-03 19:39:34 +01:00
Moved boxes sources from RCS to git
This commit is contained in:
parent
7074fe8648
commit
2dccdbcc0d
340
COPYING
Normal file
340
COPYING
Normal file
@ -0,0 +1,340 @@
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 2, June 1991
|
||||
|
||||
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
|
||||
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The licenses for most software are designed to take away your
|
||||
freedom to share and change it. By contrast, the GNU General Public
|
||||
License is intended to guarantee your freedom to share and change free
|
||||
software--to make sure the software is free for all its users. This
|
||||
General Public License applies to most of the Free Software
|
||||
Foundation's software and to any other program whose authors commit to
|
||||
using it. (Some other Free Software Foundation software is covered by
|
||||
the GNU Library General Public License instead.) You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
this service if you wish), that you receive source code or can get it
|
||||
if you want it, that you can change the software or use pieces of it
|
||||
in new free programs; and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to make restrictions that forbid
|
||||
anyone to deny you these rights or to ask you to surrender the rights.
|
||||
These restrictions translate to certain responsibilities for you if you
|
||||
distribute copies of the software, or if you modify it.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must give the recipients all the rights that
|
||||
you have. You must make sure that they, too, receive or can get the
|
||||
source code. And you must show them these terms so they know their
|
||||
rights.
|
||||
|
||||
We protect your rights with two steps: (1) copyright the software, and
|
||||
(2) offer you this license which gives you legal permission to copy,
|
||||
distribute and/or modify the software.
|
||||
|
||||
Also, for each author's protection and ours, we want to make certain
|
||||
that everyone understands that there is no warranty for this free
|
||||
software. If the software is modified by someone else and passed on, we
|
||||
want its recipients to know that what they have is not the original, so
|
||||
that any problems introduced by others will not reflect on the original
|
||||
authors' reputations.
|
||||
|
||||
Finally, any free program is threatened constantly by software
|
||||
patents. We wish to avoid the danger that redistributors of a free
|
||||
program will individually obtain patent licenses, in effect making the
|
||||
program proprietary. To prevent this, we have made it clear that any
|
||||
patent must be licensed for everyone's free use or not licensed at all.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. This License applies to any program or other work which contains
|
||||
a notice placed by the copyright holder saying it may be distributed
|
||||
under the terms of this General Public License. The "Program", below,
|
||||
refers to any such program or work, and a "work based on the Program"
|
||||
means either the Program or any derivative work under copyright law:
|
||||
that is to say, a work containing the Program or a portion of it,
|
||||
either verbatim or with modifications and/or translated into another
|
||||
language. (Hereinafter, translation is included without limitation in
|
||||
the term "modification".) Each licensee is addressed as "you".
|
||||
|
||||
Activities other than copying, distribution and modification are not
|
||||
covered by this License; they are outside its scope. The act of
|
||||
running the Program is not restricted, and the output from the Program
|
||||
is covered only if its contents constitute a work based on the
|
||||
Program (independent of having been made by running the Program).
|
||||
Whether that is true depends on what the Program does.
|
||||
|
||||
1. You may copy and distribute verbatim copies of the Program's
|
||||
source code as you receive it, in any medium, provided that you
|
||||
conspicuously and appropriately publish on each copy an appropriate
|
||||
copyright notice and disclaimer of warranty; keep intact all the
|
||||
notices that refer to this License and to the absence of any warranty;
|
||||
and give any other recipients of the Program a copy of this License
|
||||
along with the Program.
|
||||
|
||||
You may charge a fee for the physical act of transferring a copy, and
|
||||
you may at your option offer warranty protection in exchange for a fee.
|
||||
|
||||
2. You may modify your copy or copies of the Program or any portion
|
||||
of it, thus forming a work based on the Program, and copy and
|
||||
distribute such modifications or work under the terms of Section 1
|
||||
above, provided that you also meet all of these conditions:
|
||||
|
||||
a) You must cause the modified files to carry prominent notices
|
||||
stating that you changed the files and the date of any change.
|
||||
|
||||
b) You must cause any work that you distribute or publish, that in
|
||||
whole or in part contains or is derived from the Program or any
|
||||
part thereof, to be licensed as a whole at no charge to all third
|
||||
parties under the terms of this License.
|
||||
|
||||
c) If the modified program normally reads commands interactively
|
||||
when run, you must cause it, when started running for such
|
||||
interactive use in the most ordinary way, to print or display an
|
||||
announcement including an appropriate copyright notice and a
|
||||
notice that there is no warranty (or else, saying that you provide
|
||||
a warranty) and that users may redistribute the program under
|
||||
these conditions, and telling the user how to view a copy of this
|
||||
License. (Exception: if the Program itself is interactive but
|
||||
does not normally print such an announcement, your work based on
|
||||
the Program is not required to print an announcement.)
|
||||
|
||||
These requirements apply to the modified work as a whole. If
|
||||
identifiable sections of that work are not derived from the Program,
|
||||
and can be reasonably considered independent and separate works in
|
||||
themselves, then this License, and its terms, do not apply to those
|
||||
sections when you distribute them as separate works. But when you
|
||||
distribute the same sections as part of a whole which is a work based
|
||||
on the Program, the distribution of the whole must be on the terms of
|
||||
this License, whose permissions for other licensees extend to the
|
||||
entire whole, and thus to each and every part regardless of who wrote it.
|
||||
|
||||
Thus, it is not the intent of this section to claim rights or contest
|
||||
your rights to work written entirely by you; rather, the intent is to
|
||||
exercise the right to control the distribution of derivative or
|
||||
collective works based on the Program.
|
||||
|
||||
In addition, mere aggregation of another work not based on the Program
|
||||
with the Program (or with a work based on the Program) on a volume of
|
||||
a storage or distribution medium does not bring the other work under
|
||||
the scope of this License.
|
||||
|
||||
3. You may copy and distribute the Program (or a work based on it,
|
||||
under Section 2) in object code or executable form under the terms of
|
||||
Sections 1 and 2 above provided that you also do one of the following:
|
||||
|
||||
a) Accompany it with the complete corresponding machine-readable
|
||||
source code, which must be distributed under the terms of Sections
|
||||
1 and 2 above on a medium customarily used for software interchange; or,
|
||||
|
||||
b) Accompany it with a written offer, valid for at least three
|
||||
years, to give any third party, for a charge no more than your
|
||||
cost of physically performing source distribution, a complete
|
||||
machine-readable copy of the corresponding source code, to be
|
||||
distributed under the terms of Sections 1 and 2 above on a medium
|
||||
customarily used for software interchange; or,
|
||||
|
||||
c) Accompany it with the information you received as to the offer
|
||||
to distribute corresponding source code. (This alternative is
|
||||
allowed only for noncommercial distribution and only if you
|
||||
received the program in object code or executable form with such
|
||||
an offer, in accord with Subsection b above.)
|
||||
|
||||
The source code for a work means the preferred form of the work for
|
||||
making modifications to it. For an executable work, complete source
|
||||
code means all the source code for all modules it contains, plus any
|
||||
associated interface definition files, plus the scripts used to
|
||||
control compilation and installation of the executable. However, as a
|
||||
special exception, the source code distributed need not include
|
||||
anything that is normally distributed (in either source or binary
|
||||
form) with the major components (compiler, kernel, and so on) of the
|
||||
operating system on which the executable runs, unless that component
|
||||
itself accompanies the executable.
|
||||
|
||||
If distribution of executable or object code is made by offering
|
||||
access to copy from a designated place, then offering equivalent
|
||||
access to copy the source code from the same place counts as
|
||||
distribution of the source code, even though third parties are not
|
||||
compelled to copy the source along with the object code.
|
||||
|
||||
4. You may not copy, modify, sublicense, or distribute the Program
|
||||
except as expressly provided under this License. Any attempt
|
||||
otherwise to copy, modify, sublicense or distribute the Program is
|
||||
void, and will automatically terminate your rights under this License.
|
||||
However, parties who have received copies, or rights, from you under
|
||||
this License will not have their licenses terminated so long as such
|
||||
parties remain in full compliance.
|
||||
|
||||
5. You are not required to accept this License, since you have not
|
||||
signed it. However, nothing else grants you permission to modify or
|
||||
distribute the Program or its derivative works. These actions are
|
||||
prohibited by law if you do not accept this License. Therefore, by
|
||||
modifying or distributing the Program (or any work based on the
|
||||
Program), you indicate your acceptance of this License to do so, and
|
||||
all its terms and conditions for copying, distributing or modifying
|
||||
the Program or works based on it.
|
||||
|
||||
6. Each time you redistribute the Program (or any work based on the
|
||||
Program), the recipient automatically receives a license from the
|
||||
original licensor to copy, distribute or modify the Program subject to
|
||||
these terms and conditions. You may not impose any further
|
||||
restrictions on the recipients' exercise of the rights granted herein.
|
||||
You are not responsible for enforcing compliance by third parties to
|
||||
this License.
|
||||
|
||||
7. If, as a consequence of a court judgment or allegation of patent
|
||||
infringement or for any other reason (not limited to patent issues),
|
||||
conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot
|
||||
distribute so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you
|
||||
may not distribute the Program at all. For example, if a patent
|
||||
license would not permit royalty-free redistribution of the Program by
|
||||
all those who receive copies directly or indirectly through you, then
|
||||
the only way you could satisfy both it and this License would be to
|
||||
refrain entirely from distribution of the Program.
|
||||
|
||||
If any portion of this section is held invalid or unenforceable under
|
||||
any particular circumstance, the balance of the section is intended to
|
||||
apply and the section as a whole is intended to apply in other
|
||||
circumstances.
|
||||
|
||||
It is not the purpose of this section to induce you to infringe any
|
||||
patents or other property right claims or to contest validity of any
|
||||
such claims; this section has the sole purpose of protecting the
|
||||
integrity of the free software distribution system, which is
|
||||
implemented by public license practices. Many people have made
|
||||
generous contributions to the wide range of software distributed
|
||||
through that system in reliance on consistent application of that
|
||||
system; it is up to the author/donor to decide if he or she is willing
|
||||
to distribute software through any other system and a licensee cannot
|
||||
impose that choice.
|
||||
|
||||
This section is intended to make thoroughly clear what is believed to
|
||||
be a consequence of the rest of this License.
|
||||
|
||||
8. If the distribution and/or use of the Program is restricted in
|
||||
certain countries either by patents or by copyrighted interfaces, the
|
||||
original copyright holder who places the Program under this License
|
||||
may add an explicit geographical distribution limitation excluding
|
||||
those countries, so that distribution is permitted only in or among
|
||||
countries not thus excluded. In such case, this License incorporates
|
||||
the limitation as if written in the body of this License.
|
||||
|
||||
9. The Free Software Foundation may publish revised and/or new versions
|
||||
of the General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the Program
|
||||
specifies a version number of this License which applies to it and "any
|
||||
later version", you have the option of following the terms and conditions
|
||||
either of that version or of any later version published by the Free
|
||||
Software Foundation. If the Program does not specify a version number of
|
||||
this License, you may choose any version ever published by the Free Software
|
||||
Foundation.
|
||||
|
||||
10. If you wish to incorporate parts of the Program into other free
|
||||
programs whose distribution conditions are different, write to the author
|
||||
to ask for permission. For software which is copyrighted by the Free
|
||||
Software Foundation, write to the Free Software Foundation; we sometimes
|
||||
make exceptions for this. Our decision will be guided by the two goals
|
||||
of preserving the free status of all derivatives of our free software and
|
||||
of promoting the sharing and reuse of software generally.
|
||||
|
||||
NO WARRANTY
|
||||
|
||||
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
||||
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
||||
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
||||
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
||||
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
||||
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
||||
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
||||
REPAIR OR CORRECTION.
|
||||
|
||||
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
||||
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
||||
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
||||
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
||||
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
||||
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGES.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
convey the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) 19yy <name of author>
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program is interactive, make it output a short notice like this
|
||||
when it starts in an interactive mode:
|
||||
|
||||
Gnomovision version 69, Copyright (C) 19yy name of author
|
||||
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, the commands you use may
|
||||
be called something other than `show w' and `show c'; they could even be
|
||||
mouse-clicks or menu items--whatever suits your program.
|
||||
|
||||
You should also get your employer (if you work as a programmer) or your
|
||||
school, if any, to sign a "copyright disclaimer" for the program, if
|
||||
necessary. Here is a sample; alter the names:
|
||||
|
||||
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
||||
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
||||
|
||||
<signature of Ty Coon>, 1 April 1989
|
||||
Ty Coon, President of Vice
|
||||
|
||||
This General Public License does not permit incorporating your program into
|
||||
proprietary programs. If your program is a subroutine library, you may
|
||||
consider it more useful to permit linking proprietary applications with the
|
||||
library. If this is what you want to do, use the GNU Library General
|
||||
Public License instead of this License.
|
6
Makefile
6
Makefile
@ -2,7 +2,7 @@
|
||||
# File: Makefile
|
||||
# Creation: August 14, 1999 (Saturday, 01:08h)
|
||||
# Author: Copyright (C) 1999 Thomas Jensen <boxes@thomasjensen.com>
|
||||
# Version: $Id: Makefile,v 1.12 2006/08/04 20:44:00 tsjensen Exp tsjensen $
|
||||
# Version: $Id: Makefile,v 1.13 2012/10/19 16:46:32 tsjensen Exp $
|
||||
# Format: GNU make
|
||||
# Web Site: http://boxes.thomasjensen.com/
|
||||
# Platforms: sparc/Solaris 2.6, Linux, and others
|
||||
@ -24,6 +24,10 @@
|
||||
# Revision History:
|
||||
#
|
||||
# $Log: Makefile,v $
|
||||
# Revision 1.13 2012/10/19 16:46:32 tsjensen
|
||||
# Incremented version number to 1.1.1
|
||||
# Include boxes.1.in in the changelog
|
||||
#
|
||||
# Revision 1.12 2006/08/04 20:44:00 tsjensen
|
||||
# Changed the latest snap creation target to adjust to VM build environment
|
||||
#
|
||||
|
142
README
Normal file
142
README
Normal file
@ -0,0 +1,142 @@
|
||||
_.
|
||||
| | ____ ____
|
||||
| |__ ____ ___ ___ ____ ______ ___ __ /_ | /_ |
|
||||
| __ \ / _ \ \ \/ / _/ __ \ / ___/ \ \/ / | | | |
|
||||
| \_\ \ ( <_> ) > < \ ___/ \___ \ \ / | | | |
|
||||
|___ / \____/ /__/\_ \ \___ > /____ > \_/ |___| /\ |___|
|
||||
\/ \/ \/ \/ \/
|
||||
|
||||
draws all kinds of boxes around your text (in ASCII art)
|
||||
|
||||
[stable release 1.1.1]
|
||||
|
||||
|
||||
|
||||
GETTING IT
|
||||
|
||||
http://boxes.thomasjensen.com/
|
||||
|
||||
Boxes is free software under the GNU General Public License (GNU GPL),
|
||||
version 2. See COPYING file or http://www.gnu.org/copyleft/gpl.html.
|
||||
|
||||
|
||||
COMPILING IT
|
||||
|
||||
Skip this section if you got yourself a binary distribution. NOTE,
|
||||
however, that the location of the system-wide config file can only be
|
||||
changed using the source distribution, because its path is compiled in.
|
||||
|
||||
1. Unpack the archive
|
||||
|
||||
2. Edit the top level Makefile and change the value of GLOBALCONF to
|
||||
whereever you want the system-wide config file to reside. Note that
|
||||
each user may have his/her own config file in $HOME/.boxes.
|
||||
Also note that the value of GLOBALCONF is a full file name. It does
|
||||
NOT specify a directory into which to copy the config file.
|
||||
|
||||
3. If you are on DEC/OSF, edit src/regexp/Makefile, and add
|
||||
-D_ANSI_C_SOURCE to the CFLAGS definition.
|
||||
|
||||
4. Type 'make' in the top level directory.
|
||||
This should leave you with a binary in the src directory.
|
||||
|
||||
The boxes development platform is intel/linux (SLES). If you are on a
|
||||
different platform and somehow manage to materialize a binary, please
|
||||
send it to the author (boxes@thomasjensen.com), so it can be posted on
|
||||
the boxes home page. Boxes is generally very easy to port, because it
|
||||
uses only a small set of instructions and is comformant to the ANSI C
|
||||
standard.
|
||||
|
||||
For a small collection of frequently asked questions, visit the
|
||||
compilation FAQ on the boxes website.
|
||||
|
||||
|
||||
INSTALLING IT
|
||||
|
||||
1. If you are installing a BINARY distribution:
|
||||
|
||||
- Copy boxes.1 to an appropriate manual page directory
|
||||
- Copy boxes-config to /usr/share/boxes
|
||||
Note that /usr/share/boxes is the name of the file,
|
||||
and NOT the name of a directory into which to copy the file.
|
||||
So, the name of the config file is changed from boxes-config
|
||||
to just boxes.
|
||||
- Copy the executable to a location which is in your path
|
||||
|
||||
Example (as root):
|
||||
|
||||
cp boxes.1 /usr/share/man/man1
|
||||
cp boxes-config /usr/share/boxes
|
||||
cp boxes /usr/bin
|
||||
|
||||
|
||||
If you are installing a SOURCE distribution:
|
||||
|
||||
- Copy doc/boxes.1 to an appropriate manual page directory
|
||||
- Copy boxes-config to the location specified in the Makefile
|
||||
as being the name of the system-wide boxes config file.
|
||||
Note that the value of GLOBALCONF is the name of the file,
|
||||
and NOT the name of a directory into which to copy the file.
|
||||
So, the name of the config file is changed from boxes-config
|
||||
to just boxes.
|
||||
- Copy src/boxes (the binary) to a location which is in your
|
||||
path
|
||||
|
||||
Example (as root):
|
||||
|
||||
cp doc/boxes.1 /usr/share/man/man1
|
||||
cp boxes-config /usr/share/boxes
|
||||
cp src/boxes /usr/bin
|
||||
|
||||
2. If you want to make your own changes to the config file, copy the
|
||||
system-wide config file into your home as $HOME/.boxes, then modify
|
||||
it. Boxes will use $HOME/.boxes if it exists.
|
||||
|
||||
3. Installation into your text editor: Please see the installation page
|
||||
on the Web at http://boxes.thomasjensen.com/docs/install.shtml
|
||||
It currently describes installation with vim, emacs, and jed, but
|
||||
this list may grow as time goes by and people send me how-tos.
|
||||
|
||||
|
||||
RUNNING IT
|
||||
|
||||
Try if boxes works by typing "boxes" on the command line, then enter
|
||||
"foo", press return and hit Ctrl-D. It should give you something
|
||||
like that: /*******/
|
||||
/* foo */
|
||||
/*******/
|
||||
|
||||
Detailed usage information is in the manual page and a lot more can be
|
||||
found on the Web page (see above). It is especially interesting to tie
|
||||
boxes to your editor, so that it can be invoked by a simple keypress.
|
||||
|
||||
|
||||
DEFINING YOUR OWN BOXES
|
||||
|
||||
Any user may define his own box designs by creating a file called
|
||||
.boxes in his home directory. The syntax of the config file is
|
||||
explained on the boxes home page, along with several examples:
|
||||
|
||||
http://boxes.thomasjensen.com/docs/
|
||||
|
||||
|
||||
CONTACT
|
||||
|
||||
* For questions which the online documentation could not answer,
|
||||
requests for more features, praise and bug reports please feel free
|
||||
to email the author at boxes@thomasjensen.com. Bug reports are
|
||||
especially appreciated.
|
||||
|
||||
* For questions particular to the binary you downloaded contact the
|
||||
supplier of the binary listed on the download page.
|
||||
|
||||
* Send your cool new box designs to boxes@thomasjensen.com! If I like
|
||||
them, they may be added to the official config file.
|
||||
|
||||
|
||||
_________________________
|
||||
/\ \
|
||||
\_| Enjoy! |
|
||||
10/19/2012 | -- Thomas Jensen |
|
||||
| ____________________|_
|
||||
EOF \_/______________________/
|
35
README.Win32.txt
Normal file
35
README.Win32.txt
Normal file
@ -0,0 +1,35 @@
|
||||
boxes 1.1 Win32 port Information Date: 03-Aug-2006
|
||||
|
||||
|
||||
This is the Win32 Version of boxes 1.1, built from the official source
|
||||
tarball. It was built using gcc 3.4.2 (mingw-special) with MinGW 3.9.
|
||||
Many thanks to Ron Aaron <ron@mossbayeng.com> for originally helping me
|
||||
with the Win32 port of boxes! I could use his information for the
|
||||
version 1.0.1 port to build this one, too.
|
||||
|
||||
General information may be found in the generic README file provided with
|
||||
this archive and at http://boxes.thomasjensen.com/, the boxes home page.
|
||||
Note that the generic README file is intended for UNIX users, so some
|
||||
things don't translate literally (e.g., you would have to type Ctrl-Z
|
||||
instead of Ctrl-D to signal end of file, etc.).
|
||||
|
||||
The system-wide config file is assumed to reside in the same directory as
|
||||
the boxes executable. (This is the case when you unpack the archive.) The
|
||||
name of the config file is assumed to be the same as the name of the
|
||||
executable, only with a .cfg extension instead of .exe. As with the UNIX
|
||||
version, boxes still looks for a file boxes.cfg in the directory pointed
|
||||
to by the environment variable HOME, and for a file pointed to by the
|
||||
environment variable BOXES.
|
||||
|
||||
The standard troff format manual page is part of the package (boxes.1),
|
||||
but knowing that in the Windows world there may be some people who don't
|
||||
have troff installed on their systems, an HTML version of the page is
|
||||
provided.
|
||||
|
||||
|
||||
Enjoy!
|
||||
|
||||
Thomas Jensen <boxes@thomasjensen.com>
|
||||
|
||||
|
||||
EOT
|
21
boxes-1.0.1.lsm
Normal file
21
boxes-1.0.1.lsm
Normal file
@ -0,0 +1,21 @@
|
||||
Begin4
|
||||
Title: boxes
|
||||
Version: 1.0.1
|
||||
Entered-date: 2000-03-18
|
||||
Description: Draws all kinds of boxes around its input text, ranging from
|
||||
C comment boxes to complex ASCII art. Removes/repairs boxes,
|
||||
even if they have been badly damaged by editing of the text
|
||||
inside. Creates regional comments in any programming language.
|
||||
Add and share new box designs by appending to a flexible
|
||||
config file.
|
||||
Keywords: text utility, boxes, ASCII art, filter program, text editing
|
||||
Author: boxes@home-of.tj (Thomas Jensen)
|
||||
Maintained-by: boxes@home-of.tj (Thomas Jensen)
|
||||
Primary-site: sunsite.unc.edu /pub/Linux/utils/text
|
||||
122k boxes-1.0.1.src.tar.gz
|
||||
46k boxes-1.0.1.bin.ELF.tar.gz
|
||||
Alternate-site: http://www6.informatik.uni-erlangen.de/~tsjensen/software/boxes/
|
||||
Original-site: http://home.pages.de/~jensen/boxes/
|
||||
Platforms:
|
||||
Copying-policy: GPL 2.0
|
||||
End
|
21
boxes-1.1.1.lsm
Normal file
21
boxes-1.1.1.lsm
Normal file
@ -0,0 +1,21 @@
|
||||
Begin4
|
||||
Title: boxes
|
||||
Version: 1.1.1
|
||||
Entered-date: 2012-10-19
|
||||
Description: Boxes is a text filter which can draw any kind of box around
|
||||
its input text. Box design choices range from simple boxes to
|
||||
complex ASCII art. Removes and repairs boxes, even even if
|
||||
they have been badly damaged by editing of the text inside.
|
||||
Since boxes may be open on any side, the program can also be
|
||||
used to create regional comments in any programming language.
|
||||
Add and share new box designs by appending to a flexible
|
||||
config file.
|
||||
Keywords: text utility, boxes, ASCII art, filter program, text editing
|
||||
Author: boxes@thomasjensen.com (Thomas Jensen)
|
||||
Maintained-by: boxes@thomasjensen.com (Thomas Jensen)
|
||||
Primary-site: metalab.unc.edu /pub/Linux/utils/text
|
||||
135k boxes-1.1.src.tar.gz
|
||||
51k boxes-1.1.bin.ELF.tar.gz
|
||||
Original-site: http://boxes.thomasjensen.com/
|
||||
Copying-policy: GPL 2.0
|
||||
End
|
21
boxes-1.1.lsm
Normal file
21
boxes-1.1.lsm
Normal file
@ -0,0 +1,21 @@
|
||||
Begin4
|
||||
Title: boxes
|
||||
Version: 1.1
|
||||
Entered-date: 2006-07-23
|
||||
Description: Boxes is a text filter which can draw any kind of box around
|
||||
its input text. Box design choices range from simple boxes to
|
||||
complex ASCII art. Removes and repairs boxes, even even if
|
||||
they have been badly damaged by editing of the text inside.
|
||||
Since boxes may be open on any side, the program can also be
|
||||
used to create regional comments in any programming language.
|
||||
Add and share new box designs by appending to a flexible
|
||||
config file.
|
||||
Keywords: text utility, boxes, ASCII art, filter program, text editing
|
||||
Author: boxes@thomasjensen.com (Thomas Jensen)
|
||||
Maintained-by: boxes@thomasjensen.com (Thomas Jensen)
|
||||
Primary-site: metalab.unc.edu /pub/Linux/utils/text
|
||||
135k boxes-1.1.src.tar.gz
|
||||
51k boxes-1.1.bin.ELF.tar.gz
|
||||
Original-site: http://boxes.thomasjensen.com/
|
||||
Copying-policy: GPL 2.0
|
||||
End
|
@ -2,7 +2,7 @@
|
||||
# File: boxes-config
|
||||
# Date created: March 17, 1999 (Wednesday, 17:02h)
|
||||
# Author: Thomas Jensen <boxes(at)thomasjensen(dot)com>
|
||||
# Version: $Id: boxes-config,v 1.18 2012/10/19 14:10:36 tsjensen Exp tsjensen $
|
||||
# Version: $Id: boxes-config,v 1.19 2012/10/19 15:33:21 tsjensen Exp $
|
||||
# Format: ASCII Text
|
||||
# World Wide Web: http://boxes.thomasjensen.com/
|
||||
# Purpose: Example configuration file for the boxes program
|
||||
|
70
boxes.spec
Normal file
70
boxes.spec
Normal file
@ -0,0 +1,70 @@
|
||||
%define name boxes
|
||||
%define version 1.1
|
||||
%define release 0
|
||||
%define prefix /usr
|
||||
%define cfgfile %prefix/share/boxes
|
||||
|
||||
%define nvr %{name}-%{version}-%{release}
|
||||
%define defbr /var/tmp/%{nvr}-build
|
||||
|
||||
name: %name
|
||||
version: %version
|
||||
release: %release
|
||||
|
||||
vendor: Thomas Jensen <boxes@thomasjensen.com>
|
||||
packager: Thomas Jensen <boxes@thomasjensen.com>
|
||||
|
||||
summary: Draw any kind of box around some given text
|
||||
group: Applications/Text
|
||||
|
||||
copyright: GPL Version 2
|
||||
URL: http://boxes.thomasjensen.com/
|
||||
|
||||
source: http://boxes.thomasjensen.com/download/%{name}-%{version}-src.tar.gz
|
||||
buildroot: %defbr
|
||||
|
||||
%description
|
||||
"boxes" can draw all kinds of boxes around its input text, ranging from a C
|
||||
comment box to complex ASCII art. These boxes may also be removed, even if
|
||||
they have been badly damaged by editing of the text inside. Since boxes may
|
||||
be open on any side, "boxes" can also be used to create regional comments in
|
||||
any programming language. With the help of an editor macro or mapping,
|
||||
damaged boxes can easily be repaired. New box designs of all sorts can
|
||||
easily be added and shared by appending to a free format configuration file.
|
||||
|
||||
###########################################################################
|
||||
# useful macros
|
||||
###########################################################################
|
||||
%define cleanroot [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" = "%defbuildroot" ] && rm -rf "$RPM_BUILD_ROOT"
|
||||
%define restorebins [ -f $RPM_BUILD_DIR/$RPM_PACKAGE_NAME.cpio ] && cpio -iv -I $RPM_BUILD_DIR/$RPM_PACKAGE_NAME.cpio
|
||||
###########################################################################
|
||||
|
||||
%prep
|
||||
%setup
|
||||
|
||||
%build
|
||||
rm doc/boxes.1
|
||||
rm src/boxes.h
|
||||
make GLOBALCONF=%cfgfile
|
||||
|
||||
%install
|
||||
mkdir -p $RPM_BUILD_ROOT/%prefix/bin
|
||||
mkdir -p $RPM_BUILD_ROOT/%prefix/share/man/man1
|
||||
|
||||
install -m 0755 src/boxes $RPM_BUILD_ROOT/%prefix/bin
|
||||
install -m 0644 doc/boxes.1 $RPM_BUILD_ROOT/%prefix/share/man/man1
|
||||
install -m 0644 boxes-config $RPM_BUILD_ROOT/%cfgfile
|
||||
|
||||
# write filelisting to /tmp
|
||||
find "$RPM_BUILD_ROOT" -type f -printf "/%P\n" > /tmp/FILES-%nvr
|
||||
|
||||
%clean
|
||||
# delete stuff
|
||||
[ "$RPM_BUILD_ROOT" = "%defbr" -a -d "%defbr" ] && rm -rf %defbr
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
/usr/bin/boxes
|
||||
/usr/share/man/man1/boxes.1.gz
|
||||
%config /usr/share/boxes
|
||||
%doc COPYING README
|
126
boxes.vim
Normal file
126
boxes.vim
Normal file
@ -0,0 +1,126 @@
|
||||
" Vim syntax file
|
||||
" Language: "boxes" configuration file
|
||||
" Maintainer: Thomas Jensen <boxes@thomasjensen.com>
|
||||
" Latest Change: September 12, 1999 (Sunday, 01:14h)
|
||||
" Vim Version: 5.4
|
||||
" Filenames: .boxes boxes-config boxes
|
||||
" URL: http://boxes.thomasjensen.com/vim/syntax/boxes.vim
|
||||
"
|
||||
" Problems: - Strings must start and end with double quotes (") and the
|
||||
" escape character is always backslash (\), which does not
|
||||
" allow correct colorization of strings following a DELIM.
|
||||
"
|
||||
" + Region ends are matched inside contained strings
|
||||
" SOLVED! Thanks Dr. Charles E. Campbell!
|
||||
|
||||
|
||||
" Removes any old syntax stuff hanging around
|
||||
syntax clear
|
||||
|
||||
" ignore case
|
||||
syntax case ignore
|
||||
|
||||
" Set the keyword characters
|
||||
set iskeyword=a-z,A-Z
|
||||
|
||||
|
||||
"
|
||||
" Key Words
|
||||
"
|
||||
syntax keyword boxesClassicKeywords contained author revision created revdate indent skipwhite skipempty nextgroup=boxesString
|
||||
syntax keyword boxesBlocks contained elastic replace reverse padding shapes
|
||||
syntax keyword boxesRegStuff contained with to once global
|
||||
|
||||
" Shape Names
|
||||
syntax keyword boxesShapes contained nw nnw n nne ne ene e ese
|
||||
syntax keyword boxesShapes contained se sse s ssw sw wsw w wnw
|
||||
|
||||
" Padding Areas
|
||||
syntax keyword boxesPads contained a[ll] l[eft] r[ight] t top
|
||||
syntax keyword boxesPads contained b[ottom] h[orizontal] v[ertical]
|
||||
|
||||
" Delimiter statement
|
||||
syntax keyword boxesDelim contained delim delimiter skipwhite skipempty nextgroup=boxesDelSpec
|
||||
|
||||
|
||||
"
|
||||
" Error - this is matched when the others don't match
|
||||
"
|
||||
syntax match boxesError /\S/
|
||||
|
||||
|
||||
"
|
||||
" Main syntax definition part
|
||||
"
|
||||
syntax match boxesComma contained /,/
|
||||
syntax match boxesBraces contained /[{}]/
|
||||
syntax match boxesDelSpec contained /[^ \t\r]\+/
|
||||
syntax match boxesWord contained /[a-zA-ZäöüÄÖÜ][a-zA-Z0-9\-_üäöÜÄÖß]*/
|
||||
syntax match boxesNumber contained /[-+]\=\d\+/
|
||||
|
||||
" a list, used inside shape blocks and for the elastic list
|
||||
syntax region boxesList contained matchgroup=Normal start="(" end=")" contains=boxesString,boxesShapes,boxesComma,boxesError,boxesComment
|
||||
|
||||
" Strings
|
||||
syntax region boxesString contained start=/"/ skip=/\\\\\|\\"/ end=/"/ oneline
|
||||
|
||||
|
||||
" These items may appear inside a BOX..END block
|
||||
syntax cluster boxesInside contains=boxesComment,boxesWord,boxesElasticList
|
||||
syntax cluster boxesInside add=boxesError,boxesBlocks,boxesSample,boxesDelim
|
||||
syntax cluster boxesInside add=boxesClassicKeywords,boxesShapeBlk,boxesPadBlock
|
||||
syntax cluster boxesInside add=boxesRegStuff,boxesShapes,boxesList
|
||||
syntax cluster boxesInside add=boxesString,boxesPads,boxesNumber,boxesBraces
|
||||
|
||||
" The main box design blocks BOX..END
|
||||
syntax region boxesDesign matchgroup=boxesBoxStmt start="box" skip="ends" end="end" keepend contains=@boxesInside skipwhite skipempty nextgroup=boxesWord
|
||||
|
||||
" The SAMPLE block
|
||||
syntax region boxesSample contained matchgroup=boxesBlocks start="sample" end=+^[ \t]*ends[ \t\r]*$+ keepend contains=NONE
|
||||
|
||||
" Comments may appear anywhere in the file
|
||||
syntax match boxesComment /#.*$/
|
||||
|
||||
|
||||
|
||||
"
|
||||
" Synchronisation
|
||||
"
|
||||
syntax sync clear
|
||||
syntax sync match boxesSync grouphere boxesDesign "box"
|
||||
|
||||
|
||||
"
|
||||
" Highlighting
|
||||
"
|
||||
if !exists("did_boxes_syntax_inits")
|
||||
let did_boxes_syntax_inits = 1
|
||||
|
||||
hi link boxesBoxStmt Define
|
||||
hi link boxesNumber Number
|
||||
hi link boxesString String
|
||||
hi link boxesDelSpec boxesString
|
||||
hi link boxesComment Comment
|
||||
hi link boxesError Error
|
||||
hi link boxesClassicKeywords Keyword
|
||||
hi link boxesBlocks Statement
|
||||
hi link boxesDelim boxesBlocks
|
||||
hi link boxesRegStuff Label
|
||||
hi link boxesShapes Type
|
||||
hi link boxesPads Type
|
||||
hi clear boxesSample
|
||||
hi clear boxesWord
|
||||
hi clear boxesBraces
|
||||
hi clear boxesComma
|
||||
endif
|
||||
|
||||
|
||||
"
|
||||
" The current buffer now uses "boxes" syntax highlighting
|
||||
"
|
||||
let b:current_syntax = "boxes"
|
||||
|
||||
|
||||
|
||||
|
||||
"EOF vim: sw=4
|
@ -1,6 +1,6 @@
|
||||
.\" @(#)boxes.1 1.1.1 10/19/12
|
||||
.\"
|
||||
.\" $Id: boxes.1.in,v 1.9 2012/10/19 14:56:00 tsjensen Exp tsjensen $
|
||||
.\" $Id: boxes.1.in,v 1.10 2012/10/19 15:05:17 tsjensen Exp $
|
||||
.\"
|
||||
.TH boxes 1 "October 19 2012"
|
||||
.UC 4
|
||||
|
@ -3,11 +3,14 @@
|
||||
# Author: Thomas Jensen <boxes@thomasjensen.com>
|
||||
# Date created: July 12, 1999 (Monday, 13:14h)
|
||||
# Language: Perl 5
|
||||
# Version: $Id: create_changelog.pl,v 1.8 2012/10/19 16:42:10 tsjensen Exp tsjensen $
|
||||
# Version: $Id: create_changelog.pl,v 1.9 2012/10/19 18:44:25 tsjensen Exp $
|
||||
#
|
||||
# History:
|
||||
#
|
||||
# $Log: create_changelog.pl,v $
|
||||
# Revision 1.9 2012/10/19 18:44:25 tsjensen
|
||||
# Added milestone for version 1.1.1
|
||||
#
|
||||
# Revision 1.8 2012/10/19 16:42:10 tsjensen
|
||||
# Include files in non-src subfolders in the list of files at the end of the created document
|
||||
#
|
||||
|
11
doc/makehtmlman
Normal file
11
doc/makehtmlman
Normal file
@ -0,0 +1,11 @@
|
||||
# Note: Better user vh-man2html !!
|
||||
|
||||
outfile=boxes.1.shtml
|
||||
if [ -e $outfile ]; then
|
||||
cp -a $outfile $outfile"."$$".bak"
|
||||
fi
|
||||
cat ./boxes.1 | sed -e 's/^\.br/--LINEBREAK--/' | man -l - | man2html -title 'boxes(1)' | sed -e 's/boxes@thomasjensen.com/boxes(at)thomasjensen(dot)com/g' -e 's/<URL:\([^&]\+\)>/<a target="_blank" href="\1">\1<\/a>/g' -e 's/<\/BODY>/\n<!--#include file="footer.inc.shtml" -->\n\n<\/BODY>/' > $outfile
|
||||
echo "Conversion complete. Excessive manual work remains."
|
||||
|
||||
|
||||
# vim: set wrap :
|
@ -2,7 +2,7 @@
|
||||
# File: Makefile
|
||||
# Creation: March 18, 1999 (Thursday, 15:10h)
|
||||
# Author: Copyright (C) 1999 Thomas Jensen <boxes@thomasjensen.com>
|
||||
# Version: $Id: Makefile,v 1.18 2006/07/12 05:32:10 tsjensen Exp tsjensen $
|
||||
# Version: $Id: Makefile,v 1.19 2006/07/22 19:07:21 tsjensen Exp $
|
||||
# Format: GNU make
|
||||
# Web Site: http://boxes.thomasjensen.com/
|
||||
# Platforms: sparc/Solaris 2.6 and others
|
||||
@ -24,6 +24,11 @@
|
||||
# Revision History:
|
||||
#
|
||||
# $Log: Makefile,v $
|
||||
# Revision 1.19 2006/07/22 19:07:21 tsjensen
|
||||
# The file boxes.h is now managed by the top level Makefile only
|
||||
# Added rcslocks target to check lock status
|
||||
# Small usability enhancements
|
||||
#
|
||||
# Revision 1.18 2006/07/12 05:32:10 tsjensen
|
||||
# Updated email and web addresses in comment header
|
||||
#
|
||||
|
160
src/Makefile.Win32
Normal file
160
src/Makefile.Win32
Normal file
@ -0,0 +1,160 @@
|
||||
#
|
||||
# File: Makefile.Win32
|
||||
# Creation: March 18, 1999 (Thursday, 15:10h)
|
||||
# Author: Copyright (C) 1999 Thomas Jensen <boxes@thomasjensen.com>
|
||||
# Win32 Modifications by Ron Aaron <ron@mossbayeng.com>
|
||||
# Version: $Id: Makefile,v 1.16 1999/11/08 10:55:13 tsjensen Exp tsjensen $
|
||||
# Format: GNU make
|
||||
# Web Site: http://boxes.thomasjensen.com/
|
||||
# Platforms: win32
|
||||
# Purpose: Makefile for boxes, the box drawing program
|
||||
#
|
||||
# Remarks: o This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU General Public License as
|
||||
# published by the Free Software Foundation; either version 2 of
|
||||
# the License, or (at your option) any later version.
|
||||
# o This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
# o You should have received a copy of the GNU General Public
|
||||
# License along with this program; if not, write to the Free
|
||||
# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
||||
# MA 02111-1307 USA
|
||||
#
|
||||
# Revision History:
|
||||
#
|
||||
# $Log: Makefile,v $
|
||||
# Revision 1.17 2000/03/16 10:55:13 ronaaron
|
||||
# Win32 port
|
||||
#
|
||||
# Revision 1.16 1999/11/08 10:55:13 tsjensen
|
||||
# Moved config.h into ORIG_HDRCL group, so it appears in the change log Web
|
||||
# page
|
||||
#
|
||||
# Revision 1.15 1999/08/21 23:35:44 tsjensen
|
||||
# boxes.h is now generated from boxes.h.in by top level Makefile
|
||||
# Added -Wall -W to CFLAGS and removed .c.o rule
|
||||
#
|
||||
# Revision 1.14 1999/08/21 16:10:41 tsjensen
|
||||
# Removed case insensitivity option (-i) from flex call (-> lexer.l)
|
||||
#
|
||||
# Revision 1.13 1999/08/13 23:55:03 tsjensen
|
||||
# Given regexp stuff its own Makefile in regexp.
|
||||
# Major Makefile overhaul, maily implementation of new directory structure
|
||||
# and consolidation of file macros
|
||||
# Use more GNU make features
|
||||
#
|
||||
# Revision 1.12 1999/07/20 18:49:58 tsjensen
|
||||
# Added GNU GPL disclaimer
|
||||
# Now evaluating date command from SNAPFILE only once
|
||||
# Changed order of files in snapshot archive (who cares)
|
||||
#
|
||||
# Revision 1.11 1999/07/12 18:28:53 tsjensen
|
||||
# Removed --yacc option from bison call
|
||||
# Added logpage target to generate the chronologically sorted global change
|
||||
# log in HTML format. This requires a Perl script (create_changelog.pl).
|
||||
# Added config.h to dependencies and stuff
|
||||
# Removed special targets for yacc and lex files. Thanks to Andreas Heiduk,
|
||||
# it is now possible to compile all files with -W -Wall and no extra
|
||||
# defines.
|
||||
# Moved regexp library to a subdirectory regexp
|
||||
# Some modifications on the source file macros which now differentiate
|
||||
# between files which are listed in the HTML change log and files which
|
||||
# aren't.
|
||||
#
|
||||
# Revision 1.10 1999/07/02 11:50:35 tsjensen
|
||||
# Added parser.h header file for lexer-parser communication
|
||||
# Moved from yacc to GNU "bison --yacc"
|
||||
# No longer linking with flex library
|
||||
# Activated -Wall -W for parser.y
|
||||
# Removed -DYY_NO_UNPUT from lexer compilation (now done via file option)
|
||||
#
|
||||
# Revision 1.1 1999/03/18 15:10:41 tsjensen
|
||||
# Initial revision
|
||||
#____________________________________________________________________________
|
||||
#============================================================================
|
||||
|
||||
|
||||
LEX = flex
|
||||
YACC = bison
|
||||
CC = gcc
|
||||
CFLAGS = -Os -s -I. -Iregexp -Wall -W $(CFLAGS_ADDTL)
|
||||
LDFLAGS = -s
|
||||
|
||||
GEN_HDR = parser.h boxes.h
|
||||
GEN_SRC = parser.c lex.yy.c
|
||||
GEN_FILES = $(GEN_SRC) $(GEN_HDR)
|
||||
ORIG_HDRCL = boxes.h.in config.h
|
||||
ORIG_HDR = $(ORIG_HDRCL) lexer.h tools.h shape.h generate.h remove.h
|
||||
ORIG_GEN = lexer.l parser.y
|
||||
ORIG_NORM = boxes.c tools.c shape.c generate.c remove.c
|
||||
ORIG_SRC = $(ORIG_GEN) $(ORIG_NORM)
|
||||
ORIG_FILES = $(ORIG_SRC) $(ORIG_HDR)
|
||||
OTH_FILES = Makefile
|
||||
|
||||
ALL_CL = $(ORIG_SRC) $(ORIG_HDRCL) $(OTH_FILES)
|
||||
ALL_FILES = $(ORIG_FILES) $(GEN_FILES) $(OTH_FILES)
|
||||
ALL_OBJ = $(GEN_SRC:.c=.o) $(ORIG_NORM:.c=.o) regexp/regexp.o \
|
||||
regexp/regsub.o misc/getopt.o
|
||||
|
||||
|
||||
boxes: $(ALL_OBJ)
|
||||
$(CC) $(LDFLAGS) $(ALL_OBJ) -o boxes -lkernel32
|
||||
|
||||
parser.c parser.h: parser.y boxes.h regexp/regexp.h
|
||||
$(YACC) -o parser.c -d parser.y
|
||||
|
||||
lex.yy.c: lexer.l boxes.h
|
||||
$(LEX) -t lexer.l > lexer.tmp.c
|
||||
echo #include "config.h" > lex.yy.c
|
||||
cat lexer.tmp.c >> lex.yy.c
|
||||
rm lexer.tmp.c
|
||||
|
||||
|
||||
boxes.o: boxes.c boxes.h regexp/regexp.h shape.h tools.h generate.h remove.h config.h
|
||||
tools.o: tools.c tools.h boxes.h shape.h config.h
|
||||
shape.o: shape.c shape.h boxes.h config.h tools.h
|
||||
generate.o: generate.c generate.h boxes.h shape.h tools.h config.h
|
||||
remove.o: remove.c remove.h boxes.h shape.h tools.h config.h
|
||||
lex.yy.o: lex.yy.c parser.h tools.h shape.h lexer.h config.h
|
||||
parser.o: parser.c parser.h tools.h shape.h lexer.h config.h
|
||||
regexp/regexp.o: regexp/regexp.c
|
||||
regexp/regsub.o: regexp/regsub.c
|
||||
misc/getopt.o: misc/getopt.c
|
||||
|
||||
|
||||
snap: $(ALL_FILES)
|
||||
if [ -z "$(SNAPFILE)" ] ; then exit 1 ; fi
|
||||
mkdir $(SNAPFILE)/src
|
||||
cp $(ALL_FILES) $(SNAPFILE)/src
|
||||
touch $(patsubst %,$(SNAPFILE)/src/%,$(GEN_FILES))
|
||||
$(MAKE) -C regexp SNAPFILE=../$(SNAPFILE) snap
|
||||
|
||||
rcstest:
|
||||
-for i in $(ORIG_FILES) $(OTH_FILES) ; do rcsdiff $$i ; done
|
||||
$(MAKE) -C regexp rcstest
|
||||
|
||||
logpage: $(ALL_CL)
|
||||
@echo $(ALL_CL) $(shell $(MAKE) -C regexp -s logpage)
|
||||
|
||||
clean:
|
||||
rm -f $(ALL_OBJ)
|
||||
rm -f $(GEN_FILES)
|
||||
rm -f core boxes
|
||||
$(MAKE) -C regexp clean
|
||||
|
||||
love:
|
||||
@echo "Not in front of the kids, honey!"
|
||||
|
||||
boxes.h: boxes.h.in
|
||||
cp boxes.h.in boxes.h
|
||||
|
||||
build:
|
||||
$(MAKE) CFLAGS_ADDTL=-O boxes
|
||||
strip boxes
|
||||
|
||||
debug:
|
||||
$(MAKE) CFLAGS_ADDTL=-g boxes
|
||||
|
||||
#EOF
|
@ -2,7 +2,7 @@
|
||||
* File: boxes.c
|
||||
* Date created: March 18, 1999 (Thursday, 15:09h)
|
||||
* Author: Copyright (C) 1999 Thomas Jensen <boxes@thomasjensen.com>
|
||||
* Version: $Id: boxes.c,v 1.38 2006/07/22 19:40:40 tsjensen Exp tsjensen $
|
||||
* Version: $Id: boxes.c,v 1.39 2006/08/28 15:53:46 tsjensen Exp $
|
||||
* Language: ANSI C
|
||||
* Platforms: sunos5/sparc, for now
|
||||
* World Wide Web: http://boxes.thomasjensen.com/
|
||||
@ -44,6 +44,10 @@
|
||||
* Revision History:
|
||||
*
|
||||
* $Log: boxes.c,v $
|
||||
* Revision 1.39 2006/08/28 15:53:46 tsjensen
|
||||
* Added support for --help and -? options, which do the same as -h
|
||||
* (This feature was requested by Raphael Wimmer).
|
||||
*
|
||||
* Revision 1.38 2006/07/22 19:40:40 tsjensen
|
||||
* Applied patch by Christoph Dreyer to support unexpansion of leading tabs
|
||||
* Added ability to retain leading tabs in their original positions
|
||||
@ -256,7 +260,7 @@ extern int optind, opterr, optopt; /* for getopt() */
|
||||
|
||||
|
||||
static const char rcsid_boxes_c[] =
|
||||
"$Id: boxes.c,v 1.38 2006/07/22 19:40:40 tsjensen Exp tsjensen $";
|
||||
"$Id: boxes.c,v 1.39 2006/08/28 15:53:46 tsjensen Exp $";
|
||||
|
||||
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
* File: boxes.h
|
||||
* Date created: March 18, 1999 (Thursday, 15:09h)
|
||||
* Author: Copyright (C) 1999 Thomas Jensen <boxes@thomasjensen.com>
|
||||
* Version: $Id: boxes.h.in,v 1.21 2006/07/12 05:44:12 tsjensen Exp tsjensen $
|
||||
* Version: $Id: boxes.h.in,v 1.22 2006/07/22 19:15:52 tsjensen Exp $
|
||||
* Language: ANSI C
|
||||
* World Wide Web: http://boxes.thomasjensen.com/
|
||||
* Purpose: Project-wide globals and data structures
|
||||
@ -23,6 +23,12 @@
|
||||
* Revision History:
|
||||
*
|
||||
* $Log: boxes.h.in,v $
|
||||
* Revision 1.22 2006/07/22 19:15:52 tsjensen
|
||||
* Fix: Renamed yylineno to tjlineno to enable compilation on certain
|
||||
* flexes (reported by Andreas Heiduk)
|
||||
* Added tabexp to opt_t
|
||||
* Added tabpos and tabpos_len to line_t for advanced tab handling
|
||||
*
|
||||
* Revision 1.21 2006/07/12 05:44:12 tsjensen
|
||||
* Updated email and web addresses in comment header
|
||||
* Added new member 'mend' to opt_t (for option -m, mend box)
|
||||
|
@ -3,7 +3,7 @@
|
||||
* Project Main: boxes.c
|
||||
* Date created: July 4, 1999 (Sunday, 21:04h)
|
||||
* Author: Copyright (C) 1999 Thomas Jensen <boxes@thomasjensen.com>
|
||||
* Version: $Id: config.h,v 1.3 1999-08-25 06:38:37-07 tsjensen Exp tsjensen $
|
||||
* Version: $Id: config.h,v 1.4 2006/07/12 05:42:48 tsjensen Exp $
|
||||
* Language: ANSI C
|
||||
* World Wide Web: http://boxes.thomasjensen.com/
|
||||
* Purpose: Please compiler and ease porting
|
||||
@ -24,6 +24,9 @@
|
||||
* Revision History:
|
||||
*
|
||||
* $Log: config.h,v $
|
||||
* Revision 1.4 2006/07/12 05:42:48 tsjensen
|
||||
* Updated email and web addresses in comment header
|
||||
*
|
||||
* Revision 1.3 1999-08-25 06:38:37-07 tsjensen
|
||||
* Bugfix: Changed empty #elif to #else (thanks Tommy Williams)
|
||||
* Port to i386/FreeBSD by Tommy Williams
|
||||
|
@ -3,7 +3,7 @@
|
||||
* Project Main: boxes.c
|
||||
* Date created: June 23, 1999 (Wednesday, 20:10h)
|
||||
* Author: Copyright (C) 1999 Thomas Jensen <boxes@thomasjensen.com>
|
||||
* Version: $Id: generate.c,v 1.10 2006/07/12 05:42:28 tsjensen Exp tsjensen $
|
||||
* Version: $Id: generate.c,v 1.11 2006/07/22 19:21:13 tsjensen Exp $
|
||||
* Language: ANSI C
|
||||
* World Wide Web: http://boxes.thomasjensen.com/
|
||||
* Purpose: Box generation, i.e. the drawing of boxes
|
||||
@ -24,6 +24,10 @@
|
||||
* Revision History:
|
||||
*
|
||||
* $Log: generate.c,v $
|
||||
* Revision 1.11 2006/07/22 19:21:13 tsjensen
|
||||
* Applied patch by Christoph Dreyer to support unexpansion of leading tabs
|
||||
* Added ability to retain existing tabs
|
||||
*
|
||||
* Revision 1.10 2006/07/12 05:42:28 tsjensen
|
||||
* Updated email and web addresses in comment header
|
||||
*
|
||||
@ -76,7 +80,7 @@
|
||||
|
||||
|
||||
static const char rcsid_generate_c[] =
|
||||
"$Id: generate.c,v 1.10 2006/07/12 05:42:28 tsjensen Exp tsjensen $";
|
||||
"$Id: generate.c,v 1.11 2006/07/22 19:21:13 tsjensen Exp $";
|
||||
|
||||
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
* Project Main: boxes.c
|
||||
* Date created: June 23, 1999 (Wednesday, 20:12h)
|
||||
* Author: Copyright (C) 1999 Thomas Jensen <boxes@thomasjensen.com>
|
||||
* Version: $Id: generate.h,v 1.3 1999-08-14 12:30:01-07 tsjensen Exp tsjensen $
|
||||
* Version: $Id: generate.h,v 1.4 2006/07/12 05:41:52 tsjensen Exp $
|
||||
* Language: ANSI C
|
||||
* World Wide Web: http://boxes.thomasjensen.com/
|
||||
* Purpose: Box generation, i.e. the drawing of boxes
|
||||
@ -24,6 +24,9 @@
|
||||
* Revision History:
|
||||
*
|
||||
* $Log: generate.h,v $
|
||||
* Revision 1.4 2006/07/12 05:41:52 tsjensen
|
||||
* Updated email and web addresses in comment header
|
||||
*
|
||||
* Revision 1.3 1999-08-14 12:30:01-07 tsjensen
|
||||
* Added GNU GPL disclaimer
|
||||
*
|
||||
|
@ -3,7 +3,7 @@
|
||||
* Project Main: boxes.c
|
||||
* Date created: July 01, 1999 (Thursday, 13:43h)
|
||||
* Author: Copyright (C) 1999 Thomas Jensen <boxes@thomasjensen.com>
|
||||
* Version: $Id: lexer.h,v 1.4 1999-08-18 08:42:46-07 tsjensen Exp tsjensen $
|
||||
* Version: $Id: lexer.h,v 1.5 2006/07/12 05:33:12 tsjensen Exp $
|
||||
* Language: ANSI C
|
||||
* World Wide Web: http://boxes.thomasjensen.com/
|
||||
* Purpose: Export symbols used by the parser files only
|
||||
@ -24,6 +24,9 @@
|
||||
* Revision History:
|
||||
*
|
||||
* $Log: lexer.h,v $
|
||||
* Revision 1.5 2006/07/12 05:33:12 tsjensen
|
||||
* Updated email and web addresses in comment header
|
||||
*
|
||||
* Revision 1.4 1999-08-18 08:42:46-07 tsjensen
|
||||
* Added LEX_SDELIM macro (valid string delimiter characters)
|
||||
* Added prototype for chg_strdelims()
|
||||
|
@ -3,7 +3,7 @@
|
||||
* File: lexer.l
|
||||
* Date created: March 15, 1999 (Monday, 17:16h)
|
||||
* Author: Copyright (C) 1999 Thomas Jensen <boxes@thomasjensen.com>
|
||||
* Version: $Id: lexer.l,v 1.18 2006/07/07 07:24:17 tsjensen Exp tsjensen $
|
||||
* Version: $Id: lexer.l,v 1.19 2006/07/22 19:31:25 tsjensen Exp $
|
||||
* Language: lex (ANSI C)
|
||||
* Purpose: flex lexical analyzer for boxes configuration files
|
||||
*
|
||||
@ -25,6 +25,10 @@
|
||||
* Revision History:
|
||||
*
|
||||
* $Log: lexer.l,v $
|
||||
* Revision 1.19 2006/07/22 19:31:25 tsjensen
|
||||
* Fix: Renamed yylineno to tjlineno to enable compilation on certain
|
||||
* flexes (reported by Andreas Heiduk)
|
||||
*
|
||||
* Revision 1.18 2006/07/07 07:24:17 tsjensen
|
||||
* Applied patch by Andreas Heiduk to facilitate compilation with
|
||||
* present-day flexes
|
||||
@ -116,7 +120,7 @@
|
||||
|
||||
|
||||
static const char rcsid_lexer_l[] =
|
||||
"$Id: lexer.l,v 1.18 2006/07/07 07:24:17 tsjensen Exp tsjensen $";
|
||||
"$Id: lexer.l,v 1.19 2006/07/22 19:31:25 tsjensen Exp $";
|
||||
int tjlineno = 1;
|
||||
|
||||
static int yyerrcnt = 0;
|
||||
|
1051
src/misc/getopt.c
Normal file
1051
src/misc/getopt.c
Normal file
File diff suppressed because it is too large
Load Diff
110
src/misc/getopt.h
Normal file
110
src/misc/getopt.h
Normal file
@ -0,0 +1,110 @@
|
||||
/* Declarations for getopt.
|
||||
Copyright (C) 1989,90,91,92,93,94,96,97 Free Software Foundation, Inc.
|
||||
|
||||
NOTE: The canonical source of this file is maintained with the GNU C Library.
|
||||
Bugs can be reported to bug-glibc@gnu.org.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify it
|
||||
under the terms of the GNU General Public License as published by the
|
||||
Free Software Foundation; either version 2, or (at your option) any
|
||||
later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
|
||||
USA. */
|
||||
|
||||
#ifndef _GETOPT_H
|
||||
#define _GETOPT_H 1
|
||||
|
||||
|
||||
/* For communication from `getopt' to the caller.
|
||||
When `getopt' finds an option that takes an argument,
|
||||
the argument value is returned here.
|
||||
Also, when `ordering' is RETURN_IN_ORDER,
|
||||
each non-option ARGV-element is returned here. */
|
||||
|
||||
char * optarg;
|
||||
|
||||
/* Index in ARGV of the next element to be scanned.
|
||||
This is used for communication to and from the caller
|
||||
and for communication between successive calls to `getopt'.
|
||||
|
||||
On entry to `getopt', zero means this is the first call; initialize.
|
||||
|
||||
When `getopt' returns -1, this is the index of the first of the
|
||||
non-option elements that the caller should itself scan.
|
||||
|
||||
Otherwise, `optind' communicates from one call to the next
|
||||
how much of ARGV has been scanned so far. */
|
||||
|
||||
int optind;
|
||||
|
||||
/* Callers store zero here to inhibit the error message `getopt' prints
|
||||
for unrecognized options. */
|
||||
|
||||
int opterr;
|
||||
|
||||
/* Set to an option character which was unrecognized. */
|
||||
|
||||
int optopt;
|
||||
|
||||
/* Describe the long-named options requested by the application.
|
||||
The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
|
||||
of `struct option' terminated by an element containing a name which is
|
||||
zero.
|
||||
|
||||
The field `has_arg' is:
|
||||
no_argument (or 0) if the option does not take an argument,
|
||||
required_argument (or 1) if the option requires an argument,
|
||||
optional_argument (or 2) if the option takes an optional argument.
|
||||
|
||||
If the field `flag' is not NULL, it points to a variable that is set
|
||||
to the value given in the field `val' when the option is found, but
|
||||
left unchanged if the option is not found.
|
||||
|
||||
To have a long-named option do something other than set an `int' to
|
||||
a compiled-in constant, such as set a value from `optarg', set the
|
||||
option's `flag' field to zero and its `val' field to a nonzero
|
||||
value (the equivalent single-letter option character, if there is
|
||||
one). For long options that have a zero `flag' field, `getopt'
|
||||
returns the contents of the `val' field. */
|
||||
|
||||
struct option
|
||||
{
|
||||
#if defined (__STDC__) && __STDC__
|
||||
const char *name;
|
||||
#else
|
||||
char *name;
|
||||
#endif
|
||||
/* has_arg can't be an enum because some compilers complain about
|
||||
type mismatches in all the code that assumes it is an int. */
|
||||
int has_arg;
|
||||
int *flag;
|
||||
int val;
|
||||
};
|
||||
|
||||
/* Names for the values of the `has_arg' field of `struct option'. */
|
||||
|
||||
#define no_argument 0
|
||||
#define required_argument 1
|
||||
#define optional_argument 2
|
||||
|
||||
extern int getopt_long (int argc, char *const *argv, const char *shortopts,
|
||||
const struct option *longopts, int *longind);
|
||||
extern int getopt_long_only (int argc, char *const *argv,
|
||||
const char *shortopts,
|
||||
const struct option *longopts, int *longind);
|
||||
|
||||
/* Internal only. Users should not call this directly. */
|
||||
extern int _getopt_internal (int argc, char *const *argv,
|
||||
const char *shortopts,
|
||||
const struct option *longopts, int *longind,
|
||||
int long_only);
|
||||
|
||||
#endif /* getopt.h */
|
@ -3,7 +3,7 @@
|
||||
* File: parser.y
|
||||
* Date created: March 16, 1999 (Tuesday, 17:17h)
|
||||
* Author: Copyright (C) 1999 Thomas Jensen <boxes@thomasjensen.com>
|
||||
* Version: $Id: parser.y,v 1.24 2006/07/22 19:30:55 tsjensen Exp tsjensen $
|
||||
* Version: $Id: parser.y,v 1.25 2006/07/23 16:11:39 tsjensen Exp $
|
||||
* Language: GNU bison (ANSI C)
|
||||
* World Wide Web: http://boxes.thomasjensen.com/
|
||||
* Purpose: Yacc parser for boxes configuration files
|
||||
@ -24,6 +24,10 @@
|
||||
* Revision History:
|
||||
*
|
||||
* $Log: parser.y,v $
|
||||
* Revision 1.25 2006/07/23 16:11:39 tsjensen
|
||||
* Removed unsigned modifier from a pointer declaration in order to clear a warning
|
||||
* which appeared on some Linuxes (reported by Andreas Heiduk)
|
||||
*
|
||||
* Revision 1.24 2006/07/22 19:30:55 tsjensen
|
||||
* Fix: Renamed yylineno to tjlineno to enable compilation on certain
|
||||
* flexes (reported by Andreas Heiduk)
|
||||
@ -140,7 +144,7 @@
|
||||
|
||||
|
||||
const char rcsid_parser_y[] =
|
||||
"$Id: parser.y,v 1.24 2006/07/22 19:30:55 tsjensen Exp tsjensen $";
|
||||
"$Id: parser.y,v 1.25 2006/07/23 16:11:39 tsjensen Exp $";
|
||||
|
||||
|
||||
static int pflicht = 0;
|
||||
|
@ -2,7 +2,7 @@
|
||||
# File: Makefile
|
||||
# Creation: August 13, 1999 (Friday, 22:13h)
|
||||
# Author: Copyright (C) 1999 Thomas Jensen <boxes@thomasjensen.com>
|
||||
# Version: $Id: Makefile,v 1.3 2006/07/12 21:28:38 tsjensen Exp tsjensen $
|
||||
# Version: $Id: Makefile,v 1.4 2006/07/22 19:04:30 tsjensen Exp $
|
||||
# Format: GNU make
|
||||
# Web Site: http://boxes.thomasjensen.com/
|
||||
# Platforms: sparc/Solaris 2.6 and others
|
||||
@ -25,6 +25,9 @@
|
||||
# Revision History:
|
||||
#
|
||||
# $Log: Makefile,v $
|
||||
# Revision 1.4 2006/07/22 19:04:30 tsjensen
|
||||
# Small usability enhancements
|
||||
#
|
||||
# Revision 1.3 2006/07/12 21:28:38 tsjensen
|
||||
# Added target rcslocks
|
||||
#
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include "regmagic.h"
|
||||
|
||||
char rcsid_regexp_c[] =
|
||||
"$Id: regexp.c,v 1.3 1999/04/12 18:13:20 tsjensen Exp tsjensen $";
|
||||
"$Id: regexp.c,v 1.5 2006/07/23 16:28:13 tsjensen Exp $";
|
||||
|
||||
/*
|
||||
* The "internal use only" fields in regexp.h are present to pass info from
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Definitions etc. for regexp(3) routines.
|
||||
*
|
||||
* Version: $Id: regexp.h,v 1.4 1999/06/22 12:12:05 tsjensen Exp tsjensen $
|
||||
* Version: $Id: regexp.h,v 1.5 1999/06/25 18:53:51 tsjensen Exp $
|
||||
*
|
||||
* Caveat: this is V8 regexp(3) [actually, a reimplementation thereof],
|
||||
* not the System V one.
|
||||
|
@ -3,7 +3,7 @@
|
||||
* Date created: Copyright (c) 1986 by University of Toronto.
|
||||
* Author: Henry Spencer.
|
||||
* Extensions and modifications by Thomas Jensen
|
||||
* Version: $Id: regsub.c,v 1.5 2006/07/12 05:20:26 tsjensen Exp tsjensen $
|
||||
* Version: $Id: regsub.c,v 1.7 2006/07/23 16:15:55 tsjensen Exp $
|
||||
* Language: K&R C (traditional)
|
||||
* World Wide Web: http://boxes.thomasjensen.com/
|
||||
* Purpose: Perform substitutions after a regexp match
|
||||
@ -24,6 +24,10 @@
|
||||
* Revision History:
|
||||
*
|
||||
* $Log: regsub.c,v $
|
||||
* Revision 1.7 2006/07/23 16:15:55 tsjensen
|
||||
* Undo of previous version
|
||||
* Added include string.h and removed manual extern declarations for strncpy()
|
||||
*
|
||||
* Revision 1.6 2006/07/22 19:01:10 tsjensen
|
||||
* Added extern declaration of strncpy() to myregsub(), hoping this will clear some warnings on Debian
|
||||
*
|
||||
@ -53,7 +57,7 @@
|
||||
#include "regmagic.h"
|
||||
|
||||
char rcsid_regsub_c[] =
|
||||
"$Id: regsub.c,v 1.5 2006/07/12 05:20:26 tsjensen Exp tsjensen $";
|
||||
"$Id: regsub.c,v 1.7 2006/07/23 16:15:55 tsjensen Exp $";
|
||||
|
||||
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
* Project Main: boxes.c
|
||||
* Date created: June 23, 1999 (Wednesday, 20:59h)
|
||||
* Author: Copyright (C) 1999 Thomas Jensen <boxes@thomasjensen.com>
|
||||
* Version: $Id: remove.c,v 1.7 2006/07/12 05:28:58 tsjensen Exp tsjensen $
|
||||
* Version: $Id: remove.c,v 1.8 2006/07/22 19:19:26 tsjensen Exp $
|
||||
* Language: ANSI C
|
||||
* World Wide Web: http://boxes.thomasjensen.com/
|
||||
* Purpose: Box removal, i.e. the deletion of boxes
|
||||
@ -24,6 +24,10 @@
|
||||
* Revision History:
|
||||
*
|
||||
* $Log: remove.c,v $
|
||||
* Revision 1.8 2006/07/22 19:19:26 tsjensen
|
||||
* Applied patch by Christoph Dreyer to support unexpansion of leading tabs
|
||||
* Added ability to retain existing tabs
|
||||
*
|
||||
* Revision 1.7 2006/07/12 05:28:58 tsjensen
|
||||
* Updated email and web addresses in comment header
|
||||
* Added trim_only flag to output_input() function, used for box mending
|
||||
@ -65,7 +69,7 @@
|
||||
#include "remove.h"
|
||||
|
||||
static const char rcsid_remove_c[] =
|
||||
"$Id: remove.c,v 1.7 2006/07/12 05:28:58 tsjensen Exp tsjensen $";
|
||||
"$Id: remove.c,v 1.8 2006/07/22 19:19:26 tsjensen Exp $";
|
||||
|
||||
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
* Project Main: boxes.c
|
||||
* Date created: June 23, 1999 (Wednesday, 21:00h)
|
||||
* Author: Copyright (C) 1999 Thomas Jensen <boxes@thomasjensen.com>
|
||||
* Version: $Id: remove.h,v 1.2 1999-07-23 09:16:40-07 tsjensen Exp tsjensen $
|
||||
* Version: $Id: remove.h,v 1.3 2006/07/12 05:28:31 tsjensen Exp $
|
||||
* Language: ANSI C
|
||||
* World Wide Web: http://boxes.thomasjensen.com/
|
||||
* Purpose: Box removal, i.e. the deletion of boxes
|
||||
@ -24,6 +24,9 @@
|
||||
* Revision History:
|
||||
*
|
||||
* $Log: remove.h,v $
|
||||
* Revision 1.3 2006/07/12 05:28:31 tsjensen
|
||||
* Updated email and web addresses in comment header
|
||||
*
|
||||
* Revision 1.2 1999-07-23 09:16:40-07 tsjensen
|
||||
* Added GNU GPL disclaimer
|
||||
*
|
||||
|
@ -3,7 +3,7 @@
|
||||
* Project Main: boxes.c
|
||||
* Date created: June 23, 1999 (Wednesday, 13:39h)
|
||||
* Author: Copyright (C) 1999 Thomas Jensen <boxes@thomasjensen.com>
|
||||
* Version: $Id: shape.c,v 1.5 1999-08-14 12:11:53-07 tsjensen Exp tsjensen $
|
||||
* Version: $Id: shape.c,v 1.6 2006/07/12 05:27:29 tsjensen Exp $
|
||||
* Language: ANSI C
|
||||
* World Wide Web: http://boxes.thomasjensen.com/
|
||||
* Purpose: Shape handling and information functions
|
||||
@ -24,6 +24,9 @@
|
||||
* Revision History:
|
||||
*
|
||||
* $Log: shape.c,v $
|
||||
* Revision 1.6 2006/07/12 05:27:29 tsjensen
|
||||
* Updated email and web addresses in comment header
|
||||
*
|
||||
* Revision 1.5 1999-08-14 12:11:53-07 tsjensen
|
||||
* Added findshape(), genshape(), freeshape(), and isdeepempty() functions
|
||||
* Added on_side() back in with a few changes
|
||||
@ -57,7 +60,7 @@
|
||||
#include "tools.h"
|
||||
|
||||
static const char rcsid_shape_c[] =
|
||||
"$Id: shape.c,v 1.5 1999-08-14 12:11:53-07 tsjensen Exp tsjensen $";
|
||||
"$Id: shape.c,v 1.6 2006/07/12 05:27:29 tsjensen Exp $";
|
||||
|
||||
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
* Project Main: boxes.c
|
||||
* Date created: June 23, 1999 (Wednesday, 13:45h)
|
||||
* Author: Copyright (C) 1999 Thomas Jensen <boxes@thomasjensen.com>
|
||||
* Version: $Id: shape.h,v 1.4 1999-08-14 12:08:34-07 tsjensen Exp tsjensen $
|
||||
* Version: $Id: shape.h,v 1.5 2006/07/12 05:27:59 tsjensen Exp $
|
||||
* Language: ANSI C
|
||||
* World Wide Web: http://boxes.thomasjensen.com/
|
||||
* Purpose: Shape handling and information functions
|
||||
@ -24,6 +24,9 @@
|
||||
* Revision History:
|
||||
*
|
||||
* $Log: shape.h,v $
|
||||
* Revision 1.5 2006/07/12 05:27:59 tsjensen
|
||||
* Updated email and web addresses in comment header
|
||||
*
|
||||
* Revision 1.4 1999-08-14 12:08:34-07 tsjensen
|
||||
* Added genshape(), freeshape(), and findshape() prototypes
|
||||
* Added on_side() prototype back again
|
||||
|
@ -3,7 +3,7 @@
|
||||
* Project Main: boxes.c
|
||||
* Date created: June 20, 1999 (Sunday, 16:51h)
|
||||
* Author: Copyright (C) 1999 Thomas Jensen <boxes@thomasjensen.com>
|
||||
* Version: $Id: tools.c,v 1.6 2006/07/12 05:25:47 tsjensen Exp tsjensen $
|
||||
* Version: $Id: tools.c,v 1.7 2006/07/22 19:27:15 tsjensen Exp $
|
||||
* Language: ANSI C
|
||||
* World Wide Web: http://boxes.thomasjensen.com/
|
||||
* Purpose: Provide tool functions for error reporting and some
|
||||
@ -25,6 +25,10 @@
|
||||
* Revision History:
|
||||
*
|
||||
* $Log: tools.c,v $
|
||||
* Revision 1.7 2006/07/22 19:27:15 tsjensen
|
||||
* Changed expand_tabs_into() so that it records the original tab positions in a line
|
||||
* Added tabbify_indent() to restore original leading tabs after box processing
|
||||
*
|
||||
* Revision 1.6 2006/07/12 05:25:47 tsjensen
|
||||
* Updated email and web addresses in comment header
|
||||
*
|
||||
@ -61,7 +65,7 @@
|
||||
|
||||
|
||||
static const char rcsid_tools_c[] =
|
||||
"$Id: tools.c,v 1.6 2006/07/12 05:25:47 tsjensen Exp tsjensen $";
|
||||
"$Id: tools.c,v 1.7 2006/07/22 19:27:15 tsjensen Exp $";
|
||||
|
||||
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
* Project Main: boxes.c
|
||||
* Date created: June 20, 1999 (Sunday, 16:57h)
|
||||
* Author: Copyright (C) 1999 Thomas Jensen <boxes@thomasjensen.com>
|
||||
* Version: $Id: tools.h,v 1.4 2006/07/12 05:25:27 tsjensen Exp tsjensen $
|
||||
* Version: $Id: tools.h,v 1.5 2006/07/22 19:11:07 tsjensen Exp $
|
||||
* Language: ANSI C
|
||||
* World Wide Web: http://boxes.thomasjensen.com/
|
||||
* Purpose: Tool functions for error reporting and some string
|
||||
@ -25,6 +25,10 @@
|
||||
* Revision History:
|
||||
*
|
||||
* $Log: tools.h,v $
|
||||
* Revision 1.5 2006/07/22 19:11:07 tsjensen
|
||||
* Changed expand_tabs_into() signature in order to support advanced tab handling
|
||||
* Added tabbify_indent()
|
||||
*
|
||||
* Revision 1.4 2006/07/12 05:25:27 tsjensen
|
||||
* Updated email and web addresses in comment header
|
||||
*
|
||||
|
3
versions.txt
Normal file
3
versions.txt
Normal file
@ -0,0 +1,3 @@
|
||||
gcc version 3.3.3 (SuSE Linux)
|
||||
bison (GNU Bison) 1.875
|
||||
flex version 2.5.4
|
Loading…
Reference in New Issue
Block a user