aboutsummaryrefslogtreecommitdiff
path: root/sysutils/hal-info
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2010-05-10 21:19:08 +0000
committerKoop Mast <kwm@FreeBSD.org>2010-05-10 21:19:08 +0000
commit48e62d9a379cd45a15f6ae89d564f81b3c13d16e (patch)
treeb627baa77f19bb1eab2fa4dee08aab1908131cd0 /sysutils/hal-info
parentfbdf96410f8e803568c33397323dd9d8d3af995f (diff)
Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ . This release brings initial PackageKit support, Upower (replaces power management part of hal), cuse4bsd integration with HAL and cheese, and a faster Evolution. Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This will also be the last of the 2.x releases. The next release will be the highly-anticipated GNOME 3.0 which will bring with it a new UI experience. Currently, there are a few bugs with GNOME 2.30 that may be of note for our users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading instructions, and the up-to-date list of known issues. This release features commits by avl, ahze, bland, marcus, mezz, and myself. The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the initual packagekit porting. And the following contributors & testers for there help with this release: Eric L. Chen Vladimir Grebenschikov Sergio de Almeida Lenzi DomiX walder crsd Kevin Oberman Michal Varga Pavel Plesov Bapt kevin and ITetcu for two exp-run PR: ports/143852 ports/145347 ports/144980 ports/145830 ports/145511
Notes
Notes: svn path=/head/; revision=254099
Diffstat (limited to 'sysutils/hal-info')
-rw-r--r--sysutils/hal-info/Makefile5
-rw-r--r--sysutils/hal-info/distinfo6
-rw-r--r--sysutils/hal-info/files/patch-configure123
-rw-r--r--sysutils/hal-info/pkg-plist7
4 files changed, 86 insertions, 55 deletions
diff --git a/sysutils/hal-info/Makefile b/sysutils/hal-info/Makefile
index 8044c7f7df95..1bb513e5a3db 100644
--- a/sysutils/hal-info/Makefile
+++ b/sysutils/hal-info/Makefile
@@ -3,12 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/sysutils/hal-info/Makefile,v 1.3 2008/03/17 22:31:58 marcus Exp $
+# $MCom: ports/sysutils/hal-info/Makefile,v 1.6 2010/03/16 19:33:11 mezz Exp $
#
PORTNAME= hal-info
-PORTVERSION= 20080508
-PORTREVISION= 1
+PORTVERSION= 20091130
CATEGORIES= sysutils
MASTER_SITES= http://hal.freedesktop.org/releases/
diff --git a/sysutils/hal-info/distinfo b/sysutils/hal-info/distinfo
index e558d0002b3e..62258e16fb15 100644
--- a/sysutils/hal-info/distinfo
+++ b/sysutils/hal-info/distinfo
@@ -1,3 +1,3 @@
-MD5 (hal-info-20080508.tar.gz) = 6fc99d15d38945c17a291ea93e664664
-SHA256 (hal-info-20080508.tar.gz) = 80655b3531ea56a5d64085e572dfb8d3ecabffd28af482cd130f72dfdd6254b0
-SIZE (hal-info-20080508.tar.gz) = 202719
+MD5 (hal-info-20091130.tar.gz) = 34375489a02a00b250fdc0b280be11b8
+SHA256 (hal-info-20091130.tar.gz) = 3b5a90eaea4359977d36c808a19b3f08835345a258c68b9c6c080ad5ef875224
+SIZE (hal-info-20091130.tar.gz) = 144859
diff --git a/sysutils/hal-info/files/patch-configure b/sysutils/hal-info/files/patch-configure
index 99c9d9d0a7dc..0a256b677af7 100644
--- a/sysutils/hal-info/files/patch-configure
+++ b/sysutils/hal-info/files/patch-configure
@@ -1,83 +1,110 @@
---- configure.orig 2008-05-19 02:26:02.000000000 -0400
-+++ configure 2008-05-19 02:26:27.000000000 -0400
-@@ -3485,7 +3485,7 @@ fi
-
-
-
--if test x$enable_recall == xyes; then
-+if test x$enable_recall = xyes; then
+--- configure.orig 2009-12-25 12:13:27.000000000 -0500
++++ configure 2009-12-25 12:14:19.000000000 -0500
+@@ -3397,7 +3397,7 @@ else
+ enable_recall=yes
+ fi
+
+- if test x$enable_recall == xyes; then
++ if test x$enable_recall = xyes; then
BUILD_RECALL_TRUE=
BUILD_RECALL_FALSE='#'
else
-@@ -3503,7 +3503,7 @@ fi
+@@ -3413,7 +3413,7 @@ else
+ enable_video=yes
+ fi
-
-
--if test x$enable_video == xyes; then
-+if test x$enable_video = xyes; then
+- if test x$enable_video == xyes; then
++ if test x$enable_video = xyes; then
BUILD_VIDEO_TRUE=
BUILD_VIDEO_FALSE='#'
else
-@@ -3521,7 +3521,7 @@ fi
-
-
+@@ -3429,7 +3429,7 @@ else
+ enable_video_nvidia_quirks=yes
+ fi
+
+- if test x$enable_video_nvidia_quirks == xyes; then
++ if test x$enable_video_nvidia_quirks = xyes; then
+ BUILD_VIDEO_NVIDIA_QUIRKS_TRUE=
+ BUILD_VIDEO_NVIDIA_QUIRKS_FALSE='#'
+ else
+@@ -3445,7 +3445,7 @@ else
+ enable_video_default_quirks=yes
+ fi
+
+- if test x$enable_video_default_quirks == xyes; then
++ if test x$enable_video_default_quirks = xyes; then
+ BUILD_VIDEO_DEFAULT_QUIRKS_TRUE=
+ BUILD_VIDEO_DEFAULT_QUIRKS_FALSE='#'
+ else
+@@ -3461,7 +3461,7 @@ else
+ enable_keymaps=yes
+ fi
--if test x$enable_keymaps == xyes; then
-+if test x$enable_keymaps = xyes; then
+- if test x$enable_keymaps == xyes; then
++ if test x$enable_keymaps = xyes; then
BUILD_KEYMAPS_TRUE=
BUILD_KEYMAPS_FALSE='#'
else
-@@ -3539,7 +3539,7 @@ fi
-
-
+@@ -3477,7 +3477,7 @@ else
+ enable_killswitch_dell_wlan=yes
+ fi
--if test x$enable_killswitch_dell_wlan == xyes; then
-+if test x$enable_killswitch_dell_wlan = xyes; then
+- if test x$enable_killswitch_dell_wlan == xyes; then
++ if test x$enable_killswitch_dell_wlan = xyes; then
BUILD_KILLSWITCH_DELL_WLAN_TRUE=
BUILD_KILLSWITCH_DELL_WLAN_FALSE='#'
else
-@@ -3557,7 +3557,7 @@ fi
+@@ -3493,7 +3493,7 @@ else
+ enable_killswitch_dell_bluetooth=yes
+ fi
-
-
--if test x$enable_killswitch_dell_bluetooth == xyes; then
-+if test x$enable_killswitch_dell_bluetooth = xyes; then
+- if test x$enable_killswitch_dell_bluetooth == xyes; then
++ if test x$enable_killswitch_dell_bluetooth = xyes; then
BUILD_KILLSWITCH_DELL_BLUETOOTH_TRUE=
BUILD_KILLSWITCH_DELL_BLUETOOTH_FALSE='#'
else
-@@ -3575,7 +3575,7 @@ fi
-
+@@ -3509,7 +3509,7 @@ else
+ enable_killswitch_dell_wwan=yes
+ fi
-
--if test x$enable_killswitch_dell_wwan == xyes; then
-+if test x$enable_killswitch_dell_wwan = xyes; then
+- if test x$enable_killswitch_dell_wwan == xyes; then
++ if test x$enable_killswitch_dell_wwan = xyes; then
BUILD_KILLSWITCH_DELL_WWAN_TRUE=
BUILD_KILLSWITCH_DELL_WWAN_FALSE='#'
else
-@@ -3593,7 +3593,7 @@ fi
-
-
+@@ -3525,7 +3525,7 @@ else
+ enable_killswitch_sony_bluetooth=yes
+ fi
--if test x$enable_killswitch_sony_bluetooth == xyes; then
-+if test x$enable_killswitch_sony_bluetooth = xyes; then
+- if test x$enable_killswitch_sony_bluetooth == xyes; then
++ if test x$enable_killswitch_sony_bluetooth = xyes; then
BUILD_KILLSWITCH_SONY_BLUETOOTH_TRUE=
BUILD_KILLSWITCH_SONY_BLUETOOTH_FALSE='#'
else
-@@ -3611,7 +3611,7 @@ fi
+@@ -3541,7 +3541,7 @@ else
+ enable_killswitch_thinkpad_bluetooth=yes
+ fi
-
-
--if test x$enable_killswitch_thinkpad_bluetooth == xyes; then
-+if test x$enable_killswitch_thinkpad_bluetooth = xyes; then
+- if test x$enable_killswitch_thinkpad_bluetooth == xyes; then
++ if test x$enable_killswitch_thinkpad_bluetooth = xyes; then
BUILD_KILLSWITCH_THINKPAD_BLUETOOTH_TRUE=
BUILD_KILLSWITCH_THINKPAD_BLUETOOTH_FALSE='#'
else
-@@ -3629,7 +3629,7 @@ fi
-
+@@ -3557,7 +3557,7 @@ else
+ enable_killswitch_ipw_wlan=yes
+ fi
-
--if test x$enable_killswitch_ipw_wlan == xyes; then
-+if test x$enable_killswitch_ipw_wlan = xyes; then
+- if test x$enable_killswitch_ipw_wlan == xyes; then
++ if test x$enable_killswitch_ipw_wlan = xyes; then
BUILD_KILLSWITCH_IPW_WLAN_TRUE=
BUILD_KILLSWITCH_IPW_WLAN_FALSE='#'
else
+@@ -3573,7 +3573,7 @@ else
+ enable_killswitch_iwl_wlan=yes
+ fi
+
+- if test x$enable_killswitch_iwl_wlan == xyes; then
++ if test x$enable_killswitch_iwl_wlan = xyes; then
+ BUILD_KILLSWITCH_IWL_WLAN_TRUE=
+ BUILD_KILLSWITCH_IWL_WLAN_FALSE='#'
+ else
diff --git a/sysutils/hal-info/pkg-plist b/sysutils/hal-info/pkg-plist
index b48a5514f0db..35e2b64a2577 100644
--- a/sysutils/hal-info/pkg-plist
+++ b/sysutils/hal-info/pkg-plist
@@ -1,9 +1,11 @@
+share/hal/fdi/information/10freedesktop/10-battery.fdi
share/hal/fdi/information/10freedesktop/10-camera-ptp.fdi
share/hal/fdi/information/10freedesktop/10-cd-dvd-burner.fdi
share/hal/fdi/information/10freedesktop/10-dell-rfkill-switch-bluetooth.fdi
share/hal/fdi/information/10freedesktop/10-dell-rfkill-switch-wlan.fdi
share/hal/fdi/information/10freedesktop/10-dell-rfkill-switch-wwan.fdi
share/hal/fdi/information/10freedesktop/10-ipw-rfkill-switch.fdi
+share/hal/fdi/information/10freedesktop/10-iwl-rfkill-switch.fdi
share/hal/fdi/information/10freedesktop/10-laptop-panel-hardware.fdi
share/hal/fdi/information/10freedesktop/10-modem.fdi
share/hal/fdi/information/10freedesktop/10-recall-battery-dell.fdi
@@ -12,10 +14,12 @@ share/hal/fdi/information/10freedesktop/10-recall-battery-gateway.fdi
share/hal/fdi/information/10freedesktop/10-recall-battery-ibm.fdi
share/hal/fdi/information/10freedesktop/10-recall-battery-lenovo.fdi
share/hal/fdi/information/10freedesktop/10-recall-battery-toshiba.fdi
+share/hal/fdi/information/10freedesktop/10-scanner.fdi
share/hal/fdi/information/10freedesktop/10-sony-bluetooth-switch.fdi
share/hal/fdi/information/10freedesktop/10-thinkpad-rfkill-switch-bluetooth.fdi
share/hal/fdi/information/10freedesktop/10-usb-card-readers.fdi
share/hal/fdi/information/10freedesktop/10-usb-music-players.fdi
+share/hal/fdi/information/10freedesktop/10-usb-obex.fdi
share/hal/fdi/information/10freedesktop/10-usb-pda.fdi
share/hal/fdi/information/10freedesktop/10-usb-zip-drives.fdi
share/hal/fdi/information/10freedesktop/10-usbcsr-mice.fdi
@@ -31,14 +35,15 @@ share/hal/fdi/information/10freedesktop/20-video-quirk-pm-misc.fdi
share/hal/fdi/information/10freedesktop/20-video-quirk-pm-samsung.fdi
share/hal/fdi/information/10freedesktop/20-video-quirk-pm-sony.fdi
share/hal/fdi/information/10freedesktop/20-video-quirk-pm-toshiba.fdi
+share/hal/fdi/information/10freedesktop/21-video-quirk-nvidia.fdi
share/hal/fdi/information/10freedesktop/30-keymap-acer.fdi
share/hal/fdi/information/10freedesktop/30-keymap-compaq.fdi
share/hal/fdi/information/10freedesktop/30-keymap-dell.fdi
share/hal/fdi/information/10freedesktop/30-keymap-hp.fdi
share/hal/fdi/information/10freedesktop/30-keymap-lenovo.fdi
share/hal/fdi/information/10freedesktop/30-keymap-misc.fdi
-share/hal/fdi/information/10freedesktop/30-keymap-module-asus-laptop.fdi
share/hal/fdi/information/10freedesktop/30-keymap-module-sony-laptop.fdi
share/hal/fdi/information/10freedesktop/30-keymap-module-thinkpad-acpi.fdi
+share/hal/fdi/information/10freedesktop/99-video-quirk-default.fdi
share/hal/fdi/preprobe/10osvendor/10-ide-drives.fdi
share/hal/fdi/preprobe/10osvendor/20-broken-usb-sticks.fdi