[33218] trunk/dports/gnome

gui_dos at macports.org gui_dos at macports.org
Mon Jan 21 10:44:48 PST 2008


Revision: 33218
          http://trac.macosforge.org/projects/macports/changeset/33218
Author:   gui_dos at macports.org
Date:     2008-01-21 10:44:46 -0800 (Mon, 21 Jan 2008)

Log Message:
-----------
gnumeric:
 * Update to 1.8.0 version
 * Work around missing file in distribution
 * Update to goffice 0.6.1

Modified Paths:
--------------
    trunk/dports/gnome/gnumeric/Portfile
    trunk/dports/gnome/goffice/Portfile

Added Paths:
-----------
    trunk/dports/gnome/gnumeric/files/gnumeric-C.omf

Modified: trunk/dports/gnome/gnumeric/Portfile
===================================================================
--- trunk/dports/gnome/gnumeric/Portfile	2008-01-21 18:38:48 UTC (rev 33217)
+++ trunk/dports/gnome/gnumeric/Portfile	2008-01-21 18:44:46 UTC (rev 33218)
@@ -2,8 +2,7 @@
 
 PortSystem 1.0
 name		gnumeric
-version		1.7.12
-revision	0
+version		1.8.0
 description	A spreadsheet with gnome support.
 long_description        A spreadsheet with gnome support.
 maintainers	nomaintainer
@@ -12,18 +11,23 @@
 homepage	http://www.gnome.org/projects/gnumeric/
 master_sites    gnome:sources/gnumeric/[strsed ${version} {/\.[0-9]*$//}]/
 use_bzip2	yes
-checksums	md5 d00a63bac78e29920e5ea2fce8cfa25e
+checksums	md5 5a3a4687203edd4a079d37ff8e1546fe
 
-depends_lib	lib:libgsf-1.1.12.2:libgsf lib:libgoffice-1:goffice \
-		lib:libgnomeprintui-2-2:libgnomeprintui \
-	port:dbus \
-	port:dbus-glib
+depends_lib	port:libgsf \
+                port:goffice \
+                port:libgnomeprintui \
+                port:dbus \
+                port:dbus-glib
 depends_build	port:gnome-doc-utils
 
 configure.args	--without-python \
-		--mandir=${prefix}/share/man \
 		--disable-scrollkeeper
 
+# Work around missing file in the distribution
+post-extract {
+    file copy ${filespath}/gnumeric-C.omf ${worksrcpath}/doc/C
+}
+
 post-destroot { file delete -force ${destroot}${prefix}/var/scrollkeeper }
 
 post-activate {

Added: trunk/dports/gnome/gnumeric/files/gnumeric-C.omf
===================================================================
--- trunk/dports/gnome/gnumeric/files/gnumeric-C.omf	                        (rev 0)
+++ trunk/dports/gnome/gnumeric/files/gnumeric-C.omf	2008-01-21 18:44:46 UTC (rev 33218)
@@ -0,0 +1,72 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE omf PUBLIC "-//OMF//DTD Scrollkeeper OMF Variant V1.0//EN" "http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/scrollkeeper-omf.dtd">
+<omf>
+  <resource>
+    <creator>
+      miguel at gnome.org (Miguel de Icaza)
+    </creator>
+    <maintainer>
+      jody at gnome.org (Jody Goldberg)
+    </maintainer>
+    <contributor>
+      acuster at gmail.com (Adrian Custer)
+    </contributor>
+    <contributor>
+      mrproper at ximian.com (Kevin Breit)
+    </contributor>
+    <contributor>
+      aguelzow at taliesin.ca (Andreas Guelzow)
+    </contributor>
+    <contributor>
+      aaron at ximian.com (Aaron Weber)
+    </contributor>
+    <contributor>
+      tommydal at ihug.com.au (Thomas Canty)
+    </contributor>
+    <contributor>
+      kirillov at math.sunysb.edu (Alexander Kirillov)
+    </contributor>
+    <contributor>
+      k_wayne at linuxpower.org (Wayne Schuller)
+    </contributor>
+    <contributor>
+      jiivonen at hutcs.cs.hut.fi (Jukka-Pekka Iivonen)
+    </contributor>
+    <contributor>
+      adrian at gimp.or (Adrian Likins)
+    </contributor>
+
+    <title>
+      The Gnumeric Manual, version 1.8.
+    </title>
+
+    <date>
+      2007-12-20
+    </date>
+
+    <version identifier="1.7" date="2007-10-27" 
+      description="Updated for 1.8"/>
+    <version identifier="1.3" date="2004-12-09" 
+      description="Updated for 1.4"/>
+
+    <subject category="GNOME|Applications|Office"/>
+
+    <description>
+      This is the user's manual for Gnumeric, a GNOME spreadsheet.
+    </description>
+
+    <type>
+      User's Guide
+    </type>
+
+    <format mime="text/xml" dtd="-//OASIS//DTD DocBook XML V4.2//EN"/>
+    <identifier url="gnumeric.xml"/>
+    <language code="C"/>
+    <relation seriesid="c5e3db84-64c3-11d6-85a3-a3e50590e6d1"/>
+    <rights type="GNU FDL" license.version="1.1"
+      license="http://www.gnu.org/licenses/fdl.html" 
+      holder="Miguel de Icaza, Jody Goldberg, Thomas Canty, 
+      Jukka-Pekka Iivonen, Andreas J. Guelzow, Wayne Schuller, 
+      Adrian Custer, Kevin Breit, Aaron Weber, Alexander Kirillov"/>
+  </resource>
+</omf>

Modified: trunk/dports/gnome/goffice/Portfile
===================================================================
--- trunk/dports/gnome/goffice/Portfile	2008-01-21 18:38:48 UTC (rev 33217)
+++ trunk/dports/gnome/goffice/Portfile	2008-01-21 18:44:46 UTC (rev 33218)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name		goffice
-version		0.5.4
+version		0.6.1
 description	GOffice is a library of document-centric objects and utilities.
 long_description        GOffice is a library of document-centric objects \
 			and utilities building on top of GLib and Gtk+ and \
@@ -13,7 +13,7 @@
 homepage	http://freshmeat.net/projects/goffice/
 master_sites    gnome:sources/goffice/[strsed ${version} {/\.[0-9]*$//}]/
 use_bzip2	yes
-checksums	md5 e82987ea2ed6422f47dabcf4b1cd3558
+checksums	md5 faa72fc615f34b4da8c72d06420f5260
 
 depends_lib	port:pcre \
 		port:libgsf \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080121/3c67e3cb/attachment-0001.html


More information about the macports-changes mailing list