Bug 175842 - [new port]: graphics/qmetro Map of the transport system for many city subways
Summary: [new port]: graphics/qmetro Map of the transport system for many city subways
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-04 20:00 UTC by Veniamin
Modified: 2013-02-20 18:00 UTC (History)
0 users

See Also:


Attachments
file.shar (2.49 KB, text/plain)
2013-02-04 20:00 UTC, Veniamin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Veniamin 2013-02-04 20:00:00 UTC
Vector metro (subway) map for calculating route and getting information about transport nodes. Its GPL project for creating analog of pMetro (Muradov B.) and its use PMZ format (200 maps). Maps have an open format and can easily be edited or create.


I tried built broken ports/163917 but It's work in my TB. I update to latest and sent PR again.
Comment 1 Max Brazhnikov freebsd_committer freebsd_triage 2013-02-13 15:55:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->makc

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-02-20 17:54:29 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Max Brazhnikov freebsd_committer freebsd_triage 2013-02-20 17:55:41 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!