From owner-cvs-all@FreeBSD.ORG Wed Jul 12 22:23:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB6ED16A4E5; Wed, 12 Jul 2006 22:23:36 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56F5E43D53; Wed, 12 Jul 2006 22:23:36 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6CMNaL0099885; Wed, 12 Jul 2006 22:23:36 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6CMNaOb099884; Wed, 12 Jul 2006 22:23:36 GMT (envelope-from itetcu) Message-Id: <200607122223.k6CMNaOb099884@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Wed, 12 Jul 2006 22:23:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/calctool Makefile pkg-descr pkg-plist ports/math/calctool/files patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2006 22:23:36 -0000 itetcu 2006-07-12 22:23:35 UTC FreeBSD ports repository Modified files: math/calctool Makefile pkg-descr pkg-plist math/calctool/files patch-ab Log: - Add support for tty version, available versions could be selected via options - Use shared library instead of static one - don't install calctool.ps for it's intended for NeWS version - update info (the GUI is currently available is X11 and tty, but not NeWS, SunView) etc. - install supplimentary files in $DATADIR - don't use X prefix, since there is tty version also ans it has no to do with X - Pass maintainership to submitter PR: 100181 Submitted by: Stanislav Sedov Revision Changes Path 1.16 +49 -6 ports/math/calctool/Makefile 1.4 +75 -21 ports/math/calctool/files/patch-ab 1.2 +2 -3 ports/math/calctool/pkg-descr 1.3 +6 -3 ports/math/calctool/pkg-plist