From owner-cvs-all@FreeBSD.ORG Sat Dec 13 16:20:30 2003 Return-Path: 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 4668C16A503; Sat, 13 Dec 2003 16:20:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A82043E6D; Sat, 13 Dec 2003 16:17:18 -0800 (PST) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hBE0HFXJ081256; Sat, 13 Dec 2003 16:17:15 -0800 (PST) (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hBE0HFbi081255; Sat, 13 Dec 2003 16:17:15 -0800 (PST) (envelope-from pav) Message-Id: <200312140017.hBE0HFbi081255@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 13 Dec 2003 16:17:15 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics Makefile ports/graphics/robot Makefile distinfo pkg-descr pkg-plist ports/graphics/robot/files ARK+Makefile patch-ARK+Makefile patch-Makefile patch-Robot+Makefile patch-Robot+main.c patch-Robot+register.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 14 Dec 2003 00:20:30 -0000 pav 2003/12/13 16:17:15 PST FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/robot Makefile distinfo pkg-descr pkg-plist graphics/robot/files ARK+Makefile patch-ARK+Makefile patch-Makefile patch-Robot+Makefile patch-Robot+main.c patch-Robot+register.c Log: Add robot, a data plotting and analysis tool for XView toolkit. PR: ports/57871 Submitted by: Pedro F. Giffuni Revision Changes Path 1.642 +1 -0 ports/graphics/Makefile 1.1 +47 -0 ports/graphics/robot/Makefile (new) 1.1 +1 -0 ports/graphics/robot/distinfo (new) 1.1 +28 -0 ports/graphics/robot/files/ARK+Makefile (new) 1.1 +27 -0 ports/graphics/robot/files/patch-ARK+Makefile (new) 1.1 +28 -0 ports/graphics/robot/files/patch-Makefile (new) 1.1 +126 -0 ports/graphics/robot/files/patch-Robot+Makefile (new) 1.1 +35 -0 ports/graphics/robot/files/patch-Robot+main.c (new) 1.1 +14 -0 ports/graphics/robot/files/patch-Robot+register.c (new) 1.1 +14 -0 ports/graphics/robot/pkg-descr (new) 1.1 +22 -0 ports/graphics/robot/pkg-plist (new)