mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Split freebsd.markers to freebsd.core.markers (core team members) and
freebsd.ftp.markers (ftp sites). The latter file is quite incomplete, I'd like to at least have one for each country (preferably all of ftp.*.freebsd.org's) in there. Many entries are commented out because I either couldn't find out where the site is or I couldn't find the name of the city on my map. ;)
This commit is contained in:
parent
714350b27a
commit
c49f590202
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2904
@ -3,7 +3,7 @@
|
||||
# Date created: 29 October 1995
|
||||
# Whom: piero
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1995/04/12 20:31:54 asami Exp $
|
||||
# $Id: Makefile,v 1.5 1995/10/01 21:53:49 roberto Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xearth-1.0
|
||||
@ -14,6 +14,8 @@ USE_IMAKE= yes
|
||||
|
||||
# Copy the list of FreeBSD sites
|
||||
post-install:
|
||||
cp ${FILESDIR}/freebsd.markers ${PREFIX}/lib/X11
|
||||
mkdir -p ${PREFIX}/lib/X11/xearth
|
||||
cp ${FILESDIR}/freebsd.core.markers ${PREFIX}/lib/X11/xearth
|
||||
cp ${FILESDIR}/freebsd.ftp.markers ${PREFIX}/lib/X11/xearth
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
14
astro/xearth/files/freebsd.core.markers
Normal file
14
astro/xearth/files/freebsd.core.markers
Normal file
@ -0,0 +1,14 @@
|
||||
#
|
||||
# FreeBSD core team members
|
||||
#
|
||||
37.8, -122.4, "asami, gibbs, jkh" # San Francisco, CA
|
||||
45.5, -122.6, "davidg" # near Portland, OR
|
||||
42.4, -71.1, "wollman" # Boston, MA
|
||||
56.0, -4.5, "gary" # Glasgow, UK
|
||||
55.8, 37.6, "ache" # Moscow
|
||||
55.4, 11.3, "phk, sos" # Denmark
|
||||
52.0, 13.8, "joerg" # Germany
|
||||
29.7, -95.4, "rich" # Houston, TX
|
||||
39.8, -86.2, "dyson" # Indianapolis, IN
|
||||
-33.55,151.1, "bde" # Sydney, Australia.
|
||||
-31.58,115.49, "peter" # Perth, Australia.
|
47
astro/xearth/files/freebsd.ftp.markers
Normal file
47
astro/xearth/files/freebsd.ftp.markers
Normal file
@ -0,0 +1,47 @@
|
||||
#
|
||||
# FreeBSD sites
|
||||
#
|
||||
37.8, -122.4, "freebsd.org" # San Francisco
|
||||
#
|
||||
# North America
|
||||
#
|
||||
35.2, -80.9, "ftp2.freebsd.org" # Charlotte, NC
|
||||
29.7, -95.4, "ftp3.freebsd.org" # Houston, TX (neosoft.com)
|
||||
38.6, -77.0, "ftp4.freebsd.org" # Arlington, VA (atinc.com)
|
||||
43.6, -83.9, "ftp5.freebsd.org" # Mt. Pleasant, MI (C-Mich U)
|
||||
# "ftp6.freebsd.org" # Blacksburg, VA (Va Tech)
|
||||
44.9, -68.8, "ftp7.freebsd.org" # Orono, ME (U of Maine)
|
||||
# "ftp.ca.freebsd.org" # Gatineau, Quebec (synapse.net)
|
||||
#
|
||||
# South America
|
||||
#
|
||||
# "ftp.br.freebsd.org"
|
||||
# Europe
|
||||
#
|
||||
54.0, -7.0, "ftp.ie.freebsd.org" # Dublin, Ireland
|
||||
# "ftp.de.freebsd.org" # Aachen, DE (rwth-aachen)
|
||||
# "ftp.uk.freebsd.org" # UK (Imperial College)
|
||||
60.2, 25.0, "nic.funet.fi" # Helsinki?, Finland
|
||||
48.9, 2.4, "ftp.ibp.fr" # Paris, France
|
||||
# "sunsite.mff.cuni.cz" # Czech Republic
|
||||
# "ftp.luth.se" # Sweden
|
||||
# "ftp.ua.pt" # Portugal
|
||||
# "ftp.kiae.su" # Russia
|
||||
# "ftp.nl.net" # Netherlands
|
||||
#
|
||||
# Asia/Australia
|
||||
#
|
||||
35.7, 139.7, "ftp.jp.freebsd.org" # Tokyo, Japan
|
||||
37.0, 127.0, "ftp.kr.freebsd.org" # Seoul?, South Korea
|
||||
-33.55,151.1, "ftp.au.freebsd.org" # Sydney, Australia.
|
||||
# "ftp2.au.freebsd.org" # adfa.oz.au
|
||||
-27.0, 153.0, "ftp3.au.freebsd.org" # Brisbane (U of Q'sland)
|
||||
14.0, 101.0, "ftp.nectec.or.th" # Bangkok?
|
||||
22.0, 114.0, "ftp.hk.super.net" # Hong Kong
|
||||
32.1, 34.8, "orgchem.weizmann.ac.il" # Tel Aviv?, Israel
|
||||
# "nctuccca.edu.tw" # Taiwan
|
||||
#
|
||||
# Africa
|
||||
#
|
||||
-24.8, 28.1, "ftp.internat.freebsd.org" # Pretoria
|
||||
# "ftp.za.freebsd.org" # South Africa
|
@ -6,6 +6,6 @@ time between updates can be changed with the -wait option.
|
||||
Xearth can also render directly into PPM and GIF files
|
||||
instead of drawing in the root window.
|
||||
|
||||
There is an additional file called freebsd.markers which
|
||||
give the location of several FreeBSD core team members and
|
||||
FTP sites.
|
||||
There are additional files called freebsd.{core,ftp}.markers
|
||||
which give the location of FreeBSD core team members and FTP
|
||||
sites. These are installed in /usr/X11R6/lib/X11/xearth.
|
||||
|
@ -1,4 +1,4 @@
|
||||
@cwd /usr/X11R6
|
||||
bin/xearth
|
||||
man/man1/xearth.1.gz
|
||||
lib/X11/freebsd.markers
|
||||
lib/X11/xearth/freebsd.core.markers
|
||||
lib/X11/xearth/freebsd.ftp.markers
|
||||
|
Loading…
Reference in New Issue
Block a user