diff options
-rw-r--r-- | x11/gnome-terminal/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome-terminal/distinfo | 6 | ||||
-rw-r--r-- | x11/gnome-terminal/files/patch-src::terminal-screen.c | 33 | ||||
-rw-r--r-- | x11/gnometerminal/Makefile | 4 | ||||
-rw-r--r-- | x11/gnometerminal/distinfo | 6 | ||||
-rw-r--r-- | x11/gnometerminal/files/patch-src::terminal-screen.c | 33 | ||||
-rw-r--r-- | x11/yelp/Makefile | 7 | ||||
-rw-r--r-- | x11/yelp/distinfo | 6 | ||||
-rw-r--r-- | x11/yelp/pkg-plist | 2 |
9 files changed, 18 insertions, 83 deletions
diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile index 43f70f6f7..4c5b50ac6 100644 --- a/x11/gnome-terminal/Makefile +++ b/x11/gnome-terminal/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnometerminal/Makefile,v 1.54 2005/12/14 02:13:36 ahze Exp $ +# $MCom: ports/x11/gnometerminal/Makefile,v 1.55 2006/01/06 17:39:24 marcus Exp $ # PORTNAME= gnometerminal -PORTVERSION= 2.13.1 +PORTVERSION= 2.13.3 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-terminal/2.13 diff --git a/x11/gnome-terminal/distinfo b/x11/gnome-terminal/distinfo index 62b57fde1..75969abec 100644 --- a/x11/gnome-terminal/distinfo +++ b/x11/gnome-terminal/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-terminal-2.13.1.tar.bz2) = e38e2a85a930cf9bd5d3150297d0a83a -SHA256 (gnome2/gnome-terminal-2.13.1.tar.bz2) = 7c06a23b877a672247b24545fee2606c5f2e2f0b5f5d2dede94885ce1afb8858 -SIZE (gnome2/gnome-terminal-2.13.1.tar.bz2) = 1658431 +MD5 (gnome2/gnome-terminal-2.13.3.tar.bz2) = 0b25b5962fa7a74fa19b020d5bfdd310 +SHA256 (gnome2/gnome-terminal-2.13.3.tar.bz2) = d619f4ccec81440e12779e4cf01d7fb73c317319fb29c55e86bcfec7b0094b70 +SIZE (gnome2/gnome-terminal-2.13.3.tar.bz2) = 1710638 diff --git a/x11/gnome-terminal/files/patch-src::terminal-screen.c b/x11/gnome-terminal/files/patch-src::terminal-screen.c deleted file mode 100644 index b3755f548..000000000 --- a/x11/gnome-terminal/files/patch-src::terminal-screen.c +++ /dev/null @@ -1,33 +0,0 @@ ---- src/terminal-screen.c.orig Thu Jan 5 16:04:24 2006 -+++ src/terminal-screen.c Fri Jan 6 12:34:25 2006 -@@ -282,25 +282,20 @@ terminal_screen_init (TerminalScreen *sc - #define URLPATH "/[" PATHCHARS "]*[^]'.}>) \t\r\n,\\\"]" - - terminal_widget_match_add (screen->priv->term, -- "\\<(" SCHEME "://(" USER "@)?)[" HOSTCHARS ".]+" -- "(:[0-9]+)?(" URLPATH ")?", FLAVOR_AS_IS); -+ "[[:<:]](" SCHEME "://(" USER "@)?)[" HOSTCHARS ".]+(:[0-9]+)?(" URLPATH ")?", FLAVOR_AS_IS); - - terminal_widget_match_add (screen->priv->term, -- "\\<(www|ftp)[" HOSTCHARS "]*\\.[" HOSTCHARS ".]+" -- "(:[0-9]+)?(" URLPATH ")?", -- FLAVOR_DEFAULT_TO_HTTP); -+ "[[:<:]]<(www|ftp)[" HOSTCHARS "]*\\.[" HOSTCHARS ".]+(:[0-9]+)?(" URLPATH ")?", FLAVOR_DEFAULT_TO_HTTP); - - terminal_widget_match_add (screen->priv->term, -- "\\<mailto:[a-z0-9][a-z0-9.-]*@[a-z0-9][a-z0-9-]*" -- "(\\.[a-z0-9][a-z0-9-]*)+\\>", FLAVOR_MAILTO); -+ "[[:<:]](mailto:)?[a-z0-9][a-z0-9.-]*@[a-z0-9][a-z0-9-]*(\\.[a-z0-9][a-z0-9-]*)+\\>", FLAVOR_MAILTO); - - terminal_widget_match_add (screen->priv->term, -- "\\<[a-z0-9][a-z0-9.-]*@[a-z0-9][a-z0-9-]*" -+ "[[:<:]][a-z0-9][a-z0-9.-]*@[a-z0-9][a-z0-9-]*" - "(\\.[a-z0-9][a-z0-9-]*)+\\>", FLAVOR_EMAIL); - - terminal_widget_match_add (screen->priv->term, -- "\\<news:[-A-Z\\^_a-z{|}~!\"#$%&'()*+,./0-9;:=?`]+" -- "@[" HOSTCHARS ".]+(:[0-9]+)?\\>", FLAVOR_AS_IS); -+ "[[:<:]]<news:[-A-Z\\^_a-z{|}~!\"#$%&'()*+,./0-9;:=?`]+@[" HOSTCHARS ".]+(:[0-9]+)?\\>", FLAVOR_AS_IS); - - terminal_screen_setup_dnd (screen); - diff --git a/x11/gnometerminal/Makefile b/x11/gnometerminal/Makefile index 43f70f6f7..4c5b50ac6 100644 --- a/x11/gnometerminal/Makefile +++ b/x11/gnometerminal/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnometerminal/Makefile,v 1.54 2005/12/14 02:13:36 ahze Exp $ +# $MCom: ports/x11/gnometerminal/Makefile,v 1.55 2006/01/06 17:39:24 marcus Exp $ # PORTNAME= gnometerminal -PORTVERSION= 2.13.1 +PORTVERSION= 2.13.3 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-terminal/2.13 diff --git a/x11/gnometerminal/distinfo b/x11/gnometerminal/distinfo index 62b57fde1..75969abec 100644 --- a/x11/gnometerminal/distinfo +++ b/x11/gnometerminal/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-terminal-2.13.1.tar.bz2) = e38e2a85a930cf9bd5d3150297d0a83a -SHA256 (gnome2/gnome-terminal-2.13.1.tar.bz2) = 7c06a23b877a672247b24545fee2606c5f2e2f0b5f5d2dede94885ce1afb8858 -SIZE (gnome2/gnome-terminal-2.13.1.tar.bz2) = 1658431 +MD5 (gnome2/gnome-terminal-2.13.3.tar.bz2) = 0b25b5962fa7a74fa19b020d5bfdd310 +SHA256 (gnome2/gnome-terminal-2.13.3.tar.bz2) = d619f4ccec81440e12779e4cf01d7fb73c317319fb29c55e86bcfec7b0094b70 +SIZE (gnome2/gnome-terminal-2.13.3.tar.bz2) = 1710638 diff --git a/x11/gnometerminal/files/patch-src::terminal-screen.c b/x11/gnometerminal/files/patch-src::terminal-screen.c deleted file mode 100644 index b3755f548..000000000 --- a/x11/gnometerminal/files/patch-src::terminal-screen.c +++ /dev/null @@ -1,33 +0,0 @@ ---- src/terminal-screen.c.orig Thu Jan 5 16:04:24 2006 -+++ src/terminal-screen.c Fri Jan 6 12:34:25 2006 -@@ -282,25 +282,20 @@ terminal_screen_init (TerminalScreen *sc - #define URLPATH "/[" PATHCHARS "]*[^]'.}>) \t\r\n,\\\"]" - - terminal_widget_match_add (screen->priv->term, -- "\\<(" SCHEME "://(" USER "@)?)[" HOSTCHARS ".]+" -- "(:[0-9]+)?(" URLPATH ")?", FLAVOR_AS_IS); -+ "[[:<:]](" SCHEME "://(" USER "@)?)[" HOSTCHARS ".]+(:[0-9]+)?(" URLPATH ")?", FLAVOR_AS_IS); - - terminal_widget_match_add (screen->priv->term, -- "\\<(www|ftp)[" HOSTCHARS "]*\\.[" HOSTCHARS ".]+" -- "(:[0-9]+)?(" URLPATH ")?", -- FLAVOR_DEFAULT_TO_HTTP); -+ "[[:<:]]<(www|ftp)[" HOSTCHARS "]*\\.[" HOSTCHARS ".]+(:[0-9]+)?(" URLPATH ")?", FLAVOR_DEFAULT_TO_HTTP); - - terminal_widget_match_add (screen->priv->term, -- "\\<mailto:[a-z0-9][a-z0-9.-]*@[a-z0-9][a-z0-9-]*" -- "(\\.[a-z0-9][a-z0-9-]*)+\\>", FLAVOR_MAILTO); -+ "[[:<:]](mailto:)?[a-z0-9][a-z0-9.-]*@[a-z0-9][a-z0-9-]*(\\.[a-z0-9][a-z0-9-]*)+\\>", FLAVOR_MAILTO); - - terminal_widget_match_add (screen->priv->term, -- "\\<[a-z0-9][a-z0-9.-]*@[a-z0-9][a-z0-9-]*" -+ "[[:<:]][a-z0-9][a-z0-9.-]*@[a-z0-9][a-z0-9-]*" - "(\\.[a-z0-9][a-z0-9-]*)+\\>", FLAVOR_EMAIL); - - terminal_widget_match_add (screen->priv->term, -- "\\<news:[-A-Z\\^_a-z{|}~!\"#$%&'()*+,./0-9;:=?`]+" -- "@[" HOSTCHARS ".]+(:[0-9]+)?\\>", FLAVOR_AS_IS); -+ "[[:<:]]<news:[-A-Z\\^_a-z{|}~!\"#$%&'()*+,./0-9;:=?`]+@[" HOSTCHARS ".]+(:[0-9]+)?\\>", FLAVOR_AS_IS); - - terminal_screen_setup_dnd (screen); - diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile index 6111490e1..a2956ac04 100644 --- a/x11/yelp/Makefile +++ b/x11/yelp/Makefile @@ -3,12 +3,11 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/yelp/Makefile,v 1.73 2005/12/19 02:25:42 marcus Exp $ +# $MCom: ports/x11/yelp/Makefile,v 1.74 2005/12/19 06:03:10 marcus Exp $ # PORTNAME= yelp -PORTVERSION= 2.13.2 -PORTREVISION= 2 +PORTVERSION= 2.13.3 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.13 @@ -17,7 +16,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A help browser for the GNOME 2 desktop -USE_GECKO= firefox mozilla seamonkey thunderbird +USE_GECKO= firefox mozilla seamonkey USE_BZIP2= yes USE_X_PREFIX= yes diff --git a/x11/yelp/distinfo b/x11/yelp/distinfo index 244f2fe3e..9f57cd7d1 100644 --- a/x11/yelp/distinfo +++ b/x11/yelp/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/yelp-2.13.2.tar.bz2) = 5ce481181869fb0b36774c7c8a81d97a -SHA256 (gnome2/yelp-2.13.2.tar.bz2) = 119e97b30aba68c070d6e4b88a0b4ca460d8b80764d620e4fc227f45351ed6b8 -SIZE (gnome2/yelp-2.13.2.tar.bz2) = 866060 +MD5 (gnome2/yelp-2.13.3.tar.bz2) = 402ec144f9de53c16a5ecce137048a70 +SHA256 (gnome2/yelp-2.13.3.tar.bz2) = f6b63d3ce707dae92ec7e1667f06ac15c1e18c4f9e3bfb5879affc0444367877 +SIZE (gnome2/yelp-2.13.3.tar.bz2) = 727345 diff --git a/x11/yelp/pkg-plist b/x11/yelp/pkg-plist index bf93cbfe4..cd4c57dea 100644 --- a/x11/yelp/pkg-plist +++ b/x11/yelp/pkg-plist @@ -14,6 +14,7 @@ share/gnome/yelp/icons/yelp-watermark-blockquote-201C.png share/gnome/yelp/icons/yelp-watermark-blockquote-201D.png share/gnome/yelp/icons/yelp-watermark-blockquote-201E.png share/gnome/yelp/important_docs.xml +share/gnome/yelp/info.xml share/gnome/yelp/man.xml share/gnome/yelp/scrollkeeper.xml share/gnome/yelp/toc.xml @@ -106,6 +107,7 @@ share/locale/vi/LC_MESSAGES/yelp.mo share/locale/wa/LC_MESSAGES/yelp.mo share/locale/xh/LC_MESSAGES/yelp.mo share/locale/zh_CN/LC_MESSAGES/yelp.mo +share/locale/zh_HK/LC_MESSAGES/yelp.mo share/locale/zh_TW/LC_MESSAGES/yelp.mo share/locale/zu/LC_MESSAGES/yelp.mo @unexec rmdir %D/share/locale/zu/LC_MESSAGES 2> /dev/null || true |