diff options
author | David Holm <dholm@gentoo.org> | 2004-02-28 15:37:38 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-02-28 15:37:38 +0000 |
commit | fbf911748c9c3db3f9f8615f70eca09be215279f (patch) | |
tree | 1b8ddb878607d2ec9fcb8b386c81c7e4e40e4101 /dev-lang/pasm/metadata.xml | |
parent | x86 and alpha keywords. (Manifest recommit) (diff) | |
download | gentoo-2-fbf911748c9c3db3f9f8615f70eca09be215279f.tar.gz gentoo-2-fbf911748c9c3db3f9f8615f70eca09be215279f.tar.bz2 gentoo-2-fbf911748c9c3db3f9f8615f70eca09be215279f.zip |
Initial import of pasm
Diffstat (limited to 'dev-lang/pasm/metadata.xml')
-rw-r--r-- | dev-lang/pasm/metadata.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-lang/pasm/metadata.xml b/dev-lang/pasm/metadata.xml new file mode 100644 index 000000000000..c49f8448da7c --- /dev/null +++ b/dev-lang/pasm/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer> + <email>dholm@gentoo.org</email> + <name>David Holm</name> +</maintainer> +<longdescription>pasm is a portable assembler for processors of the PowerPC family, written completely in ANSI-C. All PPC standard instructions, AltiVec instructions, all 32-bit extended mnemonics and most of the 64-bit extended mnemonics are supported. pasm knows about nearly 50 directives. Among them are directives for macros, conditional assembly, include files, base-relative addressing (small data), etc..</longdescription> +</pkgmetadata> |