-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
112 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,5 @@ Xball Authors | |
xball: David Nedde <[email protected]> | ||
act_area.c: Written by Dan Heller | ||
filemenu.c: Po Cheung | ||
Debian Packaging: Stephen Birch <[email protected]> | ||
Debian Packaging, 2004apr29: Stephen Birch <[email protected]> | ||
automake Package, 2021aug23: Joe Da Silva <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,4 @@ | ||
This package was debianized by Stephen Birch <[email protected]> on | ||
Thu, 29 Apr 2004 10:59:00 +0100. The original source was taken from | ||
a source rpm distributed with SuSE 8.0 (http://www.suse.com). | ||
|
||
xball is licensed using the following licenses: | ||
|
||
Upstream Author: David Nedde <[email protected]> | ||
ISC License (ISC) | ||
|
||
Copyright 1993 David Nedde | ||
Permission to use, copy, modify, and distribute this software | ||
|
@@ -20,7 +14,7 @@ One file has additional copying policies: | |
Author: Po Cheung | ||
Copyright 1989 The University of Texas at Austin | ||
Copyright 1990 Microelectronics and Computer Technology Corporation | ||
|
||
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 | ||
|
@@ -32,14 +26,14 @@ One file has additional copying policies: | |
University of Texas and MCC makes no representations about the | ||
suitability of this software for any purpose. It is provided "as is" | ||
without express or implied warranty. | ||
|
||
THE UNIVERSITY OF TEXAS AND MCC DISCLAIMS ALL WARRANTIES WITH REGARD TO | ||
THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND | ||
FITNESS, IN NO EVENT SHALL THE UNIVERSITY OF TEXAS OR MCC 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. | ||
|
||
Author: Po Cheung | ||
Created: March 10, 1989 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
xball (3.1.0) | ||
|
||
* Debian Orphaned xball brought up to date and is buildable with current PCs. | ||
* Dropped Debian packaging and reworked xball to be built with configure make. | ||
* 'make dist' builds package that can be built by user using ./configure make. | ||
* xball.pc package file added. | ||
* freedesktop configuration added and improved to include *.xball to be seen | ||
as xball scripts. You click demo.xball and it automatically runs xball demo | ||
Also added desktop files for 64x64, 128x128, 256x256 icon files. | ||
* run_demo is installed in same directory as xball and demo scripts are kept | ||
in xball data directory. | ||
* Corrected COPYING from boilerplate to what appears to be ISC license. | ||
* xball manual is installed as xball.6 in games manual directory. | ||
* rgb.txt now searched and found in /usr/X11 directory. | ||
* Due to the upgrades, bumped minor value from 0 to 1, making this ver 3.1.0 | ||
|
||
-- Joe Da Silva <[email protected]> Mon, 23 Aug 2021 1:32:00 +0800 | ||
|
||
xball (3.0.1-2) unstable; urgency=medium | ||
|
||
* QA upload. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
AC_PREREQ(2.61) | ||
|
||
m4_define([xball_version], [3.0.1]) | ||
m4_define([xball_version], [3.1.0]) | ||
AC_INIT([xball],[xball_version],[[email protected]], | ||
[xball],[https://packages.debian.org/sid/xball]) | ||
AM_INIT_AUTOMAKE([foreign -Wall]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
load_bitmap @xball@/xball-x.xbm 10,10 | ||
iterate 10 | ||
load_bitmap @xball@/xball-b.xbm 90,10 | ||
iterate 10 | ||
load_bitmap @xball@/xball-a.xbm 170,10 | ||
iterate 10 | ||
load_bitmap @xball@/xball-l.xbm 250,10 | ||
iterate 10 | ||
load_bitmap @xball@/xball-l.xbm 310,10 | ||
iterate 200 | ||
|
||
exit |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
elasticity 50 | ||
|
||
load_bitmap @xball@/xball-x.xbm 10,10 | ||
iterate 20 | ||
load_bitmap @xball@/xball-b.xbm 10,10 | ||
iterate 20 | ||
load_bitmap @xball@/xball-a.xbm 10,10 | ||
iterate 20 | ||
load_bitmap @xball@/xball-l.xbm 10,10 | ||
iterate 20 | ||
load_bitmap @xball@/xball-l.xbm 10,10 | ||
iterate 200 | ||
|
||
exit |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
elasticity 90 | ||
load_bitmap @xball@/man.xbm 10,10 | ||
iterate 60 | ||
load_bitmap @xball@/man.xbm 160,10 | ||
iterate 60 | ||
load_bitmap @xball@/man.xbm 310,10 | ||
iterate 400 | ||
|
||
exit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters