From murray@disco.cdrom.com Fri Jun  4 16:16:26 1999
Return-Path: <murray@disco.cdrom.com>
Received: from disco.cdrom.com (disco.cdrom.com [204.216.28.173])
	by hub.freebsd.org (Postfix) with ESMTP id AE12015495
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  4 Jun 1999 16:16:25 -0700 (PDT)
	(envelope-from murray@disco.cdrom.com)
Received: (from root@localhost)
	by disco.cdrom.com (8.9.3/8.9.2) id QAA04263;
	Fri, 4 Jun 1999 16:12:59 -0700 (PDT)
	(envelope-from murray)
Message-Id: <199906042312.QAA04263@disco.cdrom.com>
Date: Fri, 4 Jun 1999 16:12:59 -0700 (PDT)
From: murray@cdrom.com
Sender: murray@disco.cdrom.com
Reply-To: murray@cdrom.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: nasm port updated to .98
X-Send-Pr-Version: 3.2

>Number:         12027
>Category:       ports
>Synopsis:       update port: devel/nasm
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    billf
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun  4 16:20:01 PDT 1999
>Closed-Date:    Wed Jun 16 07:02:26 PDT 1999
>Last-Modified:  Wed Jun 16 07:02:45 PDT 1999
>Originator:     Murray Stokely
>Release:        FreeBSD 3.2-STABLE i386
>Organization:
Walnut Creek CDROM
>Environment:



>Description:

A shar file is included to update the port with a slightly modified
Makefile and new md5 sum. 

>How-To-Repeat:


>Fix:
	
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	.
#	./Makefile
#	./files
#	./files/md5
#	./pkg
#	./pkg/COMMENT
#	./pkg/DESCR
#	./pkg/PLIST
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for:	nasm
X# Version required:    0.98
X# Date created:        7 April 1998
X# Whom:                Murray Stokely <murray@cdrom.com>
X#
X# $Id: Makefile,v 1.4 1998/04/11 18:47:05 vanilla Exp $
X#
X
XDISTNAME=	nasm-0.98
XCATEGORIES=	devel lang
XMASTER_SITES=	${MASTER_SITE_SUNSITE}
XMASTER_SITE_SUBDIR=	devel/lang/assemblers
X
XMAINTAINER=	murray@cdrom.com
X
XGNU_CONFIGURE=	yes
X
XMAN1=		nasm.1 ndisasm.1
X
X.include <bsd.port.mk>
END-of-./Makefile
echo c - ./files
mkdir -p ./files > /dev/null 2>&1
echo x - ./files/md5
sed 's/^X//' >./files/md5 << 'END-of-./files/md5'
XMD5 (nasm-0.98.tar.gz) = fc334b4b05b5f57fe3fc867c42320ef9
END-of-./files/md5
echo c - ./pkg
mkdir -p ./pkg > /dev/null 2>&1
echo x - ./pkg/COMMENT
sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT'
XGeneral-purpose multi-platform x86 assembler
END-of-./pkg/COMMENT
echo x - ./pkg/DESCR
sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR'
XThis is a distribution of NASM, the Netwide Assembler. NASM is a
Xprototype general-purpose x86 assembler. It will currently output
Xflat-form binary files, a.out, COFF and ELF Unix object files,
XMicrosoft Win32 and 16-bit DOS object files, OS/2 object files, the
Xas86 object format, and a home-grown format called RDF.
X
XAlso included is NDISASM, a prototype x86 binary-file disassembler
Xwhich uses the same instruction table as NASM.    
X
XWWW: http://www.cryogen.com/Nasm
END-of-./pkg/DESCR
echo x - ./pkg/PLIST
sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST'
Xbin/nasm
Xbin/ndisasm
END-of-./pkg/PLIST
exit




>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->analyzed 
State-Changed-By: billf 
State-Changed-When: Fri Jun 4 16:22:18 PDT 1999 
State-Changed-Why:  
Even though the port wasn't submitted properly, it looks like there are 
just a few changes. 

I'll test them. 


Responsible-Changed-From-To: freebsd-ports->billf 
Responsible-Changed-By: billf 
Responsible-Changed-When: Fri Jun 4 16:22:18 PDT 1999 
Responsible-Changed-Why:  
I like Murray too much to yell at him for not reading 
http://www.FreeBSD.org/handbook/porting.html#AEN2536 

That and I'll commit this port. 
State-Changed-From-To: analyzed->closed 
State-Changed-By: billf 
State-Changed-When: Wed Jun 16 07:02:26 PDT 1999 
State-Changed-Why:  
Committed, thanks. 

Minor change: I updated the web site as well. 
>Unformatted:
