Bug 1834 - COMMENT may be amusing but is not informative
Summary: COMMENT may be amusing but is not informative
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: gpalmer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1996-10-18 15:20 UTC by jhs
Modified: 1997-08-17 18:40 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (296 bytes, patch)
1996-10-18 15:20 UTC, jhs
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jhs freebsd_committer freebsd_triage 1996-10-18 15:20:02 UTC
If one runs an awk script on ports/INDEX,
  (eg awk -F\| '{print $2,$4}' INDEX | sed -e "s,/usr/ports/,," )
to show a boss, or customer etc that FreeBSD has lots of utilities that
could help him, this entry:

        net/xgopher A brown, furry creature for burroring through Gopherspace.

is non standard & not informative, for 2 reasons:
	the tool name `gopher' is not explicit
	the user may not know what gopher is or where to get it.

Fix: patch enclosed

=====
How-To-Repeat: 	As above
Comment 1 Narvi 1996-10-18 18:03:54 UTC
On Thu, 17 Oct 1996 jhs@freebsd.org wrote:

[snip]

> 
>         net/xgopher A brown, furry creature for burroring through Gopherspace.
> 
> is non standard & not informative, for 2 reasons:
> 	the tool name `gopher' is not explicit
> 	the user may not know what gopher is or where to get it.
> 
> >How-To-Repeat:
> 	As above
> 
> >Fix:
> 	patch enclosed
> 
> =====
> *** old/ports/net/xgopher/pkg/COMMENT	Thu Oct 17 14:55:16 1996
> --- new/ports/net/xgopher/pkg/COMMENT	Thu Oct 17 14:57:32 1996
> ***************
> *** 1 ****
> ! A brown, furry creature for burroring through Gopherspace.
> --- 1 ----
> ! An X-Windows front end for `gopher' (an internet fetching tool)

Bah! But this is no better. It makes me rub my hands and think - so here 
we have a tool to fetch internets... It just isn't much of an improvement 
IMHO.

	Sander

> =====
> >Audit-Trail:
> >Unformatted:
>
Comment 2 jhs freebsd_committer freebsd_triage 1996-10-20 22:39:36 UTC
Hi, Reference:
> From: Narvi <narvi@haldjas.folklore.ee> 
> Subject: Re: ports/1834: ports/net/xgopher/pkg/COMMENT patch 
> Date: Fri, 18 Oct 1996 20:03:54 +0300 (EET DST) 
> Message-id: <Pine.BSF.3.91.961018200104.22962A@haldjas.folklore.ee> 
>
> 
> 
> On Thu, 17 Oct 1996 jhs@freebsd.org wrote:
> 
> [snip]
> 
> > 
> >         net/xgopher A brown, furry creature for burroring through Gopherspa
- ce.
> > 
> > is non standard & not informative, for 2 reasons:
> > 	the tool name `gopher' is not explicit
> > 	the user may not know what gopher is or where to get it.
> > 
> > >How-To-Repeat:
> > 	As above
> > 
> > >Fix:
> > 	patch enclosed
> > 
> > =====
> > *** old/ports/net/xgopher/pkg/COMMENT	Thu Oct 17 14:55:16 1996
> > --- new/ports/net/xgopher/pkg/COMMENT	Thu Oct 17 14:57:32 1996
> > ***************
> > *** 1 ****
> > ! A brown, furry creature for burroring through Gopherspace.
> > --- 1 ----
> > ! An X-Windows front end for `gopher' (an internet fetching tool)
> 
> Bah! But this is no better. It makes me rub my hands and think - so here 
> we have a tool to fetch internets... It just isn't much of an improvement 
> IMHO.
> 
> 	Sander

I first tried installing gopher & `man gopher` to get the original definition,
but no luck, I agree mine's not great,
If you can submit a better one line synopsis please do :-)

Julian
--
Julian H. Stacey	jhs@freebsd.org  	http://www.freebsd.org/~jhs/
Comment 3 scrappy freebsd_committer freebsd_triage 1996-10-23 07:20:21 UTC
Responsible Changed
From-To: freebsd-ports->asami

Satoshi is in charge of ports.. 
Comment 4 Satoshi Asami freebsd_committer freebsd_triage 1996-11-01 07:26:50 UTC
State Changed
From-To: open->open




Comment 5 Satoshi Asami freebsd_committer freebsd_triage 1996-11-01 07:26:50 UTC
Responsible Changed
From-To: asami->freebsd-ports

Not my port. 
Comment 6 David E. O'Brien freebsd_committer freebsd_triage 1996-12-02 00:12:49 UTC
Responsible Changed
From-To: freebsd-ports->gpalmer

It is Gary's port -- let him be the judge. 
. 

Comment 7 ac199 1997-07-28 16:22:54 UTC
>If one runs an awk script on ports/INDEX,
>to show a boss, or customer etc that FreeBSD has lots of utilities that
>could help him, this entry:
>
>        net/xgopher A brown, furry creature for burroring through Gopherspace.
[...]
>! A brown, furry creature for burroring through Gopherspace.
>! An X-Windows front end for `gopher' (an internet fetching tool)
[...]
> Bah! But this is no better. It makes me rub my hands and think - so here
> we have a tool to fetch internets... It just isn't much of an improvement
[...]
> If you can submit a better one line synopsis please do :-)

How hard can this possibly be?  xgopher is a tool for navigating
gopherspace.  Does it have to be so complicated?
Comment 8 andreas freebsd_committer freebsd_triage 1997-08-17 18:24:56 UTC
State Changed
From-To: open->closed


xgopher isn't part of the ports collection anymore, 
so this can be closed One less ;-) 

Comment 9 Tim 1997-08-17 18:35:22 UTC
>If one runs an awk script on ports/INDEX,
>  (eg awk -F\| '{print $2,$4}' INDEX | sed -e "s,/usr/ports/,," )
>to show a boss, or customer etc that FreeBSD has lots of utilities that
>could help him, this entry:
>
>        net/xgopher A brown, furry creature for burroring through Gopherspace.
>
>is non standard &amp; not informative, for 2 reasons:

This is a good example of how poor it is to leave these pr's sitting
unnecessarily open for years and years.  Now, _ONE YEAR_ less a month
later, the pr still has not been closed despite being extremely simple to
fix.  It has cost developer time by cluttering the pr database, and
probably caused submitter-frustration.  After all of this, FreeBSD has
still gained absolutely nothing since the xgopher port has been retired.

Close the damn pr.