summaryrefslogtreecommitdiff
path: root/devel/libstroke
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-01-02 16:41:05 +0000
committerrh <rh@pkgsrc.org>2000-01-02 16:41:05 +0000
commit5aeba54bafb30f886b9a61f4bee6f182f731cf4d (patch)
treef8a4dab8b0e8adc13a8bb8a090bc3c81571115d7 /devel/libstroke
parentd2e7a2fb119eadc7ae5089af2188747e87644764 (diff)
downloadpkgsrc-5aeba54bafb30f886b9a61f4bee6f182f731cf4d.tar.gz
Initial import of libstroke-0.3, a stroke translation library.
Diffstat (limited to 'devel/libstroke')
-rw-r--r--devel/libstroke/Makefile21
-rw-r--r--devel/libstroke/files/md53
-rw-r--r--devel/libstroke/pkg/COMMENT1
-rw-r--r--devel/libstroke/pkg/DESCR11
-rw-r--r--devel/libstroke/pkg/PLIST6
5 files changed, 42 insertions, 0 deletions
diff --git a/devel/libstroke/Makefile b/devel/libstroke/Makefile
new file mode 100644
index 00000000000..40b244fc429
--- /dev/null
+++ b/devel/libstroke/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/01/02 16:41:05 rh Exp $
+#
+
+DISTNAME= libstroke-0.3
+CATEGORIES= devel
+MASTER_SITES= http://www.etla.net/libstroke/
+
+MAINTAINER= rh@netbsd.org
+HOMEPAGE= http://www.etla.net/libstroke/
+
+DEPENGS+= tcl-8.0.5:../../lang/tcl80
+
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
+USE_X11= YES
+
+CONFIGURE_ENV+= X_CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.0"
+
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/libstroke/files/md5 b/devel/libstroke/files/md5
new file mode 100644
index 00000000000..0cf394ec74c
--- /dev/null
+++ b/devel/libstroke/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/01/02 16:41:05 rh Exp $
+
+MD5 (libstroke-0.3.tar.gz) = f9c2f637cca0abfb4c45c8367364dc90
diff --git a/devel/libstroke/pkg/COMMENT b/devel/libstroke/pkg/COMMENT
new file mode 100644
index 00000000000..a723654e70c
--- /dev/null
+++ b/devel/libstroke/pkg/COMMENT
@@ -0,0 +1 @@
+a stroke translation library
diff --git a/devel/libstroke/pkg/DESCR b/devel/libstroke/pkg/DESCR
new file mode 100644
index 00000000000..48283bb5b5c
--- /dev/null
+++ b/devel/libstroke/pkg/DESCR
@@ -0,0 +1,11 @@
+ LibStroke is a stroke translation library. Strokes are motions of
+the mouse that can be interpreted by a program as a command. Strokes
+are used extensively in CAD programs.
+
+ Mark Willey, the author of this library wrote: "I fell in love with
+them when I was using the Mentor Graphics CAD tools and the CAD tools
+internally developed by Intel. I am writing this library so that
+others can see how useful strokes can be and so that more programs
+take advantage of this extremely natural human-computer interface."
+
+ LibStroke is available under the GNU Public Licence (GPL).
diff --git a/devel/libstroke/pkg/PLIST b/devel/libstroke/pkg/PLIST
new file mode 100644
index 00000000000..2cb1296f904
--- /dev/null
+++ b/devel/libstroke/pkg/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/01/02 16:41:05 rh Exp $
+bin/stroke_test
+lib/libstroke.so.0.3
+lib/libstroke.a
+lib/libstroke_tcl.so.0.3
+lib/libstroke_tcl.a