diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
commit | d4f0d0048a8755106a4b0445221a19761e746984 (patch) | |
tree | c87184c5bfeaf942c827c5f706186ce9786a2588 /x11-drivers/xf86-input-hyperpen | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) | |
download | ports-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz ports-d4f0d0048a8755106a4b0445221a19761e746984.zip |
Notes
Diffstat (limited to 'x11-drivers/xf86-input-hyperpen')
-rw-r--r-- | x11-drivers/xf86-input-hyperpen/Makefile | 17 | ||||
-rw-r--r-- | x11-drivers/xf86-input-hyperpen/distinfo | 3 | ||||
-rw-r--r-- | x11-drivers/xf86-input-hyperpen/pkg-descr | 4 | ||||
-rw-r--r-- | x11-drivers/xf86-input-hyperpen/pkg-plist | 5 |
4 files changed, 29 insertions, 0 deletions
diff --git a/x11-drivers/xf86-input-hyperpen/Makefile b/x11-drivers/xf86-input-hyperpen/Makefile new file mode 100644 index 000000000000..ad37c01a6cf1 --- /dev/null +++ b/x11-drivers/xf86-input-hyperpen/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: xf86-input-hyperpen +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xf86-input-hyperpen +PORTVERSION= 1.1.0 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org hyperpen input driver + +XORG_CAT= driver + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-input-hyperpen/distinfo b/x11-drivers/xf86-input-hyperpen/distinfo new file mode 100644 index 000000000000..bdff1d50303b --- /dev/null +++ b/x11-drivers/xf86-input-hyperpen/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-input-hyperpen-1.1.0.tar.bz2) = 1dfccb75069e61e0c6f990b47eb58c40 +SHA256 (xorg/driver/xf86-input-hyperpen-1.1.0.tar.bz2) = d1c20a3340e06c5634759832dcf2edc6acb41476a4f637eba6880730e607f493 +SIZE (xorg/driver/xf86-input-hyperpen-1.1.0.tar.bz2) = 235132 diff --git a/x11-drivers/xf86-input-hyperpen/pkg-descr b/x11-drivers/xf86-input-hyperpen/pkg-descr new file mode 100644 index 000000000000..a45a59abed70 --- /dev/null +++ b/x11-drivers/xf86-input-hyperpen/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-input-hyperpen driver. + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11-drivers/xf86-input-hyperpen/pkg-plist b/x11-drivers/xf86-input-hyperpen/pkg-plist new file mode 100644 index 000000000000..59dc01716933 --- /dev/null +++ b/x11-drivers/xf86-input-hyperpen/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/input/hyperpen_drv.la +lib/xorg/modules/input/hyperpen_drv.so +@dirrmtry lib/xorg/modules/input +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg |