diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-30 23:28:47 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-30 23:28:47 +0800 |
commit | d5e812f644a98a21a55230716ca8bd6e211ea503 (patch) | |
tree | 48d4281df822b95c11ab9b1bf21dae9b939e0381 /x11 | |
parent | cdcd43d03c72cdc6904b06ef67110be3b8ccc838 (diff) | |
download | marcuscom-ports-d5e812f644a98a21a55230716ca8bd6e211ea503.tar.gz marcuscom-ports-d5e812f644a98a21a55230716ca8bd6e211ea503.tar.zst marcuscom-ports-d5e812f644a98a21a55230716ca8bd6e211ea503.zip |
- Move to LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7420 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gsynaptics/Makefile | 36 | ||||
-rw-r--r-- | x11/gsynaptics/distinfo | 3 | ||||
-rw-r--r-- | x11/gsynaptics/pkg-descr | 4 | ||||
-rw-r--r-- | x11/gsynaptics/pkg-message | 31 | ||||
-rw-r--r-- | x11/gsynaptics/pkg-plist | 14 |
5 files changed, 88 insertions, 0 deletions
diff --git a/x11/gsynaptics/Makefile b/x11/gsynaptics/Makefile new file mode 100644 index 000000000..8bbb64a50 --- /dev/null +++ b/x11/gsynaptics/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: gsynaptics +# Date created: 2006-03-19 +# Whom: Norikatsu Shigemura <nork@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gsynaptics +PORTVERSION= 0.9.9 +PORTREVISION= 1 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} +MASTER_SITE_SUBDIR= gsynaptics/21527 + +MAINTAINER= nork@FreeBSD.org +COMMENT= GNOME Synaptics Touchpad setting tool + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser +RUN_DEPENDS= ${PREFIX}/lib/modules/input/synaptics_drv.o:${PORTSDIR}/x11-servers/synaptics + +USE_GNOME= lthack intlhack intltool pkgconfig gtk20 libgnome libglade2 libgnomeui +USE_ICONV= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes + +CONFIGURE_ARGS= --mandir=${PREFIX}/man + +CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \ + LDFLAGS=-L${LOCALBASE}/lib + +MAN1= gsynaptics.1 gsynaptics-init.1 + +post-install: + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> diff --git a/x11/gsynaptics/distinfo b/x11/gsynaptics/distinfo new file mode 100644 index 000000000..ef9fd395b --- /dev/null +++ b/x11/gsynaptics/distinfo @@ -0,0 +1,3 @@ +MD5 (gsynaptics-0.9.9.tar.gz) = 11331465d2d67f13b58f84f940b9c9a0 +SHA256 (gsynaptics-0.9.9.tar.gz) = 46c7009c2b8f61e6453a448037180fab8863f19f6bcd91218d455908f33b1ded +SIZE (gsynaptics-0.9.9.tar.gz) = 387003 diff --git a/x11/gsynaptics/pkg-descr b/x11/gsynaptics/pkg-descr new file mode 100644 index 000000000..e297fd236 --- /dev/null +++ b/x11/gsynaptics/pkg-descr @@ -0,0 +1,4 @@ +gsynaptics is a setting tool for Synaptics Touchpad +driver for XFree86 4.x/XOrg. + +WWW: http://sourceforge.jp/projects/gsynaptics/ diff --git a/x11/gsynaptics/pkg-message b/x11/gsynaptics/pkg-message new file mode 100644 index 000000000..c96ace91b --- /dev/null +++ b/x11/gsynaptics/pkg-message @@ -0,0 +1,31 @@ +=============================================================================== + + * SETUP NOTE * SETUP NOTE * + +o Enable "SHMConfig on" in /etc/xorg.conf (or /etc/XF86Config) + This tools can be used only if "SHMConfig" "on" in the section + of synaptics driver in /etc/xorg.conf or /etc/XF86Config. + +/etc/xorg.conf (/etc/XF86Config) ------------------ + : +Section "InputDevice" + Driver "synaptics" + : + Option "SHMConfig" "on" + : +EndSection + : +/etc/xorg.conf (/etc/XF86Config) ------------------ + +o To use your setting value at each time of starting of Xserver, + you have to run gsynaptics-init at starting time of Xserver. + + GNOME users, + you have to add gsynaptics-init on [Desktop] - [Preferences] + - [Sessions] - [Startup Programs] in GNOME Menu. + + non GNOME users, + you have to add gsynaptics-init in .xinitrc or + .xsession. + +=============================================================================== diff --git a/x11/gsynaptics/pkg-plist b/x11/gsynaptics/pkg-plist new file mode 100644 index 000000000..055dee05d --- /dev/null +++ b/x11/gsynaptics/pkg-plist @@ -0,0 +1,14 @@ +bin/gsynaptics +bin/gsynaptics-init +share/applications/gsynaptics.desktop +share/gnome/autostart/gsynaptics-init.desktop +share/gsynaptics/gsynaptics.glade +share/locale/es/LC_MESSAGES/gsynaptics.mo +share/locale/fr/LC_MESSAGES/gsynaptics.mo +share/locale/ja/LC_MESSAGES/gsynaptics.mo +share/locale/zh_CN/LC_MESSAGES/gsynaptics.mo +share/locale/zh_TW/LC_MESSAGES/gsynaptics.mo +share/pixmaps/touchpad.png +@dirrmtry share/gnome/autostart +@dirrmtry share/applications +@dirrm share/gsynaptics |