aboutsummaryrefslogtreecommitdiff
path: root/graphics/gtimelapse
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2011-08-29 15:00:34 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2011-08-29 15:00:34 +0000
commitfec60bbb519c206411da3c213e4a04e842a1b3c0 (patch)
tree184ce27ddd367ed9a5fd92cb1ae4db3a723032cb /graphics/gtimelapse
parent5d4b8b15b0225531c0c5c8006c2f61f7831a4055 (diff)
downloadports-fec60bbb519c206411da3c213e4a04e842a1b3c0.tar.gz
ports-fec60bbb519c206411da3c213e4a04e842a1b3c0.zip
Notes
Diffstat (limited to 'graphics/gtimelapse')
-rw-r--r--graphics/gtimelapse/Makefile27
-rw-r--r--graphics/gtimelapse/distinfo2
-rw-r--r--graphics/gtimelapse/pkg-descr4
3 files changed, 33 insertions, 0 deletions
diff --git a/graphics/gtimelapse/Makefile b/graphics/gtimelapse/Makefile
new file mode 100644
index 000000000000..b1f20216c981
--- /dev/null
+++ b/graphics/gtimelapse/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: gTimelapse
+# Date created: 29 Aug 2011
+# Whom: Alexey Dokuchaev <danfe@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gtimelapse
+DISTVERSION= 0.1
+CATEGORIES= graphics
+MASTER_SITES= SF/${PORTNAME}/Relase # yes, this is not a typo (here)
+
+MAINTAINER= danfe@FreeBSD.org
+COMMENT= An application for capturing images to generate timelapse videos
+
+LICENSE= GPLv2
+
+LIB_DEPENDS= gphoto2.2:${PORTSDIR}/graphics/libgphoto2
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG}
+USE_WX= 2.8+
+WRKSRC= ${WRKDIR}/${PORTNAME}
+
+PLIST_FILES= bin/gtimelapse
+
+.include <bsd.port.mk>
diff --git a/graphics/gtimelapse/distinfo b/graphics/gtimelapse/distinfo
new file mode 100644
index 000000000000..2e98f1e5d136
--- /dev/null
+++ b/graphics/gtimelapse/distinfo
@@ -0,0 +1,2 @@
+SHA256 (gtimelapse-0.1.tar.gz) = 8f2b6adef66a80d89517ca8cd8b52cf2212555b4002652ac147e74dd1cb1c6d2
+SIZE (gtimelapse-0.1.tar.gz) = 784958
diff --git a/graphics/gtimelapse/pkg-descr b/graphics/gtimelapse/pkg-descr
new file mode 100644
index 000000000000..d19fd81cf784
--- /dev/null
+++ b/graphics/gtimelapse/pkg-descr
@@ -0,0 +1,4 @@
+gTimelapse is an small application for capturing images from your camera to
+generate timelapse videos, based on gPhoto2 and wxWidgets.
+
+WWW: http://sourceforge.net/projects/gtimelapse/