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>
This commit is contained in:
Shaun Amott 2006-08-13 21:12:44 +00:00
parent a27a0c84be
commit 542b174d68
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170493
4 changed files with 32 additions and 0 deletions

View File

@ -620,6 +620,7 @@
SUBDIR += tiff
SUBDIR += tiff2png
SUBDIR += tifmerge
SUBDIR += timeless
SUBDIR += tintfu
SUBDIR += togl
SUBDIR += truevision

View File

@ -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>

View File

@ -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

View File

@ -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/