summaryrefslogtreecommitdiffstats
path: root/x11/gsynaptics
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 11:37:29 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 11:37:29 +0800
commite934b106497f17545e236bb9644bed935cd118ad (patch)
tree29839e0cbcfadbf35eac8fc26b9ad2afe1301370 /x11/gsynaptics
parent14c9f603eb5d9868d374e46ac865925da109a838 (diff)
downloadmarcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.gz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.bz2
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.lz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.xz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.zst
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.zip
Remove these now that they have been committed to the FreeBSD ports tree.
Next stop GNOME 2.21. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9875 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gsynaptics')
-rw-r--r--x11/gsynaptics/Makefile42
-rw-r--r--x11/gsynaptics/distinfo3
-rw-r--r--x11/gsynaptics/pkg-descr4
-rw-r--r--x11/gsynaptics/pkg-message31
-rw-r--r--x11/gsynaptics/pkg-plist13
5 files changed, 0 insertions, 93 deletions
diff --git a/x11/gsynaptics/Makefile b/x11/gsynaptics/Makefile
deleted file mode 100644
index cf15ba5c4..000000000
--- a/x11/gsynaptics/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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= 5
-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
-
-USE_GNOME= lthack intlhack intltool pkgconfig gtk20 libgnome libglade2 libgnomeui
-USE_ICONV= yes
-USE_GMAKE= yes
-USE_PERL5= 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.pre.mk>
-
-.if ${X_WINDOW_SYSTEM} == "xorg"
-RUN_DEPENDS+= ${X11BASE}/lib/xorg/modules/input/synaptics_drv.so:${PORTSDIR}/x11-drivers/synaptics
-.else
-RUN_DEPENDS+= ${X11BASE}/lib/modules/input/synaptics_drv.o:${PORTSDIR}/x11-drivers/synaptics
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/x11/gsynaptics/distinfo b/x11/gsynaptics/distinfo
deleted file mode 100644
index ef9fd395b..000000000
--- a/x11/gsynaptics/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index e297fd236..000000000
--- a/x11/gsynaptics/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-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
deleted file mode 100644
index c96ace91b..000000000
--- a/x11/gsynaptics/pkg-message
+++ /dev/null
@@ -1,31 +0,0 @@
-===============================================================================
-
- * 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
deleted file mode 100644
index 65810d0a7..000000000
--- a/x11/gsynaptics/pkg-plist
+++ /dev/null
@@ -1,13 +0,0 @@
-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/applications
-@dirrm share/gsynaptics