diff options
author | makc <makc@FreeBSD.org> | 2013-02-21 01:54:20 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-02-21 01:54:20 +0800 |
commit | 27562244b314a7a71d2332edf4c49f786fd5d7ab (patch) | |
tree | 78ad5dbde3fec446f183c59ffa48fde22e50cc0b /misc | |
parent | 5b30d6350a16d48769a930a3e013547938da3831 (diff) | |
download | freebsd-ports-gnome-27562244b314a7a71d2332edf4c49f786fd5d7ab.tar.gz freebsd-ports-gnome-27562244b314a7a71d2332edf4c49f786fd5d7ab.tar.zst freebsd-ports-gnome-27562244b314a7a71d2332edf4c49f786fd5d7ab.zip |
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>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/qmetro/Makefile | 20 | ||||
-rw-r--r-- | misc/qmetro/distinfo | 2 | ||||
-rw-r--r-- | misc/qmetro/pkg-descr | 7 | ||||
-rw-r--r-- | misc/qmetro/pkg-plist | 20 |
4 files changed, 49 insertions, 0 deletions
diff --git a/misc/qmetro/Makefile b/misc/qmetro/Makefile new file mode 100644 index 000000000000..7d1c4d95d17e --- /dev/null +++ b/misc/qmetro/Makefile @@ -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> diff --git a/misc/qmetro/distinfo b/misc/qmetro/distinfo new file mode 100644 index 000000000000..d56b7dfbcb3e --- /dev/null +++ b/misc/qmetro/distinfo @@ -0,0 +1,2 @@ +SHA256 (qmetro-0.5.7.zip) = ef37eae4f46fc296211c31545699334c276ca11a78a6f757b9b663c4d70b99a3 +SIZE (qmetro-0.5.7.zip) = 915842 diff --git a/misc/qmetro/pkg-descr b/misc/qmetro/pkg-descr new file mode 100644 index 000000000000..19f44af1d60b --- /dev/null +++ b/misc/qmetro/pkg-descr @@ -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/ diff --git a/misc/qmetro/pkg-plist b/misc/qmetro/pkg-plist new file mode 100644 index 000000000000..fbc476b8826e --- /dev/null +++ b/misc/qmetro/pkg-plist @@ -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 |