Skip site navigation (1)Skip section navigation (2)
Date:      10 Jul 2006 20:00:11 -0000
From:      Nicola Vitale <nivit@email.it>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/100041: [NEW PORT] math/truthtable: A Truth Tables generator (written in Java)
Message-ID:  <20060710200011.19983.qmail@fabula>
Resent-Message-ID: <200607102010.k6AKAITs094628@freefall.freebsd.org>

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

>Number:         100041
>Category:       ports
>Synopsis:       [NEW PORT] math/truthtable: A Truth Tables generator (written in Java)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 10 20:10:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Nicola Vitale
>Release:        FreeBSD 6.1-BETA3 i386
>Organization:
>Environment:
System: FreeBSD fabula.domo.sva 6.1-BETA3 FreeBSD 6.1-BETA3 #0: Thu Mar  2 11:03:41 UTC
>Description:
TruthTable is a truth table generator that does the dirty work for you.
This Java program handles the following operations: Not, And, Or, XOR,
Implication, and the Biconditional.

Author: Greg Slepak
WWW:	http://www.kinostudios.com/truthtable.php

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- truthtable-1.2.2.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:
#
#	truthtable
#	truthtable/pkg-descr
#	truthtable/Makefile
#	truthtable/pkg-plist
#	truthtable/distinfo
#	truthtable/files
#	truthtable/files/truthtable.in
#
echo c - truthtable
mkdir -p truthtable > /dev/null 2>&1
echo x - truthtable/pkg-descr
sed 's/^X//' >truthtable/pkg-descr << 'END-of-truthtable/pkg-descr'
XTruthTable is a truth table generator that does the dirty work for you.
XThis Java program handles the following operations: Not, And, Or, XOR,
XImplication, and the Biconditional.
X
XAuthor: Greg Slepak
XWWW:	http://www.kinostudios.com/truthtable.php
END-of-truthtable/pkg-descr
echo x - truthtable/Makefile
sed 's/^X//' >truthtable/Makefile << 'END-of-truthtable/Makefile'
X# New ports collection makefile for:	truthtable
X# Date created:		2006-07-10
X# Whom:			Nicola Vitale <nivit@email.it>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	truthtable
XPORTVERSION=	1.2.2
XCATEGORIES=	math java
XMASTER_SITES=	http://www.kinostudios.com/java/ \
X		http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/
XDISTNAME=	TruthTable
XEXTRACT_SUFX=	.jar
XEXTRACT_ONLY=
X
XMAINTAINER=	nivit@email.it
XCOMMENT=	A Truth Tables generator (written in Java)
X
XUSE_JAVA=	yes
XJAVA_VERSION=	1.3+
XNO_BUILD=	yes
X
XDATADIR=	${JAVASHAREDIR}/${PORTNAME}
XSUB_FILES=	${PORTNAME}
XSUB_LIST=	JAVA=${JAVA}  JAVAJARDIR=${JAVAJARDIR} TRUTHTABLEJAR=${TRUTHTABLEJAR}
X
XTRUTHTABLEJAR=	${DATADIR}/${DISTNAME}${EXTRACT_SUFX}
X
Xdo-install:
X	${MKDIR} ${DATADIR}
X	${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${DATADIR}
X	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
X
X.include <bsd.port.mk>
END-of-truthtable/Makefile
echo x - truthtable/pkg-plist
sed 's/^X//' >truthtable/pkg-plist << 'END-of-truthtable/pkg-plist'
X@comment $FreeBSD$
Xbin/truthtable
X%%JAVASHAREDIR%%/truthtable/TruthTable.jar
X@dirrm %%JAVASHAREDIR%%/truthtable
END-of-truthtable/pkg-plist
echo x - truthtable/distinfo
sed 's/^X//' >truthtable/distinfo << 'END-of-truthtable/distinfo'
XMD5 (TruthTable.jar) = c4edee7a839356a0dcae54b252a6b9ae
XSHA256 (TruthTable.jar) = fdf71771826c288579569470e08f370a32d295382d6b15b8906b1131f485f8c0
XSIZE (TruthTable.jar) = 5054
END-of-truthtable/distinfo
echo c - truthtable/files
mkdir -p truthtable/files > /dev/null 2>&1
echo x - truthtable/files/truthtable.in
sed 's/^X//' >truthtable/files/truthtable.in << 'END-of-truthtable/files/truthtable.in'
X#!/bin/sh
X# $FreeBSD$
XJAVA_VERSION="%%JAVA_VERSION%%" \
X	exec "%%LOCALBASE%%/bin/java" -jar "%%TRUTHTABLEJAR%%" "$@"
END-of-truthtable/files/truthtable.in
exit
--- truthtable-1.2.2.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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