debian/0000755000000000000000000000000012241440327007165 5ustar debian/changelog0000644000000000000000000000773012241437455011056 0ustar golly (2.5-1.1) unstable; urgency=low * Non-maintainer upload. * debian/control (Build-Depends): libwxgtk2.8-dev -> libwxgtk3.0-dev. -- Olly Betts Fri, 15 Nov 2013 15:34:28 +0000 golly (2.5-1) unstable; urgency=low * New upstream release. * debian/rules: Add --with python2. * debian/control (Build-Depends): Require libstdc++6-4.7-dev. (Standards-Version): conforms to 3.9.4. -- NIIBE Yutaka Tue, 02 Jul 2013 06:46:02 +0000 golly (2.4-1) unstable; urgency=low * New upstream release. * debian/compat: Upgrade to 9. * debian/control (Depends): Add ${python:Depends}. (Build-Depents): Require debhelper >= 9. * debian/rules (DH_OPTIONS): Add. -- NIIBE Yutaka Sat, 24 Nov 2012 12:27:17 +0900 golly (2.3-1) unstable; urgency=low * New upstream release. * Fixed FTBFS (Closes: #652180). * debian/control (Build-Depends): Add python-support. (Standards-Version): conforms to 3.9.2. (Build-Depends): Updated to libstdc++6-4.6-dev (was 4.4). -- NIIBE Yutaka Thu, 22 Dec 2011 15:55:35 +0900 golly (2.2-1) unstable; urgency=low * New upstream release (Closes: #605935). Thanks to Benjamin Mako Hill. 64-bit python binding fixed in upstream (Closes: #495941). Thanks to Paul Metcalfe. Installation has been improved in upstream (Closes: #588116, #598815). Thanks to Stefan Gursky and Mathijs Romans. Patches for bgolly, makefile-gtk (for perl), wxfile.cpp, wxgolly.cpp and wxUSE_HOTKEY things are not needed any more, thus removed. * debian/control (Build-Depends): Add autotools-dev and quilt. Replace libstdc++6-4.3-dev to libstdc++6-4.4-dev (Closes: #594282). Thanks to Matthias Klose. * debian/rules: Now use dh. * debian/source/format: Now use 3.0 (quilt) format. * debian/golly.manpages: New. -- NIIBE Yutaka Mon, 14 Feb 2011 17:45:27 +0900 golly (2.1-1) unstable; urgency=low * New upstream release (Closes: #495072). * debian/control: Added Build-Conflicts (Closes: #508947). * debian/rules: Remove dh_desktop which is deprecated. -- NIIBE Yutaka Wed, 03 Feb 2010 15:51:42 +0900 golly (1.4-1) unstable; urgency=low * Fixed user preference file directory and clipfile directory, by using Newer wxwidget 2.8 (Closes: #488188). Thanks to Jakob Lell for the bug report. * Revert changes of wxfile.cpp and wxprefs.cpp for wxwidget 2.6. * New upstream release (Changes of hlifealgo.cpp and qlifealgo.cpp are now in upstream). * platform.h: Added #include . * debian/control (Standards-Version): Conform to 3.8.0 (was: 3.7.3). (Build-Depends): Use libwxgtk2.8-dev (was: libwxgtk2.6-dev). Use libstdc++6-4.3-dev (was: libstdc++6-4.2-dev). -- NIIBE Yutaka Mon, 07 Jul 2008 15:28:52 +0900 golly (1.3-5) unstable; urgency=low * bgolly.cpp, bigint.cpp, liferules.cpp: Added #include for GCC 4.3. Thanks to Lucas Nussbaum (Closes: #474803). -- NIIBE Yutaka Tue, 08 Apr 2008 10:27:02 +0900 golly (1.3-4) unstable; urgency=low * debian/watch: Fix URL by Davide Cavalca (Closes: #472176). * debian/golly.desktop, debian/rules, debian/dirs: Desktop menu support contributed by Davide Cavalca (Closes: #472136). * makefile-gtk: Perl version free patch by Davide Cavalca applied. (Closes: #470393). Thanks to Niko Tyni for the report. -- NIIBE Yutaka Fri, 28 Mar 2008 11:36:24 +0900 golly (1.3-3) unstable; urgency=low * hlifealgo.cpp, qlifealgo.cpp: Patch for 64-bit architectures by Davide Cavalca applied. (Closes: #470160). -- NIIBE Yutaka Mon, 10 Mar 2008 11:56:52 +0900 golly (1.3-2) unstable; urgency=low * debian/control (Build-Depends): Added zlib1g-dev and libstdc++6-4.2-dev. -- NIIBE Yutaka Mon, 25 Feb 2008 23:09:36 +0900 golly (1.3-1) unstable; urgency=low * Initial release (Closes: #452026). -- NIIBE Yutaka Thu, 31 Jan 2008 16:03:17 +0900 debian/source/0000755000000000000000000000000011526165652010477 5ustar debian/source/format0000644000000000000000000000001411526165652011705 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212054042060010355 0ustar 9 debian/postrm0000644000000000000000000000164211332216376010444 0ustar #!/bin/sh # postrm script for golly # # see: dh_installdeb(1) set -e # summary of how this script can be called: # * `remove' # * `purge' # * `upgrade' # * `failed-upgrade' # * `abort-install' # * `abort-install' # * `abort-upgrade' # * `disappear' # # for details, see http://www.debian.org/doc/debian-policy/ or # the debian-policy package case "$1" in purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) ;; *) echo "postrm called with unknown argument \`$1'" >&2 exit 1 ;; esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/menu0000644000000000000000000000021011526347311010051 0ustar ?package(golly):needs="X11" section="Games/Puzzles"\ title="golly" command="/usr/games/golly" \ icon="/usr/share/pixmaps/golly.xpm" debian/golly.manpages0000644000000000000000000000001711526352632012034 0ustar debian/golly.6 debian/rules0000755000000000000000000000231112164500230010234 0ustar #!/usr/bin/make -f # -*- makefile -*- PERL_SHLIB=$(shell ls -l /usr/lib/libperl.so | sed 's/^.* -> \(.*\)$$/\1/') export DH_OPTIONS %: dh $@ --with quilt,python2 --builddirectory=build \ --sourcedirectory=gui-wx/configure override_dh_auto_configure: dh_auto_configure -O--builddirectory=build \ -O--sourcedirectory=gui-wx/configure -- \ --with-perl-shlib=$(PERL_SHLIB) override_dh_auto_install: dh_auto_install -O--builddirectory=build \ -O--sourcedirectory=gui-wx/configure # we have license information in /usr/share/doc/golly/copyright already # rm -f $(CURDIR)/debian/golly/usr/share/doc/golly/License.html # golly should be in /usr/games, we should have icon and menu mkdir -p $(CURDIR)/debian/golly/usr/games \ $(CURDIR)/debian/golly/usr/share/pixmaps \ $(CURDIR)/debian/golly/usr/share/applications mv $(CURDIR)/debian/golly/usr/bin/golly $(CURDIR)/debian/golly/usr/games/golly install -m 444 gui-wx/icons/appicon.xpm $(CURDIR)/debian/golly/usr/share/pixmaps/golly.xpm install -m 444 debian/golly.desktop $(CURDIR)/debian/golly/usr/share/applications # Fix installation chmod +x $(CURDIR)/debian/golly/usr/share/golly/Help/Lexicon/modify.pl debian/golly.desktop0000644000000000000000000000045111332216376011713 0ustar [Desktop Entry] Type=Application Name=Golly GenericName=Game of Life Simulator Comment=A Conway's Game of Life simulator Comment[it]=Un simulatore del "gioco della vita" di Conway Comment[ja]=コンウェイのライフゲーム Icon=golly.xpm Exec=golly Terminal=false Categories=Game;LogicGame; debian/postinst0000644000000000000000000000167511332216376011011 0ustar #!/bin/sh # postinst script for golly # # see: dh_installdeb(1) set -e # summary of how this script can be called: # * `configure' # * `abort-upgrade' # * `abort-remove' `in-favour' # # * `abort-remove' # * `abort-deconfigure' `in-favour' # `removing' # # for details, see http://www.debian.org/doc/debian-policy/ or # the debian-policy package case "$1" in configure) ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 1 ;; esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/docs0000644000000000000000000000004012164500212010024 0ustar docs/ReadMe.html docs/ToDo.html debian/golly.60000644000000000000000000000170711332216376010414 0ustar .\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH GOLLY 6 "January 31, 2008" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME golly \- Conway's Game of Life .SH SYNOPSIS .B golly .RI [ wxoptions ] pattern-file .SH DESCRIPTION .B golly is a program to simulate Conway's Game of Life. .SH AUTHOR Golly was written by Tomas Rokicki and Andrew Trevorrow . debian/watch0000644000000000000000000000006611332216376010225 0ustar version=3 http://sf.net/golly/golly-(.*)-src\.tar\.gz debian/copyright0000644000000000000000000003704411332216376011135 0ustar This package was debianized by NIIBE Yutaka on Thu, 31 Jan 2008 16:03:17 +0900. It was downloaded from Upstream Authors: Tomas Rokicki Andrew Trevorrow Copyright: Main program: Copyright (C) 2007 Andrew Trevorrow and Tomas Rokicki. Perl binding (wxperl.cpp): Copyright (C) 1993-2007, by Larry Wall and others. Python binding (wxpython.cpp): Copyright (c) 2001-2005 Python Software Foundation. Copyright (c) 2000 BeOpen.com. Copyright (c) 1995-2001 Corporation for National Research Initiatives. Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam. Help/Lexicon/lex.htm: Copyright (c) Stephen Silver, 1997-2005. License: Main program: 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. Perl binding (wxperl.cpp): It is free software; you can redistribute it and/or modify it under the terms of either: a) the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or b) the "Artistic License" (http://dev.perl.org/licenses/artistic.html). Python binding (wxpython.cpp): Python license. See next page for detail. Help/Lexicon/lex.htm: It may be freely copied and/or modified as long as due credit is given. This includes not just credit to those who have contributed in some way to the present version (see above), but also credit to those who have made any modifications. On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. The Debian packaging is (C) 2008, NIIBE Yutaka and is licensed under the GPL, see above. Python License ============== A. HISTORY OF THE SOFTWARE ========================== Python was created in the early 1990s by Guido van Rossum at Stichting Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands as a successor of a language called ABC. Guido remains Python's principal author, although it includes many contributions from others. In 1995, Guido continued his work on Python at the Corporation for National Research Initiatives (CNRI, see http://www.cnri.reston.va.us) in Reston, Virginia where he released several versions of the software. In May 2000, Guido and the Python core development team moved to BeOpen.com to form the BeOpen PythonLabs team. In October of the same year, the PythonLabs team moved to Digital Creations (now Zope Corporation, see http://www.zope.com). In 2001, the Python Software Foundation (PSF, see http://www.python.org/psf/) was formed, a non-profit organization created specifically to own Python-related Intellectual Property. Zope Corporation is a sponsoring member of the PSF. All Python releases are Open Source (see http://www.opensource.org for the Open Source Definition). Historically, most, but not all, Python releases have also been GPL-compatible; the table below summarizes the various releases. Release Derived Year Owner GPL- from compatible? (1) 0.9.0 thru 1.2 1991-1995 CWI yes 1.3 thru 1.5.2 1.2 1995-1999 CNRI yes 1.6 1.5.2 2000 CNRI no 2.0 1.6 2000 BeOpen.com no 1.6.1 1.6 2001 CNRI yes (2) 2.1 2.0+1.6.1 2001 PSF no 2.0.1 2.0+1.6.1 2001 PSF yes 2.1.1 2.1+2.0.1 2001 PSF yes 2.2 2.1.1 2001 PSF yes 2.1.2 2.1.1 2002 PSF yes 2.1.3 2.1.2 2002 PSF yes 2.2.1 2.2 2002 PSF yes 2.2.2 2.2.1 2002 PSF yes 2.2.3 2.2.2 2003 PSF yes 2.3 2.2.2 2002-2003 PSF yes 2.3.1 2.3 2002-2003 PSF yes 2.3.2 2.3.1 2002-2003 PSF yes 2.3.3 2.3.2 2002-2003 PSF yes 2.3.4 2.3.3 2004 PSF yes 2.3.5 2.3.4 2005 PSF yes 2.4 2.3 2004 PSF yes 2.4.1 2.4 2005 PSF yes 2.4.2 2.4.1 2005 PSF yes Footnotes: (1) GPL-compatible doesn't mean that we're distributing Python under the GPL. All Python licenses, unlike the GPL, let you distribute a modified version without making your changes open source. The GPL-compatible licenses make it possible to combine Python with other software that is released under the GPL; the others don't. (2) According to Richard Stallman, 1.6.1 is not GPL-compatible, because its license has a choice of law clause. According to CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1 is "not incompatible" with the GPL. Thanks to the many outside volunteers who have worked under Guido's direction to make these releases possible. B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON =============================================================== PSF LICENSE AGREEMENT FOR PYTHON 2.4 ------------------------------------ 1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and the Individual or Organization ("Licensee") accessing and otherwise using Python 2.4 software in source or binary form and its associated documentation. 2. Subject to the terms and conditions of this License Agreement, PSF hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python 2.4 alone or in any derivative version, provided, however, that PSF's License Agreement and PSF's notice of copyright, i.e., "Copyright (c) 2001, 2002, 2003, 2004 Python Software Foundation; All Rights Reserved" are retained in Python 2.4 alone or in any derivative version prepared by Licensee. 3. In the event Licensee prepares a derivative work that is based on or incorporates Python 2.4 or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to Python 2.4. 4. PSF is making Python 2.4 available to Licensee on an "AS IS" basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 2.4 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 2.4 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 2.4, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions. 7. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between PSF and Licensee. This License Agreement does not grant permission to use PSF trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party. 8. By copying, installing or otherwise using Python 2.4, Licensee agrees to be bound by the terms and conditions of this License Agreement. BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0 ------------------------------------------- BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the Individual or Organization ("Licensee") accessing and otherwise using this software in source or binary form and its associated documentation ("the Software"). 2. Subject to the terms and conditions of this BeOpen Python License Agreement, BeOpen hereby grants Licensee a non-exclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use the Software alone or in any derivative version, provided, however, that the BeOpen Python License is retained in the Software, alone or in any derivative version prepared by Licensee. 3. BeOpen is making the Software available to Licensee on an "AS IS" basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 5. This License Agreement will automatically terminate upon a material breach of its terms and conditions. 6. This License Agreement shall be governed by and interpreted in all respects by the law of the State of California, excluding conflict of law provisions. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between BeOpen and Licensee. This License Agreement does not grant permission to use BeOpen trademarks or trade names in a trademark sense to endorse or promote products or services of Licensee, or any third party. As an exception, the "BeOpen Python" logos available at http://www.pythonlabs.com/logos.html may be used according to the permissions granted on that web page. 7. By copying, installing or otherwise using the software, Licensee agrees to be bound by the terms and conditions of this License Agreement. CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1 --------------------------------------- 1. This LICENSE AGREEMENT is between the Corporation for National Research Initiatives, having an office at 1895 Preston White Drive, Reston, VA 20191 ("CNRI"), and the Individual or Organization ("Licensee") accessing and otherwise using Python 1.6.1 software in source or binary form and its associated documentation. 2. Subject to the terms and conditions of this License Agreement, CNRI hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python 1.6.1 alone or in any derivative version, provided, however, that CNRI's License Agreement and CNRI's notice of copyright, i.e., "Copyright (c) 1995-2001 Corporation for National Research Initiatives; All Rights Reserved" are retained in Python 1.6.1 alone or in any derivative version prepared by Licensee. Alternately, in lieu of CNRI's License Agreement, Licensee may substitute the following text (omitting the quotes): "Python 1.6.1 is made available subject to the terms and conditions in CNRI's License Agreement. This Agreement together with Python 1.6.1 may be located on the Internet using the following unique, persistent identifier (known as a handle): 1895.22/1013. This Agreement may also be obtained from a proxy server on the Internet using the following URL: http://hdl.handle.net/1895.22/1013". 3. In the event Licensee prepares a derivative work that is based on or incorporates Python 1.6.1 or any part thereof, and wants to make the derivative work available to others as provided herein, then Licensee hereby agrees to include in any such work a brief summary of the changes made to Python 1.6.1. 4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS" basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1, OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. 6. This License Agreement will automatically terminate upon a material breach of its terms and conditions. 7. This License Agreement shall be governed by the federal intellectual property law of the United States, including without limitation the federal copyright law, and, to the extent such U.S. federal law does not apply, by the law of the Commonwealth of Virginia, excluding Virginia's conflict of law provisions. Notwithstanding the foregoing, with regard to derivative works based on Python 1.6.1 that incorporate non-separable material that was previously distributed under the GNU General Public License (GPL), the law of the Commonwealth of Virginia shall govern this License Agreement only as to issues arising under or with respect to Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this License Agreement shall be deemed to create any relationship of agency, partnership, or joint venture between CNRI and Licensee. This License Agreement does not grant permission to use CNRI trademarks or trade name in a trademark sense to endorse or promote products or services of Licensee, or any third party. 8. By clicking on the "ACCEPT" button where indicated, or by copying, installing or otherwise using Python 1.6.1, Licensee agrees to be bound by the terms and conditions of this License Agreement. CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2 -------------------------------------------------- Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, The Netherlands. All rights reserved. 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, and that the name of Stichting Mathematisch Centrum or CWI not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. debian/control0000644000000000000000000000251312241437377010604 0ustar Source: golly Section: games Priority: optional Maintainer: NIIBE Yutaka Build-Conflicts: libwxgtk2.6-dev Build-Depends: debhelper (>= 9), autotools-dev, quilt (>= 0.46-7~), libwxgtk3.0-dev, python, python-dev, perl, libperl-dev, libstdc++6-4.7-dev, zlib1g-dev, python-support (>= 0.90) Standards-Version: 3.9.4 Homepage: http://golly.sourceforge.net/ Package: golly Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} Description: Game of Life simulator using hashlife algorithm Golly simulates Conway's Game of Life with an arbitrarily large grid of cells. It can optionally use a hashlife algorithm, which allows it to rapidly compute generations for huge patterns, and to compute many generations into the future at a time. . Golly provides a graphical interface for viewing and editing cellular automata. It supports copy and paste, zoom, auto-fit, multiple layers, and viewing different areas of a pattern simultaneously in different areas of a window. . Golly can load patterns from RLE, Life 1.05/1.06, dblife, and macrocell file formats; it can also interpret images as Life patterns. Golly provides integrated help, including a copy of the Life Lexicon. . Golly also supports other rules for 2D cellular automata with an 8-cell neighborhood, and supports 1D cellular automata.