diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-03-04 23:11:48 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-03-04 23:11:48 +0000 |
commit | 58d852dbfeb38fcbdeb700ab72e8cd00bccaf21b (patch) | |
tree | 20412fa1a3de220d1e5ce102e1d090b1b0b76d91 /www/bins | |
parent | bf24aecafcf901ae90beacef36b2957436c5be52 (diff) | |
download | ports-58d852dbfeb38fcbdeb700ab72e8cd00bccaf21b.tar.gz ports-58d852dbfeb38fcbdeb700ab72e8cd00bccaf21b.zip |
Notes
Diffstat (limited to 'www/bins')
-rw-r--r-- | www/bins/Makefile | 3 | ||||
-rw-r--r-- | www/bins/distinfo | 2 | ||||
-rw-r--r-- | www/bins/pkg-descr | 2 | ||||
-rw-r--r-- | www/bins/pkg-plist | 20 |
4 files changed, 17 insertions, 10 deletions
diff --git a/www/bins/Makefile b/www/bins/Makefile index 8c921cc1a926..ed34a6c007e4 100644 --- a/www/bins/Makefile +++ b/www/bins/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bins -PORTVERSION= 1.1.18 +PORTVERSION= 1.1.20 CATEGORIES= www MASTER_SITES= http://jsautret.free.fr/BINS/ @@ -90,6 +90,7 @@ WITH_I18N=yes # gui .ifdef(WITH_GUI) RUN_DEPENDS+= \ + ${PBASE}/${PERL_ARCH}/Gnome.pm:x11-toolkits/p5-Gnome \ ${PBASE}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk \ ${PBASE}/${PERL_ARCH}/Gtk/Gdk/ImlibImage.pm:${PORTSDIR}/x11-toolkits/p5-GdkImlib \ ${PBASE}/${PERL_ARCH}/Gtk/GladeXML.pm:${PORTSDIR}/x11-toolkits/p5-Glade \ diff --git a/www/bins/distinfo b/www/bins/distinfo index b3ce7b65493a..41f27b3a2447 100644 --- a/www/bins/distinfo +++ b/www/bins/distinfo @@ -1 +1 @@ -MD5 (bins-1.1.18.tar.bz2) = f7ce2ace7d7ea55beed3d0b607022d55 +MD5 (bins-1.1.20.tar.bz2) = c0933c1952077fd2c6f8c7062c63b4b4 diff --git a/www/bins/pkg-descr b/www/bins/pkg-descr index 23040a19e880..b6bd5fbefaed 100644 --- a/www/bins/pkg-descr +++ b/www/bins/pkg-descr @@ -14,4 +14,4 @@ Some of the functionalities of BINS are: produced by digital cameras) to fill automatically some fields (date and time for example). -WWW: http://jsautret.free.fr/BINS/ +WWW: http://bins.sautret.org/ diff --git a/www/bins/pkg-plist b/www/bins/pkg-plist index 00d4b4b94da3..6f6e73077c6f 100644 --- a/www/bins/pkg-plist +++ b/www/bins/pkg-plist @@ -71,12 +71,7 @@ share/bins/templates.joi/thumbnail.html share/bins/templates.joi/thumbnav.html share/bins/templates.joi/thumbnavrow.html share/bins/templates.joi/tree.html -share/locale/de/LC_MESSAGES/bins.mo -%%GUI%%share/locale/fr/LC_MESSAGES/bins-edit-gui.mo -share/locale/fr/LC_MESSAGES/bins.mo -share/locale/it/LC_MESSAGES/bins.mo -share/locale/pl/LC_MESSAGES/bins.mo -share/locale/ru/LC_MESSAGES/bins.mo +%%PORTDOCS%%share/doc/bins/album.xml %%PORTDOCS%%share/doc/bins/autolayout.xml %%PORTDOCS%%share/doc/bins/bins-edit-gui.sgml %%PORTDOCS%%share/doc/bins/bins-edit-gui_man.html @@ -122,7 +117,16 @@ share/locale/ru/LC_MESSAGES/bins.mo %%PORTDOCS%%share/doc/bins/usage_desc_gui_nautilus.xml %%PORTDOCS%%share/doc/bins/usage_desc_xml.html %%PORTDOCS%%share/doc/bins/usage_desc_xml.xml -%%PORTDOCS%%share/doc/bins/album.xml +share/locale/de/LC_MESSAGES/bins.mo +share/locale/es/LC_MESSAGES/bins.mo +%%GUI%%share/locale/fr/LC_MESSAGES/bins-edit-gui.mo +share/locale/fr/LC_MESSAGES/bins.mo +share/locale/it/LC_MESSAGES/bins.mo +share/locale/pl/LC_MESSAGES/bins.mo +share/locale/ru/LC_MESSAGES/bins.mo +share/locale/zh/LC_MESSAGES/bins.mo +@unexec rmdir %D/share/locale/zh/LC_MESSAGES 2>/dev/null || true +@unexec rmdir %D/share/locale/zh 2>/dev/null || true @unexec rmdir %D/share/locale/ru/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/share/locale/ru 2>/dev/null || true @unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true @@ -131,6 +135,8 @@ share/locale/ru/LC_MESSAGES/bins.mo @unexec rmdir %D/share/locale/it 2>/dev/null || true @unexec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/share/locale/fr 2>/dev/null || true +@unexec rmdir %D/share/locale/es/LC_MESSAGES 2>/dev/null || true +@unexec rmdir %D/share/locale/es 2>/dev/null || true @unexec rmdir %D/share/locale/de/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/share/locale/de 2>/dev/null || true %%PORTDOCS%%@dirrm share/doc/bins |