Date: Fri, 4 Jun 1999 16:12:59 -0700 (PDT) From: murray@cdrom.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/12027: nasm port updated to .98 Message-ID: <199906042312.QAA04263@disco.cdrom.com>
next in thread | raw e-mail | index | archive | help
>Number: 12027 >Category: ports >Synopsis: Port upgrade >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 4 16:20:01 PDT 1999 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906042312.QAA04263>