Date: Wed, 31 Jul 2013 14:54:20 GMT From: Uffe Jakobsen <uffe@uffe.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/180971: New port: devel/dasm Message-ID: <201307311454.r6VEsKwB084197@oldred.freebsd.org> Resent-Message-ID: <201307311500.r6VF00JK008493@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 180971 >Category: ports >Synopsis: New port: devel/dasm >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 31 15:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Uffe Jakobsen >Release: 9.1-RELEASE >Organization: >Environment: >Description: New port: devel/dasm dasm is a versatile macro assembler with support for several 8-bit microprocessors including: MOS 6502 & 6507 Motorola 6803, 68705 & 68HC11 Hitachi HD6303 (extended Motorola 6801) Fairchild F8 WWW: http://dasm-dillon.sourceforge.net/ >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # Makefile # distinfo # pkg-descr # echo x - Makefile sed 's/^X//' >Makefile << 'b67911656ef5d18c4ae36cb6741b7965' X# Created by: Uffe Jakobsen <uffe@uffe.org> X# $FreeBSD: $ X XPORTNAME= dasm XPORTVERSION= 2.20.11 XCATEGORIES= devel XMASTER_SITES= SF/${PORTNAME}-dillon/${PORTNAME}-dillon/${PORTVERSION} X XMAINTAINER= uffe@uffe.org XCOMMENT= Macro assembler for MOS 6502 6507, Motorola 6803, 68705, 68HC11, Hitachi HD6303 and Fairchild F8 X XOPTIONS_DEFINE= DOCS X XUSES= gmake X XBUILD_WRKSRC= ${WRKSRC}/src X XPORTDOCS= * XPORTEXAMPLES= * X XPLIST_FILES= bin/dasm \ X bin/ftohex X Xpost-patch-script: X.for i in CC LDFLAGS CFLAGS X @${REINPLACE_CMD} 's|${i} = |${i} ?= |g' ${WRKSRC}/Makefile X.endfor X Xdo-install: X.for filename in dasm ftohex X ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${filename} ${PREFIX}/bin X.endfor X X.include <bsd.port.options.mk> X Xpost-install: X.if ${PORT_OPTIONS:MDOCS} X @${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} X.endif X X.include <bsd.port.mk> b67911656ef5d18c4ae36cb6741b7965 echo x - distinfo sed 's/^X//' >distinfo << '57677d168a5ec21bdf22c9501f075a8f' XSHA256 (dasm-2.20.11.tar.gz) = 5b09040ddcd04417f9be9462d45d5584bee6f09bf342e8a05e513136b99aa0c3 XSIZE (dasm-2.20.11.tar.gz) = 112184 57677d168a5ec21bdf22c9501f075a8f echo x - pkg-descr sed 's/^X//' >pkg-descr << '7f9555c3c1089940396b503dd37f3979' Xdasm is a versatile macro assembler with support Xfor several 8-bit microprocessors including: X XMOS 6502 & 6507 XMotorola 6803, 68705 & 68HC11 XHitachi HD6303 (extended Motorola 6801) XFairchild F8 X XWWW: http://dasm-dillon.sourceforge.net/ 7f9555c3c1089940396b503dd37f3979 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307311454.r6VEsKwB084197>