- Add metromap

Metromap is a simple pygtk+2 programm for finding pathes in metro(subway) maps.
Maps for Moscow, St. Petersburg, Kiev, London and Berlin are included.

WWW:    http://metromap.antex.ru/

PR:		ports/82903
Submitted by:	Vsevolod Stakhov <vsevolod@highsecure.ru>
This commit is contained in:
Michael Johnson 2005-07-05 05:49:59 +00:00
parent 8a2f7b0bd7
commit 6313c635c6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138490
5 changed files with 57 additions and 0 deletions

View File

@ -296,6 +296,7 @@
SUBDIR += mc
SUBDIR += mc-light
SUBDIR += menushki
SUBDIR += metromap
SUBDIR += mgp-mode.el
SUBDIR += mime-support
SUBDIR += mirmon

26
misc/metromap/Makefile Normal file
View File

@ -0,0 +1,26 @@
# New ports collection makefile for: metromap
# Date created: 2005-07-01
# Whom: Vsevolod Stakhov <vsevolod@highsecure.ru>
#
# $FreeBSD$
#
PORTNAME= metromap
PORTVERSION= 0.1.0
CATEGORIES= misc
MASTER_SITES= http://metromap.antex.ru/
MAINTAINER= vsevolod@highsecure.ru
COMMENT= A simple application for finding paths in different subways maps
USE_PYTHON= yes
USE_GNOME= pygtk2
USE_BZIP2= yes
USE_REINPLACE= yes
NO_BUILD= yes
post-patch:
@${REINPLACE_CMD} -e 's,/usr,${PREFIX},' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's,/usr/bin/python,${SETENV} python,' ${WRKSRC}/metromap.py
.include <bsd.port.mk>

2
misc/metromap/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (metromap-0.1.0.tar.bz2) = aa9b0256d42427a081eb064c3ec020e0
SIZE (metromap-0.1.0.tar.bz2) = 76362

4
misc/metromap/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
Metromap is a simple pygtk+2 programm for finding pathes in metro(subway) maps.
Maps for Moscow, St. Petersburg, Kiev, London and Berlin are included.
WWW: http://metromap.antex.ru/

24
misc/metromap/pkg-plist Normal file
View File

@ -0,0 +1,24 @@
bin/metromap
share/locale/ru/LC_MESSAGES/metromap.mo
%%DATADIR%%/data/Berlin/Metro.ini
%%DATADIR%%/data/KievUkr/Metro.ini
%%DATADIR%%/data/London/Metro.ini
%%DATADIR%%/data/Metro.ini
%%DATADIR%%/data/Moscow/Metro.ini
%%DATADIR%%/data/Peterburg/Metro.ini
%%DATADIR%%/modules/FindPath.py
%%DATADIR%%/modules/FindPath.pyc
%%DATADIR%%/modules/Interface.py
%%DATADIR%%/modules/Interface.pyc
%%DATADIR%%/modules/MapDisplay.py
%%DATADIR%%/modules/MapDisplay.pyc
%%DATADIR%%/modules/ReadMap.py
%%DATADIR%%/modules/ReadMap.pyc
@dirrm %%DATADIR%%/data/Berlin
@dirrm %%DATADIR%%/data/KievUkr
@dirrm %%DATADIR%%/data/London
@dirrm %%DATADIR%%/data/Moscow
@dirrm %%DATADIR%%/data/Peterburg
@dirrm %%DATADIR%%/data
@dirrm %%DATADIR%%/modules
@dirrm %%DATADIR%%