Import the just-release emerillon 0.1.0:

Emerillon is a map viewer.
It features OpenStreetMap based maps: the street map, the cycling map
and the transportation map. Use it to:
- Browse maps,
- Search the map for places,
- Placemark places for later quick access.
looks good to jasper@
This commit is contained in:
landry 2009-10-15 11:27:46 +00:00
parent 3197dd1add
commit f739d1a65e
4 changed files with 99 additions and 0 deletions

45
geo/emerillon/Makefile Normal file
View File

@ -0,0 +1,45 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/10/15 11:27:46 landry Exp $
COMMENT = map viewer using Openstreetmap data
GNOME_VERSION = 0.1.0
GNOME_PROJECT = emerillon
CATEGORIES = geo x11
HOMEPAGE = http://www.novopia.com/emerillon/
MAINTAINER = Landry Breuil <gaston@gcu.info>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
CONFIGURE_STYLE = gnu
DESKTOP_FILES = yes
MODULES= devel/gettext \
x11/gnome \
devel/gconf2
MODGCONF2_SCHEMAS_DIR= emerillon
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
LIB_DEPENDS = champlain-0.4,champlain-gtk-0.4:libchamplain->=0.4.0:geo/libchamplain/core \
soup-gnome-2.4::devel/libsoup,-gnome \
ethos-1.0,ethos-ui-1.0::devel/ethos \
geoclue::geo/geoclue \
rest::net/librest
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo
WANTLIB += clutter-glx-1.0 clutter-gtk-0.10 expat fontconfig freetype
WANTLIB += gcrypt gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0
WANTLIB += glitz gmodule-2.0 gnutls gobject-2.0 gpg-error gthread-2.0
WANTLIB += gtk-x11-2.0 json-glib-1.0 m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
WANTLIB += soup-2.4 sqlite3 tasn1 xcb xml2 z
WANTLIB += proxy ORBit-2 Xxf86vm dbus-1 dbus-glib-1 drm gnome-keyring
.include <bsd.port.mk>

5
geo/emerillon/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (emerillon-0.1.0.tar.bz2) = uKWnvzxUsFvksTWPKF0NQA==
RMD160 (emerillon-0.1.0.tar.bz2) = D8zFJJT3DBEUqfYaOtNfVVB1cS8=
SHA1 (emerillon-0.1.0.tar.bz2) = 56saN1GTuOVVIgYfQBqKN3JF3Zo=
SHA256 (emerillon-0.1.0.tar.bz2) = 22X92XSm4wAhoeyKnpHRBgwNN1sk1GI7sQqVbNUxT+M=
SIZE (emerillon-0.1.0.tar.bz2) = 314078

8
geo/emerillon/pkg/DESCR Normal file
View File

@ -0,0 +1,8 @@
Emerillon is a map viewer. Aiming at simple user interface, Emerillon
is a powerful, extensible application. It is pronounced Ey-may-ree-yon.
It features OpenStreetMap based maps: the street map, the cycling map
and the transportation map. Use it to:
- Browse maps,
- Search the map for places,
- Placemark places for later quick access.

41
geo/emerillon/pkg/PLIST Normal file
View File

@ -0,0 +1,41 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/10/15 11:27:46 landry Exp $
@bin bin/emerillon
include/emerillon-0.1/
include/emerillon-0.1/emerillon/
include/emerillon-0.1/emerillon/emerillon.h
include/emerillon-0.1/emerillon/sidebar.h
include/emerillon-0.1/emerillon/window.h
lib/emerillon/
lib/emerillon/plugins/
lib/emerillon/plugins/copy-link.emerillon-plugin
lib/emerillon/plugins/map-position.emerillon-plugin
lib/emerillon/plugins/placemarks.emerillon-plugin
lib/emerillon/plugins/search.emerillon-plugin
@comment lib/emerillon/plugins/libcopy-link.a
@comment lib/emerillon/plugins/libcopy-link.la
lib/emerillon/plugins/libcopy-link.so
@comment lib/emerillon/plugins/libmap-position.a
@comment lib/emerillon/plugins/libmap-position.la
lib/emerillon/plugins/libmap-position.so
@comment lib/emerillon/plugins/libplacemarks.a
@comment lib/emerillon/plugins/libplacemarks.la
lib/emerillon/plugins/libplacemarks.so
@comment lib/emerillon/plugins/libsearch.a
@comment lib/emerillon/plugins/libsearch.la
lib/emerillon/plugins/libsearch.so
share/locale/ar/LC_MESSAGES/emerillon.mo
share/locale/fr/LC_MESSAGES/emerillon.mo
share/locale/id/LC_MESSAGES/emerillon.mo
share/locale/sl/LC_MESSAGES/emerillon.mo
share/locale/sv/LC_MESSAGES/emerillon.mo
lib/pkgconfig/emerillon.pc
share/applications/emerillon.desktop
share/emerillon/
share/emerillon/emerillon-ui.xml
@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/${SCHEMAS_INSTDIR}/*.schemas > /dev/null
${SCHEMAS_INSTDIR}/
${SCHEMAS_INSTDIR}/emerillon.schemas
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/${SCHEMAS_INSTDIR}/*.schemas > /dev/null
@exec %D/bin/update-desktop-database
@unexec %D/bin/update-desktop-database
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/10/15 11:27:46 landry Exp $