diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-11-08 07:20:22 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-11-08 07:20:22 +0800 |
commit | ecc692c609745ed2590ee410fcf60f8fc5577767 (patch) | |
tree | 804fc05006975ef53fbc334db1f4ffa42ff9359f /accessibility/gnopernicus | |
parent | 3a142666db7f6854784739853cd212ba74b8b6bd (diff) | |
download | marcuscom-ports-ecc692c609745ed2590ee410fcf60f8fc5577767.tar.gz marcuscom-ports-ecc692c609745ed2590ee410fcf60f8fc5577767.tar.zst marcuscom-ports-ecc692c609745ed2590ee410fcf60f8fc5577767.zip |
Remove these ports now that they have been merged into the ports tree.
Next stop, GNOME 2.9!
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3045 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/gnopernicus')
-rw-r--r-- | accessibility/gnopernicus/Makefile | 33 | ||||
-rw-r--r-- | accessibility/gnopernicus/distinfo | 2 | ||||
-rw-r--r-- | accessibility/gnopernicus/files/patch-braille_libbrl_brlxml.c | 13 | ||||
-rw-r--r-- | accessibility/gnopernicus/files/patch-srcore_srbrl.c | 51 | ||||
-rw-r--r-- | accessibility/gnopernicus/files/patch-srcore_srmain.c | 26 | ||||
-rw-r--r-- | accessibility/gnopernicus/pkg-descr | 4 | ||||
-rw-r--r-- | accessibility/gnopernicus/pkg-plist | 173 |
7 files changed, 0 insertions, 302 deletions
diff --git a/accessibility/gnopernicus/Makefile b/accessibility/gnopernicus/Makefile deleted file mode 100644 index eb20cc957..000000000 --- a/accessibility/gnopernicus/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: gnopernicus -# Date created: 11 May 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnopernicus -PORTVERSION= 0.9.16 -CATEGORIES= accessibility x11 gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9 -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Collection of accessibility apps for GNOME 2 - -LIB_DEPENDS= gnome-mag.2:${PORTSDIR}/accessibility/gnomemag - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui atspi gnomespeech -USE_LIBTOOL_VER=15 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -MAKE_ENV= SED="${SED}" - -GCONF_SCHEMAS= brlmonitor.schemas gnopernicus.schemas remote.schemas -SHLIB_VERSION= 16 -PLIST_SUB= SHLIB_VERSION=${SHLIB_VERSION} - -.include <bsd.port.mk> diff --git a/accessibility/gnopernicus/distinfo b/accessibility/gnopernicus/distinfo deleted file mode 100644 index a40466bc5..000000000 --- a/accessibility/gnopernicus/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/gnopernicus-0.9.16.tar.bz2) = 7870ad0df8edcfd01c4f16c49755db35 -SIZE (gnome2/gnopernicus-0.9.16.tar.bz2) = 1905537 diff --git a/accessibility/gnopernicus/files/patch-braille_libbrl_brlxml.c b/accessibility/gnopernicus/files/patch-braille_libbrl_brlxml.c deleted file mode 100644 index 3a2d38735..000000000 --- a/accessibility/gnopernicus/files/patch-braille_libbrl_brlxml.c +++ /dev/null @@ -1,13 +0,0 @@ ---- braille/libbrl/brlxml.c.orig Tue Aug 3 14:50:31 2004 -+++ braille/libbrl/brlxml.c Tue Aug 3 14:50:48 2004 -@@ -730,9 +730,9 @@ - /* fprintf (stderr, "\n attr_val; %s", *attrs); */ - if (g_strcasecmp ((gchar*)*attrs, "mode") == 0) - { -- ++attrs; - gint16 new_offset = 0; - gshort sign = 1; -+ ++attrs; - - attr_val = g_strdup ((gchar*)*attrs); - tattr_val = g_strdup (attr_val); diff --git a/accessibility/gnopernicus/files/patch-srcore_srbrl.c b/accessibility/gnopernicus/files/patch-srcore_srbrl.c deleted file mode 100644 index 474f3f804..000000000 --- a/accessibility/gnopernicus/files/patch-srcore_srbrl.c +++ /dev/null @@ -1,51 +0,0 @@ ---- srcore/srbrl.c.orig Wed Jul 14 20:51:31 2004 -+++ srcore/srbrl.c Wed Jul 14 20:55:57 2004 -@@ -723,6 +723,12 @@ - static void - src_braille_load_values (SRCBraille *braille) - { -+ gint default_pos_sensor; -+ gint default_opt_sensor; -+ gchar *default_braille_transaltion_table; -+ gchar *default_braille_style; -+ gchar *default_braille_cursor_style; -+ - sru_assert (braille); - - if (!braille->device) -@@ -749,7 +755,7 @@ - } - } - -- gchar *default_braille_transaltion_table = DEFAULT_BRAILLE_TRANSLATION; -+ *default_braille_transaltion_table = DEFAULT_BRAILLE_TRANSLATION; - GET_BRAILLE_CONFIG_DATA_WITH_DEFAULT (BRAILLE_TRANSLATION, CFGT_STRING, - &braille->translation_table, - default_braille_transaltion_table); -@@ -761,22 +767,22 @@ - } - - -- gchar *default_braille_style = DEFAULT_BRAILLE_STYLE; -+ *default_braille_style = DEFAULT_BRAILLE_STYLE; - GET_BRAILLE_CONFIG_DATA_WITH_DEFAULT (BRAILLE_STYLE, CFGT_STRING, - &braille->style, - default_braille_style); - -- gchar *default_braille_cursor_style = DEFAULT_BRAILLE_CURSOR_STYLE; -+ *default_braille_cursor_style = DEFAULT_BRAILLE_CURSOR_STYLE; - GET_BRAILLE_CONFIG_DATA_WITH_DEFAULT (BRAILLE_CURSOR_STYLE, CFGT_STRING, - &braille->cursor_style, - default_braille_cursor_style); - -- gint default_pos_sensor = DEFAULT_BRAILLE_POSITION_SENSOR; -+ default_pos_sensor = DEFAULT_BRAILLE_POSITION_SENSOR; - GET_BRAILLE_CONFIG_DATA_WITH_DEFAULT (BRAILLE_POSITION_SENSOR, CFGT_INT, - &braille->position_sensor, - &default_pos_sensor); - -- gint default_opt_sensor = DEFAULT_BRAILLE_OPTICAL_SENSOR; -+ default_opt_sensor = DEFAULT_BRAILLE_OPTICAL_SENSOR; - GET_BRAILLE_CONFIG_DATA_WITH_DEFAULT (BRAILLE_OPTICAL_SENSOR, CFGT_INT, - &braille->optical_sensor, - &default_opt_sensor); diff --git a/accessibility/gnopernicus/files/patch-srcore_srmain.c b/accessibility/gnopernicus/files/patch-srcore_srmain.c deleted file mode 100644 index 7b113f5ba..000000000 --- a/accessibility/gnopernicus/files/patch-srcore_srmain.c +++ /dev/null @@ -1,26 +0,0 @@ ---- srcore/srmain.c.orig Sun May 30 03:08:45 2004 -+++ srcore/srmain.c Sun May 30 03:09:28 2004 -@@ -602,9 +602,10 @@ - sru_assert (config->key); - if (strcmp (config->key, BRAILLE_DEVICE) == 0) - { -+ gboolean rv; - sru_assert (config->newvalue && config->type == CFGT_STRING); - -- gboolean rv = src_braille_set_device ((gchar*)config->newvalue); -+ rv = src_braille_set_device ((gchar*)config->newvalue); - if (!rv) - { - sru_message ("SR: process config changed for braille: brl_device did not change!!!"); -@@ -636,9 +637,10 @@ - } - else if (strcmp (config->key, BRAILLE_TRANSLATION) == 0) - { -+ gboolean rv; - sru_assert (config->type == CFGT_STRING && config->newvalue); - -- gboolean rv = src_braille_set_translation_table ((gchar*)config->newvalue); -+ rv = src_braille_set_translation_table ((gchar*)config->newvalue); - - if (!rv) - { diff --git a/accessibility/gnopernicus/pkg-descr b/accessibility/gnopernicus/pkg-descr deleted file mode 100644 index 1719c6588..000000000 --- a/accessibility/gnopernicus/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Gnopernicus provides Assistive Technologies (AT) for blind and visually -impaired persons through modules for text-to-speech, braille, etc. - -WWW: http://www.baum.ro/gnopernicus.html diff --git a/accessibility/gnopernicus/pkg-plist b/accessibility/gnopernicus/pkg-plist deleted file mode 100644 index 547b86846..000000000 --- a/accessibility/gnopernicus/pkg-plist +++ /dev/null @@ -1,173 +0,0 @@ -bin/gnopernicus -bin/srcore -etc/gnopernicus-1.0/translation_tables/de.a2b -etc/gnopernicus-1.0/translation_tables/en_US.a2b -etc/gnopernicus-1.0/translation_tables/es.a2b -etc/gnopernicus-1.0/translation_tables/sv.a2b -include/gnopernicus-1.0/libbrl/brlxmlapi.h -include/gnopernicus-1.0/libke/libke.h -include/gnopernicus-1.0/libmag/magxmlapi.h -include/gnopernicus-1.0/libsrconf/libsrconf.h -include/gnopernicus-1.0/libsrlow/SRLow.h -include/gnopernicus-1.0/libsrlow/SRObject.h -include/gnopernicus-1.0/libsrlow/screen-review.h -include/gnopernicus-1.0/libsrs/srs-xml.h -include/gnopernicus-1.0/libsrutil/SREvent.h -include/gnopernicus-1.0/libsrutil/SRMessages.h -include/gnopernicus-1.0/libsrutil/srintl.h -include/gnopernicus-1.0/libsrutil/util.h -lib/gnopernicus-1.0/libbrl.a -lib/gnopernicus-1.0/libbrl.so -lib/gnopernicus-1.0/libbrl.so.%%SHLIB_VERSION%% -lib/gnopernicus-1.0/libke.a -lib/gnopernicus-1.0/libke.so -lib/gnopernicus-1.0/libke.so.%%SHLIB_VERSION%% -lib/gnopernicus-1.0/libmag.a -lib/gnopernicus-1.0/libmag.so -lib/gnopernicus-1.0/libmag.so.%%SHLIB_VERSION%% -lib/gnopernicus-1.0/libsrconf.a -lib/gnopernicus-1.0/libsrconf.so -lib/gnopernicus-1.0/libsrconf.so.%%SHLIB_VERSION%% -lib/gnopernicus-1.0/libsrlow.a -lib/gnopernicus-1.0/libsrlow.so -lib/gnopernicus-1.0/libsrlow.so.%%SHLIB_VERSION%% -lib/gnopernicus-1.0/libsrs.a -lib/gnopernicus-1.0/libsrs.so -lib/gnopernicus-1.0/libsrs.so.%%SHLIB_VERSION%% -lib/gnopernicus-1.0/libsrutil.a -lib/gnopernicus-1.0/libsrutil.so -lib/gnopernicus-1.0/libsrutil.so.%%SHLIB_VERSION%% -libdata/pkgconfig/gnopernicus-1.0.pc -libexec/brlmonitor -share/gnome/applications/gnopernicus.desktop -share/gnome/gnopernicus/glade/gnopi_files/Braille_Monitor_Settings/braille_monitor_settings.glade2 -share/gnome/gnopernicus/glade/gnopi_files/Braille_Settings/attribute_settings.glade2 -share/gnome/gnopernicus/glade/gnopi_files/Braille_Settings/braille_device.glade2 -share/gnome/gnopernicus/glade/gnopi_files/Braille_Settings/braille_fill_char.glade2 -share/gnome/gnopernicus/glade/gnopi_files/Braille_Settings/braille_mapping.glade2 -share/gnome/gnopernicus/glade/gnopi_files/Braille_Settings/braille_settings.glade2 -share/gnome/gnopernicus/glade/gnopi_files/Braille_Settings/braille_style.glade2 -share/gnome/gnopernicus/glade/gnopi_files/Braille_Settings/cursor_settings.glade2 -share/gnome/gnopernicus/glade/gnopi_files/Braille_Settings/status_cell.glade2 -share/gnome/gnopernicus/glade/gnopi_files/Braille_Settings/translation_table.glade2 -share/gnome/gnopernicus/glade/gnopi_files/Find/find.glade2 -share/gnome/gnopernicus/glade/gnopi_files/Find/text_selected_24.png -share/gnome/gnopernicus/glade/gnopi_files/General_Settings/general_settings.glade2 -share/gnome/gnopernicus/glade/gnopi_files/Keyboard_Mouse_Settings/keyboard_mouse_settings.glade2 -share/gnome/gnopernicus/glade/gnopi_files/Language/language.glade2 -share/gnome/gnopernicus/glade/gnopi_files/Load_Default/load_default.glade2 -share/gnome/gnopernicus/glade/gnopi_files/Magnifier_Settings/magnifier_settings.glade2 -share/gnome/gnopernicus/glade/gnopi_files/Presentation/presentation.glade2 -share/gnome/gnopernicus/glade/gnopi_files/Screen_Review/screen_review.glade2 -share/gnome/gnopernicus/glade/gnopi_files/Speech_Settings/speech_settings.glade2 -share/gnome/gnopernicus/glade/gnopi_files/User_Properties/user_properties.glade2 -share/gnome/gnopernicus/glade/gnopi_files/about.glade2 -share/gnome/gnopernicus/glade/gnopi_files/braille.xpm -share/gnome/gnopernicus/glade/gnopi_files/gnopi.glade2 -share/gnome/gnopernicus/glade/gnopi_files/keyboard.xpm -share/gnome/gnopernicus/glade/gnopi_files/monitor.png -share/gnome/gnopernicus/glade/gnopi_files/start_up.png -share/gnome/gnopernicus/presentation/default.xml -share/gnome/gnopernicus/presentation/verbose.xml -share/gnome/help/brlmonitor/C/brlmonitor.xml -share/gnome/help/brlmonitor/C/legal.xml -share/gnome/help/brlmonitor/es/brlmonitor.xml -share/gnome/help/brlmonitor/es/legal.xml -share/gnome/help/gnopernicus/C/gnopernicus.xml -share/gnome/help/gnopernicus/C/legal.xml -share/gnome/help/gnopernicus/es/gnopernicus.xml -share/gnome/help/gnopernicus/es/legal.xml -share/gnome/omf/gnopernicus/brlmonitor-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnopernicus/brlmonitor-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnopernicus/brlmonitor-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnopernicus/brlmonitor-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnopernicus/gnopernicus-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnopernicus/gnopernicus-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gnopernicus/gnopernicus-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnopernicus/gnopernicus-es.omf 2>/dev/null || /usr/bin/true -share/gnome/pixmaps/gnopernicus.png -share/locale/ar/LC_MESSAGES/gnopernicus.mo -share/locale/az/LC_MESSAGES/gnopernicus.mo -share/locale/be/LC_MESSAGES/gnopernicus.mo -share/locale/bg/LC_MESSAGES/gnopernicus.mo -share/locale/bn/LC_MESSAGES/gnopernicus.mo -share/locale/ca/LC_MESSAGES/gnopernicus.mo -share/locale/cs/LC_MESSAGES/gnopernicus.mo -share/locale/cy/LC_MESSAGES/gnopernicus.mo -share/locale/da/LC_MESSAGES/gnopernicus.mo -share/locale/de/LC_MESSAGES/gnopernicus.mo -share/locale/el/LC_MESSAGES/gnopernicus.mo -share/locale/en_CA/LC_MESSAGES/gnopernicus.mo -share/locale/en_GB/LC_MESSAGES/gnopernicus.mo -share/locale/es/LC_MESSAGES/gnopernicus.mo -share/locale/eu/LC_MESSAGES/gnopernicus.mo -share/locale/fi/LC_MESSAGES/gnopernicus.mo -share/locale/fr/LC_MESSAGES/gnopernicus.mo -share/locale/ga/LC_MESSAGES/gnopernicus.mo -share/locale/gu/LC_MESSAGES/gnopernicus.mo -share/locale/hi/LC_MESSAGES/gnopernicus.mo -share/locale/hr/LC_MESSAGES/gnopernicus.mo -share/locale/it/LC_MESSAGES/gnopernicus.mo -share/locale/ja/LC_MESSAGES/gnopernicus.mo -share/locale/ko/LC_MESSAGES/gnopernicus.mo -share/locale/lt/LC_MESSAGES/gnopernicus.mo -share/locale/mn/LC_MESSAGES/gnopernicus.mo -share/locale/ms/LC_MESSAGES/gnopernicus.mo -share/locale/nb/LC_MESSAGES/gnopernicus.mo -share/locale/nl/LC_MESSAGES/gnopernicus.mo -share/locale/no/LC_MESSAGES/gnopernicus.mo -share/locale/pa/LC_MESSAGES/gnopernicus.mo -share/locale/pl/LC_MESSAGES/gnopernicus.mo -share/locale/pt/LC_MESSAGES/gnopernicus.mo -share/locale/pt_BR/LC_MESSAGES/gnopernicus.mo -share/locale/ro/LC_MESSAGES/gnopernicus.mo -share/locale/ru/LC_MESSAGES/gnopernicus.mo -share/locale/sk/LC_MESSAGES/gnopernicus.mo -share/locale/sq/LC_MESSAGES/gnopernicus.mo -share/locale/sr/LC_MESSAGES/gnopernicus.mo -share/locale/sr@Latn/LC_MESSAGES/gnopernicus.mo -share/locale/sv/LC_MESSAGES/gnopernicus.mo -share/locale/ta/LC_MESSAGES/gnopernicus.mo -share/locale/tr/LC_MESSAGES/gnopernicus.mo -share/locale/uk/LC_MESSAGES/gnopernicus.mo -share/locale/vi/LC_MESSAGES/gnopernicus.mo -share/locale/zh_CN/LC_MESSAGES/gnopernicus.mo -share/locale/zh_TW/LC_MESSAGES/gnopernicus.mo -@dirrm share/gnome/omf/gnopernicus -@dirrm share/gnome/help/gnopernicus/es -@dirrm share/gnome/help/gnopernicus/C -@dirrm share/gnome/help/gnopernicus -@dirrm share/gnome/help/brlmonitor/es -@dirrm share/gnome/help/brlmonitor/C -@dirrm share/gnome/help/brlmonitor -@dirrm share/gnome/gnopernicus/presentation -@dirrm share/gnome/gnopernicus/glade/gnopi_files/User_Properties -@dirrm share/gnome/gnopernicus/glade/gnopi_files/Speech_Settings -@dirrm share/gnome/gnopernicus/glade/gnopi_files/Screen_Review -@dirrm share/gnome/gnopernicus/glade/gnopi_files/Presentation -@dirrm share/gnome/gnopernicus/glade/gnopi_files/Magnifier_Settings -@dirrm share/gnome/gnopernicus/glade/gnopi_files/Load_Default -@dirrm share/gnome/gnopernicus/glade/gnopi_files/Language -@dirrm share/gnome/gnopernicus/glade/gnopi_files/Keyboard_Mouse_Settings -@dirrm share/gnome/gnopernicus/glade/gnopi_files/General_Settings -@dirrm share/gnome/gnopernicus/glade/gnopi_files/Find -@dirrm share/gnome/gnopernicus/glade/gnopi_files/Braille_Settings -@dirrm share/gnome/gnopernicus/glade/gnopi_files/Braille_Monitor_Settings -@dirrm share/gnome/gnopernicus/glade/gnopi_files -@dirrm share/gnome/gnopernicus/glade -@dirrm share/gnome/gnopernicus -@dirrm lib/gnopernicus-1.0 -@dirrm include/gnopernicus-1.0/libsrutil -@dirrm include/gnopernicus-1.0/libsrs -@dirrm include/gnopernicus-1.0/libsrlow -@dirrm include/gnopernicus-1.0/libsrconf -@dirrm include/gnopernicus-1.0/libmag -@dirrm include/gnopernicus-1.0/libke -@dirrm include/gnopernicus-1.0/libbrl -@dirrm include/gnopernicus-1.0 -@dirrm etc/gnopernicus-1.0/translation_tables -@dirrm etc/gnopernicus-1.0 -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnopernicus/brlmonitor-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnopernicus/brlmonitor-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnopernicus/gnopernicus-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnopernicus/gnopernicus-es.omf 2>/dev/null || /usr/bin/true |