1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

Add libstroke 0.5.1, a stroke translation library.

Submitted by:	Jerry A! <jerry@thehutt.org>
This commit is contained in:
Pete Fritchman 2002-02-07 01:19:52 +00:00
parent 156225ecf2
commit 3f082ac82c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54281
6 changed files with 40 additions and 0 deletions

View File

@ -250,6 +250,7 @@
SUBDIR += libslang
SUBDIR += libstocks
SUBDIR += libstrfunc
SUBDIR += libstroke
SUBDIR += libtai
SUBDIR += libtar
SUBDIR += libtecla

19
devel/libstroke/Makefile Normal file
View File

@ -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>

1
devel/libstroke/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (libstroke-0.5.1.tar.gz) = 51b9a4e309ac15cfcab96191eed03cb2

View File

@ -0,0 +1 @@
A stroke translation library

12
devel/libstroke/pkg-descr Normal file
View File

@ -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

View File

@ -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