summaryrefslogtreecommitdiffstats
path: root/devel/sas/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'devel/sas/DETAILS')
-rwxr-xr-xdevel/sas/DETAILS22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/sas/DETAILS b/devel/sas/DETAILS
new file mode 100755
index 0000000000..1d2deca145
--- /dev/null
+++ b/devel/sas/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=sas
+ VERSION=SCM
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=on
+ SOURCE="$SPELL-$VERSION.tar.bz2"
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]="git://gitorious.org/$SPELL/$SPELL.git"
+ WEB_SITE="http://gitorious.org/$SPELL/"
+ ENTERED=20110815
+ LICENSE[0]="BSD"
+ DOCS="LICENSE API CREDITS Roadmap"
+ SHORT="shell assembler"
+cat << EOF
+sas is a Shell ASsembler written in pure POSIX shell. It is tested under
+various shells to ensure that it has few to no bashisms and is portable as
+possible. There is a logically separated assembler core and separate ISA
+instruction set files (e.g. x86.set). It assembles much slower than native
+assemblers (such as nasm, yasm, gas, etc.), but is much smaller and its only
+dependencies are a functioning shell, tr, printf, and cat, so it might be
+useful in constrained systems (penetration testing, embedded, educational,
+etc.).
+EOF