r3219: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 27 Oct 2002 22:22:14 +0000 (22:22 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 27 Oct 2002 22:22:14 +0000 (22:22 +0000)
-clim/cl-reversi.1 [new file with mode: 0644]
-clim/debian/changelog [new file with mode: 0644]
-clim/debian/cl-reversi.1 [new file with mode: 0644]
-clim/debian/clean.sh [new file with mode: 0755]
-clim/debian/control [new file with mode: 0644]
-clim/debian/copyright [new file with mode: 0644]
-clim/debian/rules [new file with mode: 0755]
-clim/debian/upload.sh [new file with mode: 0755]
-clim/lw-build-exec.lisp [new file with mode: 0644]

diff --git a/-clim/cl-reversi.1 b/-clim/cl-reversi.1
new file mode 100644 (file)
index 0000000..a5cc6b4
--- /dev/null
@@ -0,0 +1,16 @@
+.\" -*- Mode: Text -*-
+.\"
+.\" Man page for cl-reversi
+.TH "CL-REVERSI" 1 "October 27, 2002"
+.AT 3
+.SH "NAME"
+cl-reversi \- Common Lisp Reversi Game Using CLIM
+.SH "SYNOPSIS"
+.B cl-reversi
+.SH "DESCRIPTION"
+.I cl-reversi
+is a Common Lisp implementation of the classic reversi game. This 
+executable uses a graphical user interface utilizing CLIM.
+
+.SH "AUTHOR"
+Kevin M. Rosenberg <kevin@rosenberg.net>
diff --git a/-clim/debian/changelog b/-clim/debian/changelog
new file mode 100644 (file)
index 0000000..eb432da
--- /dev/null
@@ -0,0 +1,6 @@
+cl-reversi-clim (1.0-1) unstable; urgency=low
+
+  * Initial Release (closes: )
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 25 Oct 2002 01:20:07 -0600
+
diff --git a/-clim/debian/cl-reversi.1 b/-clim/debian/cl-reversi.1
new file mode 100644 (file)
index 0000000..a5cc6b4
--- /dev/null
@@ -0,0 +1,16 @@
+.\" -*- Mode: Text -*-
+.\"
+.\" Man page for cl-reversi
+.TH "CL-REVERSI" 1 "October 27, 2002"
+.AT 3
+.SH "NAME"
+cl-reversi \- Common Lisp Reversi Game Using CLIM
+.SH "SYNOPSIS"
+.B cl-reversi
+.SH "DESCRIPTION"
+.I cl-reversi
+is a Common Lisp implementation of the classic reversi game. This 
+executable uses a graphical user interface utilizing CLIM.
+
+.SH "AUTHOR"
+Kevin M. Rosenberg <kevin@rosenberg.net>
diff --git a/-clim/debian/clean.sh b/-clim/debian/clean.sh
new file mode 100755 (executable)
index 0000000..0aa95b2
--- /dev/null
@@ -0,0 +1 @@
+rm -rf debian/cl-reversi.exec
diff --git a/-clim/debian/control b/-clim/debian/control
new file mode 100644 (file)
index 0000000..f007b22
--- /dev/null
@@ -0,0 +1,16 @@
+Source: cl-reversi-clim
+Section: devel
+Priority: optional
+Maintainer: Kevin M. Rosenberg <kmr@debian.org>
+Build-Depends: debhelper (>= 4.0.0), cl-reversi, lw-pro-installer
+Standards-Version: 3.5.7.0
+
+Package: cl-reversi-clim
+Architecture: i386
+Depends: ${shlibs:Depends}
+Recommends: cl-reversi
+Description: Reversi game for Common Lisp (CLIM Executable)
+ This package contains a graphical user interface executable for cl-reversi
+ game that is based on the CLIM interface.
+
+
diff --git a/-clim/debian/copyright b/-clim/debian/copyright
new file mode 100644 (file)
index 0000000..75ecf06
--- /dev/null
@@ -0,0 +1,58 @@
+This package was debianized by Kevin M. Rosenberg <kmr@debian.org> in
+Oct 2002.
+
+It was downloaded from http://reversi.b9.com/
+Upstream Authors: Kevin Rosenberg & Peter Norvig
+
+
+CL-Reversi's Copyright Statement
+--------------------------------
+
+Copyright (c) 2000-2002 Kevin Rosenberg
+Copyright (c) 1998-2002 Peter Norvig
+
+This code is free software; you can redistribute it and/or modify it
+under the terms of the version 2.1 of the GNU Lesser General Public
+License as published by the Free Software Foundation, as clarified by
+the Franz preamble to the LGPL found in
+http://opensource.franz.com/preamble.html. The preambled is copied below.
+
+This code 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
+Lesser General Public License for more details.
+
+The GNU Lessor General Public License can be found in your Debian file
+system in /usr/share/common-licenses/LGPL.
+
+
+
+Peter Norvig's Original Copyright
+---------------------------------
+
+Copyright (c) 1998-2002 by Peter Norvig.
+
+Permission is granted to anyone to use this software, in source or
+object code form, on any computer system, and to modify, compile,
+decompile, run, and redistribute it to anyone else, subject to the
+following restrictions:
+
+   1. The author makes no warranty of any kind, either expressed or
+implied, about the suitability of this software for any purpose.
+
+   2. The author accepts no liability of any kind for damages or other
+consequences of the use of this software, even if they arise from
+defects in the software.
+
+   3. The origin of this software must not be misrepresented, either
+by explicit claim or by omission.
+
+   4. Altered versions must be plainly marked as such, and must not be
+misrepresented as being the original software. Altered versions may be
+distributed in packages under other licenses (such as the GNU
+license).
+
+If you find this software useful, it would be nice if you let me
+(peter@norvig.com) know about it, and nicer still if you send me
+modifications that you are willing to share. However, you are not
+required to do so.
diff --git a/-clim/debian/rules b/-clim/debian/rules
new file mode 100755 (executable)
index 0000000..f61802c
--- /dev/null
@@ -0,0 +1,61 @@
+#!/usr/bin/make -f
+
+export DH_COMPAT=4
+
+pkg    := cl-reversi-clim
+
+
+configure: configure-stamp
+configure-stamp:
+       dh_testdir
+       # Add here commands to configure the package.
+
+       touch configure-stamp
+
+
+build: build-stamp
+
+build-stamp: configure-stamp 
+       dh_testdir
+       # Add here commands to compile the package.
+       lw-console -init lw-build-exec.lisp
+       touch build-stamp
+
+clean:
+       dh_testdir
+       dh_testroot
+       rm -f build-stamp configure-stamp
+       # Add here commands to clean up after the build process.
+       rm -f debian/cl-reversi-clim.postinst.* debian/cl-reversi-clim.prerm.*
+       dh_clean
+
+install: build
+       dh_testdir
+       dh_testroot
+       dh_clean -k
+       # Add here commands to install the package into debian/reversi.
+       dh_installdirs usr/bin
+       dh_install cl-reversi usr/bin
+
+# Build architecture-independent files here.
+binary-indep: build install
+
+
+# Build architecture-dependent files here.
+binary-arch: build install
+       dh_testdir
+       dh_testroot
+       dh_installdocs
+       dh_installchangelogs
+       dh_installman -p $(debpkg-clim) debian/cl-reversi.1
+       dh_strip
+       dh_compress
+       dh_fixperms
+       dh_installdeb
+       dh_shlibdeps
+       dh_gencontrol
+       dh_md5sums
+       dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
diff --git a/-clim/debian/upload.sh b/-clim/debian/upload.sh
new file mode 100755 (executable)
index 0000000..632d4af
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/bash -e
+
+dup reversi -Uftp.med-info.com -D/home/ftp/reversi -C"(cd /opt/apache/htdocs/reversi; make install)" -su $*
+
diff --git a/-clim/lw-build-exec.lisp b/-clim/lw-build-exec.lisp
new file mode 100644 (file)
index 0000000..41cf7e9
--- /dev/null
@@ -0,0 +1,4 @@
+(asdf:oos 'asdf:load-op 'reversi)
+
+#+lispworks
+(deliver 'reversi::clim-reversi "cl-reversi" 2 :multiprocessing t)