Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2013 17:54:20 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312637 - head/misc/qmetro
Message-ID:  <201302201754.r1KHsKar068421@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Wed Feb 20 17:54:20 2013
New Revision: 312637
URL: http://svnweb.freebsd.org/changeset/ports/312637

Log:
  Add new port misc/qmetro:
  
  Map of the transport system for many city subways.
  
  WWW: http://sourceforge.net/projects/qmetro/
  
  PR:		ports/175842
  Submitted by:	Veniamin Gvozdikov <g.veniamin at googlemail.com>

Added:
  head/misc/qmetro/
  head/misc/qmetro/Makefile   (contents, props changed)
  head/misc/qmetro/distinfo   (contents, props changed)
  head/misc/qmetro/pkg-descr   (contents, props changed)
  head/misc/qmetro/pkg-plist   (contents, props changed)

Added: head/misc/qmetro/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/qmetro/Makefile	Wed Feb 20 17:54:20 2013	(r312637)
@@ -0,0 +1,20 @@
+# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
+# $FreeBSD$
+
+PORTNAME=	qmetro
+PORTVERSION=	0.5.7
+CATEGORIES=	misc graphics
+MASTER_SITES=	SF/${PORTNAME}/source/
+
+MAINTAINER=	g.veniamin@googlemail.com
+COMMENT=	Map of the transport system for many city subways
+
+LICENSE=	GPLv2
+
+USE_ZIP=	yes
+USE_QT4=	gui xml qmake_build uic_build moc_build rcc_build
+
+do-configure:
+	cd ${WRKSRC} && ${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX}
+
+.include <bsd.port.mk>

Added: head/misc/qmetro/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/qmetro/distinfo	Wed Feb 20 17:54:20 2013	(r312637)
@@ -0,0 +1,2 @@
+SHA256 (qmetro-0.5.7.zip) = ef37eae4f46fc296211c31545699334c276ca11a78a6f757b9b663c4d70b99a3
+SIZE (qmetro-0.5.7.zip) = 915842

Added: head/misc/qmetro/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/qmetro/pkg-descr	Wed Feb 20 17:54:20 2013	(r312637)
@@ -0,0 +1,7 @@
+Vector metro (subway) map for calculating route and getting
+information.  Maps have an open format and can easily be edited or
+create.  About 200 maps of subways are available.  The package
+includes only one map of Moscow city subway, but you can easy
+download your maps from within the app.
+
+WWW: http://sourceforge.net/projects/qmetro/

Added: head/misc/qmetro/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/qmetro/pkg-plist	Wed Feb 20 17:54:20 2013	(r312637)
@@ -0,0 +1,20 @@
+bin/qmetro
+share/applications/qmetro.desktop
+share/icons/hicolor/64x64/apps/qmetro.png
+share/icons/hicolor/80x80/apps/qmetro.png
+share/icons/hicolor/scalable/apps/qmetro.svg
+share/qmetro/locale/cs.lng
+share/qmetro/locale/es.lng
+share/qmetro/locale/fr.lng
+share/qmetro/map/Moscow.pmz
+@dirrm share/qmetro/map
+@dirrm share/qmetro/locale
+@dirrm share/qmetro
+@dirrmtry share/icons/hicolor/scalable/apps
+@dirrmtry share/icons/hicolor/scalable
+@dirrmtry share/icons/hicolor/80x80/apps
+@dirrmtry share/icons/hicolor/80x80
+@dirrmtry share/icons/hicolor/64x64/apps
+@dirrmtry share/icons/hicolor/64x64
+@dirrmtry share/icons/hicolor
+@dirrmtry share/applications



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302201754.r1KHsKar068421>