summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2010-07-24 16:14:32 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2010-07-24 16:14:32 +0000
commitf8bf05a0920ce9e050b0dd79a84e1e2435b4db1b (patch)
tree86974fd803d033a9ec7b775a4883a9b372e7aeb6
parentUpdate to 0.10.19. (diff)
Add new port deskutils/epoch:
Epoch is small and handy timeline application. The time scale is accurate in the range from 1sec to several million years. Events can be positioned absolutely or relatively linked to another era. WWW: http://code.google.com/p/gepoch/ PR: based on ports/148767 Submitted by: Gvozdikov Veniamin <g.veniamin at googlemail.com>
Notes
Notes: svn path=/head/; revision=258159
-rw-r--r--deskutils/epoch/Makefile39
-rw-r--r--deskutils/epoch/distinfo3
-rw-r--r--deskutils/epoch/pkg-descr5
3 files changed, 47 insertions, 0 deletions
diff --git a/deskutils/epoch/Makefile b/deskutils/epoch/Makefile
new file mode 100644
index 000000000000..9f17fff3c18d
--- /dev/null
+++ b/deskutils/epoch/Makefile
@@ -0,0 +1,39 @@
+# New ports collection makefile for: epoch
+# Date created: 2010-06-15
+# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= epoch
+PORTVERSION= 1.4
+CATEGORIES= deskutils
+MASTER_SITES= GOOGLE_CODE
+DISTNAME= Epoch${PORTVERSION}
+
+MAINTAINER= g.veniamin@googlemail.com
+COMMENT= Epoch is small and handy timeline application
+
+LINCENSE= GPLv3
+PROJECTHOST= gepoch
+
+USE_ZIP= yes
+USE_QT_VER= 4
+QT_COMPONENTS= gui qmake_build moc_build rcc_build
+
+PLIST_FILES= bin/${PORTNAME} share/pixmaps/${PORTNAME}.png
+
+WRKSRC= ${WRKDIR}/${DISTNAME}/src
+
+DESKTOP_ENTRIES="Epoch" "Timeline application" \
+ "${PREFIX}/share/pixmaps/${PORTNAME}.png" "${PORTNAME}" \
+ "" false
+
+do-configure:
+ cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKEFLAGS}
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/epoch ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/images/epoha.png ${PREFIX}/share/pixmaps/${PORTNAME}.png
+
+.include <bsd.port.mk>
diff --git a/deskutils/epoch/distinfo b/deskutils/epoch/distinfo
new file mode 100644
index 000000000000..018955f5f9dd
--- /dev/null
+++ b/deskutils/epoch/distinfo
@@ -0,0 +1,3 @@
+MD5 (Epoch1.4.zip) = 89506c4b64298120faa7971d0fd28f50
+SHA256 (Epoch1.4.zip) = 4756cfea4cc00f3ca646b8e8b26238ef5ca332b93a2fce75a15d733e4a24764f
+SIZE (Epoch1.4.zip) = 781711
diff --git a/deskutils/epoch/pkg-descr b/deskutils/epoch/pkg-descr
new file mode 100644
index 000000000000..7b1886770eaa
--- /dev/null
+++ b/deskutils/epoch/pkg-descr
@@ -0,0 +1,5 @@
+Epoch is small and handy timeline application. The time scale is
+accurate in the range from 1sec to several million years. Events
+can be positioned absolutely or relatively linked to another era.
+
+WWW: http://code.google.com/p/gepoch/