ports/opt (2.4): yasm: New port.
commit 033b866d57923d6ed84c0a51715eed050c3fe2a7 Author: Brett Goulder <predatorfreak@dcaf-security.org> Date: Sat Mar 29 22:22:37 2008 -0400 yasm: New port. diff --git a/yasm/.footprint b/yasm/.footprint new file mode 100644 index 0000000..93222a7 --- /dev/null +++ b/yasm/.footprint @@ -0,0 +1,45 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/yasm +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/libyasm-stdint.h +-rw-r--r-- root/root usr/include/libyasm.h +drwxr-xr-x root/root usr/include/libyasm/ +-rw-r--r-- root/root usr/include/libyasm/arch.h +-rw-r--r-- root/root usr/include/libyasm/assocdat.h +-rw-r--r-- root/root usr/include/libyasm/bitvect.h +-rw-r--r-- root/root usr/include/libyasm/bytecode.h +-rw-r--r-- root/root usr/include/libyasm/compat-queue.h +-rw-r--r-- root/root usr/include/libyasm/coretype.h +-rw-r--r-- root/root usr/include/libyasm/dbgfmt.h +-rw-r--r-- root/root usr/include/libyasm/errwarn.h +-rw-r--r-- root/root usr/include/libyasm/expr.h +-rw-r--r-- root/root usr/include/libyasm/file.h +-rw-r--r-- root/root usr/include/libyasm/floatnum.h +-rw-r--r-- root/root usr/include/libyasm/hamt.h +-rw-r--r-- root/root usr/include/libyasm/insn.h +-rw-r--r-- root/root usr/include/libyasm/intnum.h +-rw-r--r-- root/root usr/include/libyasm/inttree.h +-rw-r--r-- root/root usr/include/libyasm/linemap.h +-rw-r--r-- root/root usr/include/libyasm/listfmt.h +-rw-r--r-- root/root usr/include/libyasm/md5.h +-rw-r--r-- root/root usr/include/libyasm/module.h +-rw-r--r-- root/root usr/include/libyasm/objfmt.h +-rw-r--r-- root/root usr/include/libyasm/parser.h +-rw-r--r-- root/root usr/include/libyasm/phash.h +-rw-r--r-- root/root usr/include/libyasm/preproc.h +-rw-r--r-- root/root usr/include/libyasm/section.h +-rw-r--r-- root/root usr/include/libyasm/symrec.h +-rw-r--r-- root/root usr/include/libyasm/valparam.h +-rw-r--r-- root/root usr/include/libyasm/value.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libyasm.a +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/yasm.1.gz +drwxr-xr-x root/root usr/share/man/man7/ +-rw-r--r-- root/root usr/share/man/man7/yasm_arch.7.gz +-rw-r--r-- root/root usr/share/man/man7/yasm_dbgfmts.7.gz +-rw-r--r-- root/root usr/share/man/man7/yasm_objfmts.7.gz +-rw-r--r-- root/root usr/share/man/man7/yasm_parsers.7.gz diff --git a/yasm/.md5sum b/yasm/.md5sum new file mode 100644 index 0000000..dfa4771 --- /dev/null +++ b/yasm/.md5sum @@ -0,0 +1 @@ +a9d5508702991de2bdd0903b8ba680ba yasm-0.6.2.tar.gz diff --git a/yasm/Pkgfile b/yasm/Pkgfile new file mode 100644 index 0000000..8a69324 --- /dev/null +++ b/yasm/Pkgfile @@ -0,0 +1,16 @@ +# Description: A complete rewrite of the NASM assembler under the new BSD License +# URL: http://www.tortall.net/projects/yasm/ +# Maintainer: Brett Goulder, predatorfreak at dcaf-security dot org +# Packager: Brett Goulder, predatorfreak at dcaf-security dot org + +name=yasm +version=0.6.2 +release=1 +source=(http://www.tortall.net/projects/yasm/releases/$name-$version.tar.gz) + +build () { + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +}
participants (1)
-
crux@crux.nu