From nobody  Fri Oct 11 00:20:48 1996
Received: (from nobody@localhost)
          by freefall.freebsd.org (8.7.5/8.7.3) id AAA24344;
          Fri, 11 Oct 1996 00:20:48 -0700 (PDT)
Message-Id: <199610110720.AAA24344@freefall.freebsd.org>
Date: Fri, 11 Oct 1996 00:20:48 -0700 (PDT)
From: Nakai@Mlab.t.u-tokyo.ac.jp
To: freebsd-gnats-submit@freebsd.org
Subject: Fixed port: xgas
X-Send-Pr-Version: www-1.0

>Number:         1765
>Category:       ports
>Synopsis:       Fixed port: xgas
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 11 00:30:01 PDT 1996
>Closed-Date:    Fri Nov 15 01:57:15 PST 1996
>Last-Modified:  Fri Nov 15 01:59:23 PST 1996
>Originator:     Yukihiro Nakai
>Release:        2.1.0R(CD-ROM)
>Organization:
University of Tokyo, Japan
>Environment:
>Description:
I have fixed FreeBSD port which I have uploaded some days ago.
It follows to the porting guideline in the handbook.

ftp://ftp.noc.titech.ac.jp/pub/tmp/aki/in.coming/xgas.tgz

			Yukihiro Nakai
			<Nakai@Mlab.t.u-tokyo.ac.jp>
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->asami 
Responsible-Changed-By: scrappy 
Responsible-Changed-When: Tue Oct 22 23:10:02 PDT 1996 
Responsible-Changed-Why:  
Satoshi is in charge of ports... 
State-Changed-From-To: open->open 
State-Changed-By: asami 
State-Changed-When: Thu Oct 31 23:26:50 PST 1996 
State-Changed-Why:  
Open is same as open. 

Responsible-Changed-From-To: asami->freebsd-ports 
Responsible-Changed-By: asami 
Responsible-Changed-When: Thu Oct 31 23:26:50 PST 1996 
Responsible-Changed-Why:  
New port, there is more to the ports team than only me. :) 
State-Changed-From-To: open->closed 
State-Changed-By: asami 
State-Changed-When: Fri Nov 15 01:57:15 PST 1996 
State-Changed-Why:  
Imported into the tree, thanks!  BTW, I found this in the "Nakai" 
subdirectory of the ftp site, and some of the other submissions seem 
to have disappeared.  Can you re-upload them? 

Satoshi 

P.S. My changes: 

diff -ru xgas/Makefile xgas.new/Makefile 
--- xgas/Makefile	Fri Oct 11 00:00:49 1996 
+++ xgas.new/Makefile	Fri Nov 15 01:45:30 1996 
@@ -2,14 +2,18 @@ 
# Version required:      
# Date created:         20 Oct 1996 
# Whom:                 Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> 
+# 
+# $Id$ 
+# 

DISTNAME=	xgas 
PKGNAME=        xgas-1.0 
-CATEGORIES+=    games x11 
+CATEGORIES=     misc 
MASTER_SITES=   ftp://ftp.tut.ac.jp/.h3/X11/X11R6/contrib/programs/ 
+ 
MAINTAINER=     nakai@mlab.t.u-tokyo.ac.jp 
+ 
USE_IMAKE=      yes 
-USE_X11=        yes 

post-install: 
@chmod 755 ${PREFIX}/bin/xgas 

>Unformatted:
