Bug 133742 - update deskutils/alexandria to 0.6.4.1
Summary: update deskutils/alexandria to 0.6.4.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-15 08:10 UTC by mitsuru
Modified: 2009-04-27 09:00 UTC (History)
0 users

See Also:


Attachments
file.diff (19.02 KB, patch)
2009-04-15 08:10 UTC, mitsuru
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitsuru 2009-04-15 08:10:03 UTC
	This is a maintainer update of the deskutils/alexandria port to the
        latest version.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2009-04-15 08:34:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2009-04-23 18:54:11 UTC
State Changed
From-To: open->feedback

Hi, 

Patch rejected, could you please resend?
Comment 3 mitsuru 2009-04-23 23:52:55 UTC
This is the revised one.


diff -ruN alexandria.old/Makefile alexandria/Makefile
--- alexandria.old/Makefile	2009-04-24 07:43:39.000000000 +0900
+++ alexandria/Makefile	2009-04-24 07:46:57.000000000 +0900
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=	alexandria
-PORTVERSION=	0.6.1
-PORTREVISION=	10
+PORTVERSION=	0.6.4.1
+PORTREVISION=	1
 CATEGORIES=	deskutils ruby
 MASTER_SITES=	${MASTER_SITE_RUBYFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -17,20 +17,21 @@
 MAINTAINER=	mitsuru@riken.jp
 COMMENT=	A GNOME application to help you manage your book collection
 
-RUN_DEPENDS=	${RUBY_SITELIBDIR}/amazon.rb:${PORTSDIR}/www/ruby-amazon \
-		${RUBY_SITELIBDIR}/gettext.rb:${PORTSDIR}/devel/ruby-gettext \
-		${RUBY_SITEARCHLIBDIR}/libglade2.so:${PORTSDIR}/devel/ruby-libglade2 \
+BUILD_DEPENDS=	rake:${PORTSDIR}/devel/rubygem-rake
+RUN_DEPENDS=	${RUBY_SITELIBDIR}/gettext.rb:${PORTSDIR}/devel/ruby-gettext \
 		${RUBY_SITEARCHLIBDIR}/gnome2.so:${PORTSDIR}/x11/ruby-gnome2 \
-		${RUBY_SITEARCHLIBDIR}/gdk_pixbuf2.so:${PORTSDIR}/graphics/ruby-gdk_pixbuf2 \
-		${RUBY_SITEARCHLIBDIR}/gconf2.so:${PORTSDIR}/devel/ruby-gconf2 \
-		rubygem-zoom>=0:${PORTSDIR}/devel/rubygem-zoom
+		${RUBY_SITEARCHLIBDIR:S/${PREFIX}/${LOCALBASE}/}/gconf2.so:${PORTSDIR}/devel/ruby-gconf2 \
+		${RUBY_SITEARCHLIBDIR:S/${PREFIX}/${LOCALBASE}/}/libglade2.so:${PORTSDIR}/devel/ruby-libglade2 \
+		${RUBY_SITEARCHLIBDIR}/zoom.so:${PORTSDIR}/devel/rubygem-zoom \
+		rubygem-hpricot>0:${PORTSDIR}/www/rubygem-hpricot
 
 USE_GNOME=	gnomehier
+INSTALLS_ICONS=	yes
 INSTALLS_OMF=	yes
 USE_GETTEXT=	yes
 USE_RUBY=	yes
-USE_RUBY_SETUP=	yes
-RUBY_SETUP=	install.rb
+
+MAN1=		alexandria.1
 
 DOCS=		NEWS README TODO
 GCONF_SCHEMAS=	alexandria.schemas
@@ -38,21 +39,40 @@
 RUBY_REQUIRE=	Ruby > 180
 CONFIGURE_ARGS=	"--prefix=${PREFIX}"
 
+USR2FIX=	Rakefile alexandria.desktop.in data/menu/alexandria \
+		data/omf/alexandria/alexandria-C.omf \
+		data/omf/alexandria/alexandria-fr.omf
+
 .include <bsd.port.pre.mk>
 
 .if !defined(RUBY_PROVIDED)
 IGNORE=		only works with Ruby 1.8.0 or later
 .endif
 
+pre-build:
+	${REINPLACE_CMD} -e 's|/usr/|${PREFIX}/|' \
+		${USR2FIX:S|^|${WRKSRC}/|}
+.if defined(NOPORTDOCS)
+	${REINPLACE_CMD} -e \
+		's/default_groups.push(\*documentation_installation)//' \
+		${WRKSRC}/tasks.rb
+.endif
+
+do-build:
+	@cd ${WRKSRC} && rake PREFIX=${PREFIX} build
+
+do-install:
+	@cd ${WRKSRC} && rake PREFIX=${PREFIX} install
+
 post-install:
 	@${MKDIR} ${LOCALBASE}/etc/gconf/schemas
 	@${INSTALL_DATA} ${WRKSRC}/schemas/alexandria.schemas \
 		${LOCALBASE}/etc/gconf/schemas/
-.if !defined(NOPORTDOCS)
-	@${MKDIR} ${RUBY_MODDOCDIR}
-.for f in ${DOCS}
-	@${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
-.endfor
-.endif
+#.if !defined(NOPORTDOCS)
+#	@${MKDIR} ${RUBY_MODDOCDIR}
+#.for f in ${DOCS}
+#	@${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
+#.endfor
+#.endif
 
 .include <bsd.port.post.mk>
diff -ruN alexandria.old/distinfo alexandria/distinfo
--- alexandria.old/distinfo	2009-04-24 07:43:39.000000000 +0900
+++ alexandria/distinfo	2009-04-09 08:38:19.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (ruby/alexandria-0.6.1.tar.gz) = c35f979c336bda0efee779adb56f0b04
-SHA256 (ruby/alexandria-0.6.1.tar.gz) = 8f81822ba7a2cef2ce0b8f7d472f59737127d6c926853f4a4e288e11fdf8cf7f
-SIZE (ruby/alexandria-0.6.1.tar.gz) = 929638
+MD5 (ruby/alexandria-0.6.4.1.tar.gz) = 80e4def0f0890460eb0689489a05c745
+SHA256 (ruby/alexandria-0.6.4.1.tar.gz) = 39eb7838aeb351c0485ffe36660c89f61b78d438c04bb48273ea08c1aeb7fabd
+SIZE (ruby/alexandria-0.6.4.1.tar.gz) = 2961604
diff -ruN alexandria.old/files/patch-tasks.rb alexandria/files/patch-tasks.rb
--- alexandria.old/files/patch-tasks.rb	1970-01-01 09:00:00.000000000 +0900
+++ alexandria/files/patch-tasks.rb	2009-04-15 08:07:01.000000000 +0900
@@ -0,0 +1,11 @@
+--- tasks.rb.org	2009-04-15 08:01:49.000000000 +0900
++++ tasks.rb	2009-04-15 08:02:03.000000000 +0900
+@@ -397,7 +397,7 @@
+     end
+ 
+     def manpage_installation
+-      man_dir = File.join(File.join(sharedir, 'man'), 'man1')
++      man_dir = File.join(File.join(@prefix, 'man'), 'man1')
+       [['doc', build.doc.man_files, man_dir, 0644]]
+     end
+ 
diff -ruN alexandria.old/pkg-plist alexandria/pkg-plist
--- alexandria.old/pkg-plist	2009-04-24 07:43:39.000000000 +0900
+++ alexandria/pkg-plist	2009-04-15 09:03:02.000000000 +0900
@@ -1,64 +1,72 @@
 bin/alexandria
 %%RUBY_SITELIBDIR%%/alexandria.rb
-%%RUBY_SITELIBDIR%%/alexandria/book.rb
+%%RUBY_SITELIBDIR%%/alexandria/about.rb
 %%RUBY_SITELIBDIR%%/alexandria/book_providers.rb
-%%RUBY_SITELIBDIR%%/alexandria/book_providers/amadeus.rb
-%%RUBY_SITELIBDIR%%/alexandria/book_providers/amazon.rb
+%%RUBY_SITELIBDIR%%/alexandria/book_providers/adlibris.rb
+%%RUBY_SITELIBDIR%%/alexandria/book_providers/amazon_aws.rb
+%%RUBY_SITELIBDIR%%/alexandria/book_providers/amazon_ecs_util.rb
 %%RUBY_SITELIBDIR%%/alexandria/book_providers/bn.rb
+%%RUBY_SITELIBDIR%%/alexandria/book_providers/bol_it.rb
+%%RUBY_SITELIBDIR%%/alexandria/book_providers/deastore.rb
 %%RUBY_SITELIBDIR%%/alexandria/book_providers/ibs_it.rb
 %%RUBY_SITELIBDIR%%/alexandria/book_providers/mcu.rb
 %%RUBY_SITELIBDIR%%/alexandria/book_providers/proxis.rb
+%%RUBY_SITELIBDIR%%/alexandria/book_providers/renaud.rb
+%%RUBY_SITELIBDIR%%/alexandria/book_providers/siciliano.rb
+%%RUBY_SITELIBDIR%%/alexandria/book_providers/thalia.rb
+%%RUBY_SITELIBDIR%%/alexandria/book_providers/webster_it.rb
+%%RUBY_SITELIBDIR%%/alexandria/book_providers/worldcat.rb
 %%RUBY_SITELIBDIR%%/alexandria/book_providers/z3950.rb
 %%RUBY_SITELIBDIR%%/alexandria/config.rb
+%%RUBY_SITELIBDIR%%/alexandria/console.rb
 %%RUBY_SITELIBDIR%%/alexandria/default_preferences.rb
 %%RUBY_SITELIBDIR%%/alexandria/execution_queue.rb
 %%RUBY_SITELIBDIR%%/alexandria/export_library.rb
 %%RUBY_SITELIBDIR%%/alexandria/import_library.rb
-%%RUBY_SITELIBDIR%%/alexandria/library.rb
-%%RUBY_SITELIBDIR%%/alexandria/macui.rb
-%%RUBY_SITELIBDIR%%/alexandria/macui/AboutController.rb
-%%RUBY_SITELIBDIR%%/alexandria/macui/AddBookController.rb
-%%RUBY_SITELIBDIR%%/alexandria/macui/BookIconCell.m
-%%RUBY_SITELIBDIR%%/alexandria/macui/BookInfoController.rb
-%%RUBY_SITELIBDIR%%/alexandria/macui/BooksDataSource.rb
-%%RUBY_SITELIBDIR%%/alexandria/macui/ExportController.rb
-%%RUBY_SITELIBDIR%%/alexandria/macui/Icons.rb
-%%RUBY_SITELIBDIR%%/alexandria/macui/ImportController.rb
-%%RUBY_SITELIBDIR%%/alexandria/macui/Info.plist
-%%RUBY_SITELIBDIR%%/alexandria/macui/LibrariesDataSource.rb
-%%RUBY_SITELIBDIR%%/alexandria/macui/MainController.rb
-%%RUBY_SITELIBDIR%%/alexandria/macui/MainWindow.nib/classes.nib
-%%RUBY_SITELIBDIR%%/alexandria/macui/MainWindow.nib/info.nib
-%%RUBY_SITELIBDIR%%/alexandria/macui/MainWindow.nib/keyedobjects.nib
-%%RUBY_SITELIBDIR%%/alexandria/macui/Matrix.rb
-%%RUBY_SITELIBDIR%%/alexandria/macui/PreferencesController.rb
-%%RUBY_SITELIBDIR%%/alexandria/macui/RatingCell.m
-%%RUBY_SITELIBDIR%%/alexandria/macui/RatingField.rb
-%%RUBY_SITELIBDIR%%/alexandria/macui/TableView.rb
-%%RUBY_SITELIBDIR%%/alexandria/macui/TitledImageCell.m
-%%RUBY_SITELIBDIR%%/alexandria/macui/Utils.m
-%%RUBY_SITELIBDIR%%/alexandria/macui/main.m
-%%RUBY_SITELIBDIR%%/alexandria/macui/main.rb
+%%RUBY_SITELIBDIR%%/alexandria/logging.rb
+%%RUBY_SITELIBDIR%%/alexandria/models/book.rb
+%%RUBY_SITELIBDIR%%/alexandria/models/library.rb
+%%RUBY_SITELIBDIR%%/alexandria/net.rb
 %%RUBY_SITELIBDIR%%/alexandria/preferences.rb
 %%RUBY_SITELIBDIR%%/alexandria/scanners.rb
 %%RUBY_SITELIBDIR%%/alexandria/scanners/cuecat.rb
+%%RUBY_SITELIBDIR%%/alexandria/scanners/keyboard.rb
+%%RUBY_SITELIBDIR%%/alexandria/smart_library.rb
 %%RUBY_SITELIBDIR%%/alexandria/ui.rb
-%%RUBY_SITELIBDIR%%/alexandria/ui/about_dialog.rb
-%%RUBY_SITELIBDIR%%/alexandria/ui/alert_dialog.rb
-%%RUBY_SITELIBDIR%%/alexandria/ui/book_properties_dialog.rb
-%%RUBY_SITELIBDIR%%/alexandria/ui/book_properties_dialog_base.rb
+%%RUBY_SITELIBDIR%%/alexandria/ui/callbacks.rb
+%%RUBY_SITELIBDIR%%/alexandria/ui/dialogs/about_dialog.rb
+%%RUBY_SITELIBDIR%%/alexandria/ui/dialogs/acquire_dialog.rb
+%%RUBY_SITELIBDIR%%/alexandria/ui/dialogs/alert_dialog.rb
+%%RUBY_SITELIBDIR%%/alexandria/ui/dialogs/bad_isbns_dialog.rb
+%%RUBY_SITELIBDIR%%/alexandria/ui/dialogs/book_properties_dialog.rb
+%%RUBY_SITELIBDIR%%/alexandria/ui/dialogs/book_properties_dialog_base.rb
+%%RUBY_SITELIBDIR%%/alexandria/ui/dialogs/export_dialog.rb
+%%RUBY_SITELIBDIR%%/alexandria/ui/dialogs/import_dialog.rb
+%%RUBY_SITELIBDIR%%/alexandria/ui/dialogs/misc_dialogs.rb
+%%RUBY_SITELIBDIR%%/alexandria/ui/dialogs/new_book_dialog.rb
+%%RUBY_SITELIBDIR%%/alexandria/ui/dialogs/new_book_dialog_manual.rb
+%%RUBY_SITELIBDIR%%/alexandria/ui/dialogs/new_smart_library_dialog.rb
+%%RUBY_SITELIBDIR%%/alexandria/ui/dialogs/preferences_dialog.rb
+%%RUBY_SITELIBDIR%%/alexandria/ui/dialogs/smart_library_properties_dialog.rb
+%%RUBY_SITELIBDIR%%/alexandria/ui/dialogs/smart_library_properties_dialog_base.rb
+%%RUBY_SITELIBDIR%%/alexandria/ui/dndable.rb
+%%RUBY_SITELIBDIR%%/alexandria/ui/iconview.rb
+%%RUBY_SITELIBDIR%%/alexandria/ui/iconview_tooltips.rb
+%%RUBY_SITELIBDIR%%/alexandria/ui/init.rb
+%%RUBY_SITELIBDIR%%/alexandria/ui/libraries_combo.rb
+%%RUBY_SITELIBDIR%%/alexandria/ui/listview.rb
+%%RUBY_SITELIBDIR%%/alexandria/ui/multi_drag_treeview.rb
+%%RUBY_SITELIBDIR%%/alexandria/ui/sidepane.rb
+%%RUBY_SITELIBDIR%%/alexandria/ui/ui_manager.rb
 %%RUBY_SITELIBDIR%%/alexandria/ui/completion_models.rb
-%%RUBY_SITELIBDIR%%/alexandria/ui/export_dialog.rb
 %%RUBY_SITELIBDIR%%/alexandria/ui/glade_base.rb
 %%RUBY_SITELIBDIR%%/alexandria/ui/icons.rb
-%%RUBY_SITELIBDIR%%/alexandria/ui/import_dialog.rb
 %%RUBY_SITELIBDIR%%/alexandria/ui/main_app.rb
-%%RUBY_SITELIBDIR%%/alexandria/ui/new_book_dialog.rb
-%%RUBY_SITELIBDIR%%/alexandria/ui/new_book_dialog_manual.rb
-%%RUBY_SITELIBDIR%%/alexandria/ui/preferences_dialog.rb
+%%RUBY_SITELIBDIR%%/alexandria/undo_manager.rb
 %%RUBY_SITELIBDIR%%/alexandria/utils.rb
 %%RUBY_SITELIBDIR%%/alexandria/version.rb
 %%RUBY_SITELIBDIR%%/alexandria/web_themes.rb
+%%DATADIR%%/glade/acquire_dialog.glade
 %%DATADIR%%/glade/book_properties_dialog.glade
 %%DATADIR%%/glade/main_app.glade
 %%DATADIR%%/glade/new_book_dialog.glade
@@ -77,6 +85,8 @@
 %%DATADIR%%/icons/lookup.png
 %%DATADIR%%/icons/more.png
 %%DATADIR%%/icons/no_cover.png
+%%DATADIR%%/icons/smart_library_small.png
+%%DATADIR%%/icons/smart_library.png
 %%DATADIR%%/icons/star_set.png
 %%DATADIR%%/icons/star_unset.png
 %%DATADIR%%/icons/view_as_icons.png
@@ -85,49 +95,157 @@
 %%DATADIR%%/ui/popups.xml
 %%DATADIR%%/web-themes/clean/clean.css
 %%DATADIR%%/web-themes/clean/preview.jpg
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/NEWS
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/TODO
+%%DATADIR%%/web-themes/list/preview.jpg
+%%DATADIR%%/web-themes/list/list.css
+share/applications/alexandria.desktop
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/BUGS
+%%PORTDOCS%%%%DOCSDIR%%/COPYING
+%%PORTDOCS%%%%DOCSDIR%%/FAQ
+%%PORTDOCS%%%%DOCSDIR%%/INSTALL
+%%PORTDOCS%%%%DOCSDIR%%/NEWS
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/TODO
+%%PORTDOCS%%%%DOCSDIR%%/cuecat_support.rdoc
+share/gnome/help/alexandria/C/about.xml
+share/gnome/help/alexandria/C/adding-books.xml
 share/gnome/help/alexandria/C/alexandria.xml
-share/gnome/help/alexandria/C/figures/alexandria_add_by_isbn_1.png
-share/gnome/help/alexandria/C/figures/alexandria_add_by_search_1.png
-share/gnome/help/alexandria/C/figures/alexandria_add_manually.png
-share/gnome/help/alexandria/C/figures/alexandria_add_z3950.png
-share/gnome/help/alexandria/C/figures/alexandria_edit_info.png
-share/gnome/help/alexandria/C/figures/alexandria_export_web_page.png
-share/gnome/help/alexandria/C/figures/alexandria_importing.png
-share/gnome/help/alexandria/C/figures/alexandria_library_pane.png
-share/gnome/help/alexandria/C/figures/alexandria_list_view.png
-share/gnome/help/alexandria/C/figures/alexandria_list_view_search.png
-share/gnome/help/alexandria/C/figures/alexandria_loaning.png
-share/gnome/help/alexandria/C/figures/alexandria_main_window.png
-share/gnome/help/alexandria/ChangeLog
-share/omf/alexandria/alexandria-C.omf
+share/gnome/help/alexandria/C/bugs.xml
+share/gnome/help/alexandria/C/editing-book-properties.xml
+share/gnome/help/alexandria/C/exporting.xml
+share/gnome/help/alexandria/C/figures/adding_books_acquire_from_scanner_process.png
+share/gnome/help/alexandria/C/figures/adding_books_add_by_isbn.png
+share/gnome/help/alexandria/C/figures/adding_books_isbn_import.png
+share/gnome/help/alexandria/C/figures/adding_books_manual_details.png
+share/gnome/help/alexandria/C/figures/adding_books_rename_library_after_import.png
+share/gnome/help/alexandria/C/figures/adding_books_search_results.png
+share/gnome/help/alexandria/C/figures/editing_book_properties_info.png
+share/gnome/help/alexandria/C/figures/editing_book_properties_loaning.png
+share/gnome/help/alexandria/C/figures/exporting_information_html.png
+share/gnome/help/alexandria/C/figures/getting_started_first_launched.png
+share/gnome/help/alexandria/C/figures/searching_filtering_views_list_view.png
+share/gnome/help/alexandria/C/figures/searching_filtering_views_list_view_search.png
+share/gnome/help/alexandria/C/figures/settings_providers_new_z3950.png
+share/gnome/help/alexandria/C/figures/smart_libraries_new_smart_library.png
+share/gnome/help/alexandria/C/figures/working_with_libraries_library_pane.png
+share/gnome/help/alexandria/C/getting-started.xml
+share/gnome/help/alexandria/C/gnu-fdl-1.2.xml
+share/gnome/help/alexandria/C/introduction.xml
+share/gnome/help/alexandria/C/searching.xml
+share/gnome/help/alexandria/C/settings.xml
+share/gnome/help/alexandria/C/smart-libraries.xml
+share/gnome/help/alexandria/C/working-with-libraries.xml
+share/gnome/help/alexandria/fr/alexandria.xml
+share/gnome/help/alexandria/fr/figures/alexandria_add_button.png
+share/gnome/help/alexandria/fr/figures/alexandria_add_by_isbn_1.png
+share/gnome/help/alexandria/fr/figures/alexandria_add_by_search_1.png
+share/gnome/help/alexandria/fr/figures/alexandria_add_manually.png
+share/gnome/help/alexandria/fr/figures/alexandria_add_z3950.png
+share/gnome/help/alexandria/fr/figures/alexandria_close_button.png
+share/gnome/help/alexandria/fr/figures/alexandria_edit_info.png
+share/gnome/help/alexandria/fr/figures/alexandria_export_web_page.png
+share/gnome/help/alexandria/fr/figures/alexandria_importing.png
+share/gnome/help/alexandria/fr/figures/alexandria_library_pane.png
+share/gnome/help/alexandria/fr/figures/alexandria_list_view.png
+share/gnome/help/alexandria/fr/figures/alexandria_list_view_search.png
+share/gnome/help/alexandria/fr/figures/alexandria_loaning.png
+share/gnome/help/alexandria/fr/figures/alexandria_main_window.png
+share/gnome/help/alexandria/fr/figures/alexandria_remove_button.png
+share/gnome/help/alexandria/ja/about.xml
+share/gnome/help/alexandria/ja/adding-books.xml
+share/gnome/help/alexandria/ja/alexandria.xml
+share/gnome/help/alexandria/ja/bugs.xml
+share/gnome/help/alexandria/ja/editing-book-properties.xml
+share/gnome/help/alexandria/ja/exporting.xml
+share/gnome/help/alexandria/ja/figures/adding_books_acquire_from_scanner_process.png
+share/gnome/help/alexandria/ja/figures/adding_books_add_by_isbn.png
+share/gnome/help/alexandria/ja/figures/adding_books_isbn_import.png
+share/gnome/help/alexandria/ja/figures/adding_books_manual_details.png
+share/gnome/help/alexandria/ja/figures/adding_books_rename_library_after_import.png
+share/gnome/help/alexandria/ja/figures/adding_books_search_results.png
+share/gnome/help/alexandria/ja/figures/editing_book_properties_info.png
+share/gnome/help/alexandria/ja/figures/editing_book_properties_loaning.png
+share/gnome/help/alexandria/ja/figures/exporting_information_html.png
+share/gnome/help/alexandria/ja/figures/getting_started_first_launched.png
+share/gnome/help/alexandria/ja/figures/searching_filtering_views_list_view.png
+share/gnome/help/alexandria/ja/figures/searching_filtering_views_list_view_search.png
+share/gnome/help/alexandria/ja/figures/settings_providers_new_z3950.png
+share/gnome/help/alexandria/ja/figures/smart_libraries_new_smart_library.png
+share/gnome/help/alexandria/ja/figures/working_with_libraries_library_pane.png
+share/gnome/help/alexandria/ja/getting-started.xml
+share/gnome/help/alexandria/ja/gnu-fdl-1.2.xml
+share/gnome/help/alexandria/ja/introduction.xml
+share/gnome/help/alexandria/ja/searching.xml
+share/gnome/help/alexandria/ja/settings.xml
+share/gnome/help/alexandria/ja/smart-libraries.xml
+share/gnome/help/alexandria/ja/working-with-libraries.xml
+share/icons/hicolor/16x16/apps/alexandria.png
+share/icons/hicolor/22x22/apps/alexandria.png
+share/icons/hicolor/24x24/apps/alexandria.png
+share/icons/hicolor/32x32/apps/alexandria.png
+share/icons/hicolor/48x48/apps/alexandria.png
+share/icons/hicolor/scalable/apps/alexandria.svg
 share/locale/cs/LC_MESSAGES/alexandria.mo
 share/locale/cy/LC_MESSAGES/alexandria.mo
 share/locale/de/LC_MESSAGES/alexandria.mo
+share/locale/el/LC_MESSAGES/alexandria.mo
 share/locale/es/LC_MESSAGES/alexandria.mo
 share/locale/fr/LC_MESSAGES/alexandria.mo
+share/locale/ga/LC_MESSAGES/alexandria.mo
+share/locale/gl/LC_MESSAGES/alexandria.mo
 share/locale/it/LC_MESSAGES/alexandria.mo
 share/locale/ja/LC_MESSAGES/alexandria.mo
+share/locale/mk/LC_MESSAGES/alexandria.mo
+share/locale/nb/LC_MESSAGES/alexandria.mo
+share/locale/nl/LC_MESSAGES/alexandria.mo
 share/locale/pl/LC_MESSAGES/alexandria.mo
 share/locale/pt/LC_MESSAGES/alexandria.mo
 share/locale/pt_BR/LC_MESSAGES/alexandria.mo
+share/locale/sk/LC_MESSAGES/alexandria.mo
 share/locale/sv/LC_MESSAGES/alexandria.mo
+share/locale/uk/LC_MESSAGES/alexandria.mo
+share/locale/zh_TW/LC_MESSAGES/alexandria.mo
+share/menu/alexandria
+share/omf/alexandria/alexandria-C.omf
+share/omf/alexandria/alexandria-fr.omf
+share/sounds/alexandria/bad_scan.wav
+share/sounds/alexandria/good_scan.wav
+share/sounds/alexandria/scanning.wav
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
+@dirrm share/sounds/alexandria
+@dirrm share/sounds
 @dirrm share/omf/alexandria
+@dirrm share/menu
+@dirrmtry share/icons/hicolor/16x16/apps
+@dirrmtry share/icons/hicolor/16x16
+@dirrmtry share/icons/hicolor/22x22/apps
+@dirrmtry share/icons/hicolor/22x22
+@dirrmtry share/icons/hicolor/24x24/apps
+@dirrmtry share/icons/hicolor/24x24
+@dirrmtry share/icons/hicolor/32x32/apps
+@dirrmtry share/icons/hicolor/32x32
+@dirrmtry share/icons/hicolor/48x48/apps
+@dirrmtry share/icons/hicolor/48x48
+@dirrmtry share/icons/hicolor/scalable/apps
+@dirrmtry share/icons/hicolor/scalable
+@dirrmtry share/icons/hicolor
+@dirrm share/gnome/help/alexandria/ja/figures
+@dirrm share/gnome/help/alexandria/ja
+@dirrm share/gnome/help/alexandria/fr/figures
+@dirrm share/gnome/help/alexandria/fr
 @dirrm share/gnome/help/alexandria/C/figures
 @dirrm share/gnome/help/alexandria/C
 @dirrm share/gnome/help/alexandria
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%
+@dirrm %%DATADIR%%/web-themes/list
 @dirrm %%DATADIR%%/web-themes/clean
 @dirrm %%DATADIR%%/web-themes
 @dirrm %%DATADIR%%/ui
 @dirrm %%DATADIR%%/icons
 @dirrm %%DATADIR%%/glade
 @dirrm %%DATADIR%%
+@dirrm %%RUBY_SITELIBDIR%%/alexandria/ui/dialogs
 @dirrm %%RUBY_SITELIBDIR%%/alexandria/ui
 @dirrm %%RUBY_SITELIBDIR%%/alexandria/scanners
-@dirrm %%RUBY_SITELIBDIR%%/alexandria/macui/MainWindow.nib
-@dirrm %%RUBY_SITELIBDIR%%/alexandria/macui
+@dirrm %%RUBY_SITELIBDIR%%/alexandria/models
 @dirrm %%RUBY_SITELIBDIR%%/alexandria/book_providers
 @dirrm %%RUBY_SITELIBDIR%%/alexandria
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2009-04-25 01:44:10 UTC
State Changed
From-To: feedback->open

got a new patch.
Comment 5 Martin Wilke freebsd_committer freebsd_triage 2009-04-25 01:44:15 UTC
State Changed
From-To: open->feedback

Hi, 

Build failed on i386/amd64. 

http://32bit.miwibox.org/index.php?action=describe_port&id=2196 
http://64bit.miwibox.org/index.php?action=describe_port&id=2309 

Could you please take a look. Thanks! 

- Martin
Comment 6 mitsuru 2009-04-26 23:28:52 UTC
Hi,

Would you please apply this diff to the Makefile?

-mitsuru


--- Makefile.org	2009-04-27 07:27:52.000000000 +0900
+++ Makefile	2009-04-27 07:12:07.000000000 +0900
@@ -22,10 +22,10 @@
 		${RUBY_SITEARCHLIBDIR}/gnome2.so:${PORTSDIR}/x11/ruby-gnome2 \
 		${RUBY_SITEARCHLIBDIR:S/${PREFIX}/${LOCALBASE}/}/gconf2.so:${PORTSDIR}/devel/ruby-gconf2 \
 		${RUBY_SITEARCHLIBDIR:S/${PREFIX}/${LOCALBASE}/}/libglade2.so:${PORTSDIR}/devel/ruby-libglade2 \
-		${RUBY_SITEARCHLIBDIR}/zoom.so:${PORTSDIR}/devel/rubygem-zoom \
+		rubygem-zoom>=0:${PORTSDIR}/devel/rubygem-zoom \
 		rubygem-hpricot>0:${PORTSDIR}/www/rubygem-hpricot
 
-USE_GNOME=	gnomehier
+USE_GNOME=	gnomehier intltool
 INSTALLS_ICONS=	yes
 INSTALLS_OMF=	yes
 USE_GETTEXT=	yes
Comment 7 mitsuru 2009-04-27 02:05:35 UTC
Hi,

Would you please apply this diff to the pkg-plist?

-mitsuru


--- pkg-plist.org	2009-04-27 10:00:50.000000000 +0900
+++ pkg-plist	2009-04-27 10:01:02.000000000 +0900
@@ -213,7 +213,6 @@
 share/sounds/alexandria/scanning.wav
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
 @dirrm share/sounds/alexandria
-@dirrm share/sounds
 @dirrm share/omf/alexandria
 @dirrm share/menu
 @dirrmtry share/icons/hicolor/16x16/apps
Comment 8 dfilter service freebsd_committer freebsd_triage 2009-04-27 08:54:41 UTC
miwi        2009-04-27 07:54:31 UTC

  FreeBSD ports repository

  Modified files:
    deskutils/alexandria Makefile distinfo pkg-plist 
  Added files:
    deskutils/alexandria/files patch-tasks.rb 
  Log:
  - Update to 0.6.4.1
  
  PR:             133742
  Submitted by:   mitsuru@riken.jp (maintainer)
  
  Revision  Changes    Path
  1.16      +37 -19    ports/deskutils/alexandria/Makefile
  1.4       +3 -3      ports/deskutils/alexandria/distinfo
  1.1       +11 -0     ports/deskutils/alexandria/files/patch-tasks.rb (new)
  1.6       +174 -57   ports/deskutils/alexandria/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 9 Martin Wilke freebsd_committer freebsd_triage 2009-04-27 08:54:46 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!