From owner-freebsd-ports Fri Oct 25 5: 0:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8748437B401 for ; Fri, 25 Oct 2002 05:00:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A99F43E6E for ; Fri, 25 Oct 2002 05:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9PC04x3099568 for ; Fri, 25 Oct 2002 05:00:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9PC04Vs099567; Fri, 25 Oct 2002 05:00:04 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B72637B401 for ; Fri, 25 Oct 2002 04:57:38 -0700 (PDT) Received: from bigboy.spc.org (dolly.good1.com [195.206.69.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0B6A43E6A for ; Fri, 25 Oct 2002 04:57:36 -0700 (PDT) (envelope-from bms@spc.org) Message-Id: <20021025115636.4A5DA96AE@triage.dollah.com> Date: Fri, 25 Oct 2002 12:56:36 +0100 (BST) From: Bruce M Simpson Reply-To: Bruce M Simpson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44456: New port: devel/picasm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44456 >Category: ports >Synopsis: New port: devel/picasm >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 25 05:00:04 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Bruce M Simpson >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD triage.dollah.com 4.6-STABLE FreeBSD 4.6-STABLE #5: Sun Sep 22 00:35:55 BST 2002 root@triage.dollah.com:/usr/src/sys/compile/TRIAGE i386 >Description: This is an assembler for PIC16F84 controllers by Timo Rossi, should go well with devel/picprog. >How-To-Repeat: >Fix: --- picasm.shar begins here --- # 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: # # picasm # picasm/pkg-descr # picasm/distinfo # picasm/Makefile # picasm/pkg-comment # picasm/pkg-plist # echo c - picasm mkdir -p picasm > /dev/null 2>&1 echo x - picasm/pkg-descr sed 's/^X//' >picasm/pkg-descr << 'END-of-picasm/pkg-descr' Xpicasm is a portable assembler which generates code for the 16F84 series of Xprogrammable interface controllers. X XWWW: http://www.iki.fi/hyvatti/pic/ X XBruce Xbms@spc.org END-of-picasm/pkg-descr echo x - picasm/distinfo sed 's/^X//' >picasm/distinfo << 'END-of-picasm/distinfo' XMD5 (picasm105.tar.gz) = eae776d9de5a32576ff5172ad682fdb9 END-of-picasm/distinfo echo x - picasm/Makefile sed 's/^X//' >picasm/Makefile << 'END-of-picasm/Makefile' X# New ports collection makefile for: picasm X# Date created: 25 October 2002 X# Whom: Bruce M Simpson X# X# $FreeBSD$ X# X XPORTNAME= picasm XPORTVERSION= 1.05 XCATEGORIES= devel XMASTER_SITES= http://www.iki.fi/hyvatti/pic/ \ X http://hyvatti.iki.fi/~jaakko/pic/ XDISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} X XMAINTAINER= bms@spc.org X XNO_WRKSUBDIR= defined XALL_TARGET= X XNOMAN= defined X XEXAMPLE_FILES= example.asm morse.asm morse.h pic16c84.h picmac.h X Xpost-extract: X cd ${WRKDIR} ; ${LN} -s makefile.uni Makefile X Xdo-configure: X Xdo-install: X ${MKDIR} ${PREFIX}/share/${PORTNAME} \ X ${PREFIX}/share/${PORTNAME}/examples \ X ${PREFIX}/share/doc/${PORTNAME} X ${INSTALL_PROGRAM} ${WRKDIR}/picasm ${PREFIX}/bin X ${INSTALL_DATA} ${WRKDIR}/picasm.doc ${PREFIX}/share/doc/${PORTNAME} X.for EXAMPLE in ${EXAMPLE_FILES} X ${INSTALL_DATA} ${WRKDIR}/examples/${EXAMPLE} ${PREFIX}/share/${PORTNAME}/examples X.endfor X X.include END-of-picasm/Makefile echo x - picasm/pkg-comment sed 's/^X//' >picasm/pkg-comment << 'END-of-picasm/pkg-comment' XPortable assembler for 16C84 series PICs END-of-picasm/pkg-comment echo x - picasm/pkg-plist sed 's/^X//' >picasm/pkg-plist << 'END-of-picasm/pkg-plist' Xbin/picasm Xshare/doc/picasm/picasm.doc X@dirrm share/doc/picasm Xshare/picasm/examples/example.asm Xshare/picasm/examples/morse.asm Xshare/picasm/examples/morse.h Xshare/picasm/examples/pic16c84.h Xshare/picasm/examples/picmac.h X@dirrm share/picasm/examples X@dirrm share/picasm END-of-picasm/pkg-plist exit --- picasm.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message