diff options
author | tg <tg@FreeBSD.org> | 1998-12-11 20:52:21 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-12-11 20:52:21 +0800 |
commit | 0b3b71cbc8735a34a58ae10bbc38301774c63839 (patch) | |
tree | 10b6d0be60ece4d47fafd90418f3b78f1730c692 /graphics/sketch/pkg-descr | |
parent | e580723066fb56c6f1e995f13f2e991ec2bd4728 (diff) | |
download | freebsd-ports-gnome-0b3b71cbc8735a34a58ae10bbc38301774c63839.tar.gz freebsd-ports-gnome-0b3b71cbc8735a34a58ae10bbc38301774c63839.tar.zst freebsd-ports-gnome-0b3b71cbc8735a34a58ae10bbc38301774c63839.zip |
New port sketch, an interactive drawing program, written in
Python with a few C modules. This is still experimental code.
Diffstat (limited to 'graphics/sketch/pkg-descr')
-rw-r--r-- | graphics/sketch/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/sketch/pkg-descr b/graphics/sketch/pkg-descr new file mode 100644 index 000000000000..568edbcf2862 --- /dev/null +++ b/graphics/sketch/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 <http://www.online.de/home/sketch>, or contact the author +<sketch@online.de>. + +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. |