mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
devel/yasm-devel: Copy devel/yasm and update to 1.2.0.29 [NEW PORT]
- Update to 1.2.0.29 (g87c0) - Enable STAGE support - Update pkg-plist - Adjust MASTER_SITES and MASTER_SITE_SUBDIR to suit snapshots - Add -devel PKGNAMESUFFIX - Remove indefinite article from and update COMMENT for uniqueness - Update MAINTAINER - Add NLS and DEBUG options - Remove custom INSTALL_TARGET - Remove MAN* macros - Add regression-test: target - Update pkg-descr
This commit is contained in:
parent
6f7b1a63ad
commit
ce4ffffdbe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335186
@ -4527,6 +4527,7 @@
|
||||
SUBDIR += yajl-tcl
|
||||
SUBDIR += yaml-cpp
|
||||
SUBDIR += yasm
|
||||
SUBDIR += yasm-devel
|
||||
SUBDIR += z80-asm
|
||||
SUBDIR += z80asm
|
||||
SUBDIR += z80ex
|
||||
|
44
devel/yasm-devel/Makefile
Normal file
44
devel/yasm-devel/Makefile
Normal file
@ -0,0 +1,44 @@
|
||||
# Created by: ijliao
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= yasm
|
||||
PORTVERSION= 1.2.0.29
|
||||
DISTVERSIONSUFFIX= .g87c0
|
||||
CATEGORIES= devel lang
|
||||
MASTER_SITES= http://www.tortall.net/projects/yasm/snapshots/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= v${DISTVERSION}${DISTVERSIONSUFFIX}
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
||||
MAINTAINER= koobs@FreeBSD.org
|
||||
COMMENT= Complete rewrite of the NASM assembler (Development Snapshot)
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
OPTIONS_DEFINE= DEBUG NLS
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --disable-python --disable-python-bindings
|
||||
|
||||
NLS_USES= gettext iconv
|
||||
NLS_CONFIGURE_ENABLE= nls
|
||||
NLS_CONFIGURE_ON= --with-libiconv-prefix=${LOCALBASE} \
|
||||
--with-libintl-prefix=${LOCALBASE}
|
||||
NLS_CONFIGURE_OFF= --without-libiconv-prefix \
|
||||
--without-libintl-prefix
|
||||
|
||||
CONFLICTS_INSTALL= yasm-[0-9]*
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDEBUG} || defined(WITH_DEBUG)
|
||||
CONFIGURE_ARGS+= --enable-debug
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "ia64"
|
||||
CFLAGS:= ${CFLAGS:C/-O[0-9]//g}
|
||||
.endif
|
||||
|
||||
regression-test: build
|
||||
@cd ${WRKSRC} && ${MAKE} check
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/yasm-devel/distinfo
Normal file
2
devel/yasm-devel/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (yasm-1.2.0.29.g87c0.tar.gz) = 1d73e87cfc58ef89fd2bb63c680bdb32c6b99f07159744722f5e9dd00b9b876f
|
||||
SIZE (yasm-1.2.0.29.g87c0.tar.gz) = 1428812
|
8
devel/yasm-devel/pkg-descr
Normal file
8
devel/yasm-devel/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
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, Mach-O
|
||||
(32 and 64), RDOFF2, Win32, and Win64 object formats, and generates source
|
||||
debugging information in STABS, DWARF 2, and CodeView 8 formats.
|
||||
|
||||
WWW: http://www.tortall.net/projects/yasm/
|
39
devel/yasm-devel/pkg-plist
Normal file
39
devel/yasm-devel/pkg-plist
Normal file
@ -0,0 +1,39 @@
|
||||
bin/yasm
|
||||
bin/ytasm
|
||||
bin/vsyasm
|
||||
include/libyasm.h
|
||||
include/libyasm-stdint.h
|
||||
include/libyasm/arch.h
|
||||
include/libyasm/assocdat.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.h
|
||||
include/libyasm/file.h
|
||||
include/libyasm/floatnum.h
|
||||
include/libyasm/hamt.h
|
||||
include/libyasm/insn.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/man1/yasm.1.gz
|
||||
man/man7/yasm_arch.7.gz
|
||||
man/man7/yasm_dbgfmts.7.gz
|
||||
man/man7/yasm_objfmts.7.gz
|
||||
man/man7/yasm_parsers.7.gz
|
||||
@dirrm include/libyasm
|
Loading…
Reference in New Issue
Block a user