From 0b3b71cbc8735a34a58ae10bbc38301774c63839 Mon Sep 17 00:00:00 2001 From: tg Date: Fri, 11 Dec 1998 12:52:21 +0000 Subject: New port sketch, an interactive drawing program, written in Python with a few C modules. This is still experimental code. --- graphics/skencil/pkg-descr | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 graphics/skencil/pkg-descr (limited to 'graphics/skencil/pkg-descr') diff --git a/graphics/skencil/pkg-descr b/graphics/skencil/pkg-descr new file mode 100644 index 000000000000..568edbcf2862 --- /dev/null +++ b/graphics/skencil/pkg-descr @@ -0,0 +1,13 @@ +Sketch is an interactive X11 drawing program (similar to xfig or tgif). +It is written almost completely in Python, an object oriented +interpreted programming language. The current version is still +in a somewhat experimental stage and does not have all the features it +should have and may be instable in certain situations. + +For up to date information about Sketch, have a look at the Sketch web +page , or contact the author +. + +If you want to report a bug, please have a look at the web page to check +whether a newer release is available or your bug has already been +reported. -- cgit