diff options
author | shaun <shaun@FreeBSD.org> | 2006-08-14 05:12:44 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-08-14 05:12:44 +0800 |
commit | 0ac6466dedc16d7b911b9ece863f03e6fe1c2ae6 (patch) | |
tree | f050edd7086afa09b4c1a6c27cd4f30f2d1d6bd2 /graphics | |
parent | a083275dae3406252aa3ada4172650d5272913c4 (diff) | |
download | freebsd-ports-graphics-0ac6466dedc16d7b911b9ece863f03e6fe1c2ae6.tar.gz freebsd-ports-graphics-0ac6466dedc16d7b911b9ece863f03e6fe1c2ae6.tar.zst freebsd-ports-graphics-0ac6466dedc16d7b911b9ece863f03e6fe1c2ae6.zip |
Add graphics/timeless.
This is a FreeBSD/SDL port of Tran's timeless demo written in 1994. The
demo is like a screen saver, there is stuff warping around onscreen,
colors are changing and sprites are moving all over the place.
PR: ports/101456
Submitted by: Jeff Molofee <nehe@cruzinternet.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/timeless/Makefile | 21 | ||||
-rw-r--r-- | graphics/timeless/distinfo | 3 | ||||
-rw-r--r-- | graphics/timeless/pkg-descr | 7 |
4 files changed, 32 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index b24e5b92aec..a73f4f0d54e 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -620,6 +620,7 @@ SUBDIR += tiff SUBDIR += tiff2png SUBDIR += tifmerge + SUBDIR += timeless SUBDIR += tintfu SUBDIR += togl SUBDIR += truevision diff --git a/graphics/timeless/Makefile b/graphics/timeless/Makefile new file mode 100644 index 00000000000..80ea0edd8bf --- /dev/null +++ b/graphics/timeless/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: timeless +# Date created: 5 August 2006 +# Whom: Jeff Molofee +# +# $FreeBSD$ +# + +PORTNAME= timeless +PORTVERSION= 1.0 +CATEGORIES= graphics +MASTER_SITES= http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ + +MAINTAINER= nehe@cruzinternet.com +COMMENT= FreeBSD/SDL port of Tran's Timeless Demo with Sound + +USE_SDL= sdl mixer + +PLIST_FILES= bin/${PORTNAME} %%DATADIR%%/time.s3m +PLIST_DIRS= %%DATADIR%% + +.include <bsd.port.mk> diff --git a/graphics/timeless/distinfo b/graphics/timeless/distinfo new file mode 100644 index 00000000000..9adcd1a24cf --- /dev/null +++ b/graphics/timeless/distinfo @@ -0,0 +1,3 @@ +MD5 (timeless-1.0.tar.gz) = 6e5ca0628c02e86bba8ec3c7a12986d1 +SHA256 (timeless-1.0.tar.gz) = ed4a453a6dba805b61554079a64af8fe6d22923748b7b140b43809ad87d1877b +SIZE (timeless-1.0.tar.gz) = 352196 diff --git a/graphics/timeless/pkg-descr b/graphics/timeless/pkg-descr new file mode 100644 index 00000000000..8b79f6a5ae6 --- /dev/null +++ b/graphics/timeless/pkg-descr @@ -0,0 +1,7 @@ +This is a FreeBSD/SDL port of Tran's timeless demo written in 1994. The demo +is like a screen saver, there is stuff warping around onscreen, colors are +changing and sprites are moving all over the place. The original conversion +from ASM to C for Linux/SDL was written by Dave Ashley. I enabled fullscreen +and added music to this version. Hope you like it! + +WWW: http://www.linuxmotors.com/timeless/ |