summaryrefslogtreecommitdiff
path: root/devel/yasm
AgeCommit message (Collapse)AuthorFilesLines
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-3/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2003-08-28Change my email address to the NetBSD one, ok'ed by wiz@xtraeme1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-3/+4
2003-06-28Update to 0.2.2. Patch provided by Juan RP in PR pkg/21850.jmmv4-49/+49
Changes in 0.2.2: * FAR jmp/call support. Changes in 0.2.1: # Added support for NASM-like -I and -P options to the preprocessor to specify include directories and pre-included files respectively (thanks to Michael Urman for his quick work). # Fixed a number of issues with libtool/libltdl and module building (these issues only affected UNIX builds). # Made the "real" NASM preprocessor the default preprocessor. This was not the case in the original Milestone 2 release (despite an example to the contrary in the release notes)
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-04-09Initial import of yasm, version 0.2.0:jmmv5-0/+134
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.