Date: Mon, 20 Nov 2000 16:37:44 -0600 (CST) From: sluggo@unknown.nu To: FreeBSD-gnats-submit@freebsd.org Subject: ports/22997: New Port: misc/ftree Message-ID: <200011202237.QAA97869@jinx.unknown.nu>
next in thread | raw e-mail | index | archive | help
>Number: 22997 >Category: ports >Synopsis: New Port: misc/ftree >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: Mon Nov 20 14:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Kim Scarborough >Release: FreeBSD 3.5-STABLE i386 >Organization: Chow Hound Feederies, Inc. >Environment: N/A >Description: A new port: ftree, a linux binary-only GUI genealogy program >How-To-Repeat: N/A >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: # # ftree # ftree/Makefile # ftree/pkg-descr # ftree/pkg-comment # ftree/pkg-plist # ftree/distinfo # echo c - ftree mkdir -p ftree > /dev/null 2>&1 echo x - ftree/Makefile sed 's/^X//' >ftree/Makefile << 'END-of-ftree/Makefile' X# New ports collection makefile for: ftree X# Date created: 20 November 2000 X# Whom: Kim Scarborough <user@unknown.nu> X# X# $FreeBSD$ X# X XPORTNAME= ftree XPORTVERSION= 1.6 XCATEGORIES= misc linux XMASTER_SITES= http://www.vjet.demon.co.uk/ftree/ \ X http://www.unknown.nu/ports/ XDISTNAME= ftree-1.6-static XEXTRACT_SUFX= .tgz X XMAINTAINER= user@unknown.nu X XRUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base X XONLY_FOR_ARCHS= i386 XNO_CDROM= Non-commercial use only XRESTRICTED= Non-commercial use only X XWRKSRC= ${WRKDIR}/usr XMAN1= ftree.1 X XSTRIP= # empty: do not strip linux binary! X Xdo-patch: Xdo-configure: Xdo-build: X brandelf -t Linux ${WRKSRC}/X11R6/bin/ftree Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/X11R6/bin/ftree ${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/X11R6/man/man1/ftree.1 ${PREFIX}/man/man1 X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/ftree X ${MKDIR} ${PREFIX}/share/doc/ftree/examples X ${INSTALL_DATA} ${WRKSRC}/doc/ftree-1.6/Copyright\ X ${PREFIX}/share/doc/ftree X ${INSTALL_DATA} ${WRKSRC}/doc/ftree-1.6/ReleaseNotes-1.6.txt\ X ${PREFIX}/share/doc/ftree X ${INSTALL_DATA} ${WRKSRC}/doc/ftree-1.6/examples/royal.ged\ X ${PREFIX}/share/doc/ftree/examples X.endif X Xpre-install: X @${ECHO} X @${ECHO} "This software is licensed for NON-COMMERCIAL USE only. If you intend" X @${ECHO} "to use ftree for any commercial purpose you must contact the author" X @${ECHO} "at ftree@vjet.demon.co.uk for a license arrangement." X @${ECHO} X X.include <bsd.port.mk> END-of-ftree/Makefile echo x - ftree/pkg-descr sed 's/^X//' >ftree/pkg-descr << 'END-of-ftree/pkg-descr' XFtree is a GUI Linux binary for storing and displaying family tree Xgenealogy information. It reads and writes standard GEDCOM 5.5 format Xfiles. X XIt is licensed for non-commercial use only. X X XWWW: http://www.vjet.demon.co.uk/ftree/ END-of-ftree/pkg-descr echo x - ftree/pkg-comment sed 's/^X//' >ftree/pkg-comment << 'END-of-ftree/pkg-comment' XA program to store and display family tree genealogy information under X END-of-ftree/pkg-comment echo x - ftree/pkg-plist sed 's/^X//' >ftree/pkg-plist << 'END-of-ftree/pkg-plist' Xbin/ftree Xshare/doc/ftree/Copyright Xshare/doc/ftree/ReleaseNotes-1.6.txt Xshare/doc/ftree/examples/royal.ged X@dirrm share/doc/ftree/examples X@dirrm share/doc/ftree END-of-ftree/pkg-plist echo x - ftree/distinfo sed 's/^X//' >ftree/distinfo << 'END-of-ftree/distinfo' XMD5 (ftree-1.6-static.tgz) = 58c7a7c9243d8c18a31a8cc6e93fd52b END-of-ftree/distinfo 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?200011202237.QAA97869>