summaryrefslogtreecommitdiffstats
path: root/deskutils/alexandria
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/alexandria')
-rw-r--r--deskutils/alexandria/Makefile58
-rw-r--r--deskutils/alexandria/distinfo3
-rw-r--r--deskutils/alexandria/pkg-descr3
-rw-r--r--deskutils/alexandria/pkg-plist133
4 files changed, 197 insertions, 0 deletions
diff --git a/deskutils/alexandria/Makefile b/deskutils/alexandria/Makefile
new file mode 100644
index 000000000..3fb073929
--- /dev/null
+++ b/deskutils/alexandria/Makefile
@@ -0,0 +1,58 @@
+# New ports collection makefile for: Alexandria
+# Date created: 18 March 2005
+# Whom: Mitsuru YOSHIDA <mitsuru@riken.jp>
+#
+# $FreeBSD$
+#
+
+PORTNAME= alexandria
+PORTVERSION= 0.6.1
+PORTREVISION= 7
+CATEGORIES= deskutils ruby
+MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
+DIST_SUBDIR= ruby
+
+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_SITEARCHLIBDIR}/locale_system.so:${PORTSDIR}/devel/ruby-gettext \
+ ${RUBY_SITEARCHLIBDIR}/libglade2.so:${PORTSDIR}/devel/ruby-libglade2 \
+ ${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 \
+ ${RUBY_SITEARCHLIBDIR}/zoom.so:${PORTSDIR}/devel/ruby-zoom
+
+USE_GNOME= gnomehier
+INSTALLS_OMF= yes
+USE_GETTEXT= yes
+USE_RUBY= yes
+USE_RUBY_SETUP= yes
+RUBY_SETUP= install.rb
+
+DOCS= NEWS README TODO
+GCONF_SCHEMAS= alexandria.schemas
+
+RUBY_REQUIRE= Ruby > 180
+CONFIGURE_ARGS= "--prefix=${PREFIX}"
+
+.include <bsd.port.pre.mk>
+
+.if !defined(RUBY_PROVIDED)
+IGNORE= only works with Ruby 1.8.0 or later
+.endif
+
+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
+
+.include <bsd.port.post.mk>
diff --git a/deskutils/alexandria/distinfo b/deskutils/alexandria/distinfo
new file mode 100644
index 000000000..2cd187f42
--- /dev/null
+++ b/deskutils/alexandria/distinfo
@@ -0,0 +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
diff --git a/deskutils/alexandria/pkg-descr b/deskutils/alexandria/pkg-descr
new file mode 100644
index 000000000..69eea48f6
--- /dev/null
+++ b/deskutils/alexandria/pkg-descr
@@ -0,0 +1,3 @@
+Alexandria is a GNOME application to help you manage your book collection.
+
+WWW: http://alexandria.rubyforge.org/
diff --git a/deskutils/alexandria/pkg-plist b/deskutils/alexandria/pkg-plist
new file mode 100644
index 000000000..d97785126
--- /dev/null
+++ b/deskutils/alexandria/pkg-plist
@@ -0,0 +1,133 @@
+bin/alexandria
+%%RUBY_SITELIBDIR%%/alexandria.rb
+%%RUBY_SITELIBDIR%%/alexandria/book.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/bn.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/z3950.rb
+%%RUBY_SITELIBDIR%%/alexandria/config.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/preferences.rb
+%%RUBY_SITELIBDIR%%/alexandria/scanners.rb
+%%RUBY_SITELIBDIR%%/alexandria/scanners/cuecat.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/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/utils.rb
+%%RUBY_SITELIBDIR%%/alexandria/version.rb
+%%RUBY_SITELIBDIR%%/alexandria/web_themes.rb
+%%DATADIR%%/glade/book_properties_dialog.glade
+%%DATADIR%%/glade/main_app.glade
+%%DATADIR%%/glade/new_book_dialog.glade
+%%DATADIR%%/glade/preferences_dialog.glade
+%%DATADIR%%/icons/alexandria.png
+%%DATADIR%%/icons/alexandria_small.png
+%%DATADIR%%/icons/book.png
+%%DATADIR%%/icons/book_icon.png
+%%DATADIR%%/icons/book_small.png
+%%DATADIR%%/icons/cuecat.png
+%%DATADIR%%/icons/cuecat_inactive.png
+%%DATADIR%%/icons/favorite_tag.png
+%%DATADIR%%/icons/less.png
+%%DATADIR%%/icons/library.png
+%%DATADIR%%/icons/library_small.png
+%%DATADIR%%/icons/lookup.png
+%%DATADIR%%/icons/more.png
+%%DATADIR%%/icons/no_cover.png
+%%DATADIR%%/icons/star_set.png
+%%DATADIR%%/icons/star_unset.png
+%%DATADIR%%/icons/view_as_icons.png
+%%DATADIR%%/icons/view_as_list.png
+%%DATADIR%%/ui/menus.xml
+%%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
+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/locale/cs/LC_MESSAGES/alexandria.mo
+share/locale/cy/LC_MESSAGES/alexandria.mo
+share/locale/de/LC_MESSAGES/alexandria.mo
+share/locale/es/LC_MESSAGES/alexandria.mo
+share/locale/fr/LC_MESSAGES/alexandria.mo
+share/locale/it/LC_MESSAGES/alexandria.mo
+share/locale/ja/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/sv/LC_MESSAGES/alexandria.mo
+@dirrm share/omf/alexandria
+@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/clean
+@dirrm %%DATADIR%%/web-themes
+@dirrm %%DATADIR%%/ui
+@dirrm %%DATADIR%%/icons
+@dirrm %%DATADIR%%/glade
+@dirrm %%DATADIR%%
+@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/book_providers
+@dirrm %%RUBY_SITELIBDIR%%/alexandria