summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-01-13 07:50:44 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-01-13 07:50:44 +0800
commit8fff9afa5be564820480313f15704a80af622e0a (patch)
treeff088cfe3971663f392a87677b64dbe69fbc7014
parent3935982f13d3c7221cd889dac37972a8b35ad144 (diff)
downloadmarcuscom-ports-8fff9afa5be564820480313f15704a80af622e0a.tar
marcuscom-ports-8fff9afa5be564820480313f15704a80af622e0a.tar.gz
marcuscom-ports-8fff9afa5be564820480313f15704a80af622e0a.tar.bz2
marcuscom-ports-8fff9afa5be564820480313f15704a80af622e0a.tar.lz
marcuscom-ports-8fff9afa5be564820480313f15704a80af622e0a.tar.xz
marcuscom-ports-8fff9afa5be564820480313f15704a80af622e0a.tar.zst
marcuscom-ports-8fff9afa5be564820480313f15704a80af622e0a.zip
Update to 0.7.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1632 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--accessibility/gnopernicus/Makefile6
-rw-r--r--accessibility/gnopernicus/distinfo2
-rw-r--r--accessibility/gnopernicus/files/patch-braille_libbrl_sercomm.c11
-rw-r--r--accessibility/gnopernicus/files/patch-configure10
-rw-r--r--accessibility/gnopernicus/files/patch-schemas_gnopernicus.schemas10
-rw-r--r--accessibility/gnopernicus/pkg-plist53
6 files changed, 71 insertions, 21 deletions
diff --git a/accessibility/gnopernicus/Makefile b/accessibility/gnopernicus/Makefile
index a1c47434c..2853a9e0b 100644
--- a/accessibility/gnopernicus/Makefile
+++ b/accessibility/gnopernicus/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gnopernicus
-PORTVERSION= 0.7.1
-PORTREVISION= 1
+PORTVERSION= 0.7.3
CATEGORIES= x11 gnome accessibility
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.7
@@ -22,9 +21,10 @@ LIB_DEPENDS= gnome-mag.1:${PORTSDIR}/x11/gnomemag \
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui atspi
+USE_GNOME= gnomeprefix gnomehack lthack libgnomeui atspi
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
+MAKE_ENV= SED="${SED}"
.include <bsd.port.mk>
diff --git a/accessibility/gnopernicus/distinfo b/accessibility/gnopernicus/distinfo
index 6e1c914ac..59ac3f4c1 100644
--- a/accessibility/gnopernicus/distinfo
+++ b/accessibility/gnopernicus/distinfo
@@ -1 +1 @@
-MD5 (gnome2/gnopernicus-0.7.1.tar.bz2) = 8a8bbeeffe1c9b315547e8b10f65c1bb
+MD5 (gnome2/gnopernicus-0.7.3.tar.bz2) = b2ac4c65c8affa83ea8583ac08e3b615
diff --git a/accessibility/gnopernicus/files/patch-braille_libbrl_sercomm.c b/accessibility/gnopernicus/files/patch-braille_libbrl_sercomm.c
new file mode 100644
index 000000000..63a116056
--- /dev/null
+++ b/accessibility/gnopernicus/files/patch-braille_libbrl_sercomm.c
@@ -0,0 +1,11 @@
+--- braille/libbrl/sercomm.c.orig Mon Jan 12 12:51:01 2004
++++ braille/libbrl/sercomm.c Mon Jan 12 18:20:42 2004
+@@ -138,7 +138,7 @@
+
+ /* choose raw output */
+ // options.c_oflag &= ~OPOST;
+- options.c_oflag &= ~OLCUC;
++ /*options.c_oflag &= ~OLCUC;*/
+ options.c_oflag &= ~ONLCR;
+ options.c_oflag &= ~OCRNL;
+ // options.c_oflag &= ~NOCR;
diff --git a/accessibility/gnopernicus/files/patch-configure b/accessibility/gnopernicus/files/patch-configure
deleted file mode 100644
index 3926a24b0..000000000
--- a/accessibility/gnopernicus/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Wed Aug 13 10:44:17 2003
-+++ configure Wed Aug 13 13:47:43 2003
-@@ -7555,6 +7555,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/accessibility/gnopernicus/files/patch-schemas_gnopernicus.schemas b/accessibility/gnopernicus/files/patch-schemas_gnopernicus.schemas
new file mode 100644
index 000000000..c3d135693
--- /dev/null
+++ b/accessibility/gnopernicus/files/patch-schemas_gnopernicus.schemas
@@ -0,0 +1,10 @@
+--- schemas/gnopernicus.schemas.orig Mon Jan 12 18:27:02 2004
++++ schemas/gnopernicus.schemas Mon Jan 12 18:27:28 2004
+@@ -1824,7 +1824,6 @@
+ <default>default</default>
+ <locale name="C"></locale>
+ </schema>
+-<schema>
+
+ </schemalist>
+
diff --git a/accessibility/gnopernicus/pkg-plist b/accessibility/gnopernicus/pkg-plist
index 532305da4..2465166ac 100644
--- a/accessibility/gnopernicus/pkg-plist
+++ b/accessibility/gnopernicus/pkg-plist
@@ -32,6 +32,7 @@ etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L00K13/%gconf
etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L00K14/%gconf.xml
etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L00K15/%gconf.xml
etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L01K01/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L01K02/%gconf.xml
etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L01K12/%gconf.xml
etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L03K01/%gconf.xml
etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L03K02/%gconf.xml
@@ -85,6 +86,15 @@ etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L08K07/%gconf
etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L08K08/%gconf.xml
etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L08K09/%gconf.xml
etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L08K10/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L08K13/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L09K01/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L09K03/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L09K04/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L09K06/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L10K01/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L10K02/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L10K03/%gconf.xml
+etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L10K04/%gconf.xml
etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/user_key/%gconf.xml
etc/gconf/gconf.xml.defaults/apps/gnopernicus/config/%gconf.xml
etc/gconf/gconf.xml.defaults/apps/gnopernicus/config/brlmon/%gconf.xml
@@ -130,6 +140,7 @@ etc/gconf/gconf.xml.defaults/schemas/apps/gnopernicus/command_map/keyboard/L00K1
etc/gconf/gconf.xml.defaults/schemas/apps/gnopernicus/command_map/keyboard/L00K14/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/apps/gnopernicus/command_map/keyboard/L00K15/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/apps/gnopernicus/command_map/keyboard/L01K01/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/gnopernicus/command_map/keyboard/L01K02/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/apps/gnopernicus/command_map/keyboard/L01K12/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/apps/gnopernicus/command_map/keyboard/L03K01/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/apps/gnopernicus/command_map/keyboard/L03K02/%gconf.xml
@@ -188,6 +199,10 @@ etc/gconf/gconf.xml.defaults/schemas/apps/gnopernicus/command_map/keyboard/L09K0
etc/gconf/gconf.xml.defaults/schemas/apps/gnopernicus/command_map/keyboard/L09K03/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/apps/gnopernicus/command_map/keyboard/L09K04/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/apps/gnopernicus/command_map/keyboard/L09K06/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/gnopernicus/command_map/keyboard/L10K01/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/gnopernicus/command_map/keyboard/L10K02/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/gnopernicus/command_map/keyboard/L10K03/%gconf.xml
+etc/gconf/gconf.xml.defaults/schemas/apps/gnopernicus/command_map/keyboard/L10K04/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/apps/gnopernicus/command_map/user_key/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/apps/gnopernicus/config/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/apps/gnopernicus/config/brlmon/%gconf.xml
@@ -223,25 +238,25 @@ 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.1
+lib/gnopernicus-1.0/libbrl.so.3
lib/gnopernicus-1.0/libke.a
lib/gnopernicus-1.0/libke.so
-lib/gnopernicus-1.0/libke.so.1
+lib/gnopernicus-1.0/libke.so.3
lib/gnopernicus-1.0/libmag.a
lib/gnopernicus-1.0/libmag.so
-lib/gnopernicus-1.0/libmag.so.1
+lib/gnopernicus-1.0/libmag.so.3
lib/gnopernicus-1.0/libsrconf.a
lib/gnopernicus-1.0/libsrconf.so
-lib/gnopernicus-1.0/libsrconf.so.1
+lib/gnopernicus-1.0/libsrconf.so.3
lib/gnopernicus-1.0/libsrlow.a
lib/gnopernicus-1.0/libsrlow.so
-lib/gnopernicus-1.0/libsrlow.so.1
+lib/gnopernicus-1.0/libsrlow.so.3
lib/gnopernicus-1.0/libsrs.a
lib/gnopernicus-1.0/libsrs.so
-lib/gnopernicus-1.0/libsrs.so.1
+lib/gnopernicus-1.0/libsrs.so.3
lib/gnopernicus-1.0/libsrutil.a
lib/gnopernicus-1.0/libsrutil.so
-lib/gnopernicus-1.0/libsrutil.so.1
+lib/gnopernicus-1.0/libsrutil.so.3
libdata/pkgconfig/gnopernicus-1.0.pc
share/gnome/applications/gnopernicus.desktop
share/gnome/gnopernicus/fonts/braillehc.afm
@@ -274,6 +289,8 @@ 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/gnopernicus/C/gnopernicus.xml
@@ -283,8 +300,10 @@ share/gnome/omf/gnopernicus/brlmonitor-C.omf
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/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/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
@@ -294,9 +313,12 @@ share/locale/es/LC_MESSAGES/gnopernicus.mo
share/locale/fr/LC_MESSAGES/gnopernicus.mo
share/locale/ga/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/nl/LC_MESSAGES/gnopernicus.mo
share/locale/no/LC_MESSAGES/gnopernicus.mo
@@ -308,12 +330,14 @@ 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/uk/LC_MESSAGES/gnopernicus.mo
share/locale/zh_CN/LC_MESSAGES/gnopernicus.mo
@dirrm share/gnome/omf/gnopernicus
@dirrm share/gnome/help/gnopernicus/C
@dirrm share/gnome/help/gnopernicus
@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
@@ -355,6 +379,10 @@ share/locale/zh_CN/LC_MESSAGES/gnopernicus.mo
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnopernicus/config/brlmon
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnopernicus/config
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnopernicus/command_map/user_key
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnopernicus/command_map/keyboard/L10K04
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnopernicus/command_map/keyboard/L10K03
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnopernicus/command_map/keyboard/L10K02
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnopernicus/command_map/keyboard/L10K01
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnopernicus/command_map/keyboard/L09K06
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnopernicus/command_map/keyboard/L09K04
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnopernicus/command_map/keyboard/L09K03
@@ -413,6 +441,7 @@ share/locale/zh_CN/LC_MESSAGES/gnopernicus.mo
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnopernicus/command_map/keyboard/L03K02
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnopernicus/command_map/keyboard/L03K01
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnopernicus/command_map/keyboard/L01K12
+@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnopernicus/command_map/keyboard/L01K02
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnopernicus/command_map/keyboard/L01K01
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnopernicus/command_map/keyboard/L00K15
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnopernicus/command_map/keyboard/L00K14
@@ -458,6 +487,15 @@ share/locale/zh_CN/LC_MESSAGES/gnopernicus.mo
@dirrm etc/gconf/gconf.xml.defaults/apps/gnopernicus/config/brlmon
@dirrm etc/gconf/gconf.xml.defaults/apps/gnopernicus/config
@dirrm etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/user_key
+@dirrm etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L10K04
+@dirrm etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L10K03
+@dirrm etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L10K02
+@dirrm etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L10K01
+@dirrm etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L09K06
+@dirrm etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L09K04
+@dirrm etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L09K03
+@dirrm etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L09K01
+@dirrm etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L08K13
@dirrm etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L08K10
@dirrm etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L08K09
@dirrm etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L08K08
@@ -511,6 +549,7 @@ share/locale/zh_CN/LC_MESSAGES/gnopernicus.mo
@dirrm etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L03K02
@dirrm etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L03K01
@dirrm etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L01K12
+@dirrm etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L01K02
@dirrm etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L01K01
@dirrm etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L00K15
@dirrm etc/gconf/gconf.xml.defaults/apps/gnopernicus/command_map/keyboard/L00K14