mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- Update to 1.0.5
- Install additional documents PR: ports/101947 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
This commit is contained in:
parent
b46d1b7315
commit
5146ca07b1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170606
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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"
|
@ -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>
|
||||
|
@ -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)
|
||||
{
|
@ -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>
|
@ -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
|
||||
{
|
@ -1,3 +1,3 @@
|
||||
bin/surf
|
||||
share/surf/surf.xpm
|
||||
@dirrm share/surf
|
||||
%%DATADIR%%/surf.xpm
|
||||
@dirrm %%DATADIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user