summaryrefslogtreecommitdiff
path: root/misc/tellico
diff options
context:
space:
mode:
authorMarkus Brueffer <markus@FreeBSD.org>2004-12-02 17:24:27 +0000
committerMarkus Brueffer <markus@FreeBSD.org>2004-12-02 17:24:27 +0000
commitdf6d4d08c6fb0066b32a1b4eeb25187ee1fbe8f6 (patch)
tree1b411e244d7b686a57fc20f116f7f9e0979954ff /misc/tellico
parentdecompyle does not run on Python 2.4 yet. (diff)
Update to version 0.13
Notes
Notes: svn path=/head/; revision=122999
Diffstat (limited to 'misc/tellico')
-rw-r--r--misc/tellico/Makefile7
-rw-r--r--misc/tellico/distinfo4
-rw-r--r--misc/tellico/files/patch-src-fetch-amazonfetcher.cpp11
-rw-r--r--misc/tellico/files/patch-src-translators-alexandriaexporter.cpp11
-rw-r--r--misc/tellico/files/patch-src-translators-freedb_util.cpp10
-rw-r--r--misc/tellico/pkg-plist62
6 files changed, 71 insertions, 34 deletions
diff --git a/misc/tellico/Makefile b/misc/tellico/Makefile
index 3a5f99c7f36b..96e703a5abbd 100644
--- a/misc/tellico/Makefile
+++ b/misc/tellico/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= tellico
-PORTVERSION= 0.12
+PORTVERSION= 0.13
CATEGORIES= misc kde
MASTER_SITES= http://www.periapsis.org/tellico/download/
@@ -15,7 +15,10 @@ COMMENT= Collection manager for KDE
LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib \
cdda_paranoia:${PORTSDIR}/audio/cdparanoia \
- kcddb:${PORTSDIR}/multimedia/kdemultimedia3
+ kcddb:${PORTSDIR}/multimedia/kdemultimedia3 \
+ yaz.2:${PORTSDIR}/net/yaz
+
+EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure
USE_KDELIBS_VER=3
GNU_CONFIGURE= yes
diff --git a/misc/tellico/distinfo b/misc/tellico/distinfo
index f47b6ddf6f02..97394bb4654b 100644
--- a/misc/tellico/distinfo
+++ b/misc/tellico/distinfo
@@ -1,2 +1,2 @@
-MD5 (tellico-0.12.tar.gz) = edabbacfc2d2c1ca43cdad6b65c65f62
-SIZE (tellico-0.12.tar.gz) = 2093904
+MD5 (tellico-0.13.tar.gz) = 0b20f4f34f039bc1dda3da71f4eabbf8
+SIZE (tellico-0.13.tar.gz) = 2317970
diff --git a/misc/tellico/files/patch-src-fetch-amazonfetcher.cpp b/misc/tellico/files/patch-src-fetch-amazonfetcher.cpp
deleted file mode 100644
index ea6c450eef0e..000000000000
--- a/misc/tellico/files/patch-src-fetch-amazonfetcher.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/fetch/amazonfetcher.cpp.orig Sat Oct 16 00:23:06 2004
-+++ src/fetch/amazonfetcher.cpp Sat Oct 16 00:23:48 2004
-@@ -428,7 +428,7 @@
- // emit signalStatus(i18n("<qt>The cover image for <i>%1</i> could not be loaded.</qt>").arg(
- // entry->field(QString::fromLatin1("title"))));
- emit signalStatus(i18n("The cover image could not be loaded."));
-- } else if(img.width() > 1 and img.height() > 1) { // amazon serves up 1x1 gifs occasionally
-+ } else if(img.width() > 1 && img.height() > 1) { // amazon serves up 1x1 gifs occasionally
- // all relevant collection types have cover fields
- entry->setField(QString::fromLatin1("cover"), img.id());
- }
diff --git a/misc/tellico/files/patch-src-translators-alexandriaexporter.cpp b/misc/tellico/files/patch-src-translators-alexandriaexporter.cpp
deleted file mode 100644
index 8db988e1d4fa..000000000000
--- a/misc/tellico/files/patch-src-translators-alexandriaexporter.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/translators/alexandriaexporter.cpp.orig Sat Oct 16 00:18:34 2004
-+++ src/translators/alexandriaexporter.cpp Sat Oct 16 00:19:10 2004
-@@ -111,7 +111,7 @@
- entry_->field(QString::fromLatin1("publisher"));
- pub.replace('"', QString::fromLatin1("\\\""));
- // publisher uses n/a when empty
-- ts << "publisher: \"" << (pub.isEmpty() ? "n/a" : pub) << "\"\n";
-+ ts << "publisher: \"" << (pub.isEmpty() ? QString::fromLatin1("n/a") : pub) << "\"\n";
- QString rating = entry_->field(QString::fromLatin1("rating"));
- for(uint pos = 0; pos < rating.length(); ++pos) {
- if(rating[pos].isDigit()) {
diff --git a/misc/tellico/files/patch-src-translators-freedb_util.cpp b/misc/tellico/files/patch-src-translators-freedb_util.cpp
new file mode 100644
index 000000000000..2b3d5246ef16
--- /dev/null
+++ b/misc/tellico/files/patch-src-translators-freedb_util.cpp
@@ -0,0 +1,10 @@
+--- src/translators/freedb_util.cpp.orig Thu Dec 2 16:15:30 2004
++++ src/translators/freedb_util.cpp Thu Dec 2 16:20:39 2004
+@@ -60,6 +60,7 @@
+
+ #elif defined(__FreeBSD__)
+
++#include <netinet/in.h>
+ #include <sys/cdio.h>
+ #define CDROM_LBA CD_LBA_FORMAT /* first frame is 0 */
+ #define CD_MSF_OFFSET 150 /* MSF offset of first frame */
diff --git a/misc/tellico/pkg-plist b/misc/tellico/pkg-plist
index 7a55bbd98813..58b988b56a70 100644
--- a/misc/tellico/pkg-plist
+++ b/misc/tellico/pkg-plist
@@ -1,13 +1,10 @@
bin/tellico
share/applnk/Applications/tellico.desktop
share/apps/kconf_update/tellico-rename.upd
-share/apps/tellico/amazon2bookcase.xsl
+share/apps/tellico/MARC21slim2MODS3.xsl
+share/apps/tellico/MARC21slimUtils.xsl
+share/apps/tellico/amazon2tellico.xsl
share/apps/tellico/bibtex-translation.xml
-share/apps/tellico/bookcase-by-author.xsl
-share/apps/tellico/bookcase-by-title.xsl
-share/apps/tellico/bookcase-common.xsl
-share/apps/tellico/bookcase-printing.xsl
-share/apps/tellico/bookcase2html.xsl
share/apps/tellico/cassette-logo.png
share/apps/tellico/cd-logo.png
share/apps/tellico/dvd-logo.png
@@ -16,26 +13,48 @@ share/apps/tellico/entry-templates/Compact.xsl
share/apps/tellico/entry-templates/Default.xsl
share/apps/tellico/entry-templates/Fancy.xsl
share/apps/tellico/entry-templates/Video.xsl
-share/apps/tellico/mods2bookcase.xsl
+share/apps/tellico/mods2tellico.xsl
+share/apps/tellico/pics/README.icons
+share/apps/tellico/pics/README.quesnay
share/apps/tellico/pics/album.png
share/apps/tellico/pics/bibtex.png
share/apps/tellico/pics/book.png
share/apps/tellico/pics/card.png
+share/apps/tellico/pics/checkmark.png
share/apps/tellico/pics/coin.png
share/apps/tellico/pics/comic.png
share/apps/tellico/pics/person-open.png
share/apps/tellico/pics/person.png
share/apps/tellico/pics/stamp.png
+share/apps/tellico/pics/star_off.png
+share/apps/tellico/pics/star_on.png
+share/apps/tellico/pics/stars1.png
+share/apps/tellico/pics/stars10.png
+share/apps/tellico/pics/stars2.png
+share/apps/tellico/pics/stars3.png
+share/apps/tellico/pics/stars4.png
+share/apps/tellico/pics/stars5.png
+share/apps/tellico/pics/stars6.png
+share/apps/tellico/pics/stars7.png
+share/apps/tellico/pics/stars8.png
+share/apps/tellico/pics/stars9.png
share/apps/tellico/pics/tellico.png
+share/apps/tellico/pics/tellico.svg
+share/apps/tellico/pics/tellico_mime.svg
share/apps/tellico/pics/video.png
share/apps/tellico/pics/wine.png
share/apps/tellico/record-logo.png
share/apps/tellico/shadowAlpha.png
+share/apps/tellico/tellico-by-author.xsl
+share/apps/tellico/tellico-by-title.xsl
+share/apps/tellico/tellico-common.xsl
+share/apps/tellico/tellico-printing.xsl
share/apps/tellico/tellico.dtd
share/apps/tellico/tellico.tips
+share/apps/tellico/tellico2html.xsl
share/apps/tellico/tellicoui.rc
share/apps/tellico/vhs-logo.png
-share/doc/HTML/en/tellico/bibtex-options.png
+share/doc/HTML/en/tellico/amazon-options.png
share/doc/HTML/en/tellico/common
share/doc/HTML/en/tellico/configuration.docbook
share/doc/HTML/en/tellico/csv-dialog.png
@@ -44,6 +63,7 @@ share/doc/HTML/en/tellico/entry-editor1.png
share/doc/HTML/en/tellico/entry-editor2.png
share/doc/HTML/en/tellico/entry-editor3.png
share/doc/HTML/en/tellico/entry-editor4.png
+share/doc/HTML/en/tellico/entry-editor5.png
share/doc/HTML/en/tellico/export-csv.png
share/doc/HTML/en/tellico/export-html.png
share/doc/HTML/en/tellico/export-options.png
@@ -60,9 +80,21 @@ share/doc/HTML/en/tellico/index.docbook
share/doc/HTML/en/tellico/main-window.png
share/doc/HTML/en/tellico/menus.docbook
share/doc/HTML/en/tellico/print-options.png
+share/doc/HTML/en/tellico/source-options.png
share/doc/HTML/en/tellico/template-options.png
+share/doc/HTML/en/tellico/z3950-options.png
+share/icons/hicolor/128x128/apps/tellico.png
+share/icons/hicolor/128x128/mimetypes/tellico.png
share/icons/hicolor/16x16/apps/tellico.png
+share/icons/hicolor/16x16/mimetypes/tellico.png
+share/icons/hicolor/22x22/apps/tellico.png
+share/icons/hicolor/22x22/mimetypes/tellico.png
share/icons/hicolor/32x32/apps/tellico.png
+share/icons/hicolor/32x32/mimetypes/tellico.png
+share/icons/hicolor/48x48/apps/tellico.png
+share/icons/hicolor/48x48/mimetypes/tellico.png
+share/icons/hicolor/64x64/apps/tellico.png
+share/icons/hicolor/64x64/mimetypes/tellico.png
share/locale/bg/LC_MESSAGES/tellico.mo
share/locale/cs/LC_MESSAGES/tellico.mo
share/locale/de/LC_MESSAGES/tellico.mo
@@ -79,10 +111,24 @@ share/locale/sv/LC_MESSAGES/tellico.mo
share/mimelnk/application/x-tellico.desktop
@unexec rmdir %D/share/mimelnk/application 2>/dev/null || true
@unexec rmdir %D/share/mimelnk 2>/dev/null || true
+@unexec rmdir %D/share/icons/hicolor/64x64/mimetypes 2>/dev/null || true
+@unexec rmdir %D/share/icons/hicolor/64x64/apps 2>/dev/null || true
+@unexec rmdir %D/share/icons/hicolor/64x64 2>/dev/null || true
+@unexec rmdir %D/share/icons/hicolor/48x48/mimetypes 2>/dev/null || true
+@unexec rmdir %D/share/icons/hicolor/48x48/apps 2>/dev/null || true
+@unexec rmdir %D/share/icons/hicolor/48x48 2>/dev/null || true
+@unexec rmdir %D/share/icons/hicolor/32x32/mimetypes 2>/dev/null || true
@unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true
@unexec rmdir %D/share/icons/hicolor/32x32 2>/dev/null || true
+@unexec rmdir %D/share/icons/hicolor/22x22/mimetypes 2>/dev/null || true
+@unexec rmdir %D/share/icons/hicolor/22x22/apps 2>/dev/null || true
+@unexec rmdir %D/share/icons/hicolor/22x22 2>/dev/null || true
+@unexec rmdir %D/share/icons/hicolor/16x16/mimetypes 2>/dev/null || true
@unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true
@unexec rmdir %D/share/icons/hicolor/16x16 2>/dev/null || true
+@unexec rmdir %D/share/icons/hicolor/128x128/mimetypes 2>/dev/null || true
+@unexec rmdir %D/share/icons/hicolor/128x128/apps 2>/dev/null || true
+@unexec rmdir %D/share/icons/hicolor/128x128 2>/dev/null || true
@unexec rmdir %D/share/icons/hicolor 2>/dev/null || true
@unexec rmdir %D/share/icons 2>/dev/null || true
@dirrm share/doc/HTML/en/tellico