diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-13 12:56:53 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-13 12:56:53 +0800 |
commit | 7dfba5b68b28ab299496041ecec16221747746ae (patch) | |
tree | d50951ec9fc350400c6c6225ba536f996e096a95 /x11/yelp | |
parent | a0fbc685e470083ceac04ef4f985ba4e1ba61455 (diff) | |
download | marcuscom-ports-7dfba5b68b28ab299496041ecec16221747746ae.tar marcuscom-ports-7dfba5b68b28ab299496041ecec16221747746ae.tar.gz marcuscom-ports-7dfba5b68b28ab299496041ecec16221747746ae.tar.bz2 marcuscom-ports-7dfba5b68b28ab299496041ecec16221747746ae.tar.lz marcuscom-ports-7dfba5b68b28ab299496041ecec16221747746ae.tar.xz marcuscom-ports-7dfba5b68b28ab299496041ecec16221747746ae.tar.zst marcuscom-ports-7dfba5b68b28ab299496041ecec16221747746ae.zip |
Update to 2.5.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1636 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/yelp')
-rw-r--r-- | x11/yelp/Makefile | 2 | ||||
-rw-r--r-- | x11/yelp/distinfo | 2 | ||||
-rw-r--r-- | x11/yelp/files/patch-src_man2html_yelp-man2html.c | 55 | ||||
-rw-r--r-- | x11/yelp/files/patch-src_yelp-window.c | 17 | ||||
-rw-r--r-- | x11/yelp/pkg-plist | 8 |
5 files changed, 6 insertions, 78 deletions
diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile index f72467b05..df266e6dc 100644 --- a/x11/yelp/Makefile +++ b/x11/yelp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= yelp -PORTVERSION= 2.5.2.1 +PORTVERSION= 2.5.3 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.5 diff --git a/x11/yelp/distinfo b/x11/yelp/distinfo index 43e7a234c..549cd3159 100644 --- a/x11/yelp/distinfo +++ b/x11/yelp/distinfo @@ -1 +1 @@ -MD5 (gnome2/yelp-2.5.2.1.tar.bz2) = 2ba73d5cf746d76498618ada5c85854c +MD5 (gnome2/yelp-2.5.3.tar.bz2) = 8eab2ff695fed14dff1295b74dbaa23c diff --git a/x11/yelp/files/patch-src_man2html_yelp-man2html.c b/x11/yelp/files/patch-src_man2html_yelp-man2html.c deleted file mode 100644 index e30c81ba0..000000000 --- a/x11/yelp/files/patch-src_man2html_yelp-man2html.c +++ /dev/null @@ -1,55 +0,0 @@ ---- src/man2html/yelp-man2html.c.orig Tue Jun 24 05:03:50 2003 -+++ src/man2html/yelp-man2html.c Thu Aug 14 15:47:14 2003 -@@ -129,6 +129,7 @@ - #include <string.h> - #include <sys/stat.h> - #include <dirent.h> -+#include <sys/param.h> - #include <sys/types.h> - #include <time.h> - #include <sys/time.h> -@@ -3727,6 +3728,9 @@ - main(int argc, char **argv) - { - char *t=NULL; -+#ifdef __FreeBSD__ -+ char *source=NULL; -+#endif - int i,len; - char *buf; - char *h = '\0'; -@@ -3845,6 +3849,24 @@ - * right. - */ - -+#ifdef __FreeBSD__ -+ if ((source = strstr(output, "source: ")) != NULL) -+ { -+ int j; -+ for(i = 8, j = 0; i < strlen(source); i++) -+ { -+ if (!g_ascii_isspace((unsigned char)source[i]) && source[i] != ')') -+ { -+ output[j++] = source[i]; -+ } -+ } -+ output[j] = '\0'; -+ } else { -+ i = strlen(output) - 1; -+ while (g_ascii_isspace((unsigned char)output[i])) -+ output[i--] = '\0'; -+ } -+#else - len = strlen(output); - for(i = 0; i < len; i++) - { -@@ -3855,8 +3877,7 @@ - i = strlen(output) - 1; - while (g_ascii_isspace((unsigned char)output[i])) - output[i--] = '\0'; -- -- -+#endif - if (output[0]) { - #ifdef HAVE_LIBBZ2 - if(strstr(output,".bz2")) diff --git a/x11/yelp/files/patch-src_yelp-window.c b/x11/yelp/files/patch-src_yelp-window.c deleted file mode 100644 index f21b7ca09..000000000 --- a/x11/yelp/files/patch-src_yelp-window.c +++ /dev/null @@ -1,17 +0,0 @@ ---- src/yelp-window.c.orig Tue Dec 30 13:24:05 2003 -+++ src/yelp-window.c Tue Dec 30 13:24:34 2003 -@@ -1029,11 +1029,12 @@ - YelpWindow *window = YELP_WINDOW (user_data); - YelpURI *uri; - GError *error = NULL; -+ gchar *frag, *page; - - uri = yelp_window_get_current_uri (window); - -- gchar *frag = yelp_uri_get_fragment (uri); -- gchar *page = yelp_pager_resolve_uri (pager, uri); -+ frag = yelp_uri_get_fragment (uri); -+ page = yelp_pager_resolve_uri (pager, uri); - - if (!page && (frag && strcmp (frag, ""))) { - gchar *frag_id = yelp_uri_get_fragment (uri); diff --git a/x11/yelp/pkg-plist b/x11/yelp/pkg-plist index 8c3dd7167..4f580ad26 100644 --- a/x11/yelp/pkg-plist +++ b/x11/yelp/pkg-plist @@ -1,10 +1,6 @@ bin/gnome-help bin/yelp -bin/yelp-pregenerate libdata/bonobo/servers/GNOME_Yelp.server -libexec/yelp-db2html -libexec/yelp-info2html -libexec/yelp-man2html share/gnome/applications/yelp.desktop share/gnome/sgml/docbook/yelp/db2html-admon.xsl share/gnome/sgml/docbook/yelp/db2html-biblio.xsl @@ -36,6 +32,9 @@ share/gnome/sgml/docbook/yelp/db2html-toc.xsl share/gnome/sgml/docbook/yelp/db2html-xref.xsl share/gnome/sgml/docbook/yelp/db2html.xsl share/gnome/sgml/docbook/yelp/gettext.xsl +share/gnome/sgml/docbook/yelp/l10n.xml +share/gnome/sgml/docbook/yelp/man2html.xsl +share/gnome/yelp/default.css share/gnome/yelp/icons/caution.png share/gnome/yelp/icons/important.png share/gnome/yelp/icons/note.png @@ -66,6 +65,7 @@ share/locale/ga/LC_MESSAGES/yelp.mo share/locale/gl/LC_MESSAGES/yelp.mo share/locale/he/LC_MESSAGES/yelp.mo share/locale/hi/LC_MESSAGES/yelp.mo +share/locale/hr/LC_MESSAGES/yelp.mo share/locale/hu/LC_MESSAGES/yelp.mo share/locale/id/LC_MESSAGES/yelp.mo share/locale/is/LC_MESSAGES/yelp.mo |