1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Port of nasm, the Netwide Assembler, by Murray Stokeley.

Obtained from:	James Raynard
This commit is contained in:
Chuck Robey 1997-10-27 00:17:03 +00:00
parent 77b8aacecd
commit f02c5d32bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8358
5 changed files with 39 additions and 0 deletions

23
devel/nasm/Makefile Normal file
View File

@ -0,0 +1,23 @@
# New ports collection makefile for: nasm
# Version required: 0.95
# Date created: 24 November 1997
# Whom: Murray Stokely <murray@cdrom.com>
#
# $Id$
#
DISTNAME= nasm-0.95
CATEGORIES= devel lang
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= devel/lang/assemblers
MAINTAINER= murray@cdrom.com
MAN1= nasm.1 ndisasm.1
do-install:
cd ${WRKSRC} && \
${INSTALL_PROGRAM} nasm ndisasm ${PREFIX}/bin &&\
${INSTALL_MAN} nasm.1 ndisasm.1 ${PREFIX}/man/man1
.include <bsd.port.mk>

1
devel/nasm/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (nasm-0.95.tar.gz) = 427443a6c168345914a3d7eeafa1a1eb

1
devel/nasm/pkg-comment Normal file
View File

@ -0,0 +1 @@
General-purpose multi-platform x86 assembler

10
devel/nasm/pkg-descr Normal file
View 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.
http://www.cryogen.com/Nasm

4
devel/nasm/pkg-plist Normal file
View File

@ -0,0 +1,4 @@
bin/nasm
bin/ndisasm
man/man1/nasm.1.gz
man/man1/ndisasm.1.gz