diff options
author | wiz <wiz@pkgsrc.org> | 2000-08-11 01:07:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-08-11 01:07:45 +0000 |
commit | c750c08ad9887fb1fbf2c1772fddd57219e35575 (patch) | |
tree | 61a4b821a3d41eb58b4ea1f9a30c2bb342ddaf2f /devel | |
parent | 4172b6b6d8869076f33facee7ed0e07951cc74e2 (diff) | |
download | pkgsrc-c750c08ad9887fb1fbf2c1772fddd57219e35575.tar.gz |
Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.
If anywhere, it should be the value of MAINTAINER in the Makefile.
Some minor cleanup/reformatting while I'm here.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/boehm-gc/pkg/DESCR | 4 | ||||
-rw-r--r-- | devel/chkpt/pkg/DESCR | 2 | ||||
-rw-r--r-- | devel/ddd/pkg/DESCR | 3 | ||||
-rw-r--r-- | devel/ffcall/pkg/DESCR | 2 |
4 files changed, 1 insertions, 10 deletions
diff --git a/devel/boehm-gc/pkg/DESCR b/devel/boehm-gc/pkg/DESCR index 97708039560..4477e34f3aa 100644 --- a/devel/boehm-gc/pkg/DESCR +++ b/devel/boehm-gc/pkg/DESCR @@ -18,6 +18,4 @@ GC or leak detection) without change. C++ programs must include a header to use garbage collection, though leak detection should work without such source code modifications. See the man page and header files. --- Mike McGaughey <mmcg@cs.monash.edu.au> - -ps: garbage collection is addictive. +PS: garbage collection is addictive. diff --git a/devel/chkpt/pkg/DESCR b/devel/chkpt/pkg/DESCR index a8cfd8602bf..9f536985864 100644 --- a/devel/chkpt/pkg/DESCR +++ b/devel/chkpt/pkg/DESCR @@ -3,5 +3,3 @@ checkpointing. ``Checkpointing'' describes the action to periodically save process information on permanent storage (on hard disk, typically). After a system failure a process may be continued from the saved state, from the checkpoint. - -Author: Alexandre Wennmacher (wennmach@geo.Uni-Koeln.DE) diff --git a/devel/ddd/pkg/DESCR b/devel/ddd/pkg/DESCR index 57534cd5aba..864afa7cb5d 100644 --- a/devel/ddd/pkg/DESCR +++ b/devel/ddd/pkg/DESCR @@ -8,6 +8,3 @@ mouse click dereferences pointers or reveals structure contents. Complex data structures can be explored incrementally and interactively, using automatic layout if preferred. Each time the program stops, the data display reflects the current variable values. - -- David O'Brien -obrien@NUXI.com diff --git a/devel/ffcall/pkg/DESCR b/devel/ffcall/pkg/DESCR index 5b54ec507c4..7665f88ce0c 100644 --- a/devel/ffcall/pkg/DESCR +++ b/devel/ffcall/pkg/DESCR @@ -13,5 +13,3 @@ The four packages are: callback - closures with variable arguments as first-class C functions (a reentrant combination of vacall and trampoline) - -proff@iq.org |