aboutsummaryrefslogtreecommitdiff
path: root/accessibility/accerciser
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2008-03-24 03:52:36 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2008-03-24 03:52:36 +0000
commit6f32add9a75efb180e462ffbdb0b080bc88088e3 (patch)
tree0fc7af36e22fc0dc7c1dc8aacabf6fe117e881da /accessibility/accerciser
parentb8d245fedd5842fb6d68d0bdc6539885555a84e3 (diff)
downloadports-6f32add9a75efb180e462ffbdb0b080bc88088e3.tar.gz
ports-6f32add9a75efb180e462ffbdb0b080bc88088e3.zip
The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD. The official GNOME 2.22 release notes can be found at http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front, this release features an updated hal port with support for video4linux devices, DRM (Direct Rendering), and better support of removable media. Work is also underway to tie webkit more closely into GNOME. As part of the GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well. Be sure to consult UPDATING on the proper steps to upgrade all of your GNOME ports. This release would not have been possible without the contributions and testing efforts of the following people: Pawel Worach kan edwin Peter Ulrich Kruppa J. W. Ballantine Yasuda Keisuke Andriy Gapon
Notes
Notes: svn path=/head/; revision=209647
Diffstat (limited to 'accessibility/accerciser')
-rw-r--r--accessibility/accerciser/Makefile17
-rw-r--r--accessibility/accerciser/distinfo6
-rw-r--r--accessibility/accerciser/pkg-plist31
3 files changed, 41 insertions, 13 deletions
diff --git a/accessibility/accerciser/Makefile b/accessibility/accerciser/Makefile
index abdccc38f52d..2a2eb2eefc22 100644
--- a/accessibility/accerciser/Makefile
+++ b/accessibility/accerciser/Makefile
@@ -3,12 +3,11 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/accessibility/accerciser/Makefile,v 1.4 2007/10/13 21:08:59 marcus Exp $
+# $MCom: ports/accessibility/accerciser/Makefile,v 1.13 2008/03/10 21:21:07 mezz Exp $
#
PORTNAME= accerciser
-PORTVERSION= 1.0.1
-PORTREVISION= 1
+PORTVERSION= 1.2.0
CATEGORIES= accessibility gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -17,15 +16,17 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Interactive Python accessibility explorer for GNOME
USE_BZIP2= yes
-USE_GNOME= atspi pygnomedesktop
-GNU_CONFIGURE= yes
USE_GMAKE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
+USE_GNOME= pygnomedesktop atspi intlhack
USE_PYTHON= yes
-MAN1= accerciser.1
-INSTALLS_OMF= yes
USE_GETTEXT= yes
+INSTALLS_OMF= yes
INSTALLS_ICONS= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
GCONF_SCHEMAS= accerciser.schemas
+MAN1= accerciser.1
.include <bsd.port.mk>
diff --git a/accessibility/accerciser/distinfo b/accessibility/accerciser/distinfo
index 681dc74bfba4..ea9a3a35e230 100644
--- a/accessibility/accerciser/distinfo
+++ b/accessibility/accerciser/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/accerciser-1.0.1.tar.bz2) = 0bfcef80d75ab5772fca31e5021721c4
-SHA256 (gnome2/accerciser-1.0.1.tar.bz2) = f444711071b15075ddb2c7871b58db3df6c49db62650ee33441d97715e0fdbc9
-SIZE (gnome2/accerciser-1.0.1.tar.bz2) = 858043
+MD5 (gnome2/accerciser-1.2.0.tar.bz2) = e4dd607aea8c305ee930c5b09e44681b
+SHA256 (gnome2/accerciser-1.2.0.tar.bz2) = d3ddfb1429a2a14905dfb76620d273dde760d57cce0bcf19d859351501f94103
+SIZE (gnome2/accerciser-1.2.0.tar.bz2) = 1308737
diff --git a/accessibility/accerciser/pkg-plist b/accessibility/accerciser/pkg-plist
index 8f8a5cdba474..1c004d3c09f4 100644
--- a/accessibility/accerciser/pkg-plist
+++ b/accessibility/accerciser/pkg-plist
@@ -47,7 +47,6 @@ bin/accerciser
%%PYTHON_SITELIBDIR%%/accerciser/prefs_dialog.py
%%PYTHON_SITELIBDIR%%/accerciser/prefs_dialog.pyc
%%PYTHON_SITELIBDIR%%/accerciser/prefs_dialog.pyo
-%%PYTHON_SITELIBDIR%%/accerciser/pyatspi.zip
%%PYTHON_SITELIBDIR%%/accerciser/script_playback.py
%%PYTHON_SITELIBDIR%%/accerciser/script_playback.pyc
%%PYTHON_SITELIBDIR%%/accerciser/script_playback.pyo
@@ -137,6 +136,7 @@ bin/accerciser
%%DATADIR%%/pixmaps/hicolor/22x22/tree.png
%%DATADIR%%/pixmaps/hicolor/22x22/treetable.png
%%DATADIR%%/pixmaps/hicolor/22x22/window.png
+%%DATADIR%%/plugindata/validate/basic.py
%%DATADIR%%/plugins/api_view.py
%%DATADIR%%/plugins/console.py
%%DATADIR%%/plugins/event_monitor.glade
@@ -147,6 +147,8 @@ bin/accerciser
%%DATADIR%%/plugins/quick_select.py
%%DATADIR%%/plugins/script_recorder.glade
%%DATADIR%%/plugins/script_recorder.py
+%%DATADIR%%/plugins/validate.glade
+%%DATADIR%%/plugins/validate.py
share/applications/accerciser.desktop
share/gnome/help/accerciser/C/accerciser.xml
share/gnome/help/accerciser/C/figures/accerciser.png
@@ -173,6 +175,18 @@ share/gnome/help/accerciser/es/figures/api_browser.png
share/gnome/help/accerciser/es/figures/event_monitor.png
share/gnome/help/accerciser/es/figures/interface_viewer.png
share/gnome/help/accerciser/es/figures/script_recorder.png
+share/gnome/help/accerciser/fr/accerciser.xml
+share/gnome/help/accerciser/fr/figures/accerciser.png
+share/gnome/help/accerciser/fr/figures/api_browser.png
+share/gnome/help/accerciser/fr/figures/event_monitor.png
+share/gnome/help/accerciser/fr/figures/interface_viewer.png
+share/gnome/help/accerciser/fr/figures/script_recorder.png
+share/gnome/help/accerciser/it/accerciser.xml
+share/gnome/help/accerciser/it/figures/accerciser.png
+share/gnome/help/accerciser/it/figures/api_browser.png
+share/gnome/help/accerciser/it/figures/event_monitor.png
+share/gnome/help/accerciser/it/figures/interface_viewer.png
+share/gnome/help/accerciser/it/figures/script_recorder.png
share/gnome/help/accerciser/oc/accerciser.xml
share/gnome/help/accerciser/oc/figures/accerciser.png
share/gnome/help/accerciser/oc/figures/api_browser.png
@@ -195,6 +209,7 @@ share/locale/bg/LC_MESSAGES/accerciser.mo
share/locale/bn/LC_MESSAGES/accerciser.mo
share/locale/bn_IN/LC_MESSAGES/accerciser.mo
share/locale/ca/LC_MESSAGES/accerciser.mo
+share/locale/cs/LC_MESSAGES/accerciser.mo
share/locale/da/LC_MESSAGES/accerciser.mo
share/locale/de/LC_MESSAGES/accerciser.mo
share/locale/dz/LC_MESSAGES/accerciser.mo
@@ -209,11 +224,14 @@ share/locale/gu/LC_MESSAGES/accerciser.mo
share/locale/he/LC_MESSAGES/accerciser.mo
share/locale/hi/LC_MESSAGES/accerciser.mo
share/locale/hu/LC_MESSAGES/accerciser.mo
+share/locale/it/LC_MESSAGES/accerciser.mo
share/locale/ja/LC_MESSAGES/accerciser.mo
share/locale/lt/LC_MESSAGES/accerciser.mo
share/locale/lv/LC_MESSAGES/accerciser.mo
share/locale/mk/LC_MESSAGES/accerciser.mo
+share/locale/ml/LC_MESSAGES/accerciser.mo
share/locale/nb/LC_MESSAGES/accerciser.mo
+share/locale/nl/LC_MESSAGES/accerciser.mo
share/locale/oc/LC_MESSAGES/accerciser.mo
share/locale/or/LC_MESSAGES/accerciser.mo
share/locale/pa/LC_MESSAGES/accerciser.mo
@@ -230,10 +248,13 @@ share/locale/th/LC_MESSAGES/accerciser.mo
share/locale/tr/LC_MESSAGES/accerciser.mo
share/locale/uk/LC_MESSAGES/accerciser.mo
share/locale/vi/LC_MESSAGES/accerciser.mo
+share/locale/zh_CN/LC_MESSAGES/accerciser.mo
share/omf/accerciser/accerciser-C.omf
share/omf/accerciser/accerciser-ca.omf
share/omf/accerciser/accerciser-en_GB.omf
share/omf/accerciser/accerciser-es.omf
+share/omf/accerciser/accerciser-fr.omf
+share/omf/accerciser/accerciser-it.omf
share/omf/accerciser/accerciser-oc.omf
share/omf/accerciser/accerciser-sv.omf
@dirrm share/omf/accerciser
@@ -241,6 +262,10 @@ share/omf/accerciser/accerciser-sv.omf
@dirrm share/gnome/help/accerciser/sv
@dirrm share/gnome/help/accerciser/oc/figures
@dirrm share/gnome/help/accerciser/oc
+@dirrm share/gnome/help/accerciser/it/figures
+@dirrm share/gnome/help/accerciser/it
+@dirrm share/gnome/help/accerciser/fr/figures
+@dirrm share/gnome/help/accerciser/fr
@dirrm share/gnome/help/accerciser/es/figures
@dirrm share/gnome/help/accerciser/es
@dirrm share/gnome/help/accerciser/en_GB/figures
@@ -250,7 +275,10 @@ share/omf/accerciser/accerciser-sv.omf
@dirrm share/gnome/help/accerciser/C/figures
@dirrm share/gnome/help/accerciser/C
@dirrm share/gnome/help/accerciser
+@dirrmtry share/applications
@dirrm %%DATADIR%%/plugins
+@dirrm %%DATADIR%%/plugindata/validate
+@dirrm %%DATADIR%%/plugindata
@dirrm %%DATADIR%%/pixmaps/hicolor/22x22
@dirrm %%DATADIR%%/pixmaps/hicolor
@dirrm %%DATADIR%%/pixmaps
@@ -267,4 +295,3 @@ share/omf/accerciser/accerciser-sv.omf
@dirrmtry share/locale/dz
@dirrmtry share/locale/bn_IN/LC_MESSAGES
@dirrmtry share/locale/bn_IN
-@dirrmtry share/applications