From owner-freebsd-ports Sun Feb 27 6:50: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7ABD337B668 for ; Sun, 27 Feb 2000 06:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA23435; Sun, 27 Feb 2000 06:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from seanreilly.com (209-9-223-139.sdsl.cais.net [209.9.223.139]) by hub.freebsd.org (Postfix) with ESMTP id 7E8AE37C21E for ; Sun, 27 Feb 2000 06:43:34 -0800 (PST) (envelope-from sreilly@seanreilly.com) Received: (from root@localhost) by seanreilly.com (8.9.3/8.9.3) id KAA18801; Sun, 27 Feb 2000 10:01:06 -0500 (EST) (envelope-from sreilly) Message-Id: <200002271501.KAA18801@seanreilly.com> Date: Sun, 27 Feb 2000 10:01:06 -0500 (EST) From: sreilly@seanreilly.com Reply-To: sreilly@seanreilly.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17018: New port submission for Moneydance Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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 END-of-moneydance/Makefile echo x - moneydance/README.html sed 's/^X//' >moneydance/README.html << 'END-of-moneydance/README.html' X X The FreeBSD Ports Collection (java/jfc) X

The FreeBSD Ports Collection ("java/jfc")


X X X

You are now in the directory for the port "java/jfc" (package name "jfc-1.1"). X X

This is the one-line description for this port: X X


XMoneydance Personal Finance Application X


X X

Please read the file "pkg/DESCR" for a Xlonger description. X X

Go to the top of the ports tree for Xa summary on how to use the ports collection. X X

X X

XThis port requires package(s) "jdk-1.1.8" to run. X X


X Go up one level X| X Go to top of ports tree X X 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