diff options
author | Brian Feldman <green@FreeBSD.org> | 1999-11-03 09:01:50 +0800 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 1999-11-03 09:01:50 +0800 |
commit | 9b8fcd25e024ebca6183d325bffe0d5f800702a9 (patch) | |
tree | 0bed482bfd87f972410925136367c7b64451c158 | |
parent | 28145a837a583727208959bdcfd7bf38c56fa359 (diff) | |
download | freebsd-ports-gnome-9b8fcd25e024ebca6183d325bffe0d5f800702a9.tar.gz freebsd-ports-gnome-9b8fcd25e024ebca6183d325bffe0d5f800702a9.tar.zst freebsd-ports-gnome-9b8fcd25e024ebca6183d325bffe0d5f800702a9.zip |
Resurrect freebsd.core.markers, but update the entries with ones from
freebsd.committers.markers. freebsd.committers.markers does not now
contain core members to prevent redundancy and clutter :)
-rw-r--r-- | astro/xearth/Makefile | 1 | ||||
-rw-r--r-- | astro/xearth/files/freebsd.committers.markers | 21 | ||||
-rw-r--r-- | astro/xearth/files/freebsd.core.markers | 19 | ||||
-rw-r--r-- | astro/xearth/pkg-plist | 1 |
4 files changed, 22 insertions, 20 deletions
diff --git a/astro/xearth/Makefile b/astro/xearth/Makefile index 94255795d890..f33d665b4d21 100644 --- a/astro/xearth/Makefile +++ b/astro/xearth/Makefile @@ -22,6 +22,7 @@ MAN1= xearth.1 # Copy the list of FreeBSD sites post-install: ${MKDIR} ${PREFIX}/lib/X11/xearth + ${CP} ${FILESDIR}/freebsd.core.markers ${PREFIX}/lib/X11/xearth ${CP} ${FILESDIR}/freebsd.committers.markers ${PREFIX}/lib/X11/xearth ${CP} ${FILESDIR}/freebsd.ftp.markers ${PREFIX}/lib/X11/xearth diff --git a/astro/xearth/files/freebsd.committers.markers b/astro/xearth/files/freebsd.committers.markers index 599a4b9e6888..d371916b4760 100644 --- a/astro/xearth/files/freebsd.committers.markers +++ b/astro/xearth/files/freebsd.committers.markers @@ -3,26 +3,7 @@ # 37.91 -122.06 "Walnut Creek" # Walnut Creek CD-ROM # -# FreeBSD core team members -# -40.0, -123.5, "jkh" # Miranda, CA -37.9, -122.3, "asami" # Berkeley, CA -40.1, -105.3, "gibbs" # Boulder, CO (wow!) -45.5, -122.6, "dg" # near Portland, OR -47.5, -122.4, "jdp" # Seattle, WA -42.34, -71.19, "gwollman" # Brighton, MA -39.2, -77.0, "jmb" # Silver Spring, MD -56.0, -4.5, "gary" # Glasgow, UK -55.8, 37.6, "ache" # Moscow -53.0, 5.0, "guido" # Eindhoven, the Netherlands -55.4, 11.3, "phk" # Denmark -52.2, 10.2, " ,sos" # Denmark -52.0, 13.8, "joerg" # Germany -29.7, -95.4, "rich" # Houston, TX --33.55,151.1, "bde" # Sydney, Australia. --31.58,115.49, "peter" # Perth, Australia. -# -# Other committers +# FreeBSD's committers excluding the Core # 39.25, -121.02 "truckman" # Nevada City, CA 38.54 -121.76 " ,obrien,mharo" # Davis, CA diff --git a/astro/xearth/files/freebsd.core.markers b/astro/xearth/files/freebsd.core.markers new file mode 100644 index 000000000000..104f3b1aac54 --- /dev/null +++ b/astro/xearth/files/freebsd.core.markers @@ -0,0 +1,19 @@ +# +# FreeBSD core team members +# +40.0, -123.5, "jkh" # Miranda, CA +37.9, -122.3, "asami" # Berkeley, CA +40.1, -105.3, "gibbs" # Boulder, CO (wow!) +45.5, -122.6, "dg" # near Portland, OR +47.5, -122.4, "jdp" # Seattle, WA +42.34, -71.19, "gwollman" # Brighton, MA +39.2, -77.0, "jmb" # Silver Spring, MD +56.0, -4.5, "gary" # Glasgow, UK +55.8, 37.6, "ache" # Moscow +53.0, 5.0, "guido" # Eindhoven, the Netherlands +55.4, 11.3, "phk" # Denmark +52.2, 10.2, " ,sos" # Denmark +52.0, 13.8, "joerg" # Germany +29.7, -95.4, "rich" # Houston, TX +-33.55,151.1, "bde" # Sydney, Australia. +-31.58,115.49, "peter" # Perth, Australia. diff --git a/astro/xearth/pkg-plist b/astro/xearth/pkg-plist index da04bf96daab..9cf79af94645 100644 --- a/astro/xearth/pkg-plist +++ b/astro/xearth/pkg-plist @@ -1,4 +1,5 @@ bin/xearth +lib/X11/xearth/freebsd.core.markers lib/X11/xearth/freebsd.committers.markers lib/X11/xearth/freebsd.ftp.markers @dirrm lib/X11/xearth |