diff options
author | green <green@FreeBSD.org> | 1999-11-03 09:01:50 +0800 |
---|---|---|
committer | green <green@FreeBSD.org> | 1999-11-03 09:01:50 +0800 |
commit | 9f6d09c11b571e473876a27d90cd3d202fbc13c1 (patch) | |
tree | 38744c8e002b7bd22db4a016ddf0d1c0b2ef4f36 | |
parent | 95be931d856d5ba7436347e9016ca83a2a2b02f7 (diff) | |
download | freebsd-ports-gnome-9f6d09c11b571e473876a27d90cd3d202fbc13c1.tar.gz freebsd-ports-gnome-9f6d09c11b571e473876a27d90cd3d202fbc13c1.tar.zst freebsd-ports-gnome-9f6d09c11b571e473876a27d90cd3d202fbc13c1.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 |