[Midnightbsd-cvs] mports [24977] trunk/devel: add sdl, nspr, qt
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Feb 12 21:54:48 EST 2019
Revision: 24977
http://svnweb.midnightbsd.org/mports/?rev=24977
Author: laffer1
Date: 2019-02-12 21:54:48 -0500 (Tue, 12 Feb 2019)
Log Message:
-----------
add sdl, nspr, qt
Modified Paths:
--------------
trunk/devel/Makefile
Added Paths:
-----------
trunk/devel/linux-c7-nspr/
trunk/devel/linux-c7-nspr/Makefile
trunk/devel/linux-c7-nspr/distinfo
trunk/devel/linux-c7-nspr/pkg-plist.amd64
trunk/devel/linux-c7-nspr/pkg-plist.i386
trunk/devel/linux-c7-qt/
trunk/devel/linux-c7-qt/Makefile
trunk/devel/linux-c7-qt/distinfo
trunk/devel/linux-c7-qt/pkg-plist.amd64
trunk/devel/linux-c7-qt/pkg-plist.i386
trunk/devel/linux-c7-sdl12/
trunk/devel/linux-c7-sdl12/Makefile
trunk/devel/linux-c7-sdl12/distinfo
trunk/devel/linux-c7-sdl12/pkg-plist.amd64
trunk/devel/linux-c7-sdl12/pkg-plist.i386
trunk/devel/linux-c7-sdl20/
trunk/devel/linux-c7-sdl20/Makefile
trunk/devel/linux-c7-sdl20/distinfo
trunk/devel/linux-c7-sdl20/pkg-plist.amd64
Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile 2019-02-13 02:51:24 UTC (rev 24976)
+++ trunk/devel/Makefile 2019-02-13 02:54:48 UTC (rev 24977)
@@ -211,8 +211,10 @@
SUBDIR += linux-f10-libglade2
SUBDIR += linux-f10-libsigc++20
SUBDIR += linux-f10-ncurses-base
-SUBDIR += linux-f10-nspr
-SUBDIR += linux-f10-sdl12
+SUBDIR += linux-c7-nspr
+SUBDIR += linux-c7-qt
+SUBDIR += linux-c7-sdl12
+SUBDIR += linux-c7-sdl20
SUBDIR += linux_libusb
SUBDIR += llvm34
SUBDIR += llvm39
Added: trunk/devel/linux-c7-nspr/Makefile
===================================================================
--- trunk/devel/linux-c7-nspr/Makefile (rev 0)
+++ trunk/devel/linux-c7-nspr/Makefile 2019-02-13 02:54:48 UTC (rev 24977)
@@ -0,0 +1,21 @@
+# $MidnightBSD$
+
+PORTNAME= nspr
+PORTVERSION= 4.13.1
+CATEGORIES= devel linux
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Netscape Portable Runtime (Linux CentOS ${LINUX_DIST_VER})
+
+LICENSE= lgpl gpl2 mpl
+LICENSE_COMB= dual
+
+CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
+
+DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
+RPMVERSION= 1.0.el7_3
+USES= linux:c7
+USE_LDCONFIG= yes
+USE_LINUX_RPM= yes
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/linux-c7-nspr/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/devel/linux-c7-nspr/distinfo
===================================================================
--- trunk/devel/linux-c7-nspr/distinfo (rev 0)
+++ trunk/devel/linux-c7-nspr/distinfo 2019-02-13 02:54:48 UTC (rev 24977)
@@ -0,0 +1,7 @@
+TIMESTAMP = 1489071319
+SHA256 (centos/nspr-4.13.1-1.0.el7_3.i686.rpm) = 09b3e71758a143e0aff8ec7669fe75ca87981b1c6a45cb1efe38cf53a54c04b9
+SIZE (centos/nspr-4.13.1-1.0.el7_3.i686.rpm) = 130748
+SHA256 (centos/nspr-4.13.1-1.0.el7_3.x86_64.rpm) = 3a6c20e7132e12ba31fbb56ae97cf0397dc5b512b175454df3f0be34e1acbe72
+SIZE (centos/nspr-4.13.1-1.0.el7_3.x86_64.rpm) = 129156
+SHA256 (centos/nspr-4.13.1-1.0.el7_3.src.rpm) = 7449a93d80a5bb372f618feb8d965cd10806b78d07104eacd716ff6b8692efc7
+SIZE (centos/nspr-4.13.1-1.0.el7_3.src.rpm) = 1156388
Property changes on: trunk/devel/linux-c7-nspr/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/devel/linux-c7-nspr/pkg-plist.amd64
===================================================================
--- trunk/devel/linux-c7-nspr/pkg-plist.amd64 (rev 0)
+++ trunk/devel/linux-c7-nspr/pkg-plist.amd64 2019-02-13 02:54:48 UTC (rev 24977)
@@ -0,0 +1,6 @@
+usr/lib/libnspr4.so
+usr/lib/libplc4.so
+usr/lib/libplds4.so
+usr/lib64/libnspr4.so
+usr/lib64/libplc4.so
+usr/lib64/libplds4.so
Property changes on: trunk/devel/linux-c7-nspr/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/devel/linux-c7-nspr/pkg-plist.i386
===================================================================
--- trunk/devel/linux-c7-nspr/pkg-plist.i386 (rev 0)
+++ trunk/devel/linux-c7-nspr/pkg-plist.i386 2019-02-13 02:54:48 UTC (rev 24977)
@@ -0,0 +1,3 @@
+usr/lib/libnspr4.so
+usr/lib/libplc4.so
+usr/lib/libplds4.so
Property changes on: trunk/devel/linux-c7-nspr/pkg-plist.i386
___________________________________________________________________
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/devel/linux-c7-qt/Makefile
===================================================================
--- trunk/devel/linux-c7-qt/Makefile (rev 0)
+++ trunk/devel/linux-c7-qt/Makefile 2019-02-13 02:54:48 UTC (rev 24977)
@@ -0,0 +1,24 @@
+# $MidnightBSD$
+
+PORTNAME= qt
+PORTVERSION= 4.8.5
+CATEGORIES= devel linux
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= RPM of QT4 (Linux CentOS ${LINUX_DIST_VER})
+
+LICENSE= gpl2
+
+CONFLICTS= linux-c6-${PORTNAME}47-[0-9]*
+
+DATADIR= ${PREFIX}/usr/share/${PORTNAME}4
+DESCR= ${.CURDIR}/../../devel/${PORTNAME}4/pkg-descr
+RPMVERSION= 15.el7_4
+USES= linux:c7
+USE_LDCONFIG= yes
+USE_LINUX= fontconfig png dbuslibs sqlite3 openssl
+USE_LINUX_RPM= yes
+
+OPTIONS_DEFINE= DOCS
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/linux-c7-qt/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/devel/linux-c7-qt/distinfo
===================================================================
--- trunk/devel/linux-c7-qt/distinfo (rev 0)
+++ trunk/devel/linux-c7-qt/distinfo 2019-02-13 02:54:48 UTC (rev 24977)
@@ -0,0 +1,7 @@
+TIMESTAMP = 1509044890
+SHA256 (centos/qt-4.8.5-15.el7_4.i686.rpm) = b8ef51fdfaf863c3518aa658633821eb848786a416ead46ccfb7daf5e4798e58
+SIZE (centos/qt-4.8.5-15.el7_4.i686.rpm) = 4797044
+SHA256 (centos/qt-4.8.5-15.el7_4.x86_64.rpm) = 563612180bab1efb19cc8505fbc1af621b7c3f8d0753dda680d2c488c40def28
+SIZE (centos/qt-4.8.5-15.el7_4.x86_64.rpm) = 4707512
+SHA256 (centos/qt-4.8.5-15.el7_4.src.rpm) = a6f6b081646c7e2c90a8534df978fba380f8fde0b794643d0fd8a5e0b5fc2da3
+SIZE (centos/qt-4.8.5-15.el7_4.src.rpm) = 240687863
Property changes on: trunk/devel/linux-c7-qt/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/devel/linux-c7-qt/pkg-plist.amd64
===================================================================
--- trunk/devel/linux-c7-qt/pkg-plist.amd64 (rev 0)
+++ trunk/devel/linux-c7-qt/pkg-plist.amd64 2019-02-13 02:54:48 UTC (rev 24977)
@@ -0,0 +1,110 @@
+usr/bin/qdbus
+usr/lib/libQtCore.so.4
+usr/lib/libQtCore.so.4.8
+usr/lib/libQtCore.so.4.8.5
+usr/lib/libQtDBus.so.4
+usr/lib/libQtDBus.so.4.8
+usr/lib/libQtDBus.so.4.8.5
+usr/lib/libQtNetwork.so.4
+usr/lib/libQtNetwork.so.4.8
+usr/lib/libQtNetwork.so.4.8.5
+usr/lib/libQtScript.so.4
+usr/lib/libQtScript.so.4.8
+usr/lib/libQtScript.so.4.8.5
+usr/lib/libQtSql.so.4
+usr/lib/libQtSql.so.4.8
+usr/lib/libQtSql.so.4.8.5
+usr/lib/libQtTest.so.4
+usr/lib/libQtTest.so.4.8
+usr/lib/libQtTest.so.4.8.5
+usr/lib/libQtXml.so.4
+usr/lib/libQtXml.so.4.8
+usr/lib/libQtXml.so.4.8.5
+usr/lib/libQtXmlPatterns.so.4
+usr/lib/libQtXmlPatterns.so.4.8
+usr/lib/libQtXmlPatterns.so.4.8.5
+usr/lib/qt4/bin/qdbus
+usr/lib/qt4/phrasebooks/danish.qph
+usr/lib/qt4/phrasebooks/dutch.qph
+usr/lib/qt4/phrasebooks/finnish.qph
+usr/lib/qt4/phrasebooks/french.qph
+usr/lib/qt4/phrasebooks/german.qph
+usr/lib/qt4/phrasebooks/hungarian.qph
+usr/lib/qt4/phrasebooks/italian.qph
+usr/lib/qt4/phrasebooks/japanese.qph
+usr/lib/qt4/phrasebooks/norwegian.qph
+usr/lib/qt4/phrasebooks/polish.qph
+usr/lib/qt4/phrasebooks/russian.qph
+usr/lib/qt4/phrasebooks/spanish.qph
+usr/lib/qt4/phrasebooks/swedish.qph
+usr/lib/qt4/plugins/sqldrivers/libqsqlite.so
+usr/lib64/libQtCore.so.4
+usr/lib64/libQtCore.so.4.8
+usr/lib64/libQtCore.so.4.8.5
+usr/lib64/libQtDBus.so.4
+usr/lib64/libQtDBus.so.4.8
+usr/lib64/libQtDBus.so.4.8.5
+usr/lib64/libQtNetwork.so.4
+usr/lib64/libQtNetwork.so.4.8
+usr/lib64/libQtNetwork.so.4.8.5
+usr/lib64/libQtScript.so.4
+usr/lib64/libQtScript.so.4.8
+usr/lib64/libQtScript.so.4.8.5
+usr/lib64/libQtSql.so.4
+usr/lib64/libQtSql.so.4.8
+usr/lib64/libQtSql.so.4.8.5
+usr/lib64/libQtTest.so.4
+usr/lib64/libQtTest.so.4.8
+usr/lib64/libQtTest.so.4.8.5
+usr/lib64/libQtXml.so.4
+usr/lib64/libQtXml.so.4.8
+usr/lib64/libQtXml.so.4.8.5
+usr/lib64/libQtXmlPatterns.so.4
+usr/lib64/libQtXmlPatterns.so.4.8
+usr/lib64/libQtXmlPatterns.so.4.8.5
+usr/lib64/qt4/bin/qdbus
+usr/lib64/qt4/phrasebooks/danish.qph
+usr/lib64/qt4/phrasebooks/dutch.qph
+usr/lib64/qt4/phrasebooks/finnish.qph
+usr/lib64/qt4/phrasebooks/french.qph
+usr/lib64/qt4/phrasebooks/german.qph
+usr/lib64/qt4/phrasebooks/hungarian.qph
+usr/lib64/qt4/phrasebooks/italian.qph
+usr/lib64/qt4/phrasebooks/japanese.qph
+usr/lib64/qt4/phrasebooks/norwegian.qph
+usr/lib64/qt4/phrasebooks/polish.qph
+usr/lib64/qt4/phrasebooks/russian.qph
+usr/lib64/qt4/phrasebooks/spanish.qph
+usr/lib64/qt4/phrasebooks/swedish.qph
+usr/lib64/qt4/plugins/sqldrivers/libqsqlite.so
+%%PORTDOCS%%%%DOCSDIR%%/LGPL_EXCEPTION.txt
+%%PORTDOCS%%%%DOCSDIR%%/LICENSE.GPL3
+%%PORTDOCS%%%%DOCSDIR%%/LICENSE.LGPL
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%DATADIR%%/translations/qt_ar.qm
+%%DATADIR%%/translations/qt_cs.qm
+%%DATADIR%%/translations/qt_da.qm
+%%DATADIR%%/translations/qt_de.qm
+%%DATADIR%%/translations/qt_es.qm
+%%DATADIR%%/translations/qt_fa.qm
+%%DATADIR%%/translations/qt_fr.qm
+%%DATADIR%%/translations/qt_gl.qm
+%%DATADIR%%/translations/qt_he.qm
+%%DATADIR%%/translations/qt_hu.qm
+%%DATADIR%%/translations/qt_ja.qm
+%%DATADIR%%/translations/qt_ko.qm
+%%DATADIR%%/translations/qt_lt.qm
+%%DATADIR%%/translations/qt_pl.qm
+%%DATADIR%%/translations/qt_pt.qm
+%%DATADIR%%/translations/qt_ru.qm
+%%DATADIR%%/translations/qt_sk.qm
+%%DATADIR%%/translations/qt_sl.qm
+%%DATADIR%%/translations/qt_sv.qm
+%%DATADIR%%/translations/qt_uk.qm
+%%DATADIR%%/translations/qt_zh_CN.qm
+%%DATADIR%%/translations/qt_zh_TW.qm
+ at dir usr/lib/qt4/plugins/crypto
+ at dir usr/lib64/qt4/plugins/crypto
+ at dir usr/share/doc/qt4/html
+ at dir usr/share/doc/qt4/qch
+ at dir usr/share/doc/qt4/src
Property changes on: trunk/devel/linux-c7-qt/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/devel/linux-c7-qt/pkg-plist.i386
===================================================================
--- trunk/devel/linux-c7-qt/pkg-plist.i386 (rev 0)
+++ trunk/devel/linux-c7-qt/pkg-plist.i386 2019-02-13 02:54:48 UTC (rev 24977)
@@ -0,0 +1,70 @@
+usr/bin/qdbus
+usr/lib/libQtCore.so.4
+usr/lib/libQtCore.so.4.8
+usr/lib/libQtCore.so.4.8.5
+usr/lib/libQtDBus.so.4
+usr/lib/libQtDBus.so.4.8
+usr/lib/libQtDBus.so.4.8.5
+usr/lib/libQtNetwork.so.4
+usr/lib/libQtNetwork.so.4.8
+usr/lib/libQtNetwork.so.4.8.5
+usr/lib/libQtScript.so.4
+usr/lib/libQtScript.so.4.8
+usr/lib/libQtScript.so.4.8.5
+usr/lib/libQtSql.so.4
+usr/lib/libQtSql.so.4.8
+usr/lib/libQtSql.so.4.8.5
+usr/lib/libQtTest.so.4
+usr/lib/libQtTest.so.4.8
+usr/lib/libQtTest.so.4.8.5
+usr/lib/libQtXml.so.4
+usr/lib/libQtXml.so.4.8
+usr/lib/libQtXml.so.4.8.5
+usr/lib/libQtXmlPatterns.so.4
+usr/lib/libQtXmlPatterns.so.4.8
+usr/lib/libQtXmlPatterns.so.4.8.5
+usr/lib/qt4/bin/qdbus
+usr/lib/qt4/phrasebooks/danish.qph
+usr/lib/qt4/phrasebooks/dutch.qph
+usr/lib/qt4/phrasebooks/finnish.qph
+usr/lib/qt4/phrasebooks/french.qph
+usr/lib/qt4/phrasebooks/german.qph
+usr/lib/qt4/phrasebooks/hungarian.qph
+usr/lib/qt4/phrasebooks/italian.qph
+usr/lib/qt4/phrasebooks/japanese.qph
+usr/lib/qt4/phrasebooks/norwegian.qph
+usr/lib/qt4/phrasebooks/polish.qph
+usr/lib/qt4/phrasebooks/russian.qph
+usr/lib/qt4/phrasebooks/spanish.qph
+usr/lib/qt4/phrasebooks/swedish.qph
+usr/lib/qt4/plugins/sqldrivers/libqsqlite.so
+%%PORTDOCS%%%%DOCSDIR%%/LGPL_EXCEPTION.txt
+%%PORTDOCS%%%%DOCSDIR%%/LICENSE.GPL3
+%%PORTDOCS%%%%DOCSDIR%%/LICENSE.LGPL
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%DATADIR%%/translations/qt_ar.qm
+%%DATADIR%%/translations/qt_cs.qm
+%%DATADIR%%/translations/qt_da.qm
+%%DATADIR%%/translations/qt_de.qm
+%%DATADIR%%/translations/qt_es.qm
+%%DATADIR%%/translations/qt_fa.qm
+%%DATADIR%%/translations/qt_fr.qm
+%%DATADIR%%/translations/qt_gl.qm
+%%DATADIR%%/translations/qt_he.qm
+%%DATADIR%%/translations/qt_hu.qm
+%%DATADIR%%/translations/qt_ja.qm
+%%DATADIR%%/translations/qt_ko.qm
+%%DATADIR%%/translations/qt_lt.qm
+%%DATADIR%%/translations/qt_pl.qm
+%%DATADIR%%/translations/qt_pt.qm
+%%DATADIR%%/translations/qt_ru.qm
+%%DATADIR%%/translations/qt_sk.qm
+%%DATADIR%%/translations/qt_sl.qm
+%%DATADIR%%/translations/qt_sv.qm
+%%DATADIR%%/translations/qt_uk.qm
+%%DATADIR%%/translations/qt_zh_CN.qm
+%%DATADIR%%/translations/qt_zh_TW.qm
+ at dir usr/lib/qt4/plugins/crypto
+ at dir usr/share/doc/qt4/html
+ at dir usr/share/doc/qt4/qch
+ at dir usr/share/doc/qt4/src
Property changes on: trunk/devel/linux-c7-qt/pkg-plist.i386
___________________________________________________________________
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/devel/linux-c7-sdl12/Makefile
===================================================================
--- trunk/devel/linux-c7-sdl12/Makefile (rev 0)
+++ trunk/devel/linux-c7-sdl12/Makefile 2019-02-13 02:54:48 UTC (rev 24977)
@@ -0,0 +1,26 @@
+# Created by: Piotr Kubaj <pkubaj at anongoth.pl>
+# $FreeBSD: head/devel/linux-c7-sdl12/Makefile 479406 2018-09-10 13:14:50Z mat $
+
+PORTNAME= sdl
+PORTVERSION= 1.2.15
+PORTREVISION= 1
+CATEGORIES= devel linux
+DISTNAME= ${LINUXNAME}-${DISTVERSIONFULL}
+
+MAINTAINER= emulation at FreeBSD.org
+COMMENT= Cross-platform multi-media development API (Linux CentOS ${LINUX_DIST_VER})
+
+CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
+
+DESCR= ${.CURDIR}/../${PORTNAME}12/pkg-descr
+DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION}
+LINUXNAME= SDL
+RPMVERSION= 14.el7
+USES= linux:c7
+USE_LDCONFIG= yes
+USE_LINUX= xorglibs
+USE_LINUX_RPM= yes
+
+OPTIONS_DEFINE= DOCS
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/linux-c7-sdl12/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/devel/linux-c7-sdl12/distinfo
===================================================================
--- trunk/devel/linux-c7-sdl12/distinfo (rev 0)
+++ trunk/devel/linux-c7-sdl12/distinfo 2019-02-13 02:54:48 UTC (rev 24977)
@@ -0,0 +1,7 @@
+TIMESTAMP = 1482092677
+SHA256 (centos/SDL-1.2.15-14.el7.i686.rpm) = a1288ca1da85f225b62d3e1f5d458dba40dc26dd10300de9df5b30996286f996
+SIZE (centos/SDL-1.2.15-14.el7.i686.rpm) = 216756
+SHA256 (centos/SDL-1.2.15-14.el7.x86_64.rpm) = 20add1fd02fc7ae0bb74195322b864816b7e5b01817135e5d023ee606faf8ebb
+SIZE (centos/SDL-1.2.15-14.el7.x86_64.rpm) = 209280
+SHA256 (centos/SDL-1.2.15-14.el7.src.rpm) = b41b7da5c099f4ae64ee725c14afbee3d1be1aa7dd843c740f23594facd18ca4
+SIZE (centos/SDL-1.2.15-14.el7.src.rpm) = 3569191
Property changes on: trunk/devel/linux-c7-sdl12/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/devel/linux-c7-sdl12/pkg-plist.amd64
===================================================================
--- trunk/devel/linux-c7-sdl12/pkg-plist.amd64 (rev 0)
+++ trunk/devel/linux-c7-sdl12/pkg-plist.amd64 2019-02-13 02:54:48 UTC (rev 24977)
@@ -0,0 +1,8 @@
+usr/lib/libSDL-1.2.so.0
+usr/lib/libSDL-1.2.so.0.11.4
+usr/lib64/libSDL-1.2.so.0
+usr/lib64/libSDL-1.2.so.0.11.4
+%%PORTDOCS%%%%DOCSDIR%%/BUGS
+%%PORTDOCS%%%%DOCSDIR%%/COPYING
+%%PORTDOCS%%%%DOCSDIR%%/CREDITS
+%%PORTDOCS%%%%DOCSDIR%%/README-SDL.txt
Property changes on: trunk/devel/linux-c7-sdl12/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/devel/linux-c7-sdl12/pkg-plist.i386
===================================================================
--- trunk/devel/linux-c7-sdl12/pkg-plist.i386 (rev 0)
+++ trunk/devel/linux-c7-sdl12/pkg-plist.i386 2019-02-13 02:54:48 UTC (rev 24977)
@@ -0,0 +1,6 @@
+usr/lib/libSDL-1.2.so.0
+usr/lib/libSDL-1.2.so.0.11.4
+%%PORTDOCS%%%%DOCSDIR%%/BUGS
+%%PORTDOCS%%%%DOCSDIR%%/COPYING
+%%PORTDOCS%%%%DOCSDIR%%/CREDITS
+%%PORTDOCS%%%%DOCSDIR%%/README-SDL.txt
Property changes on: trunk/devel/linux-c7-sdl12/pkg-plist.i386
___________________________________________________________________
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/devel/linux-c7-sdl20/Makefile
===================================================================
--- trunk/devel/linux-c7-sdl20/Makefile (rev 0)
+++ trunk/devel/linux-c7-sdl20/Makefile 2019-02-13 02:54:48 UTC (rev 24977)
@@ -0,0 +1,25 @@
+# $MidnightBSD$
+
+PORTNAME= sdl20
+PORTVERSION= 2.0.3
+PORTREVISION= 1
+CATEGORIES= devel linux
+MASTER_SITES= EPEL7/s
+DISTNAME= ${LINUXNAME}-${DISTVERSIONFULL}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Cross-platform multi-media development API (Linux CentOS ${LINUX_DIST_VER})
+
+DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
+DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION}
+LINUXNAME= SDL2
+ONLY_FOR_ARCHS= amd64
+RPMVERSION= 9.el7
+USES= linux:c7
+USE_LDCONFIG= yes
+USE_LINUX= xorglibs
+USE_LINUX_RPM= yes
+
+OPTIONS_DEFINE= DOCS
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/linux-c7-sdl20/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/devel/linux-c7-sdl20/distinfo
===================================================================
--- trunk/devel/linux-c7-sdl20/distinfo (rev 0)
+++ trunk/devel/linux-c7-sdl20/distinfo 2019-02-13 02:54:48 UTC (rev 24977)
@@ -0,0 +1,5 @@
+TIMESTAMP = 1482094638
+SHA256 (centos/SDL2-2.0.3-9.el7.x86_64.rpm) = 0979cf82607d3815d285c964ced2e50e87c65513ce32d08ddfbb07885a042ae8
+SIZE (centos/SDL2-2.0.3-9.el7.x86_64.rpm) = 351076
+SHA256 (centos/SDL2-2.0.3-9.el7.src.rpm) = 56eb7b3358032194f2342194b4160e94f757a95d21f651b203d70b8144e59961
+SIZE (centos/SDL2-2.0.3-9.el7.src.rpm) = 3800908
Property changes on: trunk/devel/linux-c7-sdl20/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/devel/linux-c7-sdl20/pkg-plist.amd64
===================================================================
--- trunk/devel/linux-c7-sdl20/pkg-plist.amd64 (rev 0)
+++ trunk/devel/linux-c7-sdl20/pkg-plist.amd64 2019-02-13 02:54:48 UTC (rev 24977)
@@ -0,0 +1,6 @@
+usr/lib64/libSDL2-2.0.so.0
+usr/lib64/libSDL2-2.0.so.0.2.1
+%%PORTDOCS%%%%DOCSDIR%%/BUGS.txt
+%%PORTDOCS%%%%DOCSDIR%%/COPYING.txt
+%%PORTDOCS%%%%DOCSDIR%%/CREDITS.txt
+%%PORTDOCS%%%%DOCSDIR%%/README-SDL.txt
Property changes on: trunk/devel/linux-c7-sdl20/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