[Midnightbsd-cvs] mports [24997] trunk/graphics: add sdl ports for c7

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Feb 13 19:49:51 EST 2019


Revision: 24997
          http://svnweb.midnightbsd.org/mports/?rev=24997
Author:   laffer1
Date:     2019-02-13 19:49:51 -0500 (Wed, 13 Feb 2019)
Log Message:
-----------
add sdl ports for c7

Added Paths:
-----------
    trunk/graphics/linux-c7-sdl_image/
    trunk/graphics/linux-c7-sdl_image/Makefile
    trunk/graphics/linux-c7-sdl_image/distinfo
    trunk/graphics/linux-c7-sdl_image/pkg-plist.amd64
    trunk/graphics/linux-c7-sdl_ttf/
    trunk/graphics/linux-c7-sdl_ttf/Makefile
    trunk/graphics/linux-c7-sdl_ttf/distinfo
    trunk/graphics/linux-c7-sdl_ttf/pkg-plist.amd64

Added: trunk/graphics/linux-c7-sdl_image/Makefile
===================================================================
--- trunk/graphics/linux-c7-sdl_image/Makefile	                        (rev 0)
+++ trunk/graphics/linux-c7-sdl_image/Makefile	2019-02-14 00:49:51 UTC (rev 24997)
@@ -0,0 +1,28 @@
+# $MidnightBSD$
+
+PORTNAME=	sdl_image
+PORTVERSION=	1.2.12
+CATEGORIES=	graphics linux
+MASTER_SITES=	EPEL7/s
+DISTNAME=	${LINUXNAME}-${DISTVERSIONFULL}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Simple library to load images as SDL interfaces (Linux CentOS ${LINUX_DIST_VER})
+
+LICENSE=	gpl2
+
+CONFLICTS=	linux-c6-${PORTNAME}-[0-9]*
+
+DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr
+DOCSDIR=	${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION}
+LINUXNAME=	SDL_image
+ONLY_FOR_ARCHS=	amd64
+RPMVERSION=	11.el7
+USES=		linux:c7
+USE_LDCONFIG=	yes
+USE_LINUX=	jpeg png sdl12 tiff
+USE_LINUX_RPM=	yes
+
+OPTIONS_DEFINE=	DOCS
+
+.include <bsd.port.mk>


Property changes on: trunk/graphics/linux-c7-sdl_image/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/graphics/linux-c7-sdl_image/distinfo
===================================================================
--- trunk/graphics/linux-c7-sdl_image/distinfo	                        (rev 0)
+++ trunk/graphics/linux-c7-sdl_image/distinfo	2019-02-14 00:49:51 UTC (rev 24997)
@@ -0,0 +1,5 @@
+TIMESTAMP = 1482094657
+SHA256 (centos/SDL_image-1.2.12-11.el7.x86_64.rpm) = 293dc52ed3321c40886a4bf522285fcb164b76f41cf81aa9277ec0f884d773bd
+SIZE (centos/SDL_image-1.2.12-11.el7.x86_64.rpm) = 42624
+SHA256 (centos/SDL_image-1.2.12-11.el7.src.rpm) = f11c9a986584b74f1b42c36a940bd8e7dd6a5b73fcf0006ed60f9bead856d711
+SIZE (centos/SDL_image-1.2.12-11.el7.src.rpm) = 2241694


Property changes on: trunk/graphics/linux-c7-sdl_image/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/graphics/linux-c7-sdl_image/pkg-plist.amd64
===================================================================
--- trunk/graphics/linux-c7-sdl_image/pkg-plist.amd64	                        (rev 0)
+++ trunk/graphics/linux-c7-sdl_image/pkg-plist.amd64	2019-02-14 00:49:51 UTC (rev 24997)
@@ -0,0 +1,6 @@
+usr/bin/showimage
+usr/lib64/libSDL_image-1.2.so.0
+usr/lib64/libSDL_image-1.2.so.0.8.4
+%%PORTDOCS%%%%DOCSDIR%%/CHANGES
+%%PORTDOCS%%%%DOCSDIR%%/COPYING
+%%PORTDOCS%%%%DOCSDIR%%/README


Property changes on: trunk/graphics/linux-c7-sdl_image/pkg-plist.amd64
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/graphics/linux-c7-sdl_ttf/Makefile
===================================================================
--- trunk/graphics/linux-c7-sdl_ttf/Makefile	                        (rev 0)
+++ trunk/graphics/linux-c7-sdl_ttf/Makefile	2019-02-14 00:49:51 UTC (rev 24997)
@@ -0,0 +1,28 @@
+# $MidnightBSD$
+
+PORTNAME=	sdl_ttf
+PORTVERSION=	2.0.11
+CATEGORIES=	graphics linux
+MASTER_SITES=	EPEL7/s
+DISTNAME=	${LINUXNAME}-${DISTVERSIONFULL}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Simple library to load True Type Fonts as SDL interfaces (Linux CentOS ${LINUX_DIST_VER})
+
+LICENSE=	gpl2
+
+CONFLICTS=	linux-c6-${PORTNAME}-[0-9]*
+
+DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr
+DOCSDIR=	${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION}
+LINUXNAME=	SDL_ttf
+ONLY_FOR_ARCHS=	amd64
+RPMVERSION=	6.el7
+USES=		linux:c7
+USE_LDCONFIG=	yes
+USE_LINUX=	jpeg png sdl12 tiff
+USE_LINUX_RPM=	yes
+
+OPTIONS_DEFINE=	DOCS
+
+.include <bsd.port.mk>


Property changes on: trunk/graphics/linux-c7-sdl_ttf/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/graphics/linux-c7-sdl_ttf/distinfo
===================================================================
--- trunk/graphics/linux-c7-sdl_ttf/distinfo	                        (rev 0)
+++ trunk/graphics/linux-c7-sdl_ttf/distinfo	2019-02-14 00:49:51 UTC (rev 24997)
@@ -0,0 +1,5 @@
+TIMESTAMP = 1482094711
+SHA256 (centos/SDL_ttf-2.0.11-6.el7.x86_64.rpm) = e0984b62e98cdbe3607ad3183b3d9cd8796c24e400f5b03ad834402938d60446
+SIZE (centos/SDL_ttf-2.0.11-6.el7.x86_64.rpm) = 23224
+SHA256 (centos/SDL_ttf-2.0.11-6.el7.src.rpm) = dd3c0a301a6a9d17afc0c9603b389baad946bf04dd838811cb813b7f9b2431d3
+SIZE (centos/SDL_ttf-2.0.11-6.el7.src.rpm) = 4058840


Property changes on: trunk/graphics/linux-c7-sdl_ttf/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/graphics/linux-c7-sdl_ttf/pkg-plist.amd64
===================================================================
--- trunk/graphics/linux-c7-sdl_ttf/pkg-plist.amd64	                        (rev 0)
+++ trunk/graphics/linux-c7-sdl_ttf/pkg-plist.amd64	2019-02-14 00:49:51 UTC (rev 24997)
@@ -0,0 +1,5 @@
+usr/lib64/libSDL_ttf-2.0.so.0
+usr/lib64/libSDL_ttf-2.0.so.0.10.1
+%%PORTDOCS%%%%DOCSDIR%%/CHANGES
+%%PORTDOCS%%%%DOCSDIR%%/COPYING
+%%PORTDOCS%%%%DOCSDIR%%/README


Property changes on: trunk/graphics/linux-c7-sdl_ttf/pkg-plist.amd64
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list