aboutsummaryrefslogtreecommitdiffstats
path: root/math/surf
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-08-15 00:12:50 +0800
committerrafan <rafan@FreeBSD.org>2006-08-15 00:12:50 +0800
commite9b16e2fbbeda937adaaf0b67d266e9cabd94f3a (patch)
tree1c56470c45d9029f2b271f4433fc67cd01aaa759 /math/surf
parentbf2ea99a20367fd5d653f3d4348777812183e994 (diff)
downloadfreebsd-ports-gnome-e9b16e2fbbeda937adaaf0b67d266e9cabd94f3a.tar.gz
freebsd-ports-gnome-e9b16e2fbbeda937adaaf0b67d266e9cabd94f3a.tar.zst
freebsd-ports-gnome-e9b16e2fbbeda937adaaf0b67d266e9cabd94f3a.zip
- Update to 1.0.5
- Install additional documents PR: ports/101947 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Diffstat (limited to 'math/surf')
-rw-r--r--math/surf/Makefile14
-rw-r--r--math/surf/distinfo6
-rw-r--r--math/surf/files/patch-gtkgui::MainWindowController.cc11
-rw-r--r--math/surf/files/patch-gtkgui::Requester.cc11
-rw-r--r--math/surf/files/patch-gtkgui::SaveImageDiaglog.cc15
-rw-r--r--math/surf/files/patch-gtkgui::mycolor.cc11
-rw-r--r--math/surf/files/patch-misc::Misc.h13
-rw-r--r--math/surf/pkg-plist4
8 files changed, 17 insertions, 68 deletions
diff --git a/math/surf/Makefile b/math/surf/Makefile
index 9beb33eac625..7d190429f9a7 100644
--- a/math/surf/Makefile
+++ b/math/surf/Makefile
@@ -7,8 +7,8 @@
#
PORTNAME= surf
-PORTVERSION= 1.0.4
-PORTREVISION= 3
+PORTVERSION= 1.0.5
+PORTREVISION= 0
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -27,4 +27,14 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAN1= surf.1
+.if !defined(NOPORTDOCS)
+PORTDOCS= manual.sgml
+.endif
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/docs/,} ${DOCSDIR}
+.endif
+
.include <bsd.port.mk>
diff --git a/math/surf/distinfo b/math/surf/distinfo
index d5503282526f..60b9bde5f9a3 100644
--- a/math/surf/distinfo
+++ b/math/surf/distinfo
@@ -1,3 +1,3 @@
-MD5 (surf-1.0.4.tar.gz) = 4880ecf3d4207ab0a4f2a2f017383b65
-SHA256 (surf-1.0.4.tar.gz) = 1a3c7f5987037a17f2827a69e507f2c2aad6e44417d9fe0a12587e09345a4bc7
-SIZE (surf-1.0.4.tar.gz) = 460776
+MD5 (surf-1.0.5.tar.gz) = e19fbfdeffd60e8b178be89aeb43f7b1
+SHA256 (surf-1.0.5.tar.gz) = 54ae9b0298e85ba1ca265c8517a5adecbdf570563dcaedd9c3255e6e6a5e8afd
+SIZE (surf-1.0.5.tar.gz) = 433369
diff --git a/math/surf/files/patch-gtkgui::MainWindowController.cc b/math/surf/files/patch-gtkgui::MainWindowController.cc
deleted file mode 100644
index 79718910cf04..000000000000
--- a/math/surf/files/patch-gtkgui::MainWindowController.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- gtkgui/MainWindowController.cc.orig Tue Jul 22 16:23:20 2003
-+++ gtkgui/MainWindowController.cc Tue Jul 22 16:23:30 2003
-@@ -28,7 +28,7 @@
-
- #include <gtk/gtkitemfactory.h>
-
--#include <strstream.h>
-+#include <strstream>
-
- // #define DEBUG
- #include "debug.h"
diff --git a/math/surf/files/patch-gtkgui::Requester.cc b/math/surf/files/patch-gtkgui::Requester.cc
deleted file mode 100644
index 87391bd7a22d..000000000000
--- a/math/surf/files/patch-gtkgui::Requester.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- gtkgui/Requester.cc.orig Tue Jul 22 16:23:45 2003
-+++ gtkgui/Requester.cc Tue Jul 22 16:24:01 2003
-@@ -25,7 +25,7 @@
-
- #include <assert.h>
- #include <iostream.h>
--#include <strstream.h>
-+#include <strstream>
-
- #include <gtk/gtk.h>
-
diff --git a/math/surf/files/patch-gtkgui::SaveImageDiaglog.cc b/math/surf/files/patch-gtkgui::SaveImageDiaglog.cc
deleted file mode 100644
index f49e9aaa05e5..000000000000
--- a/math/surf/files/patch-gtkgui::SaveImageDiaglog.cc
+++ /dev/null
@@ -1,15 +0,0 @@
---- gtkgui/SaveImageDialog.cc.orig Tue Jul 22 16:24:13 2003
-+++ gtkgui/SaveImageDialog.cc Tue Jul 22 16:26:31 2003
-@@ -23,9 +23,11 @@
- */
-
-
--#include <strstream.h>
-+#include <strstream>
-
- #include "SaveImageDialog.h"
-+
-+using std::ostrstream;
-
- void SaveImageDialog::toggled_dither_method (GtkWidget *w, gpointer data)
- {
diff --git a/math/surf/files/patch-gtkgui::mycolor.cc b/math/surf/files/patch-gtkgui::mycolor.cc
deleted file mode 100644
index f09e258d4e44..000000000000
--- a/math/surf/files/patch-gtkgui::mycolor.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- gtkgui/mycolor.cc.orig Tue Jul 22 16:22:12 2003
-+++ gtkgui/mycolor.cc Tue Jul 22 16:22:26 2003
-@@ -26,7 +26,7 @@
- #include <assert.h>
- #include <iostream.h>
- #include <stdlib.h>
--#include <strstream.h>
-+#include <strstream>
-
- #include <gtk/gtk.h>
- #include <gdk/gdk.h>
diff --git a/math/surf/files/patch-misc::Misc.h b/math/surf/files/patch-misc::Misc.h
deleted file mode 100644
index 60b3963565c1..000000000000
--- a/math/surf/files/patch-misc::Misc.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- misc/Misc.h.orig Tue Jul 22 16:14:35 2003
-+++ misc/Misc.h Tue Jul 22 16:14:59 2003
-@@ -26,7 +26,9 @@
- #ifndef MISC_H
- #define MISC_H
-
--#include <strstream.h>
-+#include <strstream>
-+
-+using std::ostrstream;
-
- class Misc
- {
diff --git a/math/surf/pkg-plist b/math/surf/pkg-plist
index e9dd51e2b0d3..d2db8a8e29ad 100644
--- a/math/surf/pkg-plist
+++ b/math/surf/pkg-plist
@@ -1,3 +1,3 @@
bin/surf
-share/surf/surf.xpm
-@dirrm share/surf
+%%DATADIR%%/surf.xpm
+@dirrm %%DATADIR%%
sertions'>+11 * Reverted back to using e-iconvJeffrey Stedfast2003-02-273-8/+12 * add a repo_id and a priority level to the startup wizardDan Winship2003-02-272-0/+12 * Reverted back to using e-iconv instead of camel-iconv.Jeffrey Stedfast2003-02-262-2/+8 * Update for new EvolutionWizard interfaces.Dan Winship2003-02-252-19/+26 * Redo this to not use the CORBA interfaces in the local case (inDan Winship2003-02-257-756/+485 * Make sure m->config_service is non-NULL before usingJeffrey Stedfast2003-02-253-3/+12 * Don't always append "[script]" to the signature name. Also cleaned up someJeffrey Stedfast2003-02-252-10/+23 * fixed the purple druid pagesJeffrey Stedfast2003-02-251-15/+15 * fix the g_snprintf stuff.Not Zed2003-02-244-77/+29 * Set the local provider description field to a string rather than NULL toJeffrey Stedfast2003-02-232-1/+7 * bitwise-or in CAMEL_MIME_FILTER_TOHTML_CONVERT_SPACES to fix bug #38499.Jeffrey Stedfast2003-02-232-2/+7 * New overloaded virtual method, does what dialog_destroy_cb was trying toJeffrey Stedfast2003-02-234-77/+87 * Don't try to get a FontPrefs control.Hans Petter Jansson2003-02-224-3/+16 * Make libversit a shared library, update stuff for that, and clean upDan Winship2003-02-223-8/+8 * Use tables instead of vboxes, so that groups of label/entry pairs (as inDan Winship2003-02-225-73/+113 * fixed a type-oJeffrey Stedfast2003-02-211-1/+1 * Use camel_folder_free_uids().Jeffrey Stedfast2003-02-212-6/+11 * Use camel_charset_canonical_name() here instead of e_iconv_charset_name().Jeffrey Stedfast2003-02-214-9/+23 * Make libemiscwidgets, libefilterbar, and libetimezonedialog dynamicDan Winship2003-02-212-2/+8 * ignore more generated stuffChris Toshok2003-02-201-0/+1 * ?Jeffrey Stedfast2003-02-201-5/+2 * add .server.in filesDan Winship2003-02-201-1/+4 * Fixed a memory leak - make sure to free all uids.Jeffrey Stedfast2003-02-192-1/+6 * fixes to my last commitJeffrey Stedfast2003-02-191-18/+17 * Removed. (lookup_signature): Removed. (xml_get_int): Removed.Jeffrey Stedfast2003-02-194-146/+52 * Change the logic here slightly. Instead of only reprompting the user ifJeffrey Stedfast2003-02-152-9/+32 * #include <stdio.h>Jeffrey Stedfast2003-02-145-15/+36 * Removed unused variables.Jeffrey Stedfast2003-02-135-59/+25 * Use gtk_window_set_resizable() instead of gtk_window_set_policy().Jeffrey Stedfast2003-02-126-35/+25 * Register a destroy virtual method. (mail_accounts_tab_destroy): SetJeffrey Stedfast2003-02-125-29/+51 * Set mail_display->destroyed = TRUE. This is a workaround for theJeffrey Stedfast2003-02-123-13/+15 * Use g_signal_emit() rather than gtk_signal_emit(). (build_flat): SameJeffrey Stedfast2003-02-1112-63/+63 * Split the ORBit IDL compilation rules to work properly with parallelEttore Perazzoli2003-02-113-13/+39 * Add LDFLAGS to ported libsRodney Dawes2003-02-102-0/+10 * look in the http cache for images when saving (image_save_as): removeLarry Ewing2003-02-102-24/+40 * don't use random memory as a gconf client.Larry Ewing2003-02-082-0/+6 * track change to e_book_load_uri type.Chris Toshok2003-02-072-3/+6 * (on_right_click): UseEttore Perazzoli2003-02-072-1/+7 * Fix EVOLUTION_ICONSDIRDan Winship2003-02-072-2/+3 * add EVOLUTION_PRIVDATADIRDan Winship2003-02-079-9/+25 * s/PACKAGE/GETTEXT_PACKAGE/ in gettext initDan Winship2003-02-072-2/+4 * Remove *dir defs that are in configure.in now (INCLUDES): clean up usingDan Winship2003-02-074-38/+44 * add an activate handler to the entry so that hitting return will return anLarry Ewing2003-02-062-0/+13 * s/glade_gnome_init/glade_init/Dan Winship2003-02-062-1/+5 * update from ../../importers/. (main): Removed.Not Zed2003-02-056-15/+3661 * fixed button/text mismatchesJeffrey Stedfast2003-02-051-17/+17 * removed broken stringsJeffrey Stedfast2003-02-051-301/+335 * updated for e scroll frame --> gtk scrolled windowRadek Doulik2003-02-052-3/+3 * Get the thread_subject setting here instead of in regen_list_regen sinceJeffrey Stedfast2003-02-042-7/+13 * Just use gnome_vfs_get_mime_type_from_name() so we can forget all the crapJeffrey Stedfast2003-02-041-9/+7 * Just use gnome_vfs_get_mime_type_from_name() so we can forget all the crapJeffrey Stedfast2003-02-043-19/+29 * New function to return a cached list of labels.Jeffrey Stedfast2003-02-017-178/+210 * Change strcmp(fi->path, path) to strcmp(fi->name, name) and now theJeffrey Stedfast2003-01-282-2/+10 * Fixed a #warning by converting a local path into a file: uri beforeJeffrey Stedfast2003-01-285-6/+31 * removed a FIXME commentJeffrey Stedfast2003-01-272-1/+5 * Set the paned_size here.Jeffrey Stedfast2003-01-254-110/+22 * (iconsdir): Remove, this is now defined inEttore Perazzoli2003-01-252-1/+5 * transfer the current acount info, which will be regarded as the sender ofleon.zhang2003-01-246-10/+50 * Use button_release instead of size_allocate, and get the position from theRodney Dawes2003-01-242-10/+17 * Define componentdir instead of COMPONENT_DIR. Set it toEttore Perazzoli2003-01-242-1/+5 * removed *.oaf.in that were leftJeffrey Stedfast2003-01-233-367/+0 * Removed. (mail_config_set_thread_list): Removed.Jeffrey Stedfast2003-01-235-111/+27 * Use EVOLUTION_GALVIEWSDIR.Ettore Perazzoli2003-01-2312-43/+85 * put unrealized html widget into top level widget (gtk window) beforeRadek Doulik2003-01-232-3/+16 * Don't unref the account object, e_list_remove() apparently handles thisJeffrey Stedfast2003-01-223-2/+8 * applied patch from Frederic Crozat <fcrozat@mandrakesoft.com>Radek Doulik2003-01-221-10/+10 * Default to hiding deleted messages. Fixes bug #35929.Jeffrey Stedfast2003-01-213-29/+29 * Don't !atoi (state) for the message_list_set_hidedeleted() call.Jeffrey Stedfast2003-01-212-1/+6 * e_question returns a boolean, don't test for a specific value.Larry Ewing2003-01-192-1/+4 * (on_link_clicked): call gnome_url_show with all its arguments soLarry Ewing2003-01-192-5/+13 * make the event handlers return FALSE so that gtkhtml can process theLarry Ewing2003-01-182-5/+9 * wrap eriched entries with a table so that they get proper indentation.Larry Ewing2003-01-182-3/+7 * Updated. (request_password): Same.Jeffrey Stedfast2003-01-1820-1125/+833 * fixed merge conflictsJeffrey Stedfast2003-01-171-1/+0 * Connect to the toggled event on the transport_needs_auth toggle button soJeffrey Stedfast2003-01-172-35/+61 * Same as below.Jeffrey Stedfast2003-01-177-149/+224 * Add a UID field (to match EAccount), which never changes and can be usedDan Winship2003-01-174-2/+28 * cast to avoid warningsJeffrey Stedfast2003-01-161-1/+1 * Change the enable/disable button when the state changes.Not Zed2003-01-162-0/+7 * Back to using e_xml_save_file().Jeffrey Stedfast2003-01-162-3/+6 * Make dialog Cancel/OK to match HIG.Ettore Perazzoli2003-01-156-10/+29 * Call mail_config_save_accounts ().Jeffrey Stedfast2003-01-154-4/+26 * reverted fe casts and added ChageLog entriesRadek Doulik2003-01-153-3/+13 * Change the user_data argument to be of type gpointer instead ofJeffrey Stedfast2003-01-152-2/+8 * (libevolution_mail_la_SOURCES): Add mail-format.h.Ettore Perazzoli2003-01-152-0/+7 * Make the component be unversioned as a shlibRodney Dawes2003-01-152-1/+5 * Switch to using GtkPaned instead of EPaned for GTK2Rodney Dawes2003-01-152-8/+11 * EScrollFrame --> GtkScrolledWindowRadek Doulik2003-01-154-18/+13 * install the schemas fileJeffrey Stedfast2003-01-141-0/+7 * Perform some sanity checking on the auto-check-timeout value.Jeffrey Stedfast2003-01-142-1/+12 * Correctly create the clipboard buffer by using a nul to delimit the uriJeffrey Stedfast2003-01-142-2/+6 * Check the state of message_style in gconf and set the menus accordingly.Jeffrey Stedfast2003-01-144-12/+52 * Save the auto-check timeout value. (account_new_from_xml): Load theJeffrey Stedfast2003-01-142-4/+9 * include headersJeffrey Stedfast2003-01-142-6/+5 * s/BonoboXObject/BonoboObject/Dan Winship2003-01-145-21/+29 * hook onto destroy to remove dialogue from active table. (error_response):Not Zed2003-01-132-2/+11 * g_strdup the md->charset otherwise we'll get memory corruption later. ThisJeffrey Stedfast2003-01-122-1/+7 * We also need to call message_list_set_hidedeleted() here so that anyJeffrey Stedfast2003-01-116-42/+90 * notify-type is a int, not a bool. Duh.Jeffrey Stedfast2003-01-112-1/+6 * Updated for function rename.Jeffrey Stedfast2003-01-1110-53/+81 * Fixed a situation in which we could notify the shell listener twice.Jeffrey Stedfast2003-01-113-21/+26 * Save the paned_size notify handle. (folder_browser_destroy): Remove gconfNot Zed2003-01-103-3/+15 * Remove info.png from a couple of images, the image is set via code atNot Zed2003-01-102-2/+4 * enable the account before attempting to saving it.Chris Toshok2003-01-103-3/+13 * dont unref the dialogue. (dialog_destroy_cb): null out theNot Zed2003-01-102-5/+9 * pass bag to bonobo_pbclient_set_boolean.Chris Toshok2003-01-102-1/+6 * (owner_set_cb): Don't callEttore Perazzoli2003-01-102-4/+6 * #include "mail-format.h"Jeffrey Stedfast2003-01-101-0/+1 * Added druidpagestart1 to the pages list. (construct): Change the limits onNot Zed2003-01-099-188/+179 * g_free->xmlFree (account_to_xml): copy xml memory to glib memory whenNot Zed2003-01-092-16/+29 * Images are now in $(datadir)/evolution/imagesEttore Perazzoli2003-01-092-27/+32 * Call folder_browser_set_message_preview().Jeffrey Stedfast2003-01-092-2/+4 * Removed. (mail_config_set_show_preview): Removed.Jeffrey Stedfast2003-01-095-93/+48 * Save the setting via gconf. (mail_config_add_account): Immediately saveJeffrey Stedfast2003-01-093-14/+5 * Save the setting via gconf. (mail_config_add_account): Immediately saveJeffrey Stedfast2003-01-093-63/+79 * oops, forgot to init the gconf-clientJeffrey Stedfast2003-01-082-1/+4 * Use gconf to get the paned size. (folder_browser_set_message_preview):Jeffrey Stedfast2003-01-0823-1634/+1099 * Don't translate the conf strings. Camel already did it.Dan Winship2003-01-082-10/+16 * remove idldir definition. (It's defined in configure.in now)Dan Winship2003-01-062-1/+5 * Use e_destination_get_email() instead of e_destination_get_address() whenJeffrey Stedfast2003-01-052-2/+12 * Fixed some build issues.Jeffrey Stedfast2003-01-046-19/+32 * fixed to build with -DG_DISABLE_DEPRECATEDJeffrey Stedfast2003-01-038-50/+20 * newJeffrey Stedfast2003-01-031-0/+65 * ...And a whole bunch more build fixes.Jeffrey Stedfast2002-12-1824-346/+321