diff options
author | dougb <dougb@FreeBSD.org> | 2011-10-24 17:11:38 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-10-24 17:11:38 +0800 |
commit | a7627ea1c0ac00b831f80a35d6b0e1f69f6ee9da (patch) | |
tree | 61d57d97395c0da3f336a10425e54baba35b9ef3 /astro | |
parent | a946956b399cfcfab07ff372c8b3435aa5678a9a (diff) | |
download | freebsd-ports-gnome-a7627ea1c0ac00b831f80a35d6b0e1f69f6ee9da.tar.gz freebsd-ports-gnome-a7627ea1c0ac00b831f80a35d6b0e1f69f6ee9da.tar.zst freebsd-ports-gnome-a7627ea1c0ac00b831f80a35d6b0e1f69f6ee9da.zip |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues
Diffstat (limited to 'astro')
-rw-r--r-- | astro/gkrellmoon2/pkg-descr | 2 | ||||
-rw-r--r-- | astro/gpsman/pkg-descr | 2 | ||||
-rw-r--r-- | astro/p5-Astro-MoonPhase/pkg-descr | 2 | ||||
-rw-r--r-- | astro/xmoontool/pkg-descr | 2 | ||||
-rw-r--r-- | astro/xplanet/pkg-descr | 2 |
5 files changed, 4 insertions, 6 deletions
diff --git a/astro/gkrellmoon2/pkg-descr b/astro/gkrellmoon2/pkg-descr index 38537684b58e..ba7d582c3902 100644 --- a/astro/gkrellmoon2/pkg-descr +++ b/astro/gkrellmoon2/pkg-descr @@ -3,5 +3,5 @@ upon the glunarclock and wmMoonClock applications. The port is based on the original gkrellmoon port for Grellm1 by Patrick Li. -WWW: http://gkrellmoon.sourceforge.net/ Author: Dale P. Smith <dsmith@altustech.com> +WWW: http://gkrellmoon.sourceforge.net/ diff --git a/astro/gpsman/pkg-descr b/astro/gpsman/pkg-descr index 62442a9402b9..a81f083a950f 100644 --- a/astro/gpsman/pkg-descr +++ b/astro/gpsman/pkg-descr @@ -4,5 +4,5 @@ a friendly environment. GPSMan supports communication and real-time logging with both Garmin and Lowrance receivers and accepts real-time logging information in NMEA from any GPS receiver. -AUTHOR: Miguel Filgueiras +Author: Miguel Filgueiras WWW: http://www.ncc.up.pt/gpsman/ diff --git a/astro/p5-Astro-MoonPhase/pkg-descr b/astro/p5-Astro-MoonPhase/pkg-descr index a397b61d3d9b..25a717f72357 100644 --- a/astro/p5-Astro-MoonPhase/pkg-descr +++ b/astro/p5-Astro-MoonPhase/pkg-descr @@ -2,5 +2,3 @@ Astro::MoonPhase is a perl module that calculates information about the phase of the moon at a given time. WWW: http://search.cpan.org/dist/Astro-MoonPhase/ - ---will diff --git a/astro/xmoontool/pkg-descr b/astro/xmoontool/pkg-descr index fb2b8ff02482..62ee41fe7f4a 100644 --- a/astro/xmoontool/pkg-descr +++ b/astro/xmoontool/pkg-descr @@ -2,5 +2,5 @@ John Walker's moontool for the X11 desktop. It shows a real-time picture of the moon phases and displays some related astronomical data about the moon and the sun. -- This version of the program uses the Motif toolkit. -WWW: http://www.senax.net/xmoontool/xmoontool.html Author: John Walker +WWW: http://www.senax.net/xmoontool/xmoontool.html diff --git a/astro/xplanet/pkg-descr b/astro/xplanet/pkg-descr index c0b822a50384..e862cf543775 100644 --- a/astro/xplanet/pkg-descr +++ b/astro/xplanet/pkg-descr @@ -4,5 +4,5 @@ earth (or another planet). Orthographic and Mercator projections can be rendered to the root window or saved to a file. An image that the user can rotate interactively can be popped up in a window using OpenGL or Mesa. -WWW: http://xplanet.sourceforge.net/ Author: Hari Nair <hari@alumni.caltech.edu> +WWW: http://xplanet.sourceforge.net/ |