aboutsummaryrefslogtreecommitdiff
path: root/graphics/timeless
diff options
context:
space:
mode:
authorShaun Amott <shaun@FreeBSD.org>2006-08-13 21:12:44 +0000
committerShaun Amott <shaun@FreeBSD.org>2006-08-13 21:12:44 +0000
commit542b174d68930db0b36baf8a8ef78e92725ac184 (patch)
tree3a41e50fee0ce34432875c24c9ffe6192524ffba /graphics/timeless
parenta27a0c84be1657b683ce7a6d520142c320bf0e66 (diff)
downloadports-542b174d68930db0b36baf8a8ef78e92725ac184.tar.gz
ports-542b174d68930db0b36baf8a8ef78e92725ac184.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>
Notes
Notes: svn path=/head/; revision=170493
Diffstat (limited to 'graphics/timeless')
-rw-r--r--graphics/timeless/Makefile21
-rw-r--r--graphics/timeless/distinfo3
-rw-r--r--graphics/timeless/pkg-descr7
3 files changed, 31 insertions, 0 deletions
diff --git a/graphics/timeless/Makefile b/graphics/timeless/Makefile
new file mode 100644
index 000000000000..80ea0edd8bfc
--- /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 000000000000..9adcd1a24cfb
--- /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 000000000000..8b79f6a5ae61
--- /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/