diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2006-04-23 09:37:24 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2006-04-23 09:37:24 +0000 |
commit | 1af0bdb0831c8687c792e7b133100b6630c34f34 (patch) | |
tree | 268855afc92a9caffc9bdb8391ea7416a8c1ecbd /x11 | |
parent | cdbf49e1ec98cfb7917bb363c61c56b5efba0a60 (diff) | |
download | ports-1af0bdb0831c8687c792e7b133100b6630c34f34.tar.gz ports-1af0bdb0831c8687c792e7b133100b6630c34f34.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/gsynaptics/Makefile | 34 | ||||
-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 | 13 |
6 files changed, 86 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index e481d37ae583..0dd7a373abcf 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -77,6 +77,7 @@ SUBDIR += gpctool SUBDIR += grabc SUBDIR += gromit + SUBDIR += gsynaptics SUBDIR += gtk-launch SUBDIR += gtk-theme-switch SUBDIR += gtk-themepreview diff --git a/x11/gsynaptics/Makefile b/x11/gsynaptics/Makefile new file mode 100644 index 000000000000..de99dcc9d2e8 --- /dev/null +++ b/x11/gsynaptics/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: gsynaptics +# Date created: 2006-03-19 +# Whom: Norikatsu Shigemura <nork@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gsynaptics +PORTVERSION= 0.9.6 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} +MASTER_SITE_SUBDIR= gsynaptics/19524 + +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 +USE_X_PREFIX= yes +USE_ICONV= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes + +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 000000000000..fb8a88c70e93 --- /dev/null +++ b/x11/gsynaptics/distinfo @@ -0,0 +1,3 @@ +MD5 (gsynaptics-0.9.6.tar.gz) = 7c60555a0b5d3a6f5faa0605d51ff994 +SHA256 (gsynaptics-0.9.6.tar.gz) = 7c26ccb60d70bde8aa417f215e7c49005570e9dd6ddd0e5246804710e0175856 +SIZE (gsynaptics-0.9.6.tar.gz) = 388345 diff --git a/x11/gsynaptics/pkg-descr b/x11/gsynaptics/pkg-descr new file mode 100644 index 000000000000..e297fd23637f --- /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 000000000000..c96ace91b71a --- /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 000000000000..56158f7ad3a7 --- /dev/null +++ b/x11/gsynaptics/pkg-plist @@ -0,0 +1,13 @@ +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/pixmaps/touchpad.png +@dirrmtry share/pixmaps +@dirrmtry share/gnome/autostart +@dirrmtry share/applications +@dirrm share/gsynaptics |