svn commit: r344322 - in head/devel: . sdl_gnat

Marcus von Appen mva at FreeBSD.org
Sat Feb 15 09:00:53 UTC 2014


On, Sat Feb 15, 2014, John Marino wrote:

> Author: marino
> Date: Sat Feb 15 01:51:46 2014
> New Revision: 344322
> URL: http://svnweb.freebsd.org/changeset/ports/344322
> QAT: https://qat.redports.org/buildarchive/r344322/
>
> Log:
>   Add new port devel/sdl_gnat: Thin Ada bindings for SDL (GPLv3)
>
> Added:
>   head/devel/sdl_gnat/
>   head/devel/sdl_gnat/Makefile   (contents, props changed)
>   head/devel/sdl_gnat/distinfo   (contents, props changed)
>   head/devel/sdl_gnat/pkg-descr   (contents, props changed)
>   head/devel/sdl_gnat/pkg-plist   (contents, props changed)
> Modified:
>   head/devel/Makefile
>
> Modified: head/devel/Makefile
> ==============================================================================
> --- head/devel/Makefile	Sat Feb 15 01:13:02 2014	(r344321)
> +++ head/devel/Makefile	Sat Feb 15 01:51:46 2014	(r344322)
> @@ -4384,6 +4384,7 @@
>      SUBDIR += sdl12
>      SUBDIR += sdl20
>      SUBDIR += sdl_console
> +    SUBDIR += sdl_gnat
>      SUBDIR += sdl_sge
>      SUBDIR += sdlmm
>      SUBDIR += sdlskk
>
> Added: head/devel/sdl_gnat/Makefile
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/devel/sdl_gnat/Makefile	Sat Feb 15 01:51:46 2014	(r344322)
> @@ -0,0 +1,23 @@
> +# Created by: John Marino <marino at FreeBSD.org>
> +# $FreeBSD$
> +
> +PORTNAME=	sdl_gnat
> +PORTVERSION=	2013
> +CATEGORIES=	devel
> +MASTER_SITES=	http://downloads.dragonlace.net/src/
> +
> +MAINTAINER=	marino at FreeBSD.org
> +COMMENT=	Ada thin bindings for SDL (GPLv3)
> +
> +LICENSE=	GPLv3
> +
> +USES=		ada
> +USE_BZIP2=	yes
> +USE_SDL=	ttf

I doubt that it only wraps SDL_ttf. You should specify all required SDL
libraries here.

Cheers
Marcus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20140215/e74dc12a/attachment.sig>


More information about the svn-ports-head mailing list