summaryrefslogtreecommitdiff
path: root/devel/yasm/DESCR
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-04-09 15:59:46 +0000
committerjmmv <jmmv@pkgsrc.org>2003-04-09 15:59:46 +0000
commit16fe2a3677c16a8250099e56350cbe6446732cd8 (patch)
tree20376007ca68b61f69e207ac302f4edc79dc07c9 /devel/yasm/DESCR
parent49b18702635b55928fc195042da22f2f45b401c2 (diff)
downloadpkgsrc-16fe2a3677c16a8250099e56350cbe6446732cd8.tar.gz
Initial import of yasm, version 0.2.0:
YASM is a complete rewrite of the NASM assembler under the "new" BSD License (some portions are currently under the GNU General Public License (GPL) or the GNU Lesser General Public License (LGPL)). It is designed from the ground up to allow for multiple assembler syntaxes to be supported (eg, NASM, TASM, GAS, etc.) in addition to multiple output object formats. Another primary module of the overall design is an optimizer module. Package provided in pkgsrc-wip by Juan RP.
Diffstat (limited to 'devel/yasm/DESCR')
-rw-r--r--devel/yasm/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/yasm/DESCR b/devel/yasm/DESCR
new file mode 100644
index 00000000000..4334ca60684
--- /dev/null
+++ b/devel/yasm/DESCR
@@ -0,0 +1,6 @@
+YASM is a complete rewrite of the NASM assembler under the "new" BSD License
+(some portions are currently under the GNU General Public License (GPL) or
+the GNU Lesser General Public License (LGPL)). It is designed from the ground
+up to allow for multiple assembler syntaxes to be supported (eg, NASM, TASM,
+GAS, etc.) in addition to multiple output object formats. Another primary
+module of the overall design is an optimizer module.