Import FreeBSD's "nasm" port:
General-purpose multi-platform x86 assembler
This commit is contained in:
parent
5740bf63b3
commit
f2f47e7dd3
5 changed files with 34 additions and 0 deletions
20
devel/nasm/Makefile
Normal file
20
devel/nasm/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# New ports collection makefile for: nasm
|
||||
# Version required: 0.98
|
||||
# Date created: 7 April 1998
|
||||
# Whom: Murray Stokely <murray@cdrom.com>
|
||||
#
|
||||
# $Id: Makefile,v 1.1.1.1 1999/07/05 07:17:34 sakamoto Exp $
|
||||
#
|
||||
|
||||
DISTNAME= nasm-0.98
|
||||
CATEGORIES= devel lang
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
||||
MASTER_SITE_SUBDIR= devel/lang/assemblers
|
||||
|
||||
MAINTAINER= murray@cdrom.com
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= nasm.1 ndisasm.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/nasm/files/md5
Normal file
1
devel/nasm/files/md5
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (nasm-0.98.tar.gz) = fc334b4b05b5f57fe3fc867c42320ef9
|
1
devel/nasm/pkg/COMMENT
Normal file
1
devel/nasm/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
General-purpose multi-platform x86 assembler
|
10
devel/nasm/pkg/DESCR
Normal file
10
devel/nasm/pkg/DESCR
Normal file
|
@ -0,0 +1,10 @@
|
|||
This is a distribution of NASM, the Netwide Assembler. NASM is a
|
||||
prototype general-purpose x86 assembler. It will currently output
|
||||
flat-form binary files, a.out, COFF and ELF Unix object files,
|
||||
Microsoft Win32 and 16-bit DOS object files, OS/2 object files, the
|
||||
as86 object format, and a home-grown format called RDF.
|
||||
|
||||
Also included is NDISASM, a prototype x86 binary-file disassembler
|
||||
which uses the same instruction table as NASM.
|
||||
|
||||
WWW: http://www.web-sites.co.uk/nasm/
|
2
devel/nasm/pkg/PLIST
Normal file
2
devel/nasm/pkg/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
bin/nasm
|
||||
bin/ndisasm
|
Loading…
Reference in a new issue