This commit is contained in:
jasper 2007-07-18 11:39:49 +00:00
parent 8adcf450fb
commit fa7edba727
4 changed files with 0 additions and 77 deletions

View File

@ -1,28 +0,0 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/07/18 11:36:35 jasper Exp $
COMMENT= complete rewrite of the NASM assembler
DISTNAME= yasm-0.6.1
CATEGORIES= devel lang
MAINTAINER= Shaun Amott <shaun@inerd.com>
HOMEPAGE= http://www.tortall.net/projects/yasm/
# Yasm's license is BSD-style, with some
# portions (currently) under the LGPL.
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
MASTER_SITES= ${HOMEPAGE}/releases/
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
INSTALL_TARGET= install install-man
.include <bsd.port.mk>

View File

@ -1,5 +0,0 @@
MD5 (yasm-0.6.1.tar.gz) = Kt1PklNoHR3GCExmdrmEaA==
RMD160 (yasm-0.6.1.tar.gz) = QqIMXjTV0y6Cn++tTjNxXuwZp9c=
SHA1 (yasm-0.6.1.tar.gz) = o/XZaGoygfkd6I2vwVhLEVMsN1U=
SHA256 (yasm-0.6.1.tar.gz) = fnB3D/Pxa2ImhwzDIXMfMQC2bcdJ5AGQh8wYwhOI894=
SIZE (yasm-0.6.1.tar.gz) = 1197893

View File

@ -1,5 +0,0 @@
YASM is a complete rewrite of the NASM Assembler under the "new" BSD
License. YASM currently supports the x86 and amd64 instruction sets,
accepts NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64,
COFF, Win32 and Win64 object formats, and generates source debugging
information in STABS, DWARF 2, and CodeView 8 formats.

View File

@ -1,39 +0,0 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/07/18 11:36:35 jasper Exp $
bin/yasm
include/libyasm/
include/libyasm-stdint.h
include/libyasm.h
include/libyasm/arch.h
include/libyasm/assocdat.h
include/libyasm/bc-int.h
include/libyasm/bitvect.h
include/libyasm/bytecode.h
include/libyasm/compat-queue.h
include/libyasm/coretype.h
include/libyasm/dbgfmt.h
include/libyasm/errwarn.h
include/libyasm/expr-int.h
include/libyasm/expr.h
include/libyasm/file.h
include/libyasm/floatnum.h
include/libyasm/hamt.h
include/libyasm/intnum.h
include/libyasm/inttree.h
include/libyasm/linemap.h
include/libyasm/listfmt.h
include/libyasm/md5.h
include/libyasm/module.h
include/libyasm/objfmt.h
include/libyasm/parser.h
include/libyasm/phash.h
include/libyasm/preproc.h
include/libyasm/section.h
include/libyasm/symrec.h
include/libyasm/valparam.h
include/libyasm/value.h
lib/libyasm.a
@man man/man1/yasm.1
@man man/man7/yasm_arch.7
@man man/man7/yasm_dbgfmts.7
@man man/man7/yasm_objfmts.7
@man man/man7/yasm_parsers.7