Date: Sun, 27 Feb 2000 10:01:06 -0500 (EST) From: sreilly@seanreilly.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/17018: New port submission for Moneydance Message-ID: <200002271501.KAA18801@seanreilly.com>
next in thread | raw e-mail | index | archive | help
>Number: 17018 >Category: ports >Synopsis: New port submission for Moneydance >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 27 06:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Sean Reilly >Release: FreeBSD 3.3-RELEASE i386 >Organization: Reilly Technologies, LLC >Environment: >Description: This is a new port for the Moneydance personal finance manager. Please let me know if this is not the correct place to send this. I am following the instructions on freebsd.org/handbook/porting.html >How-To-Repeat: >Fix: # 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: # # moneydance # moneydance/Makefile # moneydance/README.html # moneydance/files # moneydance/files/md5 # moneydance/pkg # moneydance/pkg/COMMENT # moneydance/pkg/DESCR # moneydance/pkg/PLIST # echo c - moneydance mkdir -p moneydance > /dev/null 2>&1 echo x - moneydance/Makefile sed 's/^X//' >moneydance/Makefile << 'END-of-moneydance/Makefile' X# New ports collection makefile for: Moneydance Personal Finance Manager X# Version required: 3.0 X# Date created: 27 Feb 2000 X# Whom: Sean Reilly <sreilly@seanreilly.com> X# X# $FreeBSD: $ X# X XDISTNAME= moneydance-2.0.4 XCATEGORIES= deskutils XMASTER_SITES= ftp://ftp.moneydance.net/pub/packages/ X XMAINTAINER= sreilly@seanreilly.com X XRUN_DEPENDS= ${PREFIX}/jdk1.1.8/bin/java:${PORTSDIR}/java/jdk X XWRKSRC= ${WRKDIR}/moneydance XNO_BUILD= YES XMDSUBDIR= moneydance XPLIST_SUB= MDSUBDIR=${MDSUBDIR} X XJDIR= ${PREFIX}/jdk1.1.8 XMDDIR= ${PREFIX}/${MDSUBDIR} X Xdo-install: X ${MKDIR} ${PREFIX}/${MDSUBDIR} X (cd ${WRKSRC} && tar -c -f - .) \ X | (cd ${PREFIX}/${MDSUBDIR} && tar fx -) X ${ECHO} "#!/bin/sh" > ${PREFIX}/bin/moneydance X ${ECHO} "exec ${JDIR}/bin/java -classpath ${JDIR}/lib/classes.zip:${MDDIR}/moneydance.jar:${MDDIR}/license.jar:${MDDIR}/swingall.jar Moneydance" >> ${PREFIX}/bin/moneydance X chmod 755 ${PREFIX}/bin/moneydance X X.include <bsd.port.mk> END-of-moneydance/Makefile echo x - moneydance/README.html sed 's/^X//' >moneydance/README.html << 'END-of-moneydance/README.html' X<html> X<title> The FreeBSD Ports Collection (java/jfc)</title> X<head><h1> The FreeBSD Ports Collection ("java/jfc")</h1> </head> <hr> X<body> X X<p>You are now in the directory for the port "java/jfc" (package name "jfc-1.1"). X X<p>This is the one-line description for this port: X X<p><hr><p> XMoneydance Personal Finance Application X<p><hr> X X<p>Please read the file "<a href="pkg/DESCR">pkg/DESCR</a>" for a Xlonger description. X X<p>Go to the <a href="../../README.html">top of the ports tree</a> for Xa summary on how to use the ports collection. X X<p> X X<p> XThis port requires package(s) "jdk-1.1.8" to run. X X<p><hr><p> X<a href="../README.html"> Go up one level</a> X| X<a href="../../README.html"> Go to top of ports tree</a> X</body> X</html> END-of-moneydance/README.html echo c - moneydance/files mkdir -p moneydance/files > /dev/null 2>&1 echo x - moneydance/files/md5 sed 's/^X//' >moneydance/files/md5 << 'END-of-moneydance/files/md5' XMD5 (moneydance-2.0.4.tar.gz) = d2675aa0f3bfb4020eace41a147e4303 END-of-moneydance/files/md5 echo c - moneydance/pkg mkdir -p moneydance/pkg > /dev/null 2>&1 echo x - moneydance/pkg/COMMENT sed 's/^X//' >moneydance/pkg/COMMENT << 'END-of-moneydance/pkg/COMMENT' XMoneydance Personal Finance Manager END-of-moneydance/pkg/COMMENT echo x - moneydance/pkg/DESCR sed 's/^X//' >moneydance/pkg/DESCR << 'END-of-moneydance/pkg/DESCR' XMoneydance Personal Finance Manager X XMoneydance is a personal finance management application written Xin Java. Features include transaction auto-completion, reporting, Xgraphing, check printing, scheduled transactions, and much more. X XMoneydance is shareware but unregistered copies are not feature- Xlimited and do not time out in any way. X XWWW: http://www.moneydance.net/ END-of-moneydance/pkg/DESCR echo x - moneydance/pkg/PLIST sed 's/^X//' >moneydance/pkg/PLIST << 'END-of-moneydance/pkg/PLIST' Xbin/moneydance X%%MDSUBDIR%%/README.txt X%%MDSUBDIR%%/moneydance X%%MDSUBDIR%%/moneydance.jar X%%MDSUBDIR%%/moneydance.xpm X%%MDSUBDIR%%/swingall.jar X%%MDSUBDIR%%/license.jar X%%MDSUBDIR%%/license.txt X%%MDSUBDIR%%/moneydance.cmd X@dirrm %%MDSUBDIR%% END-of-moneydance/pkg/PLIST exit >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?200002271501.KAA18801>