[Midnightbsd-cvs] mports [24998] trunk/graphics: add png and jpeg

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Feb 13 20:12:13 EST 2019


Revision: 24998
          http://svnweb.midnightbsd.org/mports/?rev=24998
Author:   laffer1
Date:     2019-02-13 20:12:13 -0500 (Wed, 13 Feb 2019)
Log Message:
-----------
add png and jpeg

Added Paths:
-----------
    trunk/graphics/linux-c7-jpeg/
    trunk/graphics/linux-c7-jpeg/Makefile
    trunk/graphics/linux-c7-jpeg/distinfo
    trunk/graphics/linux-c7-jpeg/pkg-plist.amd64
    trunk/graphics/linux-c7-jpeg/pkg-plist.i386
    trunk/graphics/linux-c7-png/
    trunk/graphics/linux-c7-png/Makefile
    trunk/graphics/linux-c7-png/distinfo
    trunk/graphics/linux-c7-png/pkg-plist.amd64
    trunk/graphics/linux-c7-png/pkg-plist.i386

Added: trunk/graphics/linux-c7-jpeg/Makefile
===================================================================
--- trunk/graphics/linux-c7-jpeg/Makefile	                        (rev 0)
+++ trunk/graphics/linux-c7-jpeg/Makefile	2019-02-14 01:12:13 UTC (rev 24998)
@@ -0,0 +1,25 @@
+# $MidnightBSD$
+
+PORTNAME=	jpeg
+PORTVERSION=	1.2.90
+CATEGORIES=	graphics linux
+DISTNAME=	${LINUXNAME}-${DISTVERSIONFULL}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	SIMD-accelerated JPEG codec (Linux CentOS ${LINUX_DIST_VER})
+
+LICENSE=	other
+
+CONFLICTS=	linux-c6-${PORTNAME}-[0-9]*
+
+DESCR=		${.CURDIR}/../${PORTNAME}-turbo/pkg-descr
+DOCSDIR=	${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION}
+LINUXNAME=	libjpeg-turbo
+RPMVERSION=	5.el7
+USES=		linux:c7
+USE_LDCONFIG=	yes
+USE_LINUX_RPM=	yes
+
+OPTIONS_DEFINE=	DOCS
+
+.include <bsd.port.mk>


Property changes on: trunk/graphics/linux-c7-jpeg/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-jpeg/distinfo
===================================================================
--- trunk/graphics/linux-c7-jpeg/distinfo	                        (rev 0)
+++ trunk/graphics/linux-c7-jpeg/distinfo	2019-02-14 01:12:13 UTC (rev 24998)
@@ -0,0 +1,7 @@
+TIMESTAMP = 1473674802
+SHA256 (centos/libjpeg-turbo-1.2.90-5.el7.i686.rpm) = 03c9ee1ae21edaaf93b5ef57f121eb3aa3ea35c41826dfd967a9606660d4749a
+SIZE (centos/libjpeg-turbo-1.2.90-5.el7.i686.rpm) = 140724
+SHA256 (centos/libjpeg-turbo-1.2.90-5.el7.x86_64.rpm) = c03ea98ad63f0410bd07e808143f532f2798428445d399d983ecd0c1d6f6b2ad
+SIZE (centos/libjpeg-turbo-1.2.90-5.el7.x86_64.rpm) = 137244
+SHA256 (centos/libjpeg-turbo-1.2.90-5.el7.src.rpm) = a5767b5e2153a7136807d1a2ed391241de45256a91410e0dfc0a7342e1893b50
+SIZE (centos/libjpeg-turbo-1.2.90-5.el7.src.rpm) = 1357131


Property changes on: trunk/graphics/linux-c7-jpeg/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-jpeg/pkg-plist.amd64
===================================================================
--- trunk/graphics/linux-c7-jpeg/pkg-plist.amd64	                        (rev 0)
+++ trunk/graphics/linux-c7-jpeg/pkg-plist.amd64	2019-02-14 01:12:13 UTC (rev 24998)
@@ -0,0 +1,8 @@
+usr/lib/libjpeg.so.62
+usr/lib/libjpeg.so.62.1.0
+usr/lib64/libjpeg.so.62
+usr/lib64/libjpeg.so.62.1.0
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.txt
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/README-turbo.txt
+%%PORTDOCS%%%%DOCSDIR%%/change.log


Property changes on: trunk/graphics/linux-c7-jpeg/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-jpeg/pkg-plist.i386
===================================================================
--- trunk/graphics/linux-c7-jpeg/pkg-plist.i386	                        (rev 0)
+++ trunk/graphics/linux-c7-jpeg/pkg-plist.i386	2019-02-14 01:12:13 UTC (rev 24998)
@@ -0,0 +1,6 @@
+usr/lib/libjpeg.so.62
+usr/lib/libjpeg.so.62.1.0
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.txt
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/README-turbo.txt
+%%PORTDOCS%%%%DOCSDIR%%/change.log


Property changes on: trunk/graphics/linux-c7-jpeg/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/graphics/linux-c7-png/Makefile
===================================================================
--- trunk/graphics/linux-c7-png/Makefile	                        (rev 0)
+++ trunk/graphics/linux-c7-png/Makefile	2019-02-14 01:12:13 UTC (rev 24998)
@@ -0,0 +1,25 @@
+# $MidnightBSD$
+
+PORTNAME=	libpng
+PORTVERSION=	1.5.13
+CATEGORIES=	graphics linux
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Library for manipulating PNG images (Linux CentOS ${LINUX_DIST_VER})
+
+LICENSE=	LIBPNG
+LICENSE_NAME=	libpng license
+LICENSE_FILE=	${WRKSRC}/usr/share/doc/${PORTNAME}-${PORTVERSION}/LICENSE
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
+CONFLICTS=	linux-c6-${PORTNAME}-[0-9]*
+
+DESCR=		${.CURDIR}/../png/pkg-descr
+RPMVERSION=	7.el7_2
+USES=		linux:c7
+USE_LDCONFIG=	yes
+USE_LINUX_RPM=	yes
+
+OPTIONS_DEFINE=	DOCS
+
+.include <bsd.port.mk>


Property changes on: trunk/graphics/linux-c7-png/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-png/distinfo
===================================================================
--- trunk/graphics/linux-c7-png/distinfo	                        (rev 0)
+++ trunk/graphics/linux-c7-png/distinfo	2019-02-14 01:12:13 UTC (rev 24998)
@@ -0,0 +1,7 @@
+TIMESTAMP = 1482090267
+SHA256 (centos/libpng-1.5.13-7.el7_2.i686.rpm) = 284bc00e72425058f0a3216fbe4d68aed9cf89e0a724e4cc9666f6c4d90d1f48
+SIZE (centos/libpng-1.5.13-7.el7_2.i686.rpm) = 220036
+SHA256 (centos/libpng-1.5.13-7.el7_2.x86_64.rpm) = f7f7dfe2a1aa82319f043cab9acf8aaab964dc4875a2af65719fad31711b5b28
+SIZE (centos/libpng-1.5.13-7.el7_2.x86_64.rpm) = 217608
+SHA256 (centos/libpng-1.5.13-7.el7_2.src.rpm) = 61dd689f2592d1dd2aa4223e47bda04f1ffc662e2afe9963e95f3e986570151c
+SIZE (centos/libpng-1.5.13-7.el7_2.src.rpm) = 846895


Property changes on: trunk/graphics/linux-c7-png/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-png/pkg-plist.amd64
===================================================================
--- trunk/graphics/linux-c7-png/pkg-plist.amd64	                        (rev 0)
+++ trunk/graphics/linux-c7-png/pkg-plist.amd64	2019-02-14 01:12:13 UTC (rev 24998)
@@ -0,0 +1,11 @@
+usr/lib/libpng15.so.15
+usr/lib/libpng15.so.15.13.0
+usr/lib64/libpng15.so.15
+usr/lib64/libpng15.so.15.13.0
+%%PORTDOCS%%%%DOCSDIR%%/CHANGES
+%%PORTDOCS%%%%DOCSDIR%%/LICENSE
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/TODO
+%%PORTDOCS%%%%DOCSDIR%%/example.c
+%%PORTDOCS%%%%DOCSDIR%%/libpng-manual.txt
+usr/share/man/man5/png.5.gz


Property changes on: trunk/graphics/linux-c7-png/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-png/pkg-plist.i386
===================================================================
--- trunk/graphics/linux-c7-png/pkg-plist.i386	                        (rev 0)
+++ trunk/graphics/linux-c7-png/pkg-plist.i386	2019-02-14 01:12:13 UTC (rev 24998)
@@ -0,0 +1,9 @@
+usr/lib/libpng15.so.15
+usr/lib/libpng15.so.15.13.0
+%%PORTDOCS%%%%DOCSDIR%%/CHANGES
+%%PORTDOCS%%%%DOCSDIR%%/LICENSE
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/TODO
+%%PORTDOCS%%%%DOCSDIR%%/example.c
+%%PORTDOCS%%%%DOCSDIR%%/libpng-manual.txt
+usr/share/man/man5/png.5.gz


Property changes on: trunk/graphics/linux-c7-png/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


More information about the Midnightbsd-cvs mailing list