summaryrefslogtreecommitdiff
path: root/www/drivel
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-08-31 12:26:02 +0000
committerjmmv <jmmv@pkgsrc.org>2004-08-31 12:26:02 +0000
commitba43db96e30b32cf404f7a3cf69ded2381de7847 (patch)
tree6c9c9c859f514ed4269e062cbbf0d18eb741e5ec /www/drivel
parent9926dbadb97257c85580d5a4776b84b805de9797 (diff)
downloadpkgsrc-ba43db96e30b32cf404f7a3cf69ded2381de7847.tar.gz
Update to 1.2.0:
Drivel 1.2.0 (The "Hero of Canton" release) =========================================== * Improvements: - Added a user manual (Todd). * Fixes: - Fixed the oft-reported "automaticall" typo (Todd). - Synced eggtrayicon.* and recent-files/* with libegg to get the latest improvements and bug-fixes (Todd). * Translations: - Updated Canadian English translation (Adam Weinberger). - Updated Simplified Chinese translation (Funda Wang). - Updated Portuguese translation (Duarte Loreto). - Updated Swedish translation (Christian Rose). - Updated Czech translation (Miloslav Trmac). - Updated Dutch translation (Elros Cyriatan). - Updated Spanish translation (Francisco Javier F. Serrador). - Updated Albanian translation (Laurent Dhima). - Updated Brazilian Portuguese translation (Estêvão Samuel Procópio). Drivel 1.1.2 (The "Betas make bubbles!" release) ================================================ * Improvements: - Replace the RSA's reference MD5 implementation with a free one. - Add the GNOME Spinner to the network progress dialog. - Make the standard error dialog conform to the HIG. - Port the Network Progress and Insert Image dialogs to Glade. - Gave the Insert Image and Insert Link dialogs a make-over and some HIG-lovin'. - Added a Cancel button to the new Network Progress dialog. - Use unique names for user pictures, prevents re-downloading the same image again and again. - Add support for back-dating journal entries. - Add tooltips for post options. * Fixes: - Prevent the network dialog from "blinking" on short transactions. - Fix a crash that occured when the network dialog was closed manually. - Double-clicking an entry in the history dialog opens it for editing. - Prevent the user from selecting a row in the history list when it is empty, fixes a crash. - Fix a few strings to bring them into HIG 2.0 compliance. * Translations: - Updated Brazilian Portuguese translation (Raphael Higino and Estêvão Samuel Procópio). - Updated Czech translation (Miloslav Trmac). - Updated Canadian English translation (Adam Weinberger). - Updated British English translation (David Lodge). - Updated Spanish translation (Francisco Javier F. Serrador). Drivel 1.1.1 (The "I'm too hung-over to be creative" release) ============================================================= * Improvements: - RhythmBox support for the Music entry (Davyd Madeley). - New and improved network layer which doesn't suck. - Abstracted blog API, should make it easy to support multiple blog systems in the future. - Support for EggRecent. - Added a "Drivel journal draft" mimetype. - Redesigned the Friends dialog. * Fixes: - Plugged some memory leaks. - Use the correct signal (enter_notify) for triggering the query_music function. - Lots of HIG-related spacing fixes. * Translations: - Updated Spanish translation (Francisco Javier F. Serrador). - Updated Brazilian Portuguese translation (Raphael Higino). - Updated Norwegian translation (Kjartan Maraas). - Updated Albanian translation (Laurent Dhima). - Updated Czech translation (Miloslav Trmac). - Updated British English translation (David Lodge). Drivel 1.1.0 (The "Happy birthday, Stephie!" release) ===================================================== * Improvements: - HTML syntax highlighting (Davyd Madeley and Grahame Bowland). - Optional in-line spell checking support via GtkSpell. - Undo/Redo support (Davyd Madeley). - Support the new challenge/response LiveJournal authentication method. - Per-account autosaves. - Use LogJam's XML file format when saving/loading drafts (Davyd Madeley). - The Insert Link dialog now replaces selected text with a hyper-linked version of the text. - Saves the filename of drafts so that the user isn't prompted each time she presses "Save Draft" and add a "Save Draft as..." menu command. - Autocomplete support for the Mood control (Davyd Madeley). - Lots of HIG work on the menus, dialogs, and alerts. * Fixes: - Keybinding fixes. - Resolve a couple of bugs in the History dialog (still requires GTK+ 2.4.4 or higher to work correctly) (Davyd Madeley). - Correct the lj-lq tag in the poll creator (Grahame Bowland). - Don't duplicate the protocol in the Insert Link dialog (gnome@nash.nu). - Fixed the autosave feature. - Resolved a network threading issue that prevented Drivel from working on NetBSD, and possibly the other BSD variants as well. - Protect proxy variables with mutex locks, should resolve some more BSD-related threading issues. - Use libcurl's unescape method rather than our own, fixes a NetBSD character conversion problem. - Fix C99-ism which was preventing successfull compilation on GCC-2.95 (Julio M. Merino Vidal). * Translations: - Added Albanian translation (Laurent Dhima). - Updated Czech translation (Miloslav Trmac). - Updated Brazilian Portuguese translation (Raphael Higino). - Updated British English translation (David Lodge).
Diffstat (limited to 'www/drivel')
-rw-r--r--www/drivel/Makefile9
-rw-r--r--www/drivel/PLIST20
-rw-r--r--www/drivel/distinfo6
3 files changed, 26 insertions, 9 deletions
diff --git a/www/drivel/Makefile b/www/drivel/Makefile
index 3c47957de42..523991a8a03 100644
--- a/www/drivel/Makefile
+++ b/www/drivel/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2004/07/02 20:35:46 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2004/08/31 12:26:02 jmmv Exp $
#
-DISTNAME= drivel-1.0.2
+DISTNAME= drivel-1.2.0
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=drivel/}
EXTRACT_SUFX= .tar.bz2
@@ -12,10 +12,11 @@ COMMENT= LiveJournal client for the GNOME Desktop
GNU_CONFIGURE= YES
USE_BUILDLINK3= YES
-USE_DIRS+= xdg-1.1
+USE_DIRS+= gnome2-1.5
USE_GNU_TOOLS+= make
USE_PKGLOCALEDIR= YES
+.include "../../databases/shared-mime-info/mimedb.mk"
.include "../../devel/GConf2/schemas.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
@@ -25,6 +26,8 @@ USE_PKGLOCALEDIR= YES
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
+.include "../../textproc/scrollkeeper/omf.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
+.include "../../x11/gtksourceview/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/drivel/PLIST b/www/drivel/PLIST
index 00d35454dc0..2b35058f9ab 100644
--- a/www/drivel/PLIST
+++ b/www/drivel/PLIST
@@ -1,8 +1,12 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/06/22 21:31:08 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/08/31 12:26:02 jmmv Exp $
bin/drivel
+share/application-registry/drivel.applications
share/applications/drivel.desktop
share/drivel/glade/drivel.glade
+share/drivel/languages/livejournal.lang
share/gconf/schemas/drivel.schemas
+share/gnome/help/drivel/C/drivel.xml
+share/gnome/help/drivel/C/legal.xml
${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/drivel.mo
${PKGLOCALEDIR}/locale/de/LC_MESSAGES/drivel.mo
${PKGLOCALEDIR}/locale/en_CA/LC_MESSAGES/drivel.mo
@@ -12,24 +16,28 @@ ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/drivel.mo
${PKGLOCALEDIR}/locale/no/LC_MESSAGES/drivel.mo
${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/drivel.mo
${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/drivel.mo
+${PKGLOCALEDIR}/locale/sq/LC_MESSAGES/drivel.mo
${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/drivel.mo
${PKGLOCALEDIR}/locale/sr@Latn/LC_MESSAGES/drivel.mo
${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/drivel.mo
${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/drivel.mo
+share/mime-info/drivel.keys
+share/mime-info/drivel.mime
+share/mime/packages/drivel.xml
+share/omf/drivel/drivel-C.omf
share/pixmaps/drivel/checkbutton.xpm
share/pixmaps/drivel/combobox.xpm
share/pixmaps/drivel/community.png
share/pixmaps/drivel/doublearrow.png
share/pixmaps/drivel/drivel_splash.png
share/pixmaps/drivel/entry.xpm
+share/pixmaps/drivel/feed.png
share/pixmaps/drivel/hscale.xpm
share/pixmaps/drivel/insert_image.png
share/pixmaps/drivel/insert_object.png
share/pixmaps/drivel/leftarrow.png
share/pixmaps/drivel/livejournal_tray_normal.png
share/pixmaps/drivel/livejournal_tray_updated.png
-share/pixmaps/drivel/mood.png
-share/pixmaps/drivel/music.png
share/pixmaps/drivel/private.png
share/pixmaps/drivel/protected.png
share/pixmaps/drivel/public.png
@@ -37,10 +45,16 @@ share/pixmaps/drivel/radiobutton.xpm
share/pixmaps/drivel/rightarrow.png
share/pixmaps/drivel/user.png
share/pixmaps/drivel/xmms.xpm
+share/pixmaps/gnome-application-x-drivel.png
share/pixmaps/livejournal.png
@dirrm share/pixmaps/drivel
@comment in xdg-dirs: @dirrm share/pixmaps
+@dirrm share/omf/drivel
+@comment in shared-mime-info: @dirrm share/mime/packages
+@comment in xdg-dirs: @dirrm share/mime-info
@comment in GConf2: @dirrm share/gconf/schemas
+@dirrm share/drivel/languages
@dirrm share/drivel/glade
@dirrm share/drivel
@comment in xdg-dirs: @dirrm share/applications
+@comment in xdg-dirs: @dirrm share/application-registry
diff --git a/www/drivel/distinfo b/www/drivel/distinfo
index 0e18cc4ad72..00aba7f7fad 100644
--- a/www/drivel/distinfo
+++ b/www/drivel/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2004/07/02 20:35:46 jmmv Exp $
+$NetBSD: distinfo,v 1.5 2004/08/31 12:26:02 jmmv Exp $
-SHA1 (drivel-1.0.2.tar.bz2) = a733d6106795ffb13a70938f9648d423835114b5
-Size (drivel-1.0.2.tar.bz2) = 390550 bytes
+SHA1 (drivel-1.2.0.tar.bz2) = 05ae61e8fc1c97eabd32273dfe4840e457f41e86
+Size (drivel-1.2.0.tar.bz2) = 493657 bytes