diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2006-08-13 21:12:44 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2006-08-13 21:12:44 +0000 |
commit | 542b174d68930db0b36baf8a8ef78e92725ac184 (patch) | |
tree | 3a41e50fee0ce34432875c24c9ffe6192524ffba /graphics | |
parent | a27a0c84be1657b683ce7a6d520142c320bf0e66 (diff) |
Notes
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 b24e5b92aec1..a73f4f0d54ed 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 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/ |