Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Aug 1999 17:09:30 +0400 (MSD)
From:      Andrey Zakhvatov <andy@icc.surw.chel.su>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13026: New port: SDL-0.10.0
Message-ID:  <199908081309.RAA81291@icc.surw.chel.su>

next in thread | raw e-mail | index | archive | help

>Number:         13026
>Category:       ports
>Synopsis:       New port: SDL-0.10.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug  8 06:20:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Andrey Zakhvatov
>Release:        FreeBSD 3.1-RELEASE i386
>Organization:
South Ural Railway ICC
>Environment:

>Description:

   This is a new port of SDL-0.10.0, cross-platform multi-media development
API library.

This library is designed to make it easy to write games that run on UNIX,
Win32 and BeOS using the various native high-performance media interfaces,
(for video, audio, etc) and presenting a single source-code level API to
your application.  This is a fairly low level API, but using this, completely
portable applications can be written with a great deal of flexibility.

WWW: http://www.devolution.com/~slouken/SDL/


# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	SDL-0.10.0
#	SDL-0.10.0/Makefile
#	SDL-0.10.0/files
#	SDL-0.10.0/files/md5
#	SDL-0.10.0/pkg
#	SDL-0.10.0/pkg/PLIST
#	SDL-0.10.0/pkg/COMMENT
#	SDL-0.10.0/pkg/DESCR
#
echo c - SDL-0.10.0
mkdir -p SDL-0.10.0 > /dev/null 2>&1
echo x - SDL-0.10.0/Makefile
sed 's/^X//' >SDL-0.10.0/Makefile << 'END-of-SDL-0.10.0/Makefile'
X# New ports collection makefile for:	SDL
X# Version required:			0.10.0
X# Date created:				8 August 1999
X# Whom:					Andrey Zakhvatov
X#
X# $Id$
X#
X
XDISTNAME=		SDL-0.10.0
XCATEGORIES=		devel
XMASTER_SITES=		http://www.devolution.com/~slouken/SDL/
X
XMAINTAINER=		andy@icc.surw.chel.su
X
XUSE_GMAKE=		yes
XIS_INTERACTIVE=		yes
XUSE_X_PREFIX=		yes
X
XBUILD_DEPENDS=		nasm:${PORTSDIR}/devel/nasm
X
Xdo-build:
X	@ cd ${WRKSRC}; gmake
X	@ cd ${WRKSRC}; gmake
X
Xpost-install:
X	@ cd ${PREFIX}/lib; ${LN} -sf libSDLx11.so.0.10.0 libSDL.so.0
X	@ cd ${PREFIX}/lib; ${LN} -sf libSDLx11.so.0.10.0 libSDLx11.so.0
X	@ ${MKDIR} ${PREFIX}/share/examples/SDL
X	@ ${INSTALL_DATA} ${WRKSRC}/test/* ${PREFIX}/share/examples/SDL
X.if !defined(NOPORTDOCS)
X	@ ${MKDIR} ${PREFIX}/share/doc/SDL
X.for file in BUGS COPYING CREDITS README TODO WhatsNew docs.html
X	@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/SDL
X.endfor
X	@ cd ${WRKSRC}/docs; tar cf - * | \
X		(cd ${PREFIX}/share/doc/SDL; tar --unlink -xf - )
X.endif
X	@ ${LDCONFIG} -m ${PREFIX}/lib
X
X.include <bsd.port.mk>
END-of-SDL-0.10.0/Makefile
echo c - SDL-0.10.0/files
mkdir -p SDL-0.10.0/files > /dev/null 2>&1
echo x - SDL-0.10.0/files/md5
sed 's/^X//' >SDL-0.10.0/files/md5 << 'END-of-SDL-0.10.0/files/md5'
XMD5 (SDL-0.10.0.tar.gz) = dcb67534efce58c5d3ba96aab67bcebc
END-of-SDL-0.10.0/files/md5
echo c - SDL-0.10.0/pkg
mkdir -p SDL-0.10.0/pkg > /dev/null 2>&1
echo x - SDL-0.10.0/pkg/PLIST
sed 's/^X//' >SDL-0.10.0/pkg/PLIST << 'END-of-SDL-0.10.0/pkg/PLIST'
Xinclude/SDL/SDL.h
Xinclude/SDL/SDL_active.h
Xinclude/SDL/SDL_audio.h
Xinclude/SDL/SDL_byteorder.h
Xinclude/SDL/SDL_cdrom.h
Xinclude/SDL/SDL_copying.h
Xinclude/SDL/SDL_endian.h
Xinclude/SDL/SDL_error.h
Xinclude/SDL/SDL_events.h
Xinclude/SDL/SDL_keyboard.h
Xinclude/SDL/SDL_keysym.h
Xinclude/SDL/SDL_mangle.h
Xinclude/SDL/SDL_mouse.h
Xinclude/SDL/SDL_mutex.h
Xinclude/SDL/SDL_quit.h
Xinclude/SDL/SDL_rwops.h
Xinclude/SDL/SDL_syswm.h
Xinclude/SDL/SDL_thread.h
Xinclude/SDL/SDL_timer.h
Xinclude/SDL/SDL_types.h
Xinclude/SDL/SDL_version.h
Xinclude/SDL/SDL_video.h
Xinclude/SDL/begin_code.h
Xinclude/SDL/close_code.h
Xlib/libSDL.a
Xlib/libSDL.so.0
Xlib/libSDLx11.so.0
Xlib/libSDLx11.so.0.10
Xlib/libSDLx11.so.0.10.0
X@exec /sbin/ldconfig -m %B
X@unexec /sbin/ldconfig -R
Xshare/doc/SDL/BUGS
Xshare/doc/SDL/COPYING
Xshare/doc/SDL/CREDITS
Xshare/doc/SDL/README
Xshare/doc/SDL/TODO
Xshare/doc/SDL/WhatsNew
Xshare/doc/SDL/docs.html
Xshare/doc/SDL/audio/examples.html
Xshare/doc/SDL/audio/funclist.html
Xshare/doc/SDL/audio/functions.html
Xshare/doc/SDL/audio/index.html
Xshare/doc/SDL/cdrom/examples.html
Xshare/doc/SDL/cdrom/funclist.html
Xshare/doc/SDL/cdrom/functions.html
Xshare/doc/SDL/cdrom/index.html
Xshare/doc/SDL/events/examples.html
Xshare/doc/SDL/events/functions.html
Xshare/doc/SDL/events/index.html
Xshare/doc/SDL/events/keysym.html
Xshare/doc/SDL/images/SDL_title.gif
Xshare/doc/SDL/images/rainbow.gif
Xshare/doc/SDL/index.html
Xshare/doc/SDL/threads/index.html
Xshare/doc/SDL/video/examples.html
Xshare/doc/SDL/video/funclist.html
Xshare/doc/SDL/video/functions.html
Xshare/doc/SDL/video/index.html
Xshare/examples/SDL/COPYING
Xshare/examples/SDL/GNUC.sh
Xshare/examples/SDL/GNUmake
Xshare/examples/SDL/Makefile
Xshare/examples/SDL/README
Xshare/examples/SDL/checkkeys.c
Xshare/examples/SDL/graywin.c
Xshare/examples/SDL/icon.bmp
Xshare/examples/SDL/loopwave.c
Xshare/examples/SDL/picture.xbm
Xshare/examples/SDL/sample.bmp
Xshare/examples/SDL/sample.wav
Xshare/examples/SDL/testalpha.c
Xshare/examples/SDL/testbitmap.c
Xshare/examples/SDL/testcdrom.c
Xshare/examples/SDL/testerror.c
Xshare/examples/SDL/testhread.c
Xshare/examples/SDL/testkeys.c
Xshare/examples/SDL/testlock.c
Xshare/examples/SDL/testsprite.c
Xshare/examples/SDL/testtimer.c
Xshare/examples/SDL/testtypes.c
Xshare/examples/SDL/testver.c
Xshare/examples/SDL/testvidinfo.c
Xshare/examples/SDL/testwin.c
Xshare/examples/SDL/testwm.c
Xshare/examples/SDL/threadwin.c
X@dirrm include/SDL
X@dirrm share/doc/SDL/audio
X@dirrm share/doc/SDL/cdrom
X@dirrm share/doc/SDL/events
X@dirrm share/doc/SDL/images
X@dirrm share/doc/SDL/threads
X@dirrm share/doc/SDL/video
X@dirrm share/doc/SDL
X@dirrm share/examples/SDL
END-of-SDL-0.10.0/pkg/PLIST
echo x - SDL-0.10.0/pkg/COMMENT
sed 's/^X//' >SDL-0.10.0/pkg/COMMENT << 'END-of-SDL-0.10.0/pkg/COMMENT'
XCross-platform multi-media development API
END-of-SDL-0.10.0/pkg/COMMENT
echo x - SDL-0.10.0/pkg/DESCR
sed 's/^X//' >SDL-0.10.0/pkg/DESCR << 'END-of-SDL-0.10.0/pkg/DESCR'
XThis library is designed to make it easy to write games that run on UNIX,
XWin32 and BeOS using the various native high-performance media interfaces,
X(for video, audio, etc) and presenting a single source-code level API to
Xyour application.  This is a fairly low level API, but using this, completely
Xportable applications can be written with a great deal of flexibility.
X
XWWW: http://www.devolution.com/~slouken/SDL/
END-of-SDL-0.10.0/pkg/DESCR
exit


>How-To-Repeat:

>Fix:

   Please, check and commit this port.


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908081309.RAA81291>