diff options
author | kwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2011-07-22 02:49:53 +0800 |
---|---|---|
committer | kwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2011-07-22 02:49:53 +0800 |
commit | 2353b7d92a90b987b648444549ec14fd4e479a09 (patch) | |
tree | 6c805bd79b8ce06059d61e000932f52aee6e5c36 | |
parent | 208a88eb97a4ba12fedc8e2de78b6664a4d97b25 (diff) | |
download | xorg-devel-ports-2353b7d92a90b987b648444549ec14fd4e479a09.tar.gz xorg-devel-ports-2353b7d92a90b987b648444549ec14fd4e479a09.tar.zst xorg-devel-ports-2353b7d92a90b987b648444549ec14fd4e479a09.zip |
Update to 1.5.0.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/branches/xorg-dev@278 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r-- | x11-drivers/xf86-input-penmount/Makefile | 18 | ||||
-rw-r--r-- | x11-drivers/xf86-input-penmount/distinfo | 2 | ||||
-rw-r--r-- | x11-drivers/xf86-input-penmount/pkg-descr | 4 | ||||
-rw-r--r-- | x11-drivers/xf86-input-penmount/pkg-plist | 5 |
4 files changed, 29 insertions, 0 deletions
diff --git a/x11-drivers/xf86-input-penmount/Makefile b/x11-drivers/xf86-input-penmount/Makefile new file mode 100644 index 0000000..f4bdf0b --- /dev/null +++ b/x11-drivers/xf86-input-penmount/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: xf86-input-penmount +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD: ports/x11-drivers/xf86-input-penmount/Makefile,v 1.11 2011/02/25 16:55:47 miwi Exp $ +# + +PORTNAME= xf86-input-penmount +PORTVERSION= 1.5.0 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org penmount input driver + +XORG_CAT= driver +MAN4= penmount.4x + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-input-penmount/distinfo b/x11-drivers/xf86-input-penmount/distinfo new file mode 100644 index 0000000..d8eaa47 --- /dev/null +++ b/x11-drivers/xf86-input-penmount/distinfo @@ -0,0 +1,2 @@ +SHA256 (xorg/driver/xf86-input-penmount-1.5.0.tar.bz2) = f45a85911a59647ba24f84c15f49d31d5f62a9bb86ca56881bf3ecbc21113ce7 +SIZE (xorg/driver/xf86-input-penmount-1.5.0.tar.bz2) = 276864 diff --git a/x11-drivers/xf86-input-penmount/pkg-descr b/x11-drivers/xf86-input-penmount/pkg-descr new file mode 100644 index 0000000..ea15a1e --- /dev/null +++ b/x11-drivers/xf86-input-penmount/pkg-descr @@ -0,0 +1,4 @@ +This package contains the X.Org xf86-input-penmount driver. + +- Florent Thoumie +flz@FreeBSD.org diff --git a/x11-drivers/xf86-input-penmount/pkg-plist b/x11-drivers/xf86-input-penmount/pkg-plist new file mode 100644 index 0000000..a48eb14 --- /dev/null +++ b/x11-drivers/xf86-input-penmount/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/input/penmount_drv.la +lib/xorg/modules/input/penmount_drv.so +@dirrmtry lib/xorg/modules/input +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg |