[Midnightbsd-cvs] mports [24995] trunk/graphics: add png
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Feb 13 09:49:22 EST 2019
Revision: 24995
http://svnweb.midnightbsd.org/mports/?rev=24995
Author: laffer1
Date: 2019-02-13 09:49:21 -0500 (Wed, 13 Feb 2019)
Log Message:
-----------
add png
Modified Paths:
--------------
trunk/graphics/Makefile
Added Paths:
-----------
trunk/graphics/linux-c6-png/
trunk/graphics/linux-c6-png/Makefile
trunk/graphics/linux-c6-png/distinfo
trunk/graphics/linux-c6-png/pkg-plist.amd64
trunk/graphics/linux-c6-png/pkg-plist.i386
Removed Paths:
-------------
trunk/graphics/linux-f10-cairo/
trunk/graphics/linux-f10-dri/
trunk/graphics/linux-f10-gdk-pixbuf/
trunk/graphics/linux-f10-glew/
trunk/graphics/linux-f10-imlib/
trunk/graphics/linux-f10-jpeg/
trunk/graphics/linux-f10-libGLU/
trunk/graphics/linux-f10-libmng/
trunk/graphics/linux-f10-png/
trunk/graphics/linux-f10-sdl_image/
trunk/graphics/linux-f10-sdl_ttf/
trunk/graphics/linux-f10-tiff/
trunk/graphics/linux-f10-ungif/
trunk/graphics/linux-panorama-tools/
Modified: trunk/graphics/Makefile
===================================================================
--- trunk/graphics/Makefile 2019-02-13 14:47:05 UTC (rev 24994)
+++ trunk/graphics/Makefile 2019-02-13 14:49:21 UTC (rev 24995)
@@ -111,21 +111,28 @@
SUBDIR += libvisual04
SUBDIR += libwmf
SUBDIR += libwmf-nox11
-SUBDIR += linux-adobesvg
-SUBDIR += linux-f10-cairo
-SUBDIR += linux-f10-dri
-SUBDIR += linux-f10-gdk-pixbuf
-SUBDIR += linux-f10-glew
-SUBDIR += linux-f10-imlib
-SUBDIR += linux-f10-jpeg
-SUBDIR += linux-f10-libGLU
-SUBDIR += linux-f10-libmng
-SUBDIR += linux-f10-png
-SUBDIR += linux-f10-sdl_image
-SUBDIR += linux-f10-sdl_ttf
-SUBDIR += linux-f10-tiff
-SUBDIR += linux-f10-ungif
-SUBDIR += linux-panorama-tools
+SUBDIR += linux-c6-cairo
+SUBDIR += linux-c6-dri
+SUBDIR += linux-c6-gdk-pixbuf2
+SUBDIR += linux-c6-glx-utils
+SUBDIR += linux-c6-jasper
+SUBDIR += linux-c6-jpeg
+SUBDIR += linux-c6-png
+SUBDIR += linux-c6-sdl_image
+SUBDIR += linux-c6-sdl_ttf
+SUBDIR += linux-c6-tiff
+SUBDIR += linux-c7-cairo
+SUBDIR += linux-c7-dri
+SUBDIR += linux-c7-gdk-pixbuf2
+SUBDIR += linux-c7-glx-utils
+SUBDIR += linux-c7-graphite2
+SUBDIR += linux-c7-jasper
+SUBDIR += linux-c7-jbigkit
+SUBDIR += linux-c7-jpeg
+SUBDIR += linux-c7-png
+SUBDIR += linux-c7-sdl_image
+SUBDIR += linux-c7-sdl_ttf
+SUBDIR += linux-c7-tiff
SUBDIR += mesa-demos
SUBDIR += mesa-dri
SUBDIR += mesa-libs
Added: trunk/graphics/linux-c6-png/Makefile
===================================================================
--- trunk/graphics/linux-c6-png/Makefile (rev 0)
+++ trunk/graphics/linux-c6-png/Makefile 2019-02-13 14:49:21 UTC (rev 24995)
@@ -0,0 +1,20 @@
+# $MidnightBSD$
+
+PORTNAME= libpng
+PORTVERSION= 1.2.49
+CATEGORIES= graphics linux
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Library for manipulating PNG images (Linux CentOS ${LINUX_DIST_VER})
+
+LICENSE= other
+
+DESCR= ${.CURDIR}/../png/pkg-descr
+RPMVERSION= 2.el6_7
+USES= linux:c6
+USE_LDCONFIG= yes
+USE_LINUX_RPM= yes
+
+OPTIONS_DEFINE= DOCS
+
+.include <bsd.port.mk>
Property changes on: trunk/graphics/linux-c6-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-c6-png/distinfo
===================================================================
--- trunk/graphics/linux-c6-png/distinfo (rev 0)
+++ trunk/graphics/linux-c6-png/distinfo 2019-02-13 14:49:21 UTC (rev 24995)
@@ -0,0 +1,7 @@
+TIMESTAMP = 1485609634
+SHA256 (centos/libpng-1.2.49-2.el6_7.i686.rpm) = e4b2fabf9c232b1a84e677df640aceab8b089e72781bec4fcca347d984e581d1
+SIZE (centos/libpng-1.2.49-2.el6_7.i686.rpm) = 188376
+SHA256 (centos/libpng-1.2.49-2.el6_7.x86_64.rpm) = 0f18ee677b60fe81a24f200cc8db1c9bde26a404cc812e77a73b2bcfd4dd40de
+SIZE (centos/libpng-1.2.49-2.el6_7.x86_64.rpm) = 186428
+SHA256 (centos/libpng-1.2.49-2.el6_7.src.rpm) = e756441baabe4038f09eb9dbe4207e83d347f21cbe805eb4956c2cd961a891db
+SIZE (centos/libpng-1.2.49-2.el6_7.src.rpm) = 691020
Property changes on: trunk/graphics/linux-c6-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-c6-png/pkg-plist.amd64
===================================================================
--- trunk/graphics/linux-c6-png/pkg-plist.amd64 (rev 0)
+++ trunk/graphics/linux-c6-png/pkg-plist.amd64 2019-02-13 14:49:21 UTC (rev 24995)
@@ -0,0 +1,16 @@
+usr/lib/libpng.so.3
+usr/lib/libpng.so.3.49.0
+usr/lib/libpng12.so.0
+usr/lib/libpng12.so.0.49.0
+usr/lib64/libpng.so.3
+usr/lib64/libpng.so.3.49.0
+usr/lib64/libpng12.so.0
+usr/lib64/libpng12.so.0.49.0
+%%PORTDOCS%%%%DOCSDIR%%/CHANGES
+%%PORTDOCS%%%%DOCSDIR%%/CMakeLists.txt
+%%PORTDOCS%%%%DOCSDIR%%/LICENSE
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/TODO
+%%PORTDOCS%%%%DOCSDIR%%/example.c
+%%PORTDOCS%%%%DOCSDIR%%/libpng-1.2.49.txt
+usr/share/man/man5/png.5.gz
Property changes on: trunk/graphics/linux-c6-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-c6-png/pkg-plist.i386
===================================================================
--- trunk/graphics/linux-c6-png/pkg-plist.i386 (rev 0)
+++ trunk/graphics/linux-c6-png/pkg-plist.i386 2019-02-13 14:49:21 UTC (rev 24995)
@@ -0,0 +1,12 @@
+usr/lib/libpng.so.3
+usr/lib/libpng.so.3.49.0
+usr/lib/libpng12.so.0
+usr/lib/libpng12.so.0.49.0
+%%PORTDOCS%%%%DOCSDIR%%/CHANGES
+%%PORTDOCS%%%%DOCSDIR%%/CMakeLists.txt
+%%PORTDOCS%%%%DOCSDIR%%/LICENSE
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/TODO
+%%PORTDOCS%%%%DOCSDIR%%/example.c
+%%PORTDOCS%%%%DOCSDIR%%/libpng-1.2.49.txt
+usr/share/man/man5/png.5.gz
Property changes on: trunk/graphics/linux-c6-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