diff options
author | petef <petef@FreeBSD.org> | 2002-02-07 01:19:52 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-02-07 01:19:52 +0000 |
commit | fc469820bc965f248ced441b151f0959e09baca3 (patch) | |
tree | 4361ce5ba9f883d0f5ff8deff3c331a6c9c98c3c /devel/libstroke | |
parent | fd6618a756e8215f0933f81603866afadb6551e3 (diff) | |
download | FreeBSD-ports-fc469820bc965f248ced441b151f0959e09baca3.zip FreeBSD-ports-fc469820bc965f248ced441b151f0959e09baca3.tar.gz |
Add libstroke 0.5.1, a stroke translation library.
Submitted by: Jerry A! <jerry@thehutt.org>
Diffstat (limited to 'devel/libstroke')
-rw-r--r-- | devel/libstroke/Makefile | 19 | ||||
-rw-r--r-- | devel/libstroke/distinfo | 1 | ||||
-rw-r--r-- | devel/libstroke/pkg-comment | 1 | ||||
-rw-r--r-- | devel/libstroke/pkg-descr | 12 | ||||
-rw-r--r-- | devel/libstroke/pkg-plist | 6 |
5 files changed, 39 insertions, 0 deletions
diff --git a/devel/libstroke/Makefile b/devel/libstroke/Makefile new file mode 100644 index 0000000..6ae18b0 --- /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 0000000..d433aec --- /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 0000000..e783281 --- /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 0000000..96c0c36 --- /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 0000000..08bec23 --- /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 |