Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id AAE3363B882 for ; Sat, 7 Jul 2012 18:06:36 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 857C814A1E9; Sat, 7 Jul 2012 18:06:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 339DF14A1E1 for ; Sat, 7 Jul 2012 18:06:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id IOVSJ-pivD_L for ; Sat, 7 Jul 2012 18:06:33 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 91DFC14A1E0 for ; Sat, 7 Jul 2012 18:06:33 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 78143175DD; Sat, 7 Jul 2012 18:06:33 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 7 Jul 2012 18:06:33 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Autodia To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20120707180633.78143175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sat Jul 7 18:06:33 UTC 2012 Added Files: pkgsrc/devel/p5-Autodia: DESCR Makefile distinfo Log Message: Import p5-Autodia-2.14 as devel/p5-Autodia. AutoDia is an open-source, auto-documentation and auto-diagramming system allowing you to automatically generate Images, XML, HTML or Dia files. It has been written to make GNOME Dia and any Diagram Application that can use similar XML more powerful. I hope to make Dia more popular than the commercial equivilents because of the ability to vastly extend it in this way. AutoDia's design goals have been good Object Orientation such as plenty of abstraction, use of inheritance, extensability, robustness and elegance. Speed and security are not concerns as this application is designed to generate xml for documents in a batch processing manner, not an interactive manner, and is a single user application for use from the console. AutoDia has been previously known as autodial. The output file is still called autodia.out.dia by default. The executable files are now called autodia.pl and autodia_java.pl, the only difference being an additional section near the start of the latter to enable INLINE::Java. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Autodia/DESCR \ pkgsrc/devel/p5-Autodia/Makefile pkgsrc/devel/p5-Autodia/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.