aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-03-02 23:26:42 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-03-02 23:26:42 +0000
commit9ae3fa335db3496694c30b79075ffe82ddf3cd19 (patch)
treeffc390364b918e79218443ceeed22dc36cdfe021
parentb798ce96da5b5fcf25e4e9f21071399feee4db1e (diff)
downloadports-9ae3fa335db3496694c30b79075ffe82ddf3cd19.tar.gz
ports-9ae3fa335db3496694c30b79075ffe82ddf3cd19.zip
Remove Author from pkg-descr and white space fixes
Notes
Notes: svn path=/head/; revision=380305
-rw-r--r--dns/checkdns/pkg-descr1
-rw-r--r--dns/dnswalk/pkg-descr1
-rw-r--r--dns/gdnsd/pkg-descr10
-rw-r--r--dns/rbllookup-ng/pkg-descr2
-rw-r--r--dns/rbllookup/pkg-descr1
-rw-r--r--dns/updatedd/pkg-descr3
-rw-r--r--dns/zkt/pkg-descr5
-rw-r--r--editors/bitedit/pkg-descr7
-rw-r--r--editors/klat4/pkg-descr4
-rw-r--r--editors/puff/pkg-descr1
-rw-r--r--editors/spe/pkg-descr1
-rw-r--r--editors/winefish/pkg-descr1
-rw-r--r--emulators/cpmtools/pkg-descr2
-rw-r--r--emulators/fuse-utils/pkg-descr1
-rw-r--r--emulators/fuse/pkg-descr1
-rw-r--r--emulators/generator-cbiere/pkg-descr1
-rw-r--r--emulators/generator/pkg-descr1
-rw-r--r--emulators/hugo/pkg-descr1
-rw-r--r--emulators/libdsk/pkg-descr1
-rw-r--r--emulators/libspectrum/pkg-descr1
-rw-r--r--emulators/m2000/pkg-descr1
-rw-r--r--emulators/stonx/pkg-descr4
-rw-r--r--emulators/xcpc/pkg-descr1
-rw-r--r--ftp/ftpsync/pkg-descr1
-rw-r--r--games/braincurses/pkg-descr1
-rw-r--r--games/cake/pkg-descr2
-rw-r--r--games/einstein/pkg-descr1
-rw-r--r--games/fxsudoku/pkg-descr1
-rw-r--r--games/glchess/pkg-descr1
-rw-r--r--games/gnarr/pkg-descr2
-rw-r--r--games/plonx/pkg-descr1
-rw-r--r--games/py-sgfsummary/pkg-descr1
-rw-r--r--games/tetrinet-x/pkg-descr1
-rw-r--r--games/thevalley/pkg-descr1
-rw-r--r--games/tractorgen/pkg-descr1
-rw-r--r--games/unnethack/pkg-descr3
-rw-r--r--games/vultures-eye/pkg-descr1
-rw-r--r--games/whichwayisup/pkg-descr1
-rw-r--r--games/xmine/pkg-descr2
-rw-r--r--games/xpacman/pkg-descr2
-rw-r--r--games/xrally/pkg-descr1
-rw-r--r--graphics/djview4/pkg-descr1
-rw-r--r--graphics/djvulibre/pkg-descr3
-rw-r--r--graphics/edje_viewer/pkg-descr3
-rw-r--r--graphics/exact-image/pkg-descr1
-rw-r--r--graphics/fotofix/pkg-descr1
-rw-r--r--graphics/gscan2pdf/pkg-descr1
-rw-r--r--graphics/imgv/pkg-descr1
-rw-r--r--graphics/jdraw/pkg-descr3
-rw-r--r--graphics/kix-kmod/pkg-descr1
-rw-r--r--graphics/libpcd/pkg-descr1
51 files changed, 15 insertions, 77 deletions
diff --git a/dns/checkdns/pkg-descr b/dns/checkdns/pkg-descr
index 9e1dc570ab5a..ec9c4b2841ba 100644
--- a/dns/checkdns/pkg-descr
+++ b/dns/checkdns/pkg-descr
@@ -9,5 +9,4 @@ HTMLs also include information about the MX and WWW records of the domain name.
The tool is expected to be of great use for Internet Service Providers
who are in need of keeping track of lame dns records.
-Author: Atilim BOY aboy@enderunix.org EnderUNIX SDT @ Turkey
WWW: http://www.enderunix.org/checkdns
diff --git a/dns/dnswalk/pkg-descr b/dns/dnswalk/pkg-descr
index da1ccc3a44b3..ab8b57a7c856 100644
--- a/dns/dnswalk/pkg-descr
+++ b/dns/dnswalk/pkg-descr
@@ -2,5 +2,4 @@ dnswalk is a DNS debugger. It performs zone transfers of specified
domains, and checks the database in numerous ways for internal
consistency, as well as accuracy.
-Author: David Barr <barr@cis.ohio-state.edu>
WWW: http://sourceforge.net/projects/dnswalk/
diff --git a/dns/gdnsd/pkg-descr b/dns/gdnsd/pkg-descr
index c526ed29b6f1..571179658dd5 100644
--- a/dns/gdnsd/pkg-descr
+++ b/dns/gdnsd/pkg-descr
@@ -1,13 +1,13 @@
gdnsd is an Authoritative-only DNS server.
The initial g stands for Geographic, as gdnsd offers a plugin system for
-geographic (or other sorts of) balancing, redirection, and
-service-state-conscious failover. If you don't care about that feature,
-it's still quite good at being a very fast, lean, and resilient
+geographic (or other sorts of) balancing, redirection, and
+service-state-conscious failover. If you don't care about that feature,
+it's still quite good at being a very fast, lean, and resilient
authoritative-only server for static DNS data.
-gdnsd is written in C using libev and pthreads with a focus on high
-performance, low latency service. It does not offer any form of caching or
+gdnsd is written in C using libev and pthreads with a focus on high
+performance, low latency service. It does not offer any form of caching or
recursive service, and does not support DNSSEC.
WWW: https://github.com/blblack/gdnsd/
diff --git a/dns/rbllookup-ng/pkg-descr b/dns/rbllookup-ng/pkg-descr
index 52a1cab823c7..0a00bd2f0a98 100644
--- a/dns/rbllookup-ng/pkg-descr
+++ b/dns/rbllookup-ng/pkg-descr
@@ -4,5 +4,3 @@ name.
In this version you have statically inserted RBL servers, but code is based
on GPL source, so you can easy add more/replace/delete RBL servers by
editing rbllookup.conf file.
-
-Author: Marcin Gondek <drixter@e-utp.net> / Edwin Groothuis <edwin@mavetju.org>
diff --git a/dns/rbllookup/pkg-descr b/dns/rbllookup/pkg-descr
index a54e4d6c4827..0cdcf71e1b47 100644
--- a/dns/rbllookup/pkg-descr
+++ b/dns/rbllookup/pkg-descr
@@ -8,5 +8,4 @@ editing rbllookup.pl file.
Also, author looking for support from programmers for ideas, codefix, new
features, switch to c/c++, gui version?
-Author: Marcin Gondek <drixter@e-utp.net>
WWW: http://rbllookup.sourceforge.net
diff --git a/dns/updatedd/pkg-descr b/dns/updatedd/pkg-descr
index f8aea5f3213f..436c1e9a6c4c 100644
--- a/dns/updatedd/pkg-descr
+++ b/dns/updatedd/pkg-descr
@@ -19,5 +19,4 @@ Furthermore the package includes a wrapper for updatedd
called `updatedd-wrapper'. It provides support for
configuration files and IP adddress caching.
-Author: Philipp Benner <philipp_benner (at) gmx (dot) de>
-WWW: http://updatedd.philipp-benner.de
+WWW: http://updatedd.philipp-benner.de
diff --git a/dns/zkt/pkg-descr b/dns/zkt/pkg-descr
index 6eb42824317f..5155c0dbc7b8 100644
--- a/dns/zkt/pkg-descr
+++ b/dns/zkt/pkg-descr
@@ -1,9 +1,8 @@
DNSsec Zone Key Tool
-ZKT is a tool to manage keys and signatures for DNSSEC-zones.
+ZKT is a tool to manage keys and signatures for DNSSEC-zones.
The Zone Key Tool consists of two commands:
-o dnssec-zkt to create and list dnssec zone keys and
+o dnssec-zkt to create and list dnssec zone keys and
o dnssec-signer to sign a zone and manage the lifetime of the zone signing keys
-Author: Holger Zuleger
WWW: http://www.hznet.de/dns/zkt/
diff --git a/editors/bitedit/pkg-descr b/editors/bitedit/pkg-descr
index b4b62b278f15..53b824468973 100644
--- a/editors/bitedit/pkg-descr
+++ b/editors/bitedit/pkg-descr
@@ -1,6 +1,5 @@
-bitedit is a simple ncurses program for editing a file. It allows
-you to directly edit of the individual bits of a binary file in a
+bitedit is a simple ncurses program for editing a file. It allows
+you to directly edit of the individual bits of a binary file in a
graphical fashion. It is useful for editing all sorts of binary files.
-Author: Andrew McGill <andrew@ledge.co.za>
-WWW: http://ledge.co.za/bitedit/
+WWW: http://ledge.co.za/bitedit/
diff --git a/editors/klat4/pkg-descr b/editors/klat4/pkg-descr
index ba43faa19e6b..32430f52413c 100644
--- a/editors/klat4/pkg-descr
+++ b/editors/klat4/pkg-descr
@@ -1,7 +1,3 @@
A LaTeX source editor for KDE4.
-Author: Anna A. Ladilova
- Dmitry V. Reshetnikov
- ladilova@algebraic.ru
-
WWW: http://www.algebraic.ru/doku.php?id=projects:klat4
diff --git a/editors/puff/pkg-descr b/editors/puff/pkg-descr
index f9a42aae317f..e04d625bd6ed 100644
--- a/editors/puff/pkg-descr
+++ b/editors/puff/pkg-descr
@@ -6,5 +6,4 @@ Primary features:
- Keys may be reassigned
- Source is easy to extend
-Author: Leif Pedersen <bilbo@devpit.org>
WWW: http://devpit.org/puff/
diff --git a/editors/spe/pkg-descr b/editors/spe/pkg-descr
index fa133922c135..c7f1ba1d6705 100644
--- a/editors/spe/pkg-descr
+++ b/editors/spe/pkg-descr
@@ -5,5 +5,4 @@ context help, Blender support, ... Spe ships with Python debugger
(remote & encrypted), wxGlade (gui designer), PyChecker (source code doctor)
and Kiki (regex console)
-Author: Stani
WWW: http://pythonide.stani.be
diff --git a/editors/winefish/pkg-descr b/editors/winefish/pkg-descr
index d5d441bf7f43..30f3c6e56268 100644
--- a/editors/winefish/pkg-descr
+++ b/editors/winefish/pkg-descr
@@ -6,5 +6,4 @@ Main features:
(2) External Tools (customizable)
(3) UTF8 support
-Author: Ky Anh <kyanh@users.berlios.de>
WWW: http://winefish.berlios.de/
diff --git a/emulators/cpmtools/pkg-descr b/emulators/cpmtools/pkg-descr
index 35b8a8214662..0883c1245400 100644
--- a/emulators/cpmtools/pkg-descr
+++ b/emulators/cpmtools/pkg-descr
@@ -16,5 +16,3 @@ Ported & maintained by: J"org Wunsch <joerg@FreeBSD.org>, 1994
Frequently asked question:
No, FreeBSD's floppy-disk driver does not (yet) understand FM diskettes.
-
-Author: Helge Skrivervik, now (1994) helge@mellvik.no
diff --git a/emulators/fuse-utils/pkg-descr b/emulators/fuse-utils/pkg-descr
index 366b9bce144a..2180abc36ca4 100644
--- a/emulators/fuse-utils/pkg-descr
+++ b/emulators/fuse-utils/pkg-descr
@@ -1,5 +1,4 @@
fuse-utils is an utility package for handling ZX Spectrum files. It can be
used to list and convert tape, hard disk, snapshot, and audio files.
-Author: Philip Kendall <philip-fuse@shadowmagic.org.uk>
WWW: http://fuse-emulator.sourceforge.net/
diff --git a/emulators/fuse/pkg-descr b/emulators/fuse/pkg-descr
index e7aa697ce540..d8c0cb394e4e 100644
--- a/emulators/fuse/pkg-descr
+++ b/emulators/fuse/pkg-descr
@@ -4,5 +4,4 @@ loading from .tzx files, has sound and kempston joystick emulation,
and emulates various printers you could attach to the Spectrum.
It supports the new RZX input recording file format.
-Author: Philip Kendall <pak21-spectrum@srcf.ucam.org>
WWW: http://www.srcf.ucam.org/~pak21/spectrum/fuse.html
diff --git a/emulators/generator-cbiere/pkg-descr b/emulators/generator-cbiere/pkg-descr
index 43d74040303e..4c6140dbe467 100644
--- a/emulators/generator-cbiere/pkg-descr
+++ b/emulators/generator-cbiere/pkg-descr
@@ -16,5 +16,4 @@ Additional features:
* Automagic CPU usage reduction which is especially cool for notebooks.
* Working support for Game Genie codes.
-Author: Christian Biere
WWW: http://www.squish.net/generator/cbiere/generator/
diff --git a/emulators/generator/pkg-descr b/emulators/generator/pkg-descr
index ec920c2198a3..7ac192de09ac 100644
--- a/emulators/generator/pkg-descr
+++ b/emulators/generator/pkg-descr
@@ -15,5 +15,4 @@ operand pre-calculation, endian pre-conversion etc. There are approximately
that calculates flags and one that doesn't, so that unnecessary flag
computation is avoided.
-Author: James Ponder
WWW: http://www.squish.net/generator/
diff --git a/emulators/hugo/pkg-descr b/emulators/hugo/pkg-descr
index 136bd49d7e27..96a6acd684e2 100644
--- a/emulators/hugo/pkg-descr
+++ b/emulators/hugo/pkg-descr
@@ -1,5 +1,4 @@
Hu-Go! is a PC Engine (TurboGrafx 16) emulator originally coming from
FPCE, with various enhancements from many other emulators.
-Author: Zeograd <zeograd@zeograd.com>
WWW: http://www.zeograd.com/
diff --git a/emulators/libdsk/pkg-descr b/emulators/libdsk/pkg-descr
index 07e99b349de8..ace1575cfe14 100644
--- a/emulators/libdsk/pkg-descr
+++ b/emulators/libdsk/pkg-descr
@@ -19,5 +19,4 @@ LIBDSK has drivers for:
TeleDisk files (read-only), APRIDISK image files,
rcpmfs - makes a Unix/Windows directory appear to be a CP/M disc image.
-Author: John Elliott <jce@seasip.demon.co.uk>
WWW: http://www.seasip.demon.co.uk/Unix/LibDsk/
diff --git a/emulators/libspectrum/pkg-descr b/emulators/libspectrum/pkg-descr
index 19da56736e0b..d98f0d0c6019 100644
--- a/emulators/libspectrum/pkg-descr
+++ b/emulators/libspectrum/pkg-descr
@@ -11,5 +11,4 @@ So far it handles:
There are also some subsidiary functions which may be generally useful
for Spectrum-related utilities.
-Author: Philip Kendall <pak21-spectrum@srcf.ucam.org>
WWW: http://www.srcf.ucam.org/~pak21/spectrum/libspectrum.html
diff --git a/emulators/m2000/pkg-descr b/emulators/m2000/pkg-descr
index 627e47a425e4..8c38d991822d 100644
--- a/emulators/m2000/pkg-descr
+++ b/emulators/m2000/pkg-descr
@@ -10,5 +10,4 @@ P2000 Emulator
The tape files should be writable, otherwise the emulator won't load them.
-Author: Marcel de Kogel <dekogel@giganda.komkon.org>
WWW: http://www.komkon.org/~dekogel/m2000.html
diff --git a/emulators/stonx/pkg-descr b/emulators/stonx/pkg-descr
index e0f5e1cbdbd1..dc8964730d83 100644
--- a/emulators/stonx/pkg-descr
+++ b/emulators/stonx/pkg-descr
@@ -32,7 +32,3 @@ TOS 1.06: (3)
TOS 1.62: (3)
TOS 2.05: tested, should be OK
TOS 2.06: tested, should be OK
-
-Please notify me of problems not mentioned here!
-
-Author: Marinos Yannikos (nino@complang.tuwien.ac.at)
diff --git a/emulators/xcpc/pkg-descr b/emulators/xcpc/pkg-descr
index bc0a6867d3de..919516601624 100644
--- a/emulators/xcpc/pkg-descr
+++ b/emulators/xcpc/pkg-descr
@@ -13,5 +13,4 @@ Implemented Features:
* Almost full CRTC-6845 / GateArray emulation
* Adaptative frame-rate
-Author: Olivier Poncet <ponceto@noos.fr>
WWW: http://xcpc.sourceforge.net/
diff --git a/ftp/ftpsync/pkg-descr b/ftp/ftpsync/pkg-descr
index d53b8e570f51..14d34b54804e 100644
--- a/ftp/ftpsync/pkg-descr
+++ b/ftp/ftpsync/pkg-descr
@@ -3,5 +3,4 @@ tree. It was initally written to automize web publishing, but might be
useful for some other purposes, like mirroring not-too-large public sites,
data replication, and more.
-Author: Christoph Lechleitner <ibcl@users.sourceforge.net>
WWW: http://ftpsync.sourceforge.net/
diff --git a/games/braincurses/pkg-descr b/games/braincurses/pkg-descr
index f98112b880af..4dcdbbd2749c 100644
--- a/games/braincurses/pkg-descr
+++ b/games/braincurses/pkg-descr
@@ -1,4 +1,3 @@
BrainCurses is a clone of the Mastermind game implemented in ncurses.
-Author: Brian Derr <bderr@myrealbox.com>
WWW: http://freshmeat.net/projects/braincurses/
diff --git a/games/cake/pkg-descr b/games/cake/pkg-descr
index 6edc0d04e220..fbe2a6eac3d6 100644
--- a/games/cake/pkg-descr
+++ b/games/cake/pkg-descr
@@ -15,5 +15,3 @@ for id Software's Quake III Arena maps. It currently features:
* Background music + 3D sounds (not under FreeBSD though)
* Entities (with variable LOD)
* ZIP compressed files (*.pk3)
-
-Author: Nicolas Crittin
diff --git a/games/einstein/pkg-descr b/games/einstein/pkg-descr
index fd7e178686f5..497cf814ea3d 100644
--- a/games/einstein/pkg-descr
+++ b/games/einstein/pkg-descr
@@ -5,5 +5,4 @@ percentile and higher should be able to solve it.
See the WWW site for the rules of the game.
-Author: Alexander Babichev <asso@babichev.info>
WWW: http://games.flowix.com/en/
diff --git a/games/fxsudoku/pkg-descr b/games/fxsudoku/pkg-descr
index 46af3fc6587e..b3ee64ccf0aa 100644
--- a/games/fxsudoku/pkg-descr
+++ b/games/fxsudoku/pkg-descr
@@ -6,5 +6,4 @@ starting with various digits given in some cells (the "givens").
Each row, column, and region must contain only one instance of each
numeral. Completing the puzzle requires patience and logical ability.
-Author: Sander Jansen <sander@knology.net>
WWW: http://www.fifthplanet.net/
diff --git a/games/glchess/pkg-descr b/games/glchess/pkg-descr
index 210085690ad9..9a489cf9f39a 100644
--- a/games/glchess/pkg-descr
+++ b/games/glchess/pkg-descr
@@ -3,5 +3,4 @@ Communication Protocol (CECP) by Tim Mann. This means it can currently use
Crafty and GNU Chess as AIs. You can also play Human vs. Human, but so far
not over a network.
-Author: http://glchess.sourceforge.net/#authors
WWW: http://glchess.sourceforge.net/
diff --git a/games/gnarr/pkg-descr b/games/gnarr/pkg-descr
index d4a270e25363..1c75ee75ceda 100644
--- a/games/gnarr/pkg-descr
+++ b/games/gnarr/pkg-descr
@@ -3,5 +3,3 @@ From the gnarr manpage:
Gnarr generates a dwarven battle cry using some preset
templates. It is based on the Dwarven Battle Cry Generator
that was in Dragon Magazine, with some additions.
-
-Author: Joe Wreschnig <piman@sacredchao.net>
diff --git a/games/plonx/pkg-descr b/games/plonx/pkg-descr
index 07373508b87a..84fcf0c6f1d4 100644
--- a/games/plonx/pkg-descr
+++ b/games/plonx/pkg-descr
@@ -1,5 +1,4 @@
Plonx is a small ascii puzzle game, where you'll have to avoid bombs
and collect points.
-Author: Pasi Kallinen
WWW: http://bilious.homelinux.org/~paxed/plonx/
diff --git a/games/py-sgfsummary/pkg-descr b/games/py-sgfsummary/pkg-descr
index 9789c571669f..353f9742f9da 100644
--- a/games/py-sgfsummary/pkg-descr
+++ b/games/py-sgfsummary/pkg-descr
@@ -2,5 +2,4 @@ Sgfsummary reads multiple SGF (Smart Game Format) files, specifically
those recording Go/WeiQi/Baduk games, and summarizes their game
information to standard output. It is a part of the Go Tools Project.
-Author: David John Goodger <goodger@python.org>
WWW: http://gotools.sourceforge.net/sgfsummary/
diff --git a/games/tetrinet-x/pkg-descr b/games/tetrinet-x/pkg-descr
index 56a1858401b0..832a56b3245f 100644
--- a/games/tetrinet-x/pkg-descr
+++ b/games/tetrinet-x/pkg-descr
@@ -12,5 +12,4 @@ Please note, this server in no way encompasses the whole game. The clients
are the ones that do most of the work, with the server just passing suitable
packets between each client, and of course adding some of it's own.
-Author: Brendan Grieve (brg@cheerful.com)
WWW: ftp://ftp.dementia.nu/tetrinet/servers/tetrix
diff --git a/games/thevalley/pkg-descr b/games/thevalley/pkg-descr
index c627312a4f69..d5952b71bbb8 100644
--- a/games/thevalley/pkg-descr
+++ b/games/thevalley/pkg-descr
@@ -4,5 +4,4 @@ young chap, it's pretty basic but I just wanted to recreate it -
this was done by working on the BBC Micro version. There's more
about this game at http://www.classicgaming.com/studio2/valley/valley.htm
-Author: Paul Robson <autismuk@autismuk.freeserve.co.uk>
WWW: http://www.autismuk.freeserve.co.uk/
diff --git a/games/tractorgen/pkg-descr b/games/tractorgen/pkg-descr
index 0fb9fd3959d5..cbf030efac90 100644
--- a/games/tractorgen/pkg-descr
+++ b/games/tractorgen/pkg-descr
@@ -11,5 +11,4 @@ theorem of ASCII tractor mechanics:
"ASCII Tractors must have at least four wheels." [1]
-Author: Conrad Parker <kbert@vergenet.net>
WWW: http://www.vergenet.net/~conrad/software/tractorgen/
diff --git a/games/unnethack/pkg-descr b/games/unnethack/pkg-descr
index 0dba64b10b04..0a07985d75ae 100644
--- a/games/unnethack/pkg-descr
+++ b/games/unnethack/pkg-descr
@@ -4,5 +4,4 @@ more randomness, challenges and fun into NetHack. It features more
levels, several UI changes like automatically opened doors and the
pickup thrown patch and a lot of game play related changes.
-Author: Patric Mueller
-WWW: http://unnethack.sourceforge.net/
+WWW: http://unnethack.sourceforge.net/
diff --git a/games/vultures-eye/pkg-descr b/games/vultures-eye/pkg-descr
index 4f6ecb7b9d11..e803ada3986a 100644
--- a/games/vultures-eye/pkg-descr
+++ b/games/vultures-eye/pkg-descr
@@ -2,5 +2,4 @@ Vulture's Eye is a nice graphical interface for NetHack 3.4.3. It is
forked from Falcon's Eye, one of the nicest graphical interfaces ever
for NetHack.
-Author: Clive Crous
WWW: http://www.darkarts.co.za/vulture-for-nethack
diff --git a/games/whichwayisup/pkg-descr b/games/whichwayisup/pkg-descr
index 376ac1374c57..c1c7369940cd 100644
--- a/games/whichwayisup/pkg-descr
+++ b/games/whichwayisup/pkg-descr
@@ -2,5 +2,4 @@ Which Way Is Up is a traditional and challenging 2D platformer game
with a slight rotational twist. Help a mysterious big-eared salaryman
named Guy find his keys in a labyrinth of dangers and bad dialogue.
-Author: Olli "Hectigo" Etuaho <admin[at]hectigo.net>
WWW: http://www.oletus.fi/static/whichwayisup/
diff --git a/games/xmine/pkg-descr b/games/xmine/pkg-descr
index fe33ac1ca84c..4f20d4a06dc4 100644
--- a/games/xmine/pkg-descr
+++ b/games/xmine/pkg-descr
@@ -13,5 +13,3 @@ without OSF/Motif.
Since the game itself has some 3D look, linking against the famous
Xaw3d library is highly recommended.
-
-Author: Paul Falstad (pf@z-code.com)
diff --git a/games/xpacman/pkg-descr b/games/xpacman/pkg-descr
index 316bb292000a..fda6649a04de 100644
--- a/games/xpacman/pkg-descr
+++ b/games/xpacman/pkg-descr
@@ -6,5 +6,3 @@ a limited amount of time, chase and eat the ghosts. There
is also bonus available, for a limited amount of time. An
X gives just points, but a little pacman gives an extra
life.
-
-Author: Roar Thronaes, roart@nvg.unit.no
diff --git a/games/xrally/pkg-descr b/games/xrally/pkg-descr
index 25c8ffad6870..ad4c44ba2ca9 100644
--- a/games/xrally/pkg-descr
+++ b/games/xrally/pkg-descr
@@ -10,5 +10,4 @@ XRally is written in C using only the basic Xlib and Xpm libraries.
It's a project aimed mainly at newbie X11/Game programmers like me
(but any experienced help is appreciated! :) )
-Author: Ismael Orenstein <perdig@linuxbr.com.br>
WWW: http://www.linuxgames.com/xrally/
diff --git a/graphics/djview4/pkg-descr b/graphics/djview4/pkg-descr
index 462516a200ea..e497b118d8ac 100644
--- a/graphics/djview4/pkg-descr
+++ b/graphics/djview4/pkg-descr
@@ -1,5 +1,4 @@
Standalone Djvu viewer and plugin based on the Qt4 toolkit. Uses djvulibre
for rendering.
-Author: Leon Bottou <leonb@users.sf.net>
WWW: http://djvu.sourceforge.net/
diff --git a/graphics/djvulibre/pkg-descr b/graphics/djvulibre/pkg-descr
index bc24c20fbaf6..439ce05c39f5 100644
--- a/graphics/djvulibre/pkg-descr
+++ b/graphics/djvulibre/pkg-descr
@@ -10,5 +10,4 @@ an enhanced version of that code, maintained by the original inventors
of DjVu. It is compatible with version 3.5 of the LizardTech DjVu
software suite.
-Author: Leon Bottou <leonb@users.sf.net>
-WWW: http://djvu.sourceforge.net/
+WWW: http://djvu.sourceforge.net/
diff --git a/graphics/edje_viewer/pkg-descr b/graphics/edje_viewer/pkg-descr
index 6cd01b42279d..737c3b255d5b 100644
--- a/graphics/edje_viewer/pkg-descr
+++ b/graphics/edje_viewer/pkg-descr
@@ -1,5 +1,4 @@
A simple viewer for edj files. Should provide more ease of use than the edje
viewer that comes with edje itself.
-Author: urandom <vkojouharov@gmail.com>
-WWW: http://www.enlightenment.otg/
+WWW: http://www.enlightenment.otg/
diff --git a/graphics/exact-image/pkg-descr b/graphics/exact-image/pkg-descr
index 01171d9d1008..dfd3db45087e 100644
--- a/graphics/exact-image/pkg-descr
+++ b/graphics/exact-image/pkg-descr
@@ -1,4 +1,3 @@
ExactImage is a fast imaging library including a command line frontend.
-Author: Rene Rebe <rene@exactcode.de>
WWW: http://www.exactcode.de/oss/exact-image/
diff --git a/graphics/fotofix/pkg-descr b/graphics/fotofix/pkg-descr
index ddcb0b43f669..322d3e22036e 100644
--- a/graphics/fotofix/pkg-descr
+++ b/graphics/fotofix/pkg-descr
@@ -4,5 +4,4 @@ rotate images, and remove red eyes (if lucky). It was inspired by
IrfanView for Windows, a great but unfortunately non-portable and
closed-source product.
-Author: Dmitry Karasik <dmitry@karasik.eu.org>
WWW: http://www.prima.eu.org/fotofix/
diff --git a/graphics/gscan2pdf/pkg-descr b/graphics/gscan2pdf/pkg-descr
index 2d8ebedc53d4..6196ef2b7136 100644
--- a/graphics/gscan2pdf/pkg-descr
+++ b/graphics/gscan2pdf/pkg-descr
@@ -1,4 +1,3 @@
A GUI to ease the process of producing PDFs from scanned documents
-Author: Jeffrey Ratcliffe <ra28145@users.sourceforge.net>
WWW: http://sourceforge.net/projects/gscan2pdf
diff --git a/graphics/imgv/pkg-descr b/graphics/imgv/pkg-descr
index b95b669eeb2c..e9c8cb28b6fd 100644
--- a/graphics/imgv/pkg-descr
+++ b/graphics/imgv/pkg-descr
@@ -6,5 +6,4 @@ playlists, view and download images from Web sites, movie playing, file
searching/filtering, multiple directory loading, transitional effects,
image hiding and more.
-Author: Ryan Kulla <rkulla@gmail.com>
WWW: http://imgv.sourceforge.net/
diff --git a/graphics/jdraw/pkg-descr b/graphics/jdraw/pkg-descr
index 92746c909983..f22176722e4c 100644
--- a/graphics/jdraw/pkg-descr
+++ b/graphics/jdraw/pkg-descr
@@ -2,5 +2,4 @@ JDraw is a pixel oriented graphics editor designed especially for small
to medium-sized pictures used to decorate web pages. It is completely
written in Java, simple to use and saves (animated) GIFs, ICOs and PNGs.
-Author: jdomain@users.sourceforge.net
-WWW: http://jdraw.sourceforge.net
+WWW: http://jdraw.sourceforge.net
diff --git a/graphics/kix-kmod/pkg-descr b/graphics/kix-kmod/pkg-descr
index 6f7f9e73b326..d35d4d37d9b7 100644
--- a/graphics/kix-kmod/pkg-descr
+++ b/graphics/kix-kmod/pkg-descr
@@ -4,5 +4,4 @@ I originally submitted this as a kernel module, but after
seeing George Reid's plasma-kmod port I realised that was
a better way to do it.
-Author: Jonathan Belson <jon@witchspace.com>
WWW: http://www.witchspace.com/kix.html
diff --git a/graphics/libpcd/pkg-descr b/graphics/libpcd/pkg-descr
index 69fd1a1d98ce..5de79ae71c5a 100644
--- a/graphics/libpcd/pkg-descr
+++ b/graphics/libpcd/pkg-descr
@@ -2,5 +2,4 @@ This is a tiny library for decoding PhotoCD images. Its not exactly
new, it exists for years. I've just released it separately for the
first time now. It used to come bundled with xpcd.
-Author: Gerd Knorr <kraxel@bytesex.org>
WWW: http://www.kraxel.org/blog/linux/libpcd/