Date: Fri, 13 Nov 2015 12:30:21 +0000 (UTC) From: Jason Unovitch <junovitch@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401505 - head/misc/raspberrypi-userland Message-ID: <201511131230.tADCULCg063731@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: junovitch Date: Fri Nov 13 12:30:20 2015 New Revision: 401505 URL: https://svnweb.freebsd.org/changeset/ports/401505 Log: misc/raspberrypi-userland: add missing pkg-plist files; bump PORTREVISION PR: 204388 Submitted by: mikael.urankar@gmail.com (maintainer) Modified: head/misc/raspberrypi-userland/Makefile head/misc/raspberrypi-userland/pkg-plist Modified: head/misc/raspberrypi-userland/Makefile ============================================================================== --- head/misc/raspberrypi-userland/Makefile Fri Nov 13 12:28:43 2015 (r401504) +++ head/misc/raspberrypi-userland/Makefile Fri Nov 13 12:30:20 2015 (r401505) @@ -3,6 +3,7 @@ PORTNAME= raspberrypi-userland PORTVERSION= 20151105 +PORTREVISION= 1 CATEGORIES= misc MAINTAINER= mikael.urankar@gmail.com Modified: head/misc/raspberrypi-userland/pkg-plist ============================================================================== --- head/misc/raspberrypi-userland/pkg-plist Fri Nov 13 12:28:43 2015 (r401504) +++ head/misc/raspberrypi-userland/pkg-plist Fri Nov 13 12:30:20 2015 (r401505) @@ -12,10 +12,12 @@ bin/containers_uri_pipe bin/mmal_vc_diag bin/raspistill bin/raspivid +bin/raspividyuv bin/raspiyuv bin/tvservice bin/vcgencmd bin/vchiq_test +bin/vcmailbox bin/vcsmem include/EGL/egl.h include/EGL/eglext.h @@ -52,6 +54,7 @@ include/interface/mmal/core/mmal_buffer_ include/interface/mmal/core/mmal_clock_private.h include/interface/mmal/core/mmal_component_private.h include/interface/mmal/core/mmal_core_private.h +include/interface/mmal/core/mmal_events_private.h include/interface/mmal/core/mmal_port_private.h include/interface/mmal/mmal.h include/interface/mmal/mmal_buffer.h @@ -284,6 +287,7 @@ sbin/vcfiled %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hello_fft.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hello_fft_2d.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hello_fft_2d_bitmap.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hex/shader_4096k.hex %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hex/shader_1024k.hex %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hex/shader_128k.hex %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/hex/shader_16k.hex @@ -303,6 +307,7 @@ sbin/vcfiled %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/mailbox.h %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/qasm/gpu_fft.qinc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/qasm/gpu_fft_4096k.qasm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/qasm/gpu_fft_1024k.qasm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/qasm/gpu_fft_128k.qasm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello_pi/hello_fft/qasm/gpu_fft_16k.qasm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511131230.tADCULCg063731>