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-calcomp | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) |
Notes
Diffstat (limited to 'x11-drivers/xf86-input-calcomp')
-rw-r--r-- | x11-drivers/xf86-input-calcomp/Makefile | 18 | ||||
-rw-r--r-- | x11-drivers/xf86-input-calcomp/distinfo | 3 | ||||
-rw-r--r-- | x11-drivers/xf86-input-calcomp/pkg-descr | 4 | ||||
-rw-r--r-- | x11-drivers/xf86-input-calcomp/pkg-plist | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/x11-drivers/xf86-input-calcomp/Makefile b/x11-drivers/xf86-input-calcomp/Makefile new file mode 100644 index 000000000000..d9a335967cf0 --- /dev/null +++ b/x11-drivers/xf86-input-calcomp/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: xf86-input-calcomp +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xf86-input-calcomp +PORTVERSION= 1.1.0 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org calcomp input driver + +XORG_CAT= driver +MAN4= calcomp.4x + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-input-calcomp/distinfo b/x11-drivers/xf86-input-calcomp/distinfo new file mode 100644 index 000000000000..3c739f96fbd2 --- /dev/null +++ b/x11-drivers/xf86-input-calcomp/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/driver/xf86-input-calcomp-1.1.0.tar.bz2) = af13f9de2af4e1d03b2da0c037fd718a +SHA256 (xorg/driver/xf86-input-calcomp-1.1.0.tar.bz2) = ebc446e74eea72d391104b1ce3b2a5376bced098154ec089a944f4311d240904 +SIZE (xorg/driver/xf86-input-calcomp-1.1.0.tar.bz2) = 231496 diff --git a/x11-drivers/xf86-input-calcomp/pkg-descr b/x11-drivers/xf86-input-calcomp/pkg-descr new file mode 100644 index 000000000000..5a94b55371fc --- /dev/null +++ b/x11-drivers/xf86-input-calcomp/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-input-calcomp driver. + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11-drivers/xf86-input-calcomp/pkg-plist b/x11-drivers/xf86-input-calcomp/pkg-plist new file mode 100644 index 000000000000..1b007218a3f4 --- /dev/null +++ b/x11-drivers/xf86-input-calcomp/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/input/calcomp_drv.la +lib/xorg/modules/input/calcomp_drv.so +@dirrmtry lib/xorg/modules/input +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg |