diff options
author | edwin <edwin@FreeBSD.org> | 2004-12-23 09:41:51 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-12-23 09:41:51 +0800 |
commit | a0920341da1b6fa1486561666cc28951bfd37c65 (patch) | |
tree | 238d9269228e237c47aa0e33409d34a6e9f18058 /astro | |
parent | aeef24f0465b20f770ad8ae30b927a7b348c3d73 (diff) | |
download | freebsd-ports-gnome-a0920341da1b6fa1486561666cc28951bfd37c65.tar.gz freebsd-ports-gnome-a0920341da1b6fa1486561666cc28951bfd37c65.tar.zst freebsd-ports-gnome-a0920341da1b6fa1486561666cc28951bfd37c65.zip |
astro/xearth - inclusion of a 'submitters' file
a new marker file for contributers who aren't blessed with
commiter status (yet)
Feel free to backup if you think it's nonsense to have this file.
PR: ports/74164
Submitted by: Erik Greenwald <erik@smluc.org>
Diffstat (limited to 'astro')
-rw-r--r-- | astro/xearth/Makefile | 2 | ||||
-rw-r--r-- | astro/xearth/files/freebsd.submitters.markers | 12 | ||||
-rw-r--r-- | astro/xearth/pkg-descr | 1 | ||||
-rw-r--r-- | astro/xearth/pkg-plist | 1 |
4 files changed, 15 insertions, 1 deletions
diff --git a/astro/xearth/Makefile b/astro/xearth/Makefile index 476f81689ece..7723f7e45ba7 100644 --- a/astro/xearth/Makefile +++ b/astro/xearth/Makefile @@ -23,7 +23,7 @@ MAN1= xearth.1 # Copy the list of FreeBSD sites & committers locations post-install: @${MKDIR} ${PREFIX}/lib/X11/xearth -.for marker in freebsd.committers.markers freebsd.ftp.markers +.for marker in freebsd.committers.markers freebsd.submitters.markers freebsd.ftp.markers @${INSTALL_DATA} ${FILESDIR}/${marker} ${PREFIX}/lib/X11/xearth .endfor diff --git a/astro/xearth/files/freebsd.submitters.markers b/astro/xearth/files/freebsd.submitters.markers new file mode 100644 index 000000000000..cc17531a56f4 --- /dev/null +++ b/astro/xearth/files/freebsd.submitters.markers @@ -0,0 +1,12 @@ +# $Id$ +# +# FreeBSD Project Submitters, for us mere mortals who contribute +# via send-pr :) +# +# In case you don't know the exact coordinates, you might find it at +# http://www.heavens-above.com/ +# +# Style (sorted from east to west): sort -n -r -k 2 +# Lat, Long, "name" opt # location + + 39.536, -76.349 "erik@smluc.org" # Bel Air, MD, USA diff --git a/astro/xearth/pkg-descr b/astro/xearth/pkg-descr index 8fe5f5dcb052..e0a4db2f85df 100644 --- a/astro/xearth/pkg-descr +++ b/astro/xearth/pkg-descr @@ -11,6 +11,7 @@ There are two additional marker files installed in various FreeBSD people and places: freebsd.committers.markers - FreeBSD committers +freebsd.submitters.markers - FreeBSD submitters freebsd.ftp.markers - FreeBSD FTP mirrors WWW: http://www.cs.colorado.edu/~tuna/xearth/index.html diff --git a/astro/xearth/pkg-plist b/astro/xearth/pkg-plist index da04bf96daab..1119adb41c71 100644 --- a/astro/xearth/pkg-plist +++ b/astro/xearth/pkg-plist @@ -1,4 +1,5 @@ bin/xearth lib/X11/xearth/freebsd.committers.markers +lib/X11/xearth/freebsd.submitters.markers lib/X11/xearth/freebsd.ftp.markers @dirrm lib/X11/xearth |