Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2002 12:56:36 +0100 (BST)
From:      Bruce M Simpson <bms@spc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/44456: New port: devel/picasm
Message-ID:  <20021025115636.4A5DA96AE@triage.dollah.com>

next in thread | raw e-mail | index | archive | help

>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 <bms@spc.org>
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 <bsd.port.mk>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021025115636.4A5DA96AE>