aboutsummaryrefslogtreecommitdiffstats
path: root/x11/zenity
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2006-10-14 16:35:50 +0800
committermarcus <marcus@FreeBSD.org>2006-10-14 16:35:50 +0800
commit9b9c902909a87b589432804ec4e8a7fa23943ff4 (patch)
treeaa2e443568b953ce772558b2be74a8451e38ec3d /x11/zenity
parentf5a682ff4e0a5d73ce8bffeb88c799eb8ef0e816 (diff)
downloadfreebsd-ports-gnome-9b9c902909a87b589432804ec4e8a7fa23943ff4.tar.gz
freebsd-ports-gnome-9b9c902909a87b589432804ec4e8a7fa23943ff4.tar.zst
freebsd-ports-gnome-9b9c902909a87b589432804ec4e8a7fa23943ff4.zip
Presenting GNOME 2.16.1 for FreeBSD. This release represents a massive
amount of work by the FreeBSD GNOME Team and our testers. On top of the usual GNOME update, we have taken this opportunity to move GNOME from X11BASE to LOCALBASE. This means roughly 600 ports NOT part of the GNOME Desktop also need to be changed. The bulk of the move was carried out by ahze, mezz, and pav, but it would not have been possible without cooperation from the FreeBSD KDE team who worked with us to make sure GNOME and KDE can still coexist happily. We would also like to send a shout out to kris and pointyhat for putting up with multiple test runs until we got something that was solid. Back to GNOME 2.16. This release brings a huge amount of new functionality to FreeBSD. The standard release notes can be read at http://www.gnome.org/start/2.16/ . But on top of what you will read there, jylefort and marcus have completed work on a port of HAL to FreeBSD. This will allow FreeBSD to take advantage of closer hardware interaction such as auto-mounting CD-ROMs, USB drives, and music players; auto-playing audio CDs; and managing laptop power consumption. But where would this all be without our loyal testers and contributors? Therefore, the FreeBSD GNOME team would like to thank the following users: Phillip Neumann <pneumann@gmail.com> tmclaugh mux Yuri Pankov <yuri.pankov@gmail.com> chinsan Thomas <freebsdlists@bsdunix.ch> Brian Gruber <knightbg@yahoo.com> Franz Klammer <klammer@webonaut.com> Dominique Goncalves <dominique.goncalves@gmail.com> Pascal Hofstee <caelian@gmail.com> Yasuda Keisuke <kysd@po.harenet.ne.jp> backyard <backyard1454-bsd@yahoo.com> Andris Raugulis <endrju@null.lv> <endrju@null.lv> Eric L. Chen <d9364104@mail.nchu.edu.tw> Pawel Worach <pawel.worach@gmail.com> QuiRK on #freebsd-gnome Shane Bell <decept0@gmail.com> luigi sajd on #freebsd-gnome sat Chris Coleman <chrisc@vmunix.com> kaeru on #freebsd-gnome crsd_ via irc.freenode.org/#FreeBSD-GNOME Joel Diaz <joeldiaz@mac.com> Enjoy! Approved by: portmgr (implicit, kris)
Diffstat (limited to 'x11/zenity')
-rw-r--r--x11/zenity/Makefile8
-rw-r--r--x11/zenity/distinfo6
-rw-r--r--x11/zenity/pkg-plist221
3 files changed, 132 insertions, 103 deletions
diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile
index 4192e01f74b6..ab71fb9feac5 100644
--- a/x11/zenity/Makefile
+++ b/x11/zenity/Makefile
@@ -3,11 +3,11 @@
# Whom: Franz Klammer <klammer@webonaut.com>
#
# $FreeBSD$
-# $MCom: ports/x11/zenity/Makefile,v 1.59 2006/04/13 07:52:41 bland Exp $
+# $MCom: ports/x11/zenity/Makefile,v 1.69 2006/10/03 11:37:08 ahze Exp $
#
PORTNAME= zenity
-PORTVERSION= 2.14.3
+PORTVERSION= 2.16.1
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -17,16 +17,16 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Display GNOME dialogs from the command line
BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
-LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
-USE_X_PREFIX= yes
+USE_XLIB= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack libgnomecanvas gconf2 gnomedocutils
USE_BZIP2= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes
INSTALLS_OMF= yes
+CONFIGURE_ARGS= --mandir=${PREFIX}/man
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
diff --git a/x11/zenity/distinfo b/x11/zenity/distinfo
index 475721b6dbd3..b696d89a2963 100644
--- a/x11/zenity/distinfo
+++ b/x11/zenity/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/zenity-2.14.3.tar.bz2) = 00c0930abb905a5552f67ee764bd6177
-SHA256 (gnome2/zenity-2.14.3.tar.bz2) = 55b1a1fee5a5b42030c15a101b8a1c95535b5f7a596abed5caf4da550352ff27
-SIZE (gnome2/zenity-2.14.3.tar.bz2) = 1079994
+MD5 (gnome2/zenity-2.16.1.tar.bz2) = fd8748d1456a8dd74f9f1513b9aaea7d
+SHA256 (gnome2/zenity-2.16.1.tar.bz2) = 8fda20c9e11b00156381559053e76ffea5569c3a4f2f3d3dec8d9a4ca5c7c618
+SIZE (gnome2/zenity-2.16.1.tar.bz2) = 1311007
diff --git a/x11/zenity/pkg-plist b/x11/zenity/pkg-plist
index bf5cc497df53..456b2825e8c4 100644
--- a/x11/zenity/pkg-plist
+++ b/x11/zenity/pkg-plist
@@ -49,18 +49,6 @@ share/gnome/help/zenity/fr/figures/zenity-question-screenshot.png
share/gnome/help/zenity/fr/figures/zenity-text-screenshot.png
share/gnome/help/zenity/fr/figures/zenity-warning-screenshot.png
share/gnome/help/zenity/fr/zenity.xml
-share/gnome/help/zenity/sv/figures/zenity-calendar-screenshot.png
-share/gnome/help/zenity/sv/figures/zenity-entry-screenshot.png
-share/gnome/help/zenity/sv/figures/zenity-error-screenshot.png
-share/gnome/help/zenity/sv/figures/zenity-fileselection-screenshot.png
-share/gnome/help/zenity/sv/figures/zenity-information-screenshot.png
-share/gnome/help/zenity/sv/figures/zenity-list-screenshot.png
-share/gnome/help/zenity/sv/figures/zenity-notification-screenshot.png
-share/gnome/help/zenity/sv/figures/zenity-progress-screenshot.png
-share/gnome/help/zenity/sv/figures/zenity-question-screenshot.png
-share/gnome/help/zenity/sv/figures/zenity-text-screenshot.png
-share/gnome/help/zenity/sv/figures/zenity-warning-screenshot.png
-share/gnome/help/zenity/sv/zenity.xml
share/gnome/help/zenity/uk/figures/zenity-calendar-screenshot.png
share/gnome/help/zenity/uk/figures/zenity-entry-screenshot.png
share/gnome/help/zenity/uk/figures/zenity-error-screenshot.png
@@ -77,7 +65,6 @@ share/gnome/omf/zenity/zenity-C.omf
share/gnome/omf/zenity/zenity-bg.omf
share/gnome/omf/zenity/zenity-es.omf
share/gnome/omf/zenity/zenity-fr.omf
-share/gnome/omf/zenity/zenity-sv.omf
share/gnome/omf/zenity/zenity-uk.omf
share/gnome/zenity/clothes/gnome-tshirt.png
share/gnome/zenity/clothes/hawaii-shirt.png
@@ -94,94 +81,84 @@ share/gnome/zenity/zenity-scale.png
share/gnome/zenity/zenity-text.png
share/gnome/zenity/zenity.glade
share/gnome/zenity/zenity.png
-share/locale/am/LC_MESSAGES/zenity-0.1.mo
-share/locale/ar/LC_MESSAGES/zenity-0.1.mo
-share/locale/az/LC_MESSAGES/zenity-0.1.mo
-share/locale/be/LC_MESSAGES/zenity-0.1.mo
-share/locale/bg/LC_MESSAGES/zenity-0.1.mo
-share/locale/bn/LC_MESSAGES/zenity-0.1.mo
-share/locale/bs/LC_MESSAGES/zenity-0.1.mo
-share/locale/ca/LC_MESSAGES/zenity-0.1.mo
-share/locale/cs/LC_MESSAGES/zenity-0.1.mo
-share/locale/cy/LC_MESSAGES/zenity-0.1.mo
-share/locale/da/LC_MESSAGES/zenity-0.1.mo
-share/locale/de/LC_MESSAGES/zenity-0.1.mo
-share/locale/dz/LC_MESSAGES/zenity-0.1.mo
-share/locale/el/LC_MESSAGES/zenity-0.1.mo
-share/locale/en_CA/LC_MESSAGES/zenity-0.1.mo
-share/locale/en_GB/LC_MESSAGES/zenity-0.1.mo
-share/locale/es/LC_MESSAGES/zenity-0.1.mo
-share/locale/et/LC_MESSAGES/zenity-0.1.mo
-share/locale/eu/LC_MESSAGES/zenity-0.1.mo
-share/locale/fa/LC_MESSAGES/zenity-0.1.mo
-share/locale/fi/LC_MESSAGES/zenity-0.1.mo
-share/locale/fr/LC_MESSAGES/zenity-0.1.mo
-share/locale/ga/LC_MESSAGES/zenity-0.1.mo
-share/locale/gl/LC_MESSAGES/zenity-0.1.mo
-share/locale/gu/LC_MESSAGES/zenity-0.1.mo
-share/locale/he/LC_MESSAGES/zenity-0.1.mo
-share/locale/hi/LC_MESSAGES/zenity-0.1.mo
-share/locale/hr/LC_MESSAGES/zenity-0.1.mo
-share/locale/hu/LC_MESSAGES/zenity-0.1.mo
-share/locale/id/LC_MESSAGES/zenity-0.1.mo
-share/locale/is/LC_MESSAGES/zenity-0.1.mo
-share/locale/it/LC_MESSAGES/zenity-0.1.mo
-share/locale/ja/LC_MESSAGES/zenity-0.1.mo
-share/locale/ka/LC_MESSAGES/zenity-0.1.mo
-share/locale/kn/LC_MESSAGES/zenity-0.1.mo
-share/locale/ko/LC_MESSAGES/zenity-0.1.mo
-share/locale/ku/LC_MESSAGES/zenity-0.1.mo
-share/locale/lt/LC_MESSAGES/zenity-0.1.mo
-share/locale/lv/LC_MESSAGES/zenity-0.1.mo
-share/locale/mi/LC_MESSAGES/zenity-0.1.mo
-share/locale/mk/LC_MESSAGES/zenity-0.1.mo
-share/locale/ml/LC_MESSAGES/zenity-0.1.mo
-share/locale/mn/LC_MESSAGES/zenity-0.1.mo
-share/locale/ms/LC_MESSAGES/zenity-0.1.mo
-share/locale/nb/LC_MESSAGES/zenity-0.1.mo
-share/locale/ne/LC_MESSAGES/zenity-0.1.mo
-share/locale/nl/LC_MESSAGES/zenity-0.1.mo
-share/locale/nn/LC_MESSAGES/zenity-0.1.mo
-share/locale/no/LC_MESSAGES/zenity-0.1.mo
-share/locale/or/LC_MESSAGES/zenity-0.1.mo
-share/locale/pa/LC_MESSAGES/zenity-0.1.mo
-share/locale/pl/LC_MESSAGES/zenity-0.1.mo
-share/locale/pt/LC_MESSAGES/zenity-0.1.mo
-share/locale/pt_BR/LC_MESSAGES/zenity-0.1.mo
-share/locale/ro/LC_MESSAGES/zenity-0.1.mo
-share/locale/ru/LC_MESSAGES/zenity-0.1.mo
-share/locale/rw/LC_MESSAGES/zenity-0.1.mo
-share/locale/sk/LC_MESSAGES/zenity-0.1.mo
-share/locale/sl/LC_MESSAGES/zenity-0.1.mo
-share/locale/sq/LC_MESSAGES/zenity-0.1.mo
-share/locale/sr/LC_MESSAGES/zenity-0.1.mo
-share/locale/sr@Latn/LC_MESSAGES/zenity-0.1.mo
-share/locale/sv/LC_MESSAGES/zenity-0.1.mo
-share/locale/ta/LC_MESSAGES/zenity-0.1.mo
-share/locale/th/LC_MESSAGES/zenity-0.1.mo
-share/locale/tr/LC_MESSAGES/zenity-0.1.mo
-share/locale/ug/LC_MESSAGES/zenity-0.1.mo
-share/locale/uk/LC_MESSAGES/zenity-0.1.mo
-share/locale/vi/LC_MESSAGES/zenity-0.1.mo
-share/locale/xh/LC_MESSAGES/zenity-0.1.mo
-share/locale/zh_CN/LC_MESSAGES/zenity-0.1.mo
-share/locale/zh_HK/LC_MESSAGES/zenity-0.1.mo
-share/locale/zh_TW/LC_MESSAGES/zenity-0.1.mo
-@dirrmtry share/locale/zh_HK/LC_MESSAGES
-@dirrmtry share/locale/zh_HK
-@dirrmtry share/locale/ug/LC_MESSAGES
-@dirrmtry share/locale/ug
-@dirrmtry share/locale/ku/LC_MESSAGES
-@dirrmtry share/locale/ku
-@dirrmtry share/locale/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
+share/locale/am/LC_MESSAGES/zenity.mo
+share/locale/ar/LC_MESSAGES/zenity.mo
+share/locale/az/LC_MESSAGES/zenity.mo
+share/locale/be/LC_MESSAGES/zenity.mo
+share/locale/bg/LC_MESSAGES/zenity.mo
+share/locale/bn/LC_MESSAGES/zenity.mo
+share/locale/bn_IN/LC_MESSAGES/zenity.mo
+share/locale/bs/LC_MESSAGES/zenity.mo
+share/locale/ca/LC_MESSAGES/zenity.mo
+share/locale/cs/LC_MESSAGES/zenity.mo
+share/locale/cy/LC_MESSAGES/zenity.mo
+share/locale/da/LC_MESSAGES/zenity.mo
+share/locale/de/LC_MESSAGES/zenity.mo
+share/locale/dz/LC_MESSAGES/zenity.mo
+share/locale/el/LC_MESSAGES/zenity.mo
+share/locale/en_CA/LC_MESSAGES/zenity.mo
+share/locale/en_GB/LC_MESSAGES/zenity.mo
+share/locale/es/LC_MESSAGES/zenity.mo
+share/locale/et/LC_MESSAGES/zenity.mo
+share/locale/eu/LC_MESSAGES/zenity.mo
+share/locale/fa/LC_MESSAGES/zenity.mo
+share/locale/fi/LC_MESSAGES/zenity.mo
+share/locale/fr/LC_MESSAGES/zenity.mo
+share/locale/ga/LC_MESSAGES/zenity.mo
+share/locale/gl/LC_MESSAGES/zenity.mo
+share/locale/gu/LC_MESSAGES/zenity.mo
+share/locale/he/LC_MESSAGES/zenity.mo
+share/locale/hi/LC_MESSAGES/zenity.mo
+share/locale/hr/LC_MESSAGES/zenity.mo
+share/locale/hu/LC_MESSAGES/zenity.mo
+share/locale/id/LC_MESSAGES/zenity.mo
+share/locale/is/LC_MESSAGES/zenity.mo
+share/locale/it/LC_MESSAGES/zenity.mo
+share/locale/ja/LC_MESSAGES/zenity.mo
+share/locale/ka/LC_MESSAGES/zenity.mo
+share/locale/kn/LC_MESSAGES/zenity.mo
+share/locale/ko/LC_MESSAGES/zenity.mo
+share/locale/ku/LC_MESSAGES/zenity.mo
+share/locale/lt/LC_MESSAGES/zenity.mo
+share/locale/lv/LC_MESSAGES/zenity.mo
+share/locale/mi/LC_MESSAGES/zenity.mo
+share/locale/mk/LC_MESSAGES/zenity.mo
+share/locale/ml/LC_MESSAGES/zenity.mo
+share/locale/mn/LC_MESSAGES/zenity.mo
+share/locale/ms/LC_MESSAGES/zenity.mo
+share/locale/nb/LC_MESSAGES/zenity.mo
+share/locale/ne/LC_MESSAGES/zenity.mo
+share/locale/nl/LC_MESSAGES/zenity.mo
+share/locale/nn/LC_MESSAGES/zenity.mo
+share/locale/or/LC_MESSAGES/zenity.mo
+share/locale/pa/LC_MESSAGES/zenity.mo
+share/locale/pl/LC_MESSAGES/zenity.mo
+share/locale/pt/LC_MESSAGES/zenity.mo
+share/locale/pt_BR/LC_MESSAGES/zenity.mo
+share/locale/ro/LC_MESSAGES/zenity.mo
+share/locale/ru/LC_MESSAGES/zenity.mo
+share/locale/rw/LC_MESSAGES/zenity.mo
+share/locale/sk/LC_MESSAGES/zenity.mo
+share/locale/sl/LC_MESSAGES/zenity.mo
+share/locale/sq/LC_MESSAGES/zenity.mo
+share/locale/sr/LC_MESSAGES/zenity.mo
+share/locale/sr@Latn/LC_MESSAGES/zenity.mo
+share/locale/sv/LC_MESSAGES/zenity.mo
+share/locale/ta/LC_MESSAGES/zenity.mo
+share/locale/th/LC_MESSAGES/zenity.mo
+share/locale/tr/LC_MESSAGES/zenity.mo
+share/locale/ug/LC_MESSAGES/zenity.mo
+share/locale/uk/LC_MESSAGES/zenity.mo
+share/locale/vi/LC_MESSAGES/zenity.mo
+share/locale/xh/LC_MESSAGES/zenity.mo
+share/locale/zh_CN/LC_MESSAGES/zenity.mo
+share/locale/zh_HK/LC_MESSAGES/zenity.mo
+share/locale/zh_TW/LC_MESSAGES/zenity.mo
@dirrm share/gnome/zenity/clothes
@dirrm share/gnome/zenity
@dirrm share/gnome/omf/zenity
@dirrm share/gnome/help/zenity/uk/figures
@dirrm share/gnome/help/zenity/uk
-@dirrm share/gnome/help/zenity/sv/figures
-@dirrm share/gnome/help/zenity/sv
@dirrm share/gnome/help/zenity/fr/figures
@dirrm share/gnome/help/zenity/fr
@dirrm share/gnome/help/zenity/es/figures
@@ -191,3 +168,55 @@ share/locale/zh_TW/LC_MESSAGES/zenity-0.1.mo
@dirrm share/gnome/help/zenity/C/figures
@dirrm share/gnome/help/zenity/C
@dirrm share/gnome/help/zenity
+@dirrmtry share/locale/zh_TW/LC_MESSAGES
+@dirrmtry share/locale/zh_TW
+@dirrmtry share/locale/zh_HK/LC_MESSAGES
+@dirrmtry share/locale/zh_HK
+@dirrmtry share/locale/zh_CN/LC_MESSAGES
+@dirrmtry share/locale/zh_CN
+@dirrmtry share/locale/xh/LC_MESSAGES
+@dirrmtry share/locale/xh
+@dirrmtry share/locale/uk/LC_MESSAGES
+@dirrmtry share/locale/uk
+@dirrmtry share/locale/ug/LC_MESSAGES
+@dirrmtry share/locale/ug
+@dirrmtry share/locale/sr/LC_MESSAGES
+@dirrmtry share/locale/sr
+@dirrmtry share/locale/sl/LC_MESSAGES
+@dirrmtry share/locale/sl
+@dirrmtry share/locale/sk/LC_MESSAGES
+@dirrmtry share/locale/sk
+@dirrmtry share/locale/rw/LC_MESSAGES
+@dirrmtry share/locale/rw
+@dirrmtry share/locale/ro/LC_MESSAGES
+@dirrmtry share/locale/ro
+@dirrmtry share/locale/pt/LC_MESSAGES
+@dirrmtry share/locale/pt
+@dirrmtry share/locale/pl/LC_MESSAGES
+@dirrmtry share/locale/pl
+@dirrmtry share/locale/nn/LC_MESSAGES
+@dirrmtry share/locale/nn
+@dirrmtry share/locale/ne/LC_MESSAGES
+@dirrmtry share/locale/ne
+@dirrmtry share/locale/mi/LC_MESSAGES
+@dirrmtry share/locale/mi
+@dirrmtry share/locale/ku/LC_MESSAGES
+@dirrmtry share/locale/ku
+@dirrmtry share/locale/ko/LC_MESSAGES
+@dirrmtry share/locale/ko
+@dirrmtry share/locale/gl/LC_MESSAGES
+@dirrmtry share/locale/gl
+@dirrmtry share/locale/fi/LC_MESSAGES
+@dirrmtry share/locale/fi
+@dirrmtry share/locale/el/LC_MESSAGES
+@dirrmtry share/locale/el
+@dirrmtry share/locale/dz/LC_MESSAGES
+@dirrmtry share/locale/dz
+@dirrmtry share/locale/cs/LC_MESSAGES
+@dirrmtry share/locale/cs
+@dirrmtry share/locale/ca/LC_MESSAGES
+@dirrmtry share/locale/ca
+@dirrmtry share/locale/bn_IN/LC_MESSAGES
+@dirrmtry share/locale/bn_IN
+@dirrmtry share/locale/be/LC_MESSAGES
+@dirrmtry share/locale/be