diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-09-12 18:28:06 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-09-12 18:28:06 +0000 |
commit | c7011daafe37c9f2a0855abca287517b21a1217f (patch) | |
tree | 82641a986e992175130134c5a19e0193ce0e7395 /graphics | |
parent | b18709e901340077c8463cb1de154b1d3dec8400 (diff) | |
download | ports-c7011daafe37c9f2a0855abca287517b21a1217f.tar.gz ports-c7011daafe37c9f2a0855abca287517b21a1217f.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/camera/Makefile | 30 | ||||
-rw-r--r-- | graphics/camera/distinfo | 3 | ||||
-rw-r--r-- | graphics/camera/pkg-descr | 3 | ||||
-rw-r--r-- | graphics/camera/pkg-plist | 14 |
5 files changed, 51 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 3580f4fd40cf..15ef3690ae0c 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -44,6 +44,7 @@ SUBDIR += cal3d SUBDIR += cal3d-devel SUBDIR += camediaplay + SUBDIR += camera SUBDIR += cbrpager SUBDIR += cbview SUBDIR += cegui diff --git a/graphics/camera/Makefile b/graphics/camera/Makefile new file mode 100644 index 000000000000..16ea63f398fb --- /dev/null +++ b/graphics/camera/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: camera +# Date created: 11 Sep 2006 +# Whom: gurkan@linuks.mine.nu +# +# $FreeBSD$ +# + +PORTNAME= camera +PORTVERSION= 0.8 +CATEGORIES= graphics +MASTER_SITES= http://home.gna.org/gsimageapps/ \ + http://florida.ethz.ch/ports/distfiles/ +DISTNAME= Camera-${PORTVERSION} + +MAINTAINER= gurkan@linuks.mine.nu +COMMENT= GNUstep application for digital still cameras + +WRKSRC= ${WRKDIR}/Camera +USE_BZIP2= yes +USE_GMAKE= yes +USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes +USE_GNUSTEP_BACK= yes +USE_GNUSTEP_BUILD= yes +USE_GNUSTEP_INSTALL= yes +MAKEFILE= GNUmakefile + +BUILD_DEPENDS+= gphoto2-config:${PORTSDIR}/graphics/gphoto2 + +.include <bsd.port.mk> diff --git a/graphics/camera/distinfo b/graphics/camera/distinfo new file mode 100644 index 000000000000..aadaa039c552 --- /dev/null +++ b/graphics/camera/distinfo @@ -0,0 +1,3 @@ +MD5 (Camera-0.8.tar.bz2) = d1bdcabda19091bc846246cd21f22996 +SHA256 (Camera-0.8.tar.bz2) = 8c9f988d28b9682bd90158c5830aaddc5aa03b0d91af0b61d1aa36bb908a697e +SIZE (Camera-0.8.tar.bz2) = 27321 diff --git a/graphics/camera/pkg-descr b/graphics/camera/pkg-descr new file mode 100644 index 000000000000..4e836b7a7f07 --- /dev/null +++ b/graphics/camera/pkg-descr @@ -0,0 +1,3 @@ +Camera downloads files from your digital camera. It is based on GNUstep. + +WWW: http://home.gna.org/gsimageapps/ diff --git a/graphics/camera/pkg-plist b/graphics/camera/pkg-plist new file mode 100644 index 000000000000..10d2be86e3bf --- /dev/null +++ b/graphics/camera/pkg-plist @@ -0,0 +1,14 @@ +Local/Applications/Camera.app/Camera +Local/Applications/Camera.app/library_paths.openapp +Local/Applications/Camera.app/Resources/Info-gnustep.plist +Local/Applications/Camera.app/Resources/Camera.gorm/data.classes +Local/Applications/Camera.app/Resources/Camera.gorm/objects.gorm +Local/Applications/Camera.app/Resources/Camera.desktop +Local/Applications/Camera.app/Resources/CameraInfo.plist +Local/Applications/Camera.app/Resources/Camera.png +Local/Applications/Camera.app/Resources/no_thumbnail.jpg +Local/Applications/Camera.app/stamp.make +@dirrm Local/Applications/Camera.app/Resources/Camera.gorm +@dirrm Local/Applications/Camera.app/Resources +@dirrm Local/Applications/Camera.app +@dirrmtry Local/Applications |