aboutsummaryrefslogtreecommitdiff
path: root/devel/libstroke
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-02-07 01:19:52 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-02-07 01:19:52 +0000
commit3f082ac82c97bfdf3b8b337f006009165f275b97 (patch)
tree44244c26601d4b4f7a56cb0840479504b9200c99 /devel/libstroke
parent156225ecf2eabc5480c532fba38202b4f26e02de (diff)
downloadports-3f082ac82c97bfdf3b8b337f006009165f275b97.tar.gz
ports-3f082ac82c97bfdf3b8b337f006009165f275b97.zip
Add libstroke 0.5.1, a stroke translation library.
Submitted by: Jerry A! <jerry@thehutt.org>
Notes
Notes: svn path=/head/; revision=54281
Diffstat (limited to 'devel/libstroke')
-rw-r--r--devel/libstroke/Makefile19
-rw-r--r--devel/libstroke/distinfo1
-rw-r--r--devel/libstroke/pkg-comment1
-rw-r--r--devel/libstroke/pkg-descr12
-rw-r--r--devel/libstroke/pkg-plist6
5 files changed, 39 insertions, 0 deletions
diff --git a/devel/libstroke/Makefile b/devel/libstroke/Makefile
new file mode 100644
index 000000000000..6ae18b072cc6
--- /dev/null
+++ b/devel/libstroke/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: libstroke
+# Date created: 31 December 2001
+# Whom: Jerry A! <jerry@thehutt.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libstroke
+PORTVERSION= 0.5.1
+CATEGORIES= devel
+MASTER_SITES= http://www.etla.net/libstroke/
+
+MAINTAINER= jerry@thehutt.org
+
+USE_GMAKE= yes
+USE_LIBTOOL= yes
+INSTALLS_SHLIB= yes
+
+.include <bsd.port.mk>
diff --git a/devel/libstroke/distinfo b/devel/libstroke/distinfo
new file mode 100644
index 000000000000..d433aec81219
--- /dev/null
+++ b/devel/libstroke/distinfo
@@ -0,0 +1 @@
+MD5 (libstroke-0.5.1.tar.gz) = 51b9a4e309ac15cfcab96191eed03cb2
diff --git a/devel/libstroke/pkg-comment b/devel/libstroke/pkg-comment
new file mode 100644
index 000000000000..e783281e403f
--- /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 000000000000..96c0c36d0324
--- /dev/null
+++ b/devel/libstroke/pkg-descr
@@ -0,0 +1,12 @@
+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. I fell in love with them when
+I was using the CAD tools that use a stroke interface to select
+tools or perform actions. I wrote 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.
+
+WWW: http://www.etla.net/libstroke/
+
+-Jerry
+jerry@thehutt.org
diff --git a/devel/libstroke/pkg-plist b/devel/libstroke/pkg-plist
new file mode 100644
index 000000000000..08bec23e6ad1
--- /dev/null
+++ b/devel/libstroke/pkg-plist
@@ -0,0 +1,6 @@
+include/stroke.h
+lib/libstroke.a
+lib/libstroke.so
+lib/libstroke.so.0
+share/aclocal/libgstroke.m4
+share/aclocal/libstroke.m4