[Midnightbsd-cvs] mports [20087] trunk/graphics: add camera related ports
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Aug 27 20:23:30 EDT 2015
Revision: 20087
http://svnweb.midnightbsd.org/mports/?rev=20087
Author: laffer1
Date: 2015-08-27 20:23:30 -0400 (Thu, 27 Aug 2015)
Log Message:
-----------
add camera related ports
Modified Paths:
--------------
trunk/graphics/Makefile
Added Paths:
-----------
trunk/graphics/camera/
trunk/graphics/camera/Makefile
trunk/graphics/camera/distinfo
trunk/graphics/camera/pkg-descr
trunk/graphics/camera/pkg-plist
trunk/graphics/camerakit/
trunk/graphics/camerakit/Makefile
trunk/graphics/camerakit/distinfo
trunk/graphics/camerakit/pkg-descr
trunk/graphics/camerakit/pkg-plist
Modified: trunk/graphics/Makefile
===================================================================
--- trunk/graphics/Makefile 2015-08-28 00:16:48 UTC (rev 20086)
+++ trunk/graphics/Makefile 2015-08-28 00:23:30 UTC (rev 20087)
@@ -10,6 +10,8 @@
SUBDIR += agg
SUBDIR += cairo
SUBDIR += cairomm
+SUBDIR += camera
+SUBDIR += camerakit
SUBDIR += clutter
SUBDIR += clutter-gtk
SUBDIR += clutter-gtk3
Added: trunk/graphics/camera/Makefile
===================================================================
--- trunk/graphics/camera/Makefile (rev 0)
+++ trunk/graphics/camera/Makefile 2015-08-28 00:23:30 UTC (rev 20087)
@@ -0,0 +1,30 @@
+# Created by: gurkan at phys.ethz.ch
+# $FreeBSD: head/graphics/camera/Makefile 383626 2015-04-09 07:44:41Z bapt $
+
+PORTNAME= camera
+PORTVERSION= 0.8
+CATEGORIES= graphics gnustep
+MASTER_SITES= http://download.gna.org/gsimageapps/
+DISTNAME= Camera-${PORTVERSION}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= GNUstep application for digital still cameras
+
+LICENSE= gpl2 # or later
+LICENSE_FILE= ${WRKSRC}/Documentation/COPYING
+
+LIB_DEPENDS= libgphoto2_port.so:${PORTSDIR}/graphics/libgphoto2
+
+USES= tar:bzip2 gnustep
+USE_GNUSTEP= back build
+
+WRKSRC= ${WRKDIR}/Camera
+
+post-patch:
+ ${REINPLACE_CMD} 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
+ ${WRKSRC}/GNUmakefile
+
+post-install:
+ ${STRIP_CMD} ${PREFIX}/GNUstep/Local/Applications/Camera.app/Camera
+
+.include <bsd.port.mk>
Property changes on: trunk/graphics/camera/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/camera/distinfo
===================================================================
--- trunk/graphics/camera/distinfo (rev 0)
+++ trunk/graphics/camera/distinfo 2015-08-28 00:23:30 UTC (rev 20087)
@@ -0,0 +1,2 @@
+SHA256 (Camera-0.8.tar.bz2) = 8c9f988d28b9682bd90158c5830aaddc5aa03b0d91af0b61d1aa36bb908a697e
+SIZE (Camera-0.8.tar.bz2) = 27321
Property changes on: trunk/graphics/camera/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/camera/pkg-descr
===================================================================
--- trunk/graphics/camera/pkg-descr (rev 0)
+++ trunk/graphics/camera/pkg-descr 2015-08-28 00:23:30 UTC (rev 20087)
@@ -0,0 +1,5 @@
+Camera downloads files from your digital camera. It is based on GNUstep.
+
+LICENSE: GPL2 or later
+
+WWW: http://home.gna.org/gsimageapps/
Property changes on: trunk/graphics/camera/pkg-descr
___________________________________________________________________
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/camera/pkg-plist
===================================================================
--- trunk/graphics/camera/pkg-plist (rev 0)
+++ trunk/graphics/camera/pkg-plist 2015-08-28 00:23:30 UTC (rev 20087)
@@ -0,0 +1,10 @@
+GNUstep/Local/Applications/Camera.app/Camera
+GNUstep/Local/Applications/Camera.app/Resources/Camera.desktop
+GNUstep/Local/Applications/Camera.app/Resources/Camera.gorm/data.classes
+GNUstep/Local/Applications/Camera.app/Resources/Camera.gorm/objects.gorm
+GNUstep/Local/Applications/Camera.app/Resources/Camera.png
+GNUstep/Local/Applications/Camera.app/Resources/CameraInfo.plist
+GNUstep/Local/Applications/Camera.app/Resources/Info-gnustep.plist
+GNUstep/Local/Applications/Camera.app/Resources/no_thumbnail.jpg
+GNUstep/Local/Applications/Camera.app/stamp.make
+GNUstep/Local/Tools/Camera
Property changes on: trunk/graphics/camera/pkg-plist
___________________________________________________________________
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/camerakit/Makefile
===================================================================
--- trunk/graphics/camerakit/Makefile (rev 0)
+++ trunk/graphics/camerakit/Makefile 2015-08-28 00:23:30 UTC (rev 20087)
@@ -0,0 +1,26 @@
+# $MidnightBSD$
+# $FreeBSD: head/graphics/camerakit/Makefile 389998 2015-06-17 22:44:29Z amdmi3 $
+
+PORTNAME= camerakit
+PORTVERSION= 0.0.1
+CATEGORIES= graphics gnustep
+MASTER_SITES= http://download.gna.org/gsimageapps/
+DISTNAME= CameraKit-20041011
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Framework that allows to access digital cameras
+
+LICENSE= unknown
+
+LIB_DEPENDS= libgphoto2.so:${PORTSDIR}/graphics/libgphoto2
+
+USES= tar:bzip2 gnustep
+USE_GNUSTEP= build back
+USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
+
+WRKSRC= ${WRKDIR}/CameraKit
+
+post-install:
+ ${STRIP_CMD} ${PREFIX}/GNUstep/Local/Library/Frameworks/CameraKit.framework/Versions/0/libCameraKit.so
+
+.include <bsd.port.mk>
Property changes on: trunk/graphics/camerakit/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/camerakit/distinfo
===================================================================
--- trunk/graphics/camerakit/distinfo (rev 0)
+++ trunk/graphics/camerakit/distinfo 2015-08-28 00:23:30 UTC (rev 20087)
@@ -0,0 +1,2 @@
+SHA256 (CameraKit-20041011.tar.bz2) = b821d3d6edfb3d991c5d4380f0248904fe23bfb10d54adb4a990ce6206e532af
+SIZE (CameraKit-20041011.tar.bz2) = 2424
Property changes on: trunk/graphics/camerakit/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/camerakit/pkg-descr
===================================================================
--- trunk/graphics/camerakit/pkg-descr (rev 0)
+++ trunk/graphics/camerakit/pkg-descr 2015-08-28 00:23:30 UTC (rev 20087)
@@ -0,0 +1,4 @@
+CameraKit new framework that allows to access digital cameras.
+CameraKit is based on libgphoto.
+
+WWW: http://home.gna.org/gsimageapps/
Property changes on: trunk/graphics/camerakit/pkg-descr
___________________________________________________________________
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/camerakit/pkg-plist
===================================================================
--- trunk/graphics/camerakit/pkg-plist (rev 0)
+++ trunk/graphics/camerakit/pkg-plist 2015-08-28 00:23:30 UTC (rev 20087)
@@ -0,0 +1,16 @@
+GNUstep/Local/Library/Frameworks/CameraKit.framework/CameraKit
+GNUstep/Local/Library/Frameworks/CameraKit.framework/Headers
+GNUstep/Local/Library/Frameworks/CameraKit.framework/Resources
+GNUstep/Local/Library/Frameworks/CameraKit.framework/Versions/%%MAJORVERSION%%/CameraKit
+GNUstep/Local/Library/Frameworks/CameraKit.framework/Versions/%%MAJORVERSION%%/Headers/GSCamera.h
+GNUstep/Local/Library/Frameworks/CameraKit.framework/Versions/%%MAJORVERSION%%/Headers/GSGPhoto2.h
+GNUstep/Local/Library/Frameworks/CameraKit.framework/Versions/%%MAJORVERSION%%/Resources/Info-gnustep.plist
+GNUstep/Local/Library/Frameworks/CameraKit.framework/Versions/%%MAJORVERSION%%/libCameraKit.so
+GNUstep/Local/Library/Frameworks/CameraKit.framework/Versions/%%MAJORVERSION%%/libCameraKit.so.%%MAJORVERSION%%
+GNUstep/Local/Library/Frameworks/CameraKit.framework/Versions/%%MAJORVERSION%%/libCameraKit.so.%%VERSION%%
+GNUstep/Local/Library/Frameworks/CameraKit.framework/Versions/Current
+GNUstep/Local/Library/Frameworks/CameraKit.framework/libCameraKit.so
+GNUstep/Local/Library/Headers/CameraKit
+GNUstep/Local/Library/Libraries/libCameraKit.so
+GNUstep/Local/Library/Libraries/libCameraKit.so.%%MAJORVERSION%%
+GNUstep/Local/Library/Libraries/libCameraKit.so.%%VERSION%%
Property changes on: trunk/graphics/camerakit/pkg-plist
___________________________________________________________________
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