diff options
author | will <will@FreeBSD.org> | 2001-01-04 07:47:57 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-04 07:47:57 +0800 |
commit | e7d5380dc9d4a217f9675915b38628a848b9fa22 (patch) | |
tree | 9bcc09d7e06783d723c05add41485300b666c8bd /x11/p5-X11-Protocol/pkg-descr | |
parent | 33a19859f1c1f9f59e0625e33e6a1b61da9032d5 (diff) | |
download | freebsd-ports-gnome-e7d5380dc9d4a217f9675915b38628a848b9fa22.tar.gz freebsd-ports-gnome-e7d5380dc9d4a217f9675915b38628a848b9fa22.tar.zst freebsd-ports-gnome-e7d5380dc9d4a217f9675915b38628a848b9fa22.zip |
Add p5-X11-Protocol 0.04, perl module that provides an interface roughly
equivalent to Xlib.
Diffstat (limited to 'x11/p5-X11-Protocol/pkg-descr')
-rw-r--r-- | x11/p5-X11-Protocol/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/x11/p5-X11-Protocol/pkg-descr b/x11/p5-X11-Protocol/pkg-descr new file mode 100644 index 000000000000..b01dbeaae5d7 --- /dev/null +++ b/x11/p5-X11-Protocol/pkg-descr @@ -0,0 +1,9 @@ +X11::Protocol is a perl module that provides an interface that is +roughly equivalent to Xlib. Its low-level approach is intentional +as the author is working on a higher-level interface that will be +more object-oriented and easier to use, so as to allow this low +level access to eventually be replaced by an XS interface to Xlib. + +Author: Stephen McCamant + +--will |