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:
parent
156225ecf2
commit
3f082ac82c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54281
@ -250,6 +250,7 @@
|
||||
SUBDIR += libslang
|
||||
SUBDIR += libstocks
|
||||
SUBDIR += libstrfunc
|
||||
SUBDIR += libstroke
|
||||
SUBDIR += libtai
|
||||
SUBDIR += libtar
|
||||
SUBDIR += libtecla
|
||||
|
19
devel/libstroke/Makefile
Normal file
19
devel/libstroke/Makefile
Normal 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
1
devel/libstroke/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (libstroke-0.5.1.tar.gz) = 51b9a4e309ac15cfcab96191eed03cb2
|
1
devel/libstroke/pkg-comment
Normal file
1
devel/libstroke/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A stroke translation library
|
12
devel/libstroke/pkg-descr
Normal file
12
devel/libstroke/pkg-descr
Normal 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
|
6
devel/libstroke/pkg-plist
Normal file
6
devel/libstroke/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user