svn commit: r312637 - head/misc/qmetro
Max Brazhnikov
makc at FreeBSD.org
Wed Feb 20 17:54:21 UTC 2013
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 at googlemail.com>
+# $FreeBSD$
+
+PORTNAME= qmetro
+PORTVERSION= 0.5.7
+CATEGORIES= misc graphics
+MASTER_SITES= SF/${PORTNAME}/source/
+
+MAINTAINER= g.veniamin at 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
+ at dirrm share/qmetro/map
+ at dirrm share/qmetro/locale
+ at dirrm share/qmetro
+ at dirrmtry share/icons/hicolor/scalable/apps
+ at dirrmtry share/icons/hicolor/scalable
+ at dirrmtry share/icons/hicolor/80x80/apps
+ at dirrmtry share/icons/hicolor/80x80
+ at dirrmtry share/icons/hicolor/64x64/apps
+ at dirrmtry share/icons/hicolor/64x64
+ at dirrmtry share/icons/hicolor
+ at dirrmtry share/applications
More information about the svn-ports-head
mailing list