First shot at an OpenBSD markers file (probably incomplete and full of
errors)
This commit is contained in:
parent
ac8483adf9
commit
738973983f
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2000/05/22 13:59:32 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2000/05/27 16:09:56 espie Exp $
|
||||
|
||||
CATEGORIES=x11
|
||||
HOMEPAGE=http://wwwrzstud.rz.uni-karlsruhe.de/%7Euddn/xglobe/
|
||||
@ -10,6 +10,7 @@ MAINTAINER=espie@cvs.openbsd.org
|
||||
|
||||
FAKE= Yes
|
||||
|
||||
FLAVOR?=no_map gfx
|
||||
# GPL, included map is free
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
@ -50,6 +51,7 @@ post-install::
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xglobe
|
||||
${INSTALL_DATA} ${WRKSRC}/README.maps ${PREFIX}/share/doc/xglobe
|
||||
${INSTALL_SCRIPT} ${FILESDIR}/getcloudmap ${PREFIX}/bin
|
||||
${INSTALL_DATA} ${FILESDIR}/OpenBSD-markers ${PREFIX}/lib/xglobe
|
||||
|
||||
SUPDISTFILES=${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-no-map${EXTRACT_SUFX}
|
||||
|
||||
|
40
x11/xglobe/files/OpenBSD-markers
Normal file
40
x11/xglobe/files/OpenBSD-markers
Normal file
@ -0,0 +1,40 @@
|
||||
# $OpenBSD: OpenBSD-markers,v 1.1 2000/05/27 16:09:57 espie Exp $
|
||||
# This is a list of OpenBSD developpers and related people.
|
||||
#
|
||||
-27.48 153.20 "Leonard" # David
|
||||
-34.67 -58.50 "Schwindt" # Federico G.
|
||||
25.0 121.400 "Lo" # Kevin
|
||||
35.67 139.75 "Itojun" # Jun-ichiro
|
||||
37.515049 -122.339528 "Hyman" # Marco S.
|
||||
38.9693 -77.3863 "Wright" # Jason L.
|
||||
39.96 -83 "Jackson" # Eric
|
||||
40 -75.10 "Keromytis" # Angelos D.
|
||||
40.033779 -105.250051 "Miller" # Todd
|
||||
40.683 -89.583 "Fries" # Todd
|
||||
40.7517 -73.9942 "Shalayeff" # Michael
|
||||
40.85 -96.75 "Phillips" # Jim, OpenBSD journal
|
||||
41.881 -87.628 "Creighton" # Brandon
|
||||
42.2775 -83.754167 "Provos" # Niels
|
||||
42.280556 -83.754722 "Rees" # Jim Rees
|
||||
42.281336 -83.738587 "Turan" # Chris
|
||||
42.3813 -71.1283 "Janzen" # Paul
|
||||
43.5826 1.4376 "Herb" # Matthieu
|
||||
43.70 -79.42 "Westerback" # Ken
|
||||
44.39 -63.34 "Campbell" # Aaron
|
||||
45.5 -73.5 "Cote" # Yannick
|
||||
45.78 3.08 "Vallat" # Miod
|
||||
47.50 7.60 "Hartmeier" # Daniel
|
||||
48.3 15.7 "Sammer" # Reinhard J.
|
||||
48.87 2.33 "Espie" # Marc
|
||||
49.57 11.03 "Friedl" # Markus
|
||||
51.6 -114.1 "de Raadt" # Theo
|
||||
52.26 4.63 "Dobbelar" # Camiel
|
||||
53.13 9 "Finck" # Jan-Uwe
|
||||
53.56 -113.51 "Beck" # Bob
|
||||
53.56 -113.51 "Weingarten" # Tobias
|
||||
55.02 82.54 "Safiullin" # Oleg
|
||||
57.43 11.58 "Schlyter" # Jakob
|
||||
57.717 11.967 "Hallqvist" # Niklas
|
||||
59.33 18.08 "Grabowsky" # Art
|
||||
59.43 17.81 "Jansson" # Mats O
|
||||
60.12399 24.52438 "Virtanen" # Jukka
|
@ -4,3 +4,7 @@ The image of the globe is updated at regular intervals.
|
||||
XGlobe uses a world map image which is mapped to the globe.
|
||||
With a good map this can look very nice.
|
||||
It is possible to mark locations on the globe.
|
||||
|
||||
As a bonus, this package includes an `OpenBSD markers' file, which collates
|
||||
the location of many major developpers and other people from the OpenBSD
|
||||
community.
|
||||
|
@ -1,8 +1,9 @@
|
||||
@comment $OpenBSD: PLIST.sed,v 1.2 2000/05/23 21:31:41 espie Exp $
|
||||
@comment $OpenBSD: PLIST.sed,v 1.3 2000/05/27 16:09:57 espie Exp $
|
||||
bin/xglobe
|
||||
bin/getcloudmap
|
||||
!%%no_map%%
|
||||
lib/xglobe/xglobe-markers
|
||||
lib/xglobe/OpenBSD-markers
|
||||
share/doc/xglobe/README
|
||||
share/doc/xglobe/README.maps
|
||||
@dirrm share/doc/xglobe
|
||||
|
Loading…
Reference in New Issue
Block a user