mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism. Applications include: mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa, bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm, gnucash and abiword.
This commit is contained in:
parent
bc47cccc84
commit
48d56577d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42260
137 changed files with 3353 additions and 1651 deletions
|
@ -21,6 +21,7 @@
|
|||
SUBDIR += gtksql
|
||||
SUBDIR += interbase4
|
||||
SUBDIR += jdbc-oracle816
|
||||
SUBDIR += libgda
|
||||
SUBDIR += libiodbc
|
||||
SUBDIR += mdbtools
|
||||
SUBDIR += metakit
|
||||
|
|
28
databases/libgda/Makefile
Normal file
28
databases/libgda/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# New ports collection makefile for: libgda
|
||||
# Date created: 8th March 2001
|
||||
# Whom: Ade Lovett <ade@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libgda
|
||||
PORTVERSION= 0.2.3
|
||||
CATEGORIES= databases gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= stable/sources/libgda
|
||||
|
||||
MAINTAINER= ade@FreeBSD.org
|
||||
|
||||
USE_GNOME= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
pre-patch:
|
||||
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
|
||||
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
||||
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
||||
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
||||
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
||||
|
||||
.include <bsd.port.mk>
|
1
databases/libgda/distinfo
Normal file
1
databases/libgda/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (libgda-0.2.3.tar.gz) = 8d1f1ea307ae4f680bcefedb433e0c34
|
7
databases/libgda/files/patch-aa
Normal file
7
databases/libgda/files/patch-aa
Normal file
|
@ -0,0 +1,7 @@
|
|||
--- Makefile.in.orig Wed Feb 14 18:40:55 2001
|
||||
+++ Makefile.in Thu Mar 8 17:10:44 2001
|
||||
@@ -138,3 +138,3 @@
|
||||
|
||||
-SUBDIRS = po macros doc idl lib bindings providers tools report testing
|
||||
+SUBDIRS = po macros doc idl lib bindings providers tools report
|
||||
|
1
databases/libgda/pkg-comment
Normal file
1
databases/libgda/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Provides uniform access to different kinds of data sources
|
19
databases/libgda/pkg-descr
Normal file
19
databases/libgda/pkg-descr
Normal file
|
@ -0,0 +1,19 @@
|
|||
GNU Data Access (GDA) is an attempt to provide uniform access to
|
||||
different kinds of data sources (databases, information servers,
|
||||
mail spools, etc).
|
||||
|
||||
It is a complete architecture that provides all you need to access
|
||||
your data, defined by a set of CORBA interfaces as generic as possible
|
||||
(but very powerful at the same time) so that any kind of data source
|
||||
can be accessed through them.
|
||||
|
||||
libgda is an interface to the GDA architecture, providing a nice
|
||||
wrapper around the CORBA interfaces, for both the client and the server
|
||||
parts. It also provides a bunch of tools to help you both in the
|
||||
development and management of your data sources, all done through
|
||||
the GDA model's set of CORBA interfaces.
|
||||
|
||||
libgda was part of the GNOME-DB project, but has been separated from it
|
||||
to allow non-GNOME applications to be developed based on it.
|
||||
|
||||
WWW: http://www.gnome.org/projects/gnome-db/
|
132
databases/libgda/pkg-plist
Normal file
132
databases/libgda/pkg-plist
Normal file
|
@ -0,0 +1,132 @@
|
|||
bin/gda-buildclient
|
||||
bin/gda-buildserver
|
||||
bin/gda-config
|
||||
bin/gda-report-server
|
||||
bin/gda-run
|
||||
include/gda/GDA.h
|
||||
include/gda/gda++/gdaBatch.h
|
||||
include/gda/gda++/gdaCommand.h
|
||||
include/gda/gda++/gdaConnection.h
|
||||
include/gda/gda++/gdaError.h
|
||||
include/gda/gda++/gdaErrorList.h
|
||||
include/gda/gda++/gdaField.h
|
||||
include/gda/gda++/gdaIncludes.h
|
||||
include/gda/gda++/gdaRecordset.h
|
||||
include/gda/gda++/gdaValue.h
|
||||
include/gda/gda-batch.h
|
||||
include/gda/gda-client.h
|
||||
include/gda/gda-command.h
|
||||
include/gda/gda-common.h
|
||||
include/gda/gda-config.h
|
||||
include/gda/gda-connection-pool.h
|
||||
include/gda/gda-connection.h
|
||||
include/gda/gda-corba.h
|
||||
include/gda/gda-error.h
|
||||
include/gda/gda-field.h
|
||||
include/gda/gda-log.h
|
||||
include/gda/gda-recordset.h
|
||||
include/gda/gda-report-client.h
|
||||
include/gda/gda-report-defs.h
|
||||
include/gda/gda-report-engine.h
|
||||
include/gda/gda-report-stream.h
|
||||
include/gda/gda-server-impl.h
|
||||
include/gda/gda-server.h
|
||||
include/gda/gda-thread.h
|
||||
include/gda/gda-util.h
|
||||
include/gda/gda-value.h
|
||||
include/gda/gda-xml-database.h
|
||||
include/gda/gda-xml-file.h
|
||||
include/gda/gda-xml-query.h
|
||||
lib/libgda-client.a
|
||||
lib/libgda-client.so
|
||||
lib/libgda-client.so.0
|
||||
lib/libgda-clientcpp.a
|
||||
lib/libgda-clientcpp.so
|
||||
lib/libgda-clientcpp.so.0
|
||||
lib/libgda-common.a
|
||||
lib/libgda-common.so
|
||||
lib/libgda-common.so.0
|
||||
lib/libgda-report.a
|
||||
lib/libgda-report.so
|
||||
lib/libgda-report.so.0
|
||||
lib/libgda-server.a
|
||||
lib/libgda-server.so
|
||||
lib/libgda-server.so.0
|
||||
share/gda/templates/gda-srv-command.c.tmpl
|
||||
share/gda/templates/gda-srv-connection.c.tmpl
|
||||
share/gda/templates/gda-srv-recordset.c.tmpl
|
||||
share/gda/templates/gda-srv.h.tmpl
|
||||
share/gda/templates/main-srv.c.tmpl
|
||||
share/gnome/gda/dtd/gda-report.dtd
|
||||
share/gnome/gda/dtd/gda-xml-query.dtd
|
||||
share/gnome/help/libgda/C/architecture.html
|
||||
share/gnome/help/libgda/C/clients-building-corba.html
|
||||
share/gnome/help/libgda/C/clients-building.html
|
||||
share/gnome/help/libgda/C/clients.html
|
||||
share/gnome/help/libgda/C/docbook.css
|
||||
share/gnome/help/libgda/C/gda-client-batch.html
|
||||
share/gnome/help/libgda/C/gda-client-meta.html
|
||||
share/gnome/help/libgda/C/gda-client-objects.html
|
||||
share/gnome/help/libgda/C/gda-client-types.html
|
||||
share/gnome/help/libgda/C/gda-client.html
|
||||
share/gnome/help/libgda/C/gda-common-logs.html
|
||||
share/gnome/help/libgda/C/gda-common-xml-databases.html
|
||||
share/gnome/help/libgda/C/gda-common-xml-queries.html
|
||||
share/gnome/help/libgda/C/gda-common.html
|
||||
share/gnome/help/libgda/C/index.html
|
||||
share/gnome/help/libgda/C/installation-configuring.html
|
||||
share/gnome/help/libgda/C/installation-installing.html
|
||||
share/gnome/help/libgda/C/installation.html
|
||||
share/gnome/help/libgda/C/introduction.html
|
||||
share/gnome/help/libgda/C/libgda.html
|
||||
share/gnome/help/libgda/C/ln32.html
|
||||
share/gnome/help/libgda/C/providers-actual-implementation.html
|
||||
share/gnome/help/libgda/C/providers-examples.html
|
||||
share/gnome/help/libgda/C/providers-implementation.html
|
||||
share/gnome/help/libgda/C/providers.html
|
||||
share/gnome/help/libgda/C/reports.html
|
||||
share/gnome/help/libgda/C/topic.dat
|
||||
share/gnome/help/libgda/pt_BR/architecture.html
|
||||
share/gnome/help/libgda/pt_BR/c162.html
|
||||
share/gnome/help/libgda/pt_BR/c182.html
|
||||
share/gnome/help/libgda/pt_BR/c323.html
|
||||
share/gnome/help/libgda/pt_BR/c350.html
|
||||
share/gnome/help/libgda/pt_BR/clients-building-corba.html
|
||||
share/gnome/help/libgda/pt_BR/clients-building.html
|
||||
share/gnome/help/libgda/pt_BR/docbook.css
|
||||
share/gnome/help/libgda/pt_BR/gda-client-batch.html
|
||||
share/gnome/help/libgda/pt_BR/gda-client-meta.html
|
||||
share/gnome/help/libgda/pt_BR/gda-client-objects.html
|
||||
share/gnome/help/libgda/pt_BR/gda-client-types.html
|
||||
share/gnome/help/libgda/pt_BR/gda-common-logs.html
|
||||
share/gnome/help/libgda/pt_BR/gda-common-xml-databases.html
|
||||
share/gnome/help/libgda/pt_BR/gda-common-xml-queries.html
|
||||
share/gnome/help/libgda/pt_BR/index.html
|
||||
share/gnome/help/libgda/pt_BR/installation-configuring.html
|
||||
share/gnome/help/libgda/pt_BR/installation-installing.html
|
||||
share/gnome/help/libgda/pt_BR/installation.html
|
||||
share/gnome/help/libgda/pt_BR/introduction.html
|
||||
share/gnome/help/libgda/pt_BR/libgda.html
|
||||
share/gnome/help/libgda/pt_BR/ln38.html
|
||||
share/gnome/help/libgda/pt_BR/providers-actual-implementation.html
|
||||
share/gnome/help/libgda/pt_BR/providers-examples.html
|
||||
share/gnome/help/libgda/pt_BR/providers-implementation.html
|
||||
share/gnome/help/libgda/pt_BR/topic.dat
|
||||
share/idl/GDA.idl
|
||||
share/idl/GDA_Command.idl
|
||||
share/idl/GDA_Connection.idl
|
||||
share/idl/GDA_Error.idl
|
||||
share/idl/GDA_Field.idl
|
||||
share/idl/GDA_Parameter.idl
|
||||
share/idl/GDA_Recordset.idl
|
||||
@dirrm share/gnome/help/libgda/pt_BR/images
|
||||
@dirrm share/gnome/help/libgda/pt_BR
|
||||
@dirrm share/gnome/help/libgda/C/images
|
||||
@dirrm share/gnome/help/libgda/C
|
||||
@dirrm share/gnome/help/libgda
|
||||
@dirrm share/gnome/gda/dtd
|
||||
@dirrm share/gnome/gda
|
||||
@dirrm share/gda/templates
|
||||
@dirrm share/gda
|
||||
@dirrm include/gda/gda++
|
||||
@dirrm include/gda
|
28
databases/libgda2/Makefile
Normal file
28
databases/libgda2/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# New ports collection makefile for: libgda
|
||||
# Date created: 8th March 2001
|
||||
# Whom: Ade Lovett <ade@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libgda
|
||||
PORTVERSION= 0.2.3
|
||||
CATEGORIES= databases gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= stable/sources/libgda
|
||||
|
||||
MAINTAINER= ade@FreeBSD.org
|
||||
|
||||
USE_GNOME= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
pre-patch:
|
||||
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
|
||||
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
||||
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
||||
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
||||
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
||||
|
||||
.include <bsd.port.mk>
|
1
databases/libgda2/distinfo
Normal file
1
databases/libgda2/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (libgda-0.2.3.tar.gz) = 8d1f1ea307ae4f680bcefedb433e0c34
|
7
databases/libgda2/files/patch-aa
Normal file
7
databases/libgda2/files/patch-aa
Normal file
|
@ -0,0 +1,7 @@
|
|||
--- Makefile.in.orig Wed Feb 14 18:40:55 2001
|
||||
+++ Makefile.in Thu Mar 8 17:10:44 2001
|
||||
@@ -138,3 +138,3 @@
|
||||
|
||||
-SUBDIRS = po macros doc idl lib bindings providers tools report testing
|
||||
+SUBDIRS = po macros doc idl lib bindings providers tools report
|
||||
|
1
databases/libgda2/pkg-comment
Normal file
1
databases/libgda2/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Provides uniform access to different kinds of data sources
|
19
databases/libgda2/pkg-descr
Normal file
19
databases/libgda2/pkg-descr
Normal file
|
@ -0,0 +1,19 @@
|
|||
GNU Data Access (GDA) is an attempt to provide uniform access to
|
||||
different kinds of data sources (databases, information servers,
|
||||
mail spools, etc).
|
||||
|
||||
It is a complete architecture that provides all you need to access
|
||||
your data, defined by a set of CORBA interfaces as generic as possible
|
||||
(but very powerful at the same time) so that any kind of data source
|
||||
can be accessed through them.
|
||||
|
||||
libgda is an interface to the GDA architecture, providing a nice
|
||||
wrapper around the CORBA interfaces, for both the client and the server
|
||||
parts. It also provides a bunch of tools to help you both in the
|
||||
development and management of your data sources, all done through
|
||||
the GDA model's set of CORBA interfaces.
|
||||
|
||||
libgda was part of the GNOME-DB project, but has been separated from it
|
||||
to allow non-GNOME applications to be developed based on it.
|
||||
|
||||
WWW: http://www.gnome.org/projects/gnome-db/
|
132
databases/libgda2/pkg-plist
Normal file
132
databases/libgda2/pkg-plist
Normal file
|
@ -0,0 +1,132 @@
|
|||
bin/gda-buildclient
|
||||
bin/gda-buildserver
|
||||
bin/gda-config
|
||||
bin/gda-report-server
|
||||
bin/gda-run
|
||||
include/gda/GDA.h
|
||||
include/gda/gda++/gdaBatch.h
|
||||
include/gda/gda++/gdaCommand.h
|
||||
include/gda/gda++/gdaConnection.h
|
||||
include/gda/gda++/gdaError.h
|
||||
include/gda/gda++/gdaErrorList.h
|
||||
include/gda/gda++/gdaField.h
|
||||
include/gda/gda++/gdaIncludes.h
|
||||
include/gda/gda++/gdaRecordset.h
|
||||
include/gda/gda++/gdaValue.h
|
||||
include/gda/gda-batch.h
|
||||
include/gda/gda-client.h
|
||||
include/gda/gda-command.h
|
||||
include/gda/gda-common.h
|
||||
include/gda/gda-config.h
|
||||
include/gda/gda-connection-pool.h
|
||||
include/gda/gda-connection.h
|
||||
include/gda/gda-corba.h
|
||||
include/gda/gda-error.h
|
||||
include/gda/gda-field.h
|
||||
include/gda/gda-log.h
|
||||
include/gda/gda-recordset.h
|
||||
include/gda/gda-report-client.h
|
||||
include/gda/gda-report-defs.h
|
||||
include/gda/gda-report-engine.h
|
||||
include/gda/gda-report-stream.h
|
||||
include/gda/gda-server-impl.h
|
||||
include/gda/gda-server.h
|
||||
include/gda/gda-thread.h
|
||||
include/gda/gda-util.h
|
||||
include/gda/gda-value.h
|
||||
include/gda/gda-xml-database.h
|
||||
include/gda/gda-xml-file.h
|
||||
include/gda/gda-xml-query.h
|
||||
lib/libgda-client.a
|
||||
lib/libgda-client.so
|
||||
lib/libgda-client.so.0
|
||||
lib/libgda-clientcpp.a
|
||||
lib/libgda-clientcpp.so
|
||||
lib/libgda-clientcpp.so.0
|
||||
lib/libgda-common.a
|
||||
lib/libgda-common.so
|
||||
lib/libgda-common.so.0
|
||||
lib/libgda-report.a
|
||||
lib/libgda-report.so
|
||||
lib/libgda-report.so.0
|
||||
lib/libgda-server.a
|
||||
lib/libgda-server.so
|
||||
lib/libgda-server.so.0
|
||||
share/gda/templates/gda-srv-command.c.tmpl
|
||||
share/gda/templates/gda-srv-connection.c.tmpl
|
||||
share/gda/templates/gda-srv-recordset.c.tmpl
|
||||
share/gda/templates/gda-srv.h.tmpl
|
||||
share/gda/templates/main-srv.c.tmpl
|
||||
share/gnome/gda/dtd/gda-report.dtd
|
||||
share/gnome/gda/dtd/gda-xml-query.dtd
|
||||
share/gnome/help/libgda/C/architecture.html
|
||||
share/gnome/help/libgda/C/clients-building-corba.html
|
||||
share/gnome/help/libgda/C/clients-building.html
|
||||
share/gnome/help/libgda/C/clients.html
|
||||
share/gnome/help/libgda/C/docbook.css
|
||||
share/gnome/help/libgda/C/gda-client-batch.html
|
||||
share/gnome/help/libgda/C/gda-client-meta.html
|
||||
share/gnome/help/libgda/C/gda-client-objects.html
|
||||
share/gnome/help/libgda/C/gda-client-types.html
|
||||
share/gnome/help/libgda/C/gda-client.html
|
||||
share/gnome/help/libgda/C/gda-common-logs.html
|
||||
share/gnome/help/libgda/C/gda-common-xml-databases.html
|
||||
share/gnome/help/libgda/C/gda-common-xml-queries.html
|
||||
share/gnome/help/libgda/C/gda-common.html
|
||||
share/gnome/help/libgda/C/index.html
|
||||
share/gnome/help/libgda/C/installation-configuring.html
|
||||
share/gnome/help/libgda/C/installation-installing.html
|
||||
share/gnome/help/libgda/C/installation.html
|
||||
share/gnome/help/libgda/C/introduction.html
|
||||
share/gnome/help/libgda/C/libgda.html
|
||||
share/gnome/help/libgda/C/ln32.html
|
||||
share/gnome/help/libgda/C/providers-actual-implementation.html
|
||||
share/gnome/help/libgda/C/providers-examples.html
|
||||
share/gnome/help/libgda/C/providers-implementation.html
|
||||
share/gnome/help/libgda/C/providers.html
|
||||
share/gnome/help/libgda/C/reports.html
|
||||
share/gnome/help/libgda/C/topic.dat
|
||||
share/gnome/help/libgda/pt_BR/architecture.html
|
||||
share/gnome/help/libgda/pt_BR/c162.html
|
||||
share/gnome/help/libgda/pt_BR/c182.html
|
||||
share/gnome/help/libgda/pt_BR/c323.html
|
||||
share/gnome/help/libgda/pt_BR/c350.html
|
||||
share/gnome/help/libgda/pt_BR/clients-building-corba.html
|
||||
share/gnome/help/libgda/pt_BR/clients-building.html
|
||||
share/gnome/help/libgda/pt_BR/docbook.css
|
||||
share/gnome/help/libgda/pt_BR/gda-client-batch.html
|
||||
share/gnome/help/libgda/pt_BR/gda-client-meta.html
|
||||
share/gnome/help/libgda/pt_BR/gda-client-objects.html
|
||||
share/gnome/help/libgda/pt_BR/gda-client-types.html
|
||||
share/gnome/help/libgda/pt_BR/gda-common-logs.html
|
||||
share/gnome/help/libgda/pt_BR/gda-common-xml-databases.html
|
||||
share/gnome/help/libgda/pt_BR/gda-common-xml-queries.html
|
||||
share/gnome/help/libgda/pt_BR/index.html
|
||||
share/gnome/help/libgda/pt_BR/installation-configuring.html
|
||||
share/gnome/help/libgda/pt_BR/installation-installing.html
|
||||
share/gnome/help/libgda/pt_BR/installation.html
|
||||
share/gnome/help/libgda/pt_BR/introduction.html
|
||||
share/gnome/help/libgda/pt_BR/libgda.html
|
||||
share/gnome/help/libgda/pt_BR/ln38.html
|
||||
share/gnome/help/libgda/pt_BR/providers-actual-implementation.html
|
||||
share/gnome/help/libgda/pt_BR/providers-examples.html
|
||||
share/gnome/help/libgda/pt_BR/providers-implementation.html
|
||||
share/gnome/help/libgda/pt_BR/topic.dat
|
||||
share/idl/GDA.idl
|
||||
share/idl/GDA_Command.idl
|
||||
share/idl/GDA_Connection.idl
|
||||
share/idl/GDA_Error.idl
|
||||
share/idl/GDA_Field.idl
|
||||
share/idl/GDA_Parameter.idl
|
||||
share/idl/GDA_Recordset.idl
|
||||
@dirrm share/gnome/help/libgda/pt_BR/images
|
||||
@dirrm share/gnome/help/libgda/pt_BR
|
||||
@dirrm share/gnome/help/libgda/C/images
|
||||
@dirrm share/gnome/help/libgda/C
|
||||
@dirrm share/gnome/help/libgda
|
||||
@dirrm share/gnome/gda/dtd
|
||||
@dirrm share/gnome/gda
|
||||
@dirrm share/gda/templates
|
||||
@dirrm share/gda
|
||||
@dirrm include/gda/gda++
|
||||
@dirrm include/gda
|
28
databases/libgda3/Makefile
Normal file
28
databases/libgda3/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# New ports collection makefile for: libgda
|
||||
# Date created: 8th March 2001
|
||||
# Whom: Ade Lovett <ade@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libgda
|
||||
PORTVERSION= 0.2.3
|
||||
CATEGORIES= databases gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= stable/sources/libgda
|
||||
|
||||
MAINTAINER= ade@FreeBSD.org
|
||||
|
||||
USE_GNOME= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
pre-patch:
|
||||
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
|
||||
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
||||
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
||||
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
||||
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
||||
|
||||
.include <bsd.port.mk>
|
1
databases/libgda3/distinfo
Normal file
1
databases/libgda3/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (libgda-0.2.3.tar.gz) = 8d1f1ea307ae4f680bcefedb433e0c34
|
7
databases/libgda3/files/patch-aa
Normal file
7
databases/libgda3/files/patch-aa
Normal file
|
@ -0,0 +1,7 @@
|
|||
--- Makefile.in.orig Wed Feb 14 18:40:55 2001
|
||||
+++ Makefile.in Thu Mar 8 17:10:44 2001
|
||||
@@ -138,3 +138,3 @@
|
||||
|
||||
-SUBDIRS = po macros doc idl lib bindings providers tools report testing
|
||||
+SUBDIRS = po macros doc idl lib bindings providers tools report
|
||||
|
1
databases/libgda3/pkg-comment
Normal file
1
databases/libgda3/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Provides uniform access to different kinds of data sources
|
19
databases/libgda3/pkg-descr
Normal file
19
databases/libgda3/pkg-descr
Normal file
|
@ -0,0 +1,19 @@
|
|||
GNU Data Access (GDA) is an attempt to provide uniform access to
|
||||
different kinds of data sources (databases, information servers,
|
||||
mail spools, etc).
|
||||
|
||||
It is a complete architecture that provides all you need to access
|
||||
your data, defined by a set of CORBA interfaces as generic as possible
|
||||
(but very powerful at the same time) so that any kind of data source
|
||||
can be accessed through them.
|
||||
|
||||
libgda is an interface to the GDA architecture, providing a nice
|
||||
wrapper around the CORBA interfaces, for both the client and the server
|
||||
parts. It also provides a bunch of tools to help you both in the
|
||||
development and management of your data sources, all done through
|
||||
the GDA model's set of CORBA interfaces.
|
||||
|
||||
libgda was part of the GNOME-DB project, but has been separated from it
|
||||
to allow non-GNOME applications to be developed based on it.
|
||||
|
||||
WWW: http://www.gnome.org/projects/gnome-db/
|
132
databases/libgda3/pkg-plist
Normal file
132
databases/libgda3/pkg-plist
Normal file
|
@ -0,0 +1,132 @@
|
|||
bin/gda-buildclient
|
||||
bin/gda-buildserver
|
||||
bin/gda-config
|
||||
bin/gda-report-server
|
||||
bin/gda-run
|
||||
include/gda/GDA.h
|
||||
include/gda/gda++/gdaBatch.h
|
||||
include/gda/gda++/gdaCommand.h
|
||||
include/gda/gda++/gdaConnection.h
|
||||
include/gda/gda++/gdaError.h
|
||||
include/gda/gda++/gdaErrorList.h
|
||||
include/gda/gda++/gdaField.h
|
||||
include/gda/gda++/gdaIncludes.h
|
||||
include/gda/gda++/gdaRecordset.h
|
||||
include/gda/gda++/gdaValue.h
|
||||
include/gda/gda-batch.h
|
||||
include/gda/gda-client.h
|
||||
include/gda/gda-command.h
|
||||
include/gda/gda-common.h
|
||||
include/gda/gda-config.h
|
||||
include/gda/gda-connection-pool.h
|
||||
include/gda/gda-connection.h
|
||||
include/gda/gda-corba.h
|
||||
include/gda/gda-error.h
|
||||
include/gda/gda-field.h
|
||||
include/gda/gda-log.h
|
||||
include/gda/gda-recordset.h
|
||||
include/gda/gda-report-client.h
|
||||
include/gda/gda-report-defs.h
|
||||
include/gda/gda-report-engine.h
|
||||
include/gda/gda-report-stream.h
|
||||
include/gda/gda-server-impl.h
|
||||
include/gda/gda-server.h
|
||||
include/gda/gda-thread.h
|
||||
include/gda/gda-util.h
|
||||
include/gda/gda-value.h
|
||||
include/gda/gda-xml-database.h
|
||||
include/gda/gda-xml-file.h
|
||||
include/gda/gda-xml-query.h
|
||||
lib/libgda-client.a
|
||||
lib/libgda-client.so
|
||||
lib/libgda-client.so.0
|
||||
lib/libgda-clientcpp.a
|
||||
lib/libgda-clientcpp.so
|
||||
lib/libgda-clientcpp.so.0
|
||||
lib/libgda-common.a
|
||||
lib/libgda-common.so
|
||||
lib/libgda-common.so.0
|
||||
lib/libgda-report.a
|
||||
lib/libgda-report.so
|
||||
lib/libgda-report.so.0
|
||||
lib/libgda-server.a
|
||||
lib/libgda-server.so
|
||||
lib/libgda-server.so.0
|
||||
share/gda/templates/gda-srv-command.c.tmpl
|
||||
share/gda/templates/gda-srv-connection.c.tmpl
|
||||
share/gda/templates/gda-srv-recordset.c.tmpl
|
||||
share/gda/templates/gda-srv.h.tmpl
|
||||
share/gda/templates/main-srv.c.tmpl
|
||||
share/gnome/gda/dtd/gda-report.dtd
|
||||
share/gnome/gda/dtd/gda-xml-query.dtd
|
||||
share/gnome/help/libgda/C/architecture.html
|
||||
share/gnome/help/libgda/C/clients-building-corba.html
|
||||
share/gnome/help/libgda/C/clients-building.html
|
||||
share/gnome/help/libgda/C/clients.html
|
||||
share/gnome/help/libgda/C/docbook.css
|
||||
share/gnome/help/libgda/C/gda-client-batch.html
|
||||
share/gnome/help/libgda/C/gda-client-meta.html
|
||||
share/gnome/help/libgda/C/gda-client-objects.html
|
||||
share/gnome/help/libgda/C/gda-client-types.html
|
||||
share/gnome/help/libgda/C/gda-client.html
|
||||
share/gnome/help/libgda/C/gda-common-logs.html
|
||||
share/gnome/help/libgda/C/gda-common-xml-databases.html
|
||||
share/gnome/help/libgda/C/gda-common-xml-queries.html
|
||||
share/gnome/help/libgda/C/gda-common.html
|
||||
share/gnome/help/libgda/C/index.html
|
||||
share/gnome/help/libgda/C/installation-configuring.html
|
||||
share/gnome/help/libgda/C/installation-installing.html
|
||||
share/gnome/help/libgda/C/installation.html
|
||||
share/gnome/help/libgda/C/introduction.html
|
||||
share/gnome/help/libgda/C/libgda.html
|
||||
share/gnome/help/libgda/C/ln32.html
|
||||
share/gnome/help/libgda/C/providers-actual-implementation.html
|
||||
share/gnome/help/libgda/C/providers-examples.html
|
||||
share/gnome/help/libgda/C/providers-implementation.html
|
||||
share/gnome/help/libgda/C/providers.html
|
||||
share/gnome/help/libgda/C/reports.html
|
||||
share/gnome/help/libgda/C/topic.dat
|
||||
share/gnome/help/libgda/pt_BR/architecture.html
|
||||
share/gnome/help/libgda/pt_BR/c162.html
|
||||
share/gnome/help/libgda/pt_BR/c182.html
|
||||
share/gnome/help/libgda/pt_BR/c323.html
|
||||
share/gnome/help/libgda/pt_BR/c350.html
|
||||
share/gnome/help/libgda/pt_BR/clients-building-corba.html
|
||||
share/gnome/help/libgda/pt_BR/clients-building.html
|
||||
share/gnome/help/libgda/pt_BR/docbook.css
|
||||
share/gnome/help/libgda/pt_BR/gda-client-batch.html
|
||||
share/gnome/help/libgda/pt_BR/gda-client-meta.html
|
||||
share/gnome/help/libgda/pt_BR/gda-client-objects.html
|
||||
share/gnome/help/libgda/pt_BR/gda-client-types.html
|
||||
share/gnome/help/libgda/pt_BR/gda-common-logs.html
|
||||
share/gnome/help/libgda/pt_BR/gda-common-xml-databases.html
|
||||
share/gnome/help/libgda/pt_BR/gda-common-xml-queries.html
|
||||
share/gnome/help/libgda/pt_BR/index.html
|
||||
share/gnome/help/libgda/pt_BR/installation-configuring.html
|
||||
share/gnome/help/libgda/pt_BR/installation-installing.html
|
||||
share/gnome/help/libgda/pt_BR/installation.html
|
||||
share/gnome/help/libgda/pt_BR/introduction.html
|
||||
share/gnome/help/libgda/pt_BR/libgda.html
|
||||
share/gnome/help/libgda/pt_BR/ln38.html
|
||||
share/gnome/help/libgda/pt_BR/providers-actual-implementation.html
|
||||
share/gnome/help/libgda/pt_BR/providers-examples.html
|
||||
share/gnome/help/libgda/pt_BR/providers-implementation.html
|
||||
share/gnome/help/libgda/pt_BR/topic.dat
|
||||
share/idl/GDA.idl
|
||||
share/idl/GDA_Command.idl
|
||||
share/idl/GDA_Connection.idl
|
||||
share/idl/GDA_Error.idl
|
||||
share/idl/GDA_Field.idl
|
||||
share/idl/GDA_Parameter.idl
|
||||
share/idl/GDA_Recordset.idl
|
||||
@dirrm share/gnome/help/libgda/pt_BR/images
|
||||
@dirrm share/gnome/help/libgda/pt_BR
|
||||
@dirrm share/gnome/help/libgda/C/images
|
||||
@dirrm share/gnome/help/libgda/C
|
||||
@dirrm share/gnome/help/libgda
|
||||
@dirrm share/gnome/gda/dtd
|
||||
@dirrm share/gnome/gda
|
||||
@dirrm share/gda/templates
|
||||
@dirrm share/gda
|
||||
@dirrm include/gda/gda++
|
||||
@dirrm include/gda
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gob
|
||||
PORTVERSION= 1.0.8
|
||||
PORTVERSION= 1.0.9
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= http://ftp.5z.com/pub/gob/
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gob-1.0.8.tar.gz) = b020e8df621fc90674c9c5c6332900e4
|
||||
MD5 (gob-1.0.9.tar.gz) = c32b6af9d6d3fe0f325a10bf369365dc
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libole2
|
||||
PORTVERSION= 0.2.0
|
||||
PORTVERSION= 0.2.1
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= unstable/sources/libole2
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (libole2-0.2.0.tar.gz) = d8a98c577026bdd172b107c19c23e4d2
|
||||
MD5 (libole2-0.2.1.tar.gz) = 425c3543b1cabd40951ecf7c70c3ed70
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
PORTNAME= AbiWord
|
||||
PORTVERSION= 0.7.13
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/
|
||||
DISTNAME= abi-${PORTVERSION}
|
||||
|
@ -24,7 +25,6 @@ MAINTAINER= wolman@cs.washington.edu
|
|||
# unzip is needed during the installation process
|
||||
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
|
||||
LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png
|
||||
# iconv.2:${PORTSDIR}/converters/iconv
|
||||
RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
|
||||
|
||||
DIST_SUBDIR= AbiWord
|
||||
|
|
21
editors/AbiWord/files/patch-avoid-gnomeole2
Normal file
21
editors/AbiWord/files/patch-avoid-gnomeole2
Normal file
|
@ -0,0 +1,21 @@
|
|||
--- ../../wv/libole2/ms-ole-vba.c.orig Thu Jan 25 10:52:17 2001
|
||||
+++ ../../wv/libole2/ms-ole-vba.c Thu Apr 19 20:35:07 2001
|
||||
@@ -14,3 +14,3 @@
|
||||
|
||||
-#include <libole2/ms-ole-vba.h>
|
||||
+#include "ms-ole-vba.h"
|
||||
|
||||
--- ../../wv/libole2/ms-ole-vba.h.orig Tue Jun 6 02:42:41 2000
|
||||
+++ ../../wv/libole2/ms-ole-vba.h Thu Apr 19 20:35:18 2001
|
||||
@@ -12,3 +12,3 @@
|
||||
|
||||
-#include <libole2/ms-ole.h>
|
||||
+#include "ms-ole.h"
|
||||
|
||||
--- ../../wv/libole2/ms-ole.c.orig Thu Jan 25 10:52:17 2001
|
||||
+++ ../../wv/libole2/ms-ole.c Thu Apr 19 20:35:32 2001
|
||||
@@ -38,3 +38,3 @@
|
||||
|
||||
-#include <libole2/ms-ole.h>
|
||||
+#include "ms-ole.h"
|
||||
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
PORTNAME= AbiWord
|
||||
PORTVERSION= 0.7.13
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/
|
||||
DISTNAME= abi-${PORTVERSION}
|
||||
|
@ -24,7 +25,6 @@ MAINTAINER= wolman@cs.washington.edu
|
|||
# unzip is needed during the installation process
|
||||
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
|
||||
LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png
|
||||
# iconv.2:${PORTSDIR}/converters/iconv
|
||||
RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
|
||||
|
||||
DIST_SUBDIR= AbiWord
|
||||
|
|
21
editors/AbiWord2/files/patch-avoid-gnomeole2
Normal file
21
editors/AbiWord2/files/patch-avoid-gnomeole2
Normal file
|
@ -0,0 +1,21 @@
|
|||
--- ../../wv/libole2/ms-ole-vba.c.orig Thu Jan 25 10:52:17 2001
|
||||
+++ ../../wv/libole2/ms-ole-vba.c Thu Apr 19 20:35:07 2001
|
||||
@@ -14,3 +14,3 @@
|
||||
|
||||
-#include <libole2/ms-ole-vba.h>
|
||||
+#include "ms-ole-vba.h"
|
||||
|
||||
--- ../../wv/libole2/ms-ole-vba.h.orig Tue Jun 6 02:42:41 2000
|
||||
+++ ../../wv/libole2/ms-ole-vba.h Thu Apr 19 20:35:18 2001
|
||||
@@ -12,3 +12,3 @@
|
||||
|
||||
-#include <libole2/ms-ole.h>
|
||||
+#include "ms-ole.h"
|
||||
|
||||
--- ../../wv/libole2/ms-ole.c.orig Thu Jan 25 10:52:17 2001
|
||||
+++ ../../wv/libole2/ms-ole.c Thu Apr 19 20:35:32 2001
|
||||
@@ -38,3 +38,3 @@
|
||||
|
||||
-#include <libole2/ms-ole.h>
|
||||
+#include "ms-ole.h"
|
||||
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
PORTNAME= AbiWord
|
||||
PORTVERSION= 0.7.13
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/
|
||||
DISTNAME= abi-${PORTVERSION}
|
||||
|
@ -24,7 +25,6 @@ MAINTAINER= wolman@cs.washington.edu
|
|||
# unzip is needed during the installation process
|
||||
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
|
||||
LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png
|
||||
# iconv.2:${PORTSDIR}/converters/iconv
|
||||
RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
|
||||
|
||||
DIST_SUBDIR= AbiWord
|
||||
|
|
21
editors/abiword-devel/files/patch-avoid-gnomeole2
Normal file
21
editors/abiword-devel/files/patch-avoid-gnomeole2
Normal file
|
@ -0,0 +1,21 @@
|
|||
--- ../../wv/libole2/ms-ole-vba.c.orig Thu Jan 25 10:52:17 2001
|
||||
+++ ../../wv/libole2/ms-ole-vba.c Thu Apr 19 20:35:07 2001
|
||||
@@ -14,3 +14,3 @@
|
||||
|
||||
-#include <libole2/ms-ole-vba.h>
|
||||
+#include "ms-ole-vba.h"
|
||||
|
||||
--- ../../wv/libole2/ms-ole-vba.h.orig Tue Jun 6 02:42:41 2000
|
||||
+++ ../../wv/libole2/ms-ole-vba.h Thu Apr 19 20:35:18 2001
|
||||
@@ -12,3 +12,3 @@
|
||||
|
||||
-#include <libole2/ms-ole.h>
|
||||
+#include "ms-ole.h"
|
||||
|
||||
--- ../../wv/libole2/ms-ole.c.orig Thu Jan 25 10:52:17 2001
|
||||
+++ ../../wv/libole2/ms-ole.c Thu Apr 19 20:35:32 2001
|
||||
@@ -38,3 +38,3 @@
|
||||
|
||||
-#include <libole2/ms-ole.h>
|
||||
+#include "ms-ole.h"
|
||||
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
PORTNAME= AbiWord
|
||||
PORTVERSION= 0.7.13
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/
|
||||
DISTNAME= abi-${PORTVERSION}
|
||||
|
@ -24,7 +25,6 @@ MAINTAINER= wolman@cs.washington.edu
|
|||
# unzip is needed during the installation process
|
||||
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
|
||||
LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png
|
||||
# iconv.2:${PORTSDIR}/converters/iconv
|
||||
RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
|
||||
|
||||
DIST_SUBDIR= AbiWord
|
||||
|
|
21
editors/abiword/files/patch-avoid-gnomeole2
Normal file
21
editors/abiword/files/patch-avoid-gnomeole2
Normal file
|
@ -0,0 +1,21 @@
|
|||
--- ../../wv/libole2/ms-ole-vba.c.orig Thu Jan 25 10:52:17 2001
|
||||
+++ ../../wv/libole2/ms-ole-vba.c Thu Apr 19 20:35:07 2001
|
||||
@@ -14,3 +14,3 @@
|
||||
|
||||
-#include <libole2/ms-ole-vba.h>
|
||||
+#include "ms-ole-vba.h"
|
||||
|
||||
--- ../../wv/libole2/ms-ole-vba.h.orig Tue Jun 6 02:42:41 2000
|
||||
+++ ../../wv/libole2/ms-ole-vba.h Thu Apr 19 20:35:18 2001
|
||||
@@ -12,3 +12,3 @@
|
||||
|
||||
-#include <libole2/ms-ole.h>
|
||||
+#include "ms-ole.h"
|
||||
|
||||
--- ../../wv/libole2/ms-ole.c.orig Thu Jan 25 10:52:17 2001
|
||||
+++ ../../wv/libole2/ms-ole.c Thu Apr 19 20:35:32 2001
|
||||
@@ -38,3 +38,3 @@
|
||||
|
||||
-#include <libole2/ms-ole.h>
|
||||
+#include "ms-ole.h"
|
||||
|
|
@ -6,16 +6,13 @@
|
|||
#
|
||||
|
||||
PORTNAME= gedit
|
||||
PORTVERSION= 0.9.4
|
||||
PORTVERSION= 0.9.6
|
||||
CATEGORIES= editors gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= stable/sources/gedit
|
||||
|
||||
MAINTAINER= ade@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= gnomeprint.13:${PORTSDIR}/print/gnomeprint \
|
||||
glade.4:${PORTSDIR}/devel/libglade
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= yes
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gedit-0.9.4.tar.gz) = 6e7eb64c6263422c5dafaeefaf43b38c
|
||||
MD5 (gedit-0.9.6.tar.gz) = 6050a8d7288aef81727736e935f7fe6a
|
||||
|
|
|
@ -19,10 +19,8 @@ share/gnome/gedit/glade/prefs.glade
|
|||
share/gnome/gedit/glade/program.glade
|
||||
share/gnome/gedit/glade/replace.glade
|
||||
share/gnome/gedit/glade/shell_output.glade
|
||||
share/gnome/help/gedit/C/authors.html
|
||||
share/gnome/help/gedit/C/bugs.html
|
||||
share/gnome/gedit/glade/uri.glade
|
||||
share/gnome/help/gedit/C/docbook.css
|
||||
share/gnome/help/gedit/C/faq.html
|
||||
share/gnome/help/gedit/C/images/browse.png
|
||||
share/gnome/help/gedit/C/images/convert.png
|
||||
share/gnome/help/gedit/C/images/diff.png
|
||||
|
@ -44,11 +42,7 @@ share/gnome/help/gedit/C/images/replace.png
|
|||
share/gnome/help/gedit/C/images/shell.png
|
||||
share/gnome/help/gedit/C/images/toolbar.png
|
||||
share/gnome/help/gedit/C/index.html
|
||||
share/gnome/help/gedit/C/license.html
|
||||
share/gnome/help/gedit/C/ln10.html
|
||||
share/gnome/help/gedit/C/menus.html
|
||||
share/gnome/help/gedit/C/plugins.html
|
||||
share/gnome/help/gedit/C/prefs-0.html
|
||||
share/gnome/help/gedit/C/stylesheet-images/caution.gif
|
||||
share/gnome/help/gedit/C/stylesheet-images/home.gif
|
||||
share/gnome/help/gedit/C/stylesheet-images/important.gif
|
||||
|
@ -63,10 +57,7 @@ share/gnome/help/gedit/C/stylesheet-images/up.gif
|
|||
share/gnome/help/gedit/C/stylesheet-images/warning.gif
|
||||
share/gnome/help/gedit/C/topic.dat
|
||||
share/gnome/help/gedit/C/usage.html
|
||||
share/gnome/help/gedit/ja/authors.html
|
||||
share/gnome/help/gedit/ja/bugs.html
|
||||
share/gnome/help/gedit/ja/docbook.css
|
||||
share/gnome/help/gedit/ja/faq.html
|
||||
share/gnome/help/gedit/ja/images/browse.png
|
||||
share/gnome/help/gedit/ja/images/convert.png
|
||||
share/gnome/help/gedit/ja/images/diff.png
|
||||
|
@ -88,11 +79,7 @@ share/gnome/help/gedit/ja/images/replace.png
|
|||
share/gnome/help/gedit/ja/images/shell.png
|
||||
share/gnome/help/gedit/ja/images/toolbar.png
|
||||
share/gnome/help/gedit/ja/index.html
|
||||
share/gnome/help/gedit/ja/license.html
|
||||
share/gnome/help/gedit/ja/ln13.html
|
||||
share/gnome/help/gedit/ja/menus.html
|
||||
share/gnome/help/gedit/ja/plugins.html
|
||||
share/gnome/help/gedit/ja/prefs-0.html
|
||||
share/gnome/help/gedit/ja/stylesheet-images/caution.gif
|
||||
share/gnome/help/gedit/ja/stylesheet-images/home.gif
|
||||
share/gnome/help/gedit/ja/stylesheet-images/important.gif
|
||||
|
@ -110,6 +97,7 @@ share/gnome/help/gedit/ja/usage.html
|
|||
share/gnome/mime-info/gedit.keys
|
||||
share/gnome/pixmaps/gedit-icon.png
|
||||
share/gnome/pixmaps/gedit-logo.png
|
||||
share/locale/az/LC_MESSAGES/gedit.mo
|
||||
share/locale/ca/LC_MESSAGES/gedit.mo
|
||||
share/locale/cs/LC_MESSAGES/gedit.mo
|
||||
share/locale/da/LC_MESSAGES/gedit.mo
|
||||
|
|
|
@ -6,16 +6,13 @@
|
|||
#
|
||||
|
||||
PORTNAME= gedit
|
||||
PORTVERSION= 0.9.4
|
||||
PORTVERSION= 0.9.6
|
||||
CATEGORIES= editors gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= stable/sources/gedit
|
||||
|
||||
MAINTAINER= ade@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= gnomeprint.13:${PORTSDIR}/print/gnomeprint \
|
||||
glade.4:${PORTSDIR}/devel/libglade
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= yes
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gedit-0.9.4.tar.gz) = 6e7eb64c6263422c5dafaeefaf43b38c
|
||||
MD5 (gedit-0.9.6.tar.gz) = 6050a8d7288aef81727736e935f7fe6a
|
||||
|
|
|
@ -19,10 +19,8 @@ share/gnome/gedit/glade/prefs.glade
|
|||
share/gnome/gedit/glade/program.glade
|
||||
share/gnome/gedit/glade/replace.glade
|
||||
share/gnome/gedit/glade/shell_output.glade
|
||||
share/gnome/help/gedit/C/authors.html
|
||||
share/gnome/help/gedit/C/bugs.html
|
||||
share/gnome/gedit/glade/uri.glade
|
||||
share/gnome/help/gedit/C/docbook.css
|
||||
share/gnome/help/gedit/C/faq.html
|
||||
share/gnome/help/gedit/C/images/browse.png
|
||||
share/gnome/help/gedit/C/images/convert.png
|
||||
share/gnome/help/gedit/C/images/diff.png
|
||||
|
@ -44,11 +42,7 @@ share/gnome/help/gedit/C/images/replace.png
|
|||
share/gnome/help/gedit/C/images/shell.png
|
||||
share/gnome/help/gedit/C/images/toolbar.png
|
||||
share/gnome/help/gedit/C/index.html
|
||||
share/gnome/help/gedit/C/license.html
|
||||
share/gnome/help/gedit/C/ln10.html
|
||||
share/gnome/help/gedit/C/menus.html
|
||||
share/gnome/help/gedit/C/plugins.html
|
||||
share/gnome/help/gedit/C/prefs-0.html
|
||||
share/gnome/help/gedit/C/stylesheet-images/caution.gif
|
||||
share/gnome/help/gedit/C/stylesheet-images/home.gif
|
||||
share/gnome/help/gedit/C/stylesheet-images/important.gif
|
||||
|
@ -63,10 +57,7 @@ share/gnome/help/gedit/C/stylesheet-images/up.gif
|
|||
share/gnome/help/gedit/C/stylesheet-images/warning.gif
|
||||
share/gnome/help/gedit/C/topic.dat
|
||||
share/gnome/help/gedit/C/usage.html
|
||||
share/gnome/help/gedit/ja/authors.html
|
||||
share/gnome/help/gedit/ja/bugs.html
|
||||
share/gnome/help/gedit/ja/docbook.css
|
||||
share/gnome/help/gedit/ja/faq.html
|
||||
share/gnome/help/gedit/ja/images/browse.png
|
||||
share/gnome/help/gedit/ja/images/convert.png
|
||||
share/gnome/help/gedit/ja/images/diff.png
|
||||
|
@ -88,11 +79,7 @@ share/gnome/help/gedit/ja/images/replace.png
|
|||
share/gnome/help/gedit/ja/images/shell.png
|
||||
share/gnome/help/gedit/ja/images/toolbar.png
|
||||
share/gnome/help/gedit/ja/index.html
|
||||
share/gnome/help/gedit/ja/license.html
|
||||
share/gnome/help/gedit/ja/ln13.html
|
||||
share/gnome/help/gedit/ja/menus.html
|
||||
share/gnome/help/gedit/ja/plugins.html
|
||||
share/gnome/help/gedit/ja/prefs-0.html
|
||||
share/gnome/help/gedit/ja/stylesheet-images/caution.gif
|
||||
share/gnome/help/gedit/ja/stylesheet-images/home.gif
|
||||
share/gnome/help/gedit/ja/stylesheet-images/important.gif
|
||||
|
@ -110,6 +97,7 @@ share/gnome/help/gedit/ja/usage.html
|
|||
share/gnome/mime-info/gedit.keys
|
||||
share/gnome/pixmaps/gedit-icon.png
|
||||
share/gnome/pixmaps/gedit-logo.png
|
||||
share/locale/az/LC_MESSAGES/gedit.mo
|
||||
share/locale/ca/LC_MESSAGES/gedit.mo
|
||||
share/locale/cs/LC_MESSAGES/gedit.mo
|
||||
share/locale/da/LC_MESSAGES/gedit.mo
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= atomix
|
||||
PORTVERSION= 0.4.0
|
||||
PORTVERSION= 0.4.3
|
||||
CATEGORIES= games gnome
|
||||
MASTER_SITES= http://www.informatik.uni-oldenburg.de/~pearl/download/
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (atomix-0.4.0.tar.gz) = 47035319996f4434658acd87dda99aa5
|
||||
MD5 (atomix-0.4.3.tar.gz) = 2df3cdb8d7712e595751cc0ef19fe4b8
|
||||
|
|
|
@ -91,14 +91,19 @@ share/gnome/help/atomix/C/ln7.html
|
|||
share/gnome/help/atomix/C/menubar.html
|
||||
share/gnome/help/atomix/C/preferences.html
|
||||
share/gnome/help/atomixed/C/atomixed.html
|
||||
share/gnome/help/atomixed/C/authors.html
|
||||
share/gnome/help/atomixed/C/docbook.css
|
||||
share/gnome/help/atomixed/C/images/ed_mainwin.png
|
||||
share/gnome/help/atomixed/C/images/ed_themeeditorwin.png
|
||||
share/gnome/help/atomixed/C/images/ed_themewin.png
|
||||
share/gnome/help/atomixed/C/leveleditor.html
|
||||
share/gnome/help/atomixed/C/ln7.html
|
||||
share/gnome/help/atomixed/C/menus.html
|
||||
share/gnome/help/atomixed/C/overview.html
|
||||
share/gnome/help/atomixed/C/themeeditor.html
|
||||
share/gnome/pixmaps/atomix/atomix-logo.png
|
||||
share/locale/it/LC_MESSAGES/atomix.mo
|
||||
share/locale/sv/LC_MESSAGES/atomix.mo
|
||||
@dirrm share/gnome/pixmaps/atomix
|
||||
@dirrm share/gnome/help/atomixed/C/images
|
||||
@dirrm share/gnome/help/atomixed/C
|
||||
|
|
|
@ -7,15 +7,13 @@
|
|||
|
||||
PORTNAME= dia
|
||||
PORTVERSION= 0.86
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= stable/sources/dia
|
||||
|
||||
MAINTAINER= saper@system.pl
|
||||
|
||||
LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml \
|
||||
popt.0:${PORTSDIR}/devel/popt
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_IMLIB= yes
|
||||
|
|
|
@ -7,16 +7,13 @@
|
|||
|
||||
PORTNAME= eog
|
||||
PORTVERSION= 0.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= unstable/sources/eog
|
||||
|
||||
MAINTAINER= ade@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade \
|
||||
bonobo.2:${PORTSDIR}/devel/bonobo \
|
||||
gconf-1.1:${PORTSDIR}/devel/gconf
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= yes
|
||||
|
|
|
@ -7,16 +7,13 @@
|
|||
|
||||
PORTNAME= eog
|
||||
PORTVERSION= 0.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= unstable/sources/eog
|
||||
|
||||
MAINTAINER= ade@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade \
|
||||
bonobo.2:${PORTSDIR}/devel/bonobo \
|
||||
gconf-1.1:${PORTSDIR}/devel/gconf
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= yes
|
||||
|
|
|
@ -7,17 +7,14 @@
|
|||
|
||||
PORTNAME= sodipodi
|
||||
PORTVERSION= 0.22
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= nakai@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade \
|
||||
gnomeprint.13:${PORTSDIR}/print/gnomeprint \
|
||||
bonobo.2:${PORTSDIR}/devel/bonobo \
|
||||
gal.4:${PORTSDIR}/x11-toolkits/gal \
|
||||
unicode.0:${PORTSDIR}/devel/libunicode
|
||||
LIB_DEPENDS= gal.6:${PORTSDIR}/x11-toolkits/gal
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_X_PREFIX= yes
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gnomebasic
|
||||
PORTVERSION= 0.0.17
|
||||
PORTVERSION= 0.0.18
|
||||
CATEGORIES= lang gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= unstable/sources/gb
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gb-0.0.17.tar.gz) = 3cd9606630275cf9b5571afcc4423c91
|
||||
MD5 (gb-0.0.18.tar.gz) = a23c4ee3d79a8cc454390ed429f78a24
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
--- configure.orig Sat Oct 21 13:51:21 2000
|
||||
+++ configure Sat Oct 21 17:27:33 2000
|
||||
@@ -3182,5 +3182,5 @@
|
||||
--- configure.orig Tue Mar 13 05:50:33 2001
|
||||
+++ configure Wed Mar 28 13:59:56 2001
|
||||
@@ -3010,3 +3010,3 @@
|
||||
CATOBJEXT=.mo
|
||||
- DATADIRNAME=lib
|
||||
+ DATADIRNAME=share
|
||||
fi
|
||||
@@ -4704,5 +4704,5 @@
|
||||
|
||||
-GMODULE_CFLAGS=`glib-config --cflags gmodule`
|
||||
+GMODULE_CFLAGS=`$GLIB_CONFIG --cflags gmodule`
|
||||
|
@ -8,14 +13,14 @@
|
|||
-GMODULE_LIBS=`glib-config --libs gmodule`
|
||||
+GMODULE_LIBS=`$GLIB_CONFIG --libs gmodule`
|
||||
|
||||
@@ -3435,4 +3435,4 @@
|
||||
echo "configure:3436: checking for GTK >= 1.2.2" >&5
|
||||
@@ -4957,4 +4957,4 @@
|
||||
echo "configure:4958: checking for GTK >= 1.2.2" >&5
|
||||
-if gtk-config --version > /dev/null 2>&1; then
|
||||
- vers=`gtk-config --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
|
||||
+if $GTK_CONFIG --version > /dev/null 2>&1; then
|
||||
+ vers=`$GTK_CONFIG --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
|
||||
if test "$vers" -ge 1002002; then
|
||||
@@ -4046,4 +4046,4 @@
|
||||
@@ -5629,4 +5629,4 @@
|
||||
GB_INCLUDEDIR='-I${includedir}'
|
||||
-GB_INCLUDEDIR="$GB_INCLUDEDIR `glib-config --cflags glib`"
|
||||
-GB_LIBS="-lgb `glib-config --libs glib`"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
bin/gb
|
||||
etc/gbConf.sh
|
||||
include/gb/gb-class.h
|
||||
include/gb/gb-constants.h
|
||||
include/gb/gb-eval.h
|
||||
include/gb/gb-expr.h
|
||||
|
@ -30,6 +31,16 @@ lib/libgb.so.0
|
|||
lib/libgbrun.a
|
||||
lib/libgbrun.so
|
||||
lib/libgbrun.so.0
|
||||
share/locale/az/LC_MESSAGES/gb.mo
|
||||
share/locale/da/LC_MESSAGES/gb.mo
|
||||
share/locale/el/LC_MESSAGES/gb.mo
|
||||
share/locale/fr/LC_MESSAGES/gb.mo
|
||||
share/locale/no/LC_MESSAGES/gb.mo
|
||||
share/locale/ru/LC_MESSAGES/gb.mo
|
||||
share/locale/sk/LC_MESSAGES/gb.mo
|
||||
share/locale/sv/LC_MESSAGES/gb.mo
|
||||
share/locale/tr/LC_MESSAGES/gb.mo
|
||||
share/locale/uk/LC_MESSAGES/gb.mo
|
||||
@dirrm include/gbrun/objects
|
||||
@dirrm include/gbrun
|
||||
@dirrm include/gb
|
||||
|
|
|
@ -6,18 +6,18 @@
|
|||
#
|
||||
|
||||
PORTNAME= gnumeric
|
||||
PORTVERSION= 0.61
|
||||
PORTVERSION= 0.64
|
||||
CATEGORIES?= math gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= stable/sources/gnumeric
|
||||
|
||||
MAINTAINER?= ade@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= gnomeprint.13:${PORTSDIR}/print/gnomeprint \
|
||||
glade.4:${PORTSDIR}/devel/libglade \
|
||||
guile.9:${PORTSDIR}/lang/guile \
|
||||
LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile \
|
||||
gnomeole2.0:${PORTSDIR}/devel/libole2 \
|
||||
gal.4:${PORTSDIR}/x11-toolkits/gal
|
||||
gal.6:${PORTSDIR}/x11-toolkits/gal \
|
||||
gb.0:${PORTSDIR}/lang/gnomebasic \
|
||||
gda-common.0:${PORTSDIR}/databases/libgda
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_PERL5= yes
|
||||
|
@ -26,7 +26,7 @@ USE_GNOME= yes
|
|||
USE_PYTHON= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ARGS= --with-guile --without-bonobo --without-gb
|
||||
CONFIGURE_ARGS= --without-bonobo
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib -lintl"
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gnumeric-0.61.tar.gz) = 3a40015a74a10a75e3290a86fc9f7f0c
|
||||
MD5 (gnumeric-0.64.tar.gz) = 49673e41e314dacc54ea5aa74c0792ea
|
||||
|
|
|
@ -1,22 +1,65 @@
|
|||
bin/gnumeric
|
||||
etc/CORBA/servers/gnumeric.gnorba
|
||||
etc/gnumericConf.sh
|
||||
lib/gnumeric/%%VERSION%%/plugins/gnum_dif.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/gnum_guile.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/gnum_html.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/gnum_lotus.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/gnum_numtheory.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/gnum_oleo.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/gnum_sc.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/gnum_sylk.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/gnum_xbase.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/gnum_applix.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/gnum_xml2.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/applix/applix.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/applix/plugin.xml
|
||||
lib/gnumeric/%%VERSION%%/plugins/dif/dif.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/dif/plugin.xml
|
||||
lib/gnumeric/%%VERSION%%/plugins/gb/gnum_gb.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/gb/plugin.xml
|
||||
lib/gnumeric/%%VERSION%%/plugins/gdaif/gdaif.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/gdaif/plugin.xml
|
||||
lib/gnumeric/%%VERSION%%/plugins/html/html.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/html/plugin.xml
|
||||
lib/gnumeric/%%VERSION%%/plugins/lotus/lotus.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/lotus/plugin.xml
|
||||
lib/gnumeric/%%VERSION%%/plugins/numtheory/numtheory.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/numtheory/plugin.xml
|
||||
lib/gnumeric/%%VERSION%%/plugins/oleo/oleo.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/oleo/plugin.xml
|
||||
lib/gnumeric/%%VERSION%%/plugins/sc/plugin.xml
|
||||
lib/gnumeric/%%VERSION%%/plugins/sc/sc.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/sylk/plugin.xml
|
||||
lib/gnumeric/%%VERSION%%/plugins/sylk/sylk.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/xbase/plugin.xml
|
||||
lib/gnumeric/%%VERSION%%/plugins/xbase/xbase.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/xml2/plugin.xml
|
||||
lib/gnumeric/%%VERSION%%/plugins/xml2/xml2.so
|
||||
share/gnome/apps/Applications/gnumeric.desktop
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/3D/.category
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/3D/autoformat.3D.button.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/3D/autoformat.3D.list.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Classical/.category
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Classical/autoformat.Classical.cool.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Classical/autoformat.Classical.simple.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Classical/autoformat.Classical.trendy.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Colourful/.category
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.banana.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.black.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.blue.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.orange.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.vanilla.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Financial/.category
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.basic.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.desert.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.ice.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.modern.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.purple.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/General/.category
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/General/autoformat.General.advanced.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/General/autoformat.General.basic.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/General/autoformat.General.empty.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/General/autoformat.General.table.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/List/.category
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/List/autoformat.List.basic.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/List/autoformat.List.green.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/List/autoformat.List.lila.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/List/autoformat.List.simple.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/advanced-filter.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/analysis-tools.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/autocorrect-exceptions.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/autocorrect.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/autoformat.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/autosave-prompt.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/autosave.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/cell-format.glade
|
||||
|
@ -29,6 +72,7 @@ share/gnome/gnumeric/%%VERSION%%/glade/dialog-zoom.glade
|
|||
share/gnome/gnumeric/%%VERSION%%/glade/font-sel.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/formula-guru.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/function-select.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/graph-guru.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/hf-config.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/import.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/insert-cells.glade
|
||||
|
@ -36,41 +80,14 @@ share/gnome/gnumeric/%%VERSION%%/glade/names.glade
|
|||
share/gnome/gnumeric/%%VERSION%%/glade/plugin-manager.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/print.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/row-height.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/search-replace.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/sheet-order.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/sheet-rename.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/solver-options.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/solver.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/summary.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/validate.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/workbook-attr.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/guile/functions.scm
|
||||
share/gnome/gnumeric/%%VERSION%%/guile/gnumeric_startup.scm
|
||||
share/gnome/gnumeric/%%VERSION%%/python/gnumeric_defs.py
|
||||
share/gnome/gnumeric/%%VERSION%%/python/gnumeric_startup.py
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.3D.button.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.3D.list.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Classical.cool.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Classical.simple.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Classical.trendy.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Colourful.banana.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Colourful.black.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Colourful.blue.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Colourful.orange.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Colourful.vanilla.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Financial.basic.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Financial.desert.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Financial.ice.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Financial.modern.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Financial.purple.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.General.advanced.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.General.basic.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.General.empty.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.General.table.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.List.basic.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.List.green.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.List.lila.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.List.simple.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/autoformat.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/graph-guru.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/idl/Gnumeric.idl
|
||||
share/gnome/gnumeric/%%VERSION%%/idl/gnumeric-graphs.idl
|
||||
share/gnome/gnumeric/%%VERSION%%/templates/invoice.gnumeric
|
||||
|
@ -218,347 +235,347 @@ share/gnome/help/gnumeric/C/number-formatting-overview.html
|
|||
share/gnome/help/gnumeric/C/print-preview.html
|
||||
share/gnome/help/gnumeric/C/print-setup.html
|
||||
share/gnome/help/gnumeric/C/printing.html
|
||||
share/gnome/help/gnumeric/C/r10014.html
|
||||
share/gnome/help/gnumeric/C/r10038.html
|
||||
share/gnome/help/gnumeric/C/r10066.html
|
||||
share/gnome/help/gnumeric/C/r10086.html
|
||||
share/gnome/help/gnumeric/C/r10109.html
|
||||
share/gnome/help/gnumeric/C/r10133.html
|
||||
share/gnome/help/gnumeric/C/r10161.html
|
||||
share/gnome/help/gnumeric/C/r10182.html
|
||||
share/gnome/help/gnumeric/C/r10202.html
|
||||
share/gnome/help/gnumeric/C/r10229.html
|
||||
share/gnome/help/gnumeric/C/r10269.html
|
||||
share/gnome/help/gnumeric/C/r10294.html
|
||||
share/gnome/help/gnumeric/C/r10323.html
|
||||
share/gnome/help/gnumeric/C/r10345.html
|
||||
share/gnome/help/gnumeric/C/r10368.html
|
||||
share/gnome/help/gnumeric/C/r10395.html
|
||||
share/gnome/help/gnumeric/C/r10421.html
|
||||
share/gnome/help/gnumeric/C/r10449.html
|
||||
share/gnome/help/gnumeric/C/r10469.html
|
||||
share/gnome/help/gnumeric/C/r10494.html
|
||||
share/gnome/help/gnumeric/C/r10517.html
|
||||
share/gnome/help/gnumeric/C/r10541.html
|
||||
share/gnome/help/gnumeric/C/r10567.html
|
||||
share/gnome/help/gnumeric/C/r10589.html
|
||||
share/gnome/help/gnumeric/C/r10613.html
|
||||
share/gnome/help/gnumeric/C/r10639.html
|
||||
share/gnome/help/gnumeric/C/r10661.html
|
||||
share/gnome/help/gnumeric/C/r10686.html
|
||||
share/gnome/help/gnumeric/C/r10709.html
|
||||
share/gnome/help/gnumeric/C/r10731.html
|
||||
share/gnome/help/gnumeric/C/r10760.html
|
||||
share/gnome/help/gnumeric/C/r10781.html
|
||||
share/gnome/help/gnumeric/C/r10804.html
|
||||
share/gnome/help/gnumeric/C/r10826.html
|
||||
share/gnome/help/gnumeric/C/r10853.html
|
||||
share/gnome/help/gnumeric/C/r10873.html
|
||||
share/gnome/help/gnumeric/C/r10899.html
|
||||
share/gnome/help/gnumeric/C/r10922.html
|
||||
share/gnome/help/gnumeric/C/r10947.html
|
||||
share/gnome/help/gnumeric/C/r10970.html
|
||||
share/gnome/help/gnumeric/C/r10991.html
|
||||
share/gnome/help/gnumeric/C/r11016.html
|
||||
share/gnome/help/gnumeric/C/r11040.html
|
||||
share/gnome/help/gnumeric/C/r11062.html
|
||||
share/gnome/help/gnumeric/C/r11082.html
|
||||
share/gnome/help/gnumeric/C/r11102.html
|
||||
share/gnome/help/gnumeric/C/r11126.html
|
||||
share/gnome/help/gnumeric/C/r2690.html
|
||||
share/gnome/help/gnumeric/C/r2714.html
|
||||
share/gnome/help/gnumeric/C/r2743.html
|
||||
share/gnome/help/gnumeric/C/r2764.html
|
||||
share/gnome/help/gnumeric/C/r2788.html
|
||||
share/gnome/help/gnumeric/C/r2818.html
|
||||
share/gnome/help/gnumeric/C/r2838.html
|
||||
share/gnome/help/gnumeric/C/r2860.html
|
||||
share/gnome/help/gnumeric/C/r2883.html
|
||||
share/gnome/help/gnumeric/C/r2911.html
|
||||
share/gnome/help/gnumeric/C/r2932.html
|
||||
share/gnome/help/gnumeric/C/r2962.html
|
||||
share/gnome/help/gnumeric/C/r2982.html
|
||||
share/gnome/help/gnumeric/C/r3006.html
|
||||
share/gnome/help/gnumeric/C/r3028.html
|
||||
share/gnome/help/gnumeric/C/r3067.html
|
||||
share/gnome/help/gnumeric/C/r3090.html
|
||||
share/gnome/help/gnumeric/C/r3111.html
|
||||
share/gnome/help/gnumeric/C/r3141.html
|
||||
share/gnome/help/gnumeric/C/r3181.html
|
||||
share/gnome/help/gnumeric/C/r3204.html
|
||||
share/gnome/help/gnumeric/C/r3228.html
|
||||
share/gnome/help/gnumeric/C/r3252.html
|
||||
share/gnome/help/gnumeric/C/r3277.html
|
||||
share/gnome/help/gnumeric/C/r3301.html
|
||||
share/gnome/help/gnumeric/C/r3324.html
|
||||
share/gnome/help/gnumeric/C/r3346.html
|
||||
share/gnome/help/gnumeric/C/r3369.html
|
||||
share/gnome/help/gnumeric/C/r3398.html
|
||||
share/gnome/help/gnumeric/C/r3422.html
|
||||
share/gnome/help/gnumeric/C/r3449.html
|
||||
share/gnome/help/gnumeric/C/r3473.html
|
||||
share/gnome/help/gnumeric/C/r3498.html
|
||||
share/gnome/help/gnumeric/C/r3520.html
|
||||
share/gnome/help/gnumeric/C/r3547.html
|
||||
share/gnome/help/gnumeric/C/r3571.html
|
||||
share/gnome/help/gnumeric/C/r3591.html
|
||||
share/gnome/help/gnumeric/C/r3613.html
|
||||
share/gnome/help/gnumeric/C/r3637.html
|
||||
share/gnome/help/gnumeric/C/r3662.html
|
||||
share/gnome/help/gnumeric/C/r3685.html
|
||||
share/gnome/help/gnumeric/C/r3713.html
|
||||
share/gnome/help/gnumeric/C/r3736.html
|
||||
share/gnome/help/gnumeric/C/r3756.html
|
||||
share/gnome/help/gnumeric/C/r3778.html
|
||||
share/gnome/help/gnumeric/C/r3805.html
|
||||
share/gnome/help/gnumeric/C/r3828.html
|
||||
share/gnome/help/gnumeric/C/r3848.html
|
||||
share/gnome/help/gnumeric/C/r3959.html
|
||||
share/gnome/help/gnumeric/C/r3984.html
|
||||
share/gnome/help/gnumeric/C/r4008.html
|
||||
share/gnome/help/gnumeric/C/r4031.html
|
||||
share/gnome/help/gnumeric/C/r4060.html
|
||||
share/gnome/help/gnumeric/C/r4083.html
|
||||
share/gnome/help/gnumeric/C/r4106.html
|
||||
share/gnome/help/gnumeric/C/r4133.html
|
||||
share/gnome/help/gnumeric/C/r4154.html
|
||||
share/gnome/help/gnumeric/C/r4178.html
|
||||
share/gnome/help/gnumeric/C/r4207.html
|
||||
share/gnome/help/gnumeric/C/r4228.html
|
||||
share/gnome/help/gnumeric/C/r4251.html
|
||||
share/gnome/help/gnumeric/C/r4273.html
|
||||
share/gnome/help/gnumeric/C/r4294.html
|
||||
share/gnome/help/gnumeric/C/r4317.html
|
||||
share/gnome/help/gnumeric/C/r4337.html
|
||||
share/gnome/help/gnumeric/C/r4362.html
|
||||
share/gnome/help/gnumeric/C/r4385.html
|
||||
share/gnome/help/gnumeric/C/r4409.html
|
||||
share/gnome/help/gnumeric/C/r4432.html
|
||||
share/gnome/help/gnumeric/C/r4452.html
|
||||
share/gnome/help/gnumeric/C/r4475.html
|
||||
share/gnome/help/gnumeric/C/r4503.html
|
||||
share/gnome/help/gnumeric/C/r4527.html
|
||||
share/gnome/help/gnumeric/C/r4547.html
|
||||
share/gnome/help/gnumeric/C/r4570.html
|
||||
share/gnome/help/gnumeric/C/r4596.html
|
||||
share/gnome/help/gnumeric/C/r4621.html
|
||||
share/gnome/help/gnumeric/C/r4650.html
|
||||
share/gnome/help/gnumeric/C/r4673.html
|
||||
share/gnome/help/gnumeric/C/r4700.html
|
||||
share/gnome/help/gnumeric/C/r4727.html
|
||||
share/gnome/help/gnumeric/C/r4749.html
|
||||
share/gnome/help/gnumeric/C/r4771.html
|
||||
share/gnome/help/gnumeric/C/r4795.html
|
||||
share/gnome/help/gnumeric/C/r4820.html
|
||||
share/gnome/help/gnumeric/C/r4843.html
|
||||
share/gnome/help/gnumeric/C/r4866.html
|
||||
share/gnome/help/gnumeric/C/r4888.html
|
||||
share/gnome/help/gnumeric/C/r4913.html
|
||||
share/gnome/help/gnumeric/C/r4937.html
|
||||
share/gnome/help/gnumeric/C/r4961.html
|
||||
share/gnome/help/gnumeric/C/r5002.html
|
||||
share/gnome/help/gnumeric/C/r5024.html
|
||||
share/gnome/help/gnumeric/C/r5045.html
|
||||
share/gnome/help/gnumeric/C/r5066.html
|
||||
share/gnome/help/gnumeric/C/r5090.html
|
||||
share/gnome/help/gnumeric/C/r5116.html
|
||||
share/gnome/help/gnumeric/C/r5136.html
|
||||
share/gnome/help/gnumeric/C/r5160.html
|
||||
share/gnome/help/gnumeric/C/r5182.html
|
||||
share/gnome/help/gnumeric/C/r5204.html
|
||||
share/gnome/help/gnumeric/C/r5227.html
|
||||
share/gnome/help/gnumeric/C/r5252.html
|
||||
share/gnome/help/gnumeric/C/r5279.html
|
||||
share/gnome/help/gnumeric/C/r5300.html
|
||||
share/gnome/help/gnumeric/C/r5322.html
|
||||
share/gnome/help/gnumeric/C/r5345.html
|
||||
share/gnome/help/gnumeric/C/r5369.html
|
||||
share/gnome/help/gnumeric/C/r5410.html
|
||||
share/gnome/help/gnumeric/C/r5430.html
|
||||
share/gnome/help/gnumeric/C/r5458.html
|
||||
share/gnome/help/gnumeric/C/r5482.html
|
||||
share/gnome/help/gnumeric/C/r5506.html
|
||||
share/gnome/help/gnumeric/C/r5533.html
|
||||
share/gnome/help/gnumeric/C/r5558.html
|
||||
share/gnome/help/gnumeric/C/r5578.html
|
||||
share/gnome/help/gnumeric/C/r5598.html
|
||||
share/gnome/help/gnumeric/C/r5622.html
|
||||
share/gnome/help/gnumeric/C/r5647.html
|
||||
share/gnome/help/gnumeric/C/r5671.html
|
||||
share/gnome/help/gnumeric/C/r5696.html
|
||||
share/gnome/help/gnumeric/C/r5720.html
|
||||
share/gnome/help/gnumeric/C/r5748.html
|
||||
share/gnome/help/gnumeric/C/r5771.html
|
||||
share/gnome/help/gnumeric/C/r5798.html
|
||||
share/gnome/help/gnumeric/C/r5822.html
|
||||
share/gnome/help/gnumeric/C/r5842.html
|
||||
share/gnome/help/gnumeric/C/r5865.html
|
||||
share/gnome/help/gnumeric/C/r5889.html
|
||||
share/gnome/help/gnumeric/C/r5929.html
|
||||
share/gnome/help/gnumeric/C/r5952.html
|
||||
share/gnome/help/gnumeric/C/r5975.html
|
||||
share/gnome/help/gnumeric/C/r6000.html
|
||||
share/gnome/help/gnumeric/C/r6025.html
|
||||
share/gnome/help/gnumeric/C/r6048.html
|
||||
share/gnome/help/gnumeric/C/r6071.html
|
||||
share/gnome/help/gnumeric/C/r6094.html
|
||||
share/gnome/help/gnumeric/C/r6122.html
|
||||
share/gnome/help/gnumeric/C/r6142.html
|
||||
share/gnome/help/gnumeric/C/r6165.html
|
||||
share/gnome/help/gnumeric/C/r6187.html
|
||||
share/gnome/help/gnumeric/C/r6227.html
|
||||
share/gnome/help/gnumeric/C/r6252.html
|
||||
share/gnome/help/gnumeric/C/r6274.html
|
||||
share/gnome/help/gnumeric/C/r6295.html
|
||||
share/gnome/help/gnumeric/C/r6320.html
|
||||
share/gnome/help/gnumeric/C/r6342.html
|
||||
share/gnome/help/gnumeric/C/r6371.html
|
||||
share/gnome/help/gnumeric/C/r6395.html
|
||||
share/gnome/help/gnumeric/C/r6420.html
|
||||
share/gnome/help/gnumeric/C/r6444.html
|
||||
share/gnome/help/gnumeric/C/r6471.html
|
||||
share/gnome/help/gnumeric/C/r6493.html
|
||||
share/gnome/help/gnumeric/C/r6515.html
|
||||
share/gnome/help/gnumeric/C/r6541.html
|
||||
share/gnome/help/gnumeric/C/r6565.html
|
||||
share/gnome/help/gnumeric/C/r6585.html
|
||||
share/gnome/help/gnumeric/C/r6612.html
|
||||
share/gnome/help/gnumeric/C/r6637.html
|
||||
share/gnome/help/gnumeric/C/r6661.html
|
||||
share/gnome/help/gnumeric/C/r6684.html
|
||||
share/gnome/help/gnumeric/C/r6709.html
|
||||
share/gnome/help/gnumeric/C/r6731.html
|
||||
share/gnome/help/gnumeric/C/r6754.html
|
||||
share/gnome/help/gnumeric/C/r6776.html
|
||||
share/gnome/help/gnumeric/C/r6818.html
|
||||
share/gnome/help/gnumeric/C/r6841.html
|
||||
share/gnome/help/gnumeric/C/r6864.html
|
||||
share/gnome/help/gnumeric/C/r6885.html
|
||||
share/gnome/help/gnumeric/C/r6917.html
|
||||
share/gnome/help/gnumeric/C/r6942.html
|
||||
share/gnome/help/gnumeric/C/r6967.html
|
||||
share/gnome/help/gnumeric/C/r6987.html
|
||||
share/gnome/help/gnumeric/C/r7010.html
|
||||
share/gnome/help/gnumeric/C/r7035.html
|
||||
share/gnome/help/gnumeric/C/r7059.html
|
||||
share/gnome/help/gnumeric/C/r7080.html
|
||||
share/gnome/help/gnumeric/C/r7103.html
|
||||
share/gnome/help/gnumeric/C/r7128.html
|
||||
share/gnome/help/gnumeric/C/r7151.html
|
||||
share/gnome/help/gnumeric/C/r7180.html
|
||||
share/gnome/help/gnumeric/C/r7204.html
|
||||
share/gnome/help/gnumeric/C/r7226.html
|
||||
share/gnome/help/gnumeric/C/r7253.html
|
||||
share/gnome/help/gnumeric/C/r7275.html
|
||||
share/gnome/help/gnumeric/C/r7302.html
|
||||
share/gnome/help/gnumeric/C/r7322.html
|
||||
share/gnome/help/gnumeric/C/r7348.html
|
||||
share/gnome/help/gnumeric/C/r7373.html
|
||||
share/gnome/help/gnumeric/C/r7398.html
|
||||
share/gnome/help/gnumeric/C/r7422.html
|
||||
share/gnome/help/gnumeric/C/r7449.html
|
||||
share/gnome/help/gnumeric/C/r7489.html
|
||||
share/gnome/help/gnumeric/C/r7515.html
|
||||
share/gnome/help/gnumeric/C/r7538.html
|
||||
share/gnome/help/gnumeric/C/r7560.html
|
||||
share/gnome/help/gnumeric/C/r7583.html
|
||||
share/gnome/help/gnumeric/C/r7605.html
|
||||
share/gnome/help/gnumeric/C/r7625.html
|
||||
share/gnome/help/gnumeric/C/r7650.html
|
||||
share/gnome/help/gnumeric/C/r7672.html
|
||||
share/gnome/help/gnumeric/C/r7698.html
|
||||
share/gnome/help/gnumeric/C/r7721.html
|
||||
share/gnome/help/gnumeric/C/r7746.html
|
||||
share/gnome/help/gnumeric/C/r7774.html
|
||||
share/gnome/help/gnumeric/C/r7804.html
|
||||
share/gnome/help/gnumeric/C/r7828.html
|
||||
share/gnome/help/gnumeric/C/r7854.html
|
||||
share/gnome/help/gnumeric/C/r7874.html
|
||||
share/gnome/help/gnumeric/C/r7910.html
|
||||
share/gnome/help/gnumeric/C/r7927.html
|
||||
share/gnome/help/gnumeric/C/r7949.html
|
||||
share/gnome/help/gnumeric/C/r7974.html
|
||||
share/gnome/help/gnumeric/C/r7999.html
|
||||
share/gnome/help/gnumeric/C/r8023.html
|
||||
share/gnome/help/gnumeric/C/r8046.html
|
||||
share/gnome/help/gnumeric/C/r8069.html
|
||||
share/gnome/help/gnumeric/C/r8092.html
|
||||
share/gnome/help/gnumeric/C/r8125.html
|
||||
share/gnome/help/gnumeric/C/r8147.html
|
||||
share/gnome/help/gnumeric/C/r8174.html
|
||||
share/gnome/help/gnumeric/C/r8194.html
|
||||
share/gnome/help/gnumeric/C/r8234.html
|
||||
share/gnome/help/gnumeric/C/r8257.html
|
||||
share/gnome/help/gnumeric/C/r8280.html
|
||||
share/gnome/help/gnumeric/C/r8303.html
|
||||
share/gnome/help/gnumeric/C/r8327.html
|
||||
share/gnome/help/gnumeric/C/r8351.html
|
||||
share/gnome/help/gnumeric/C/r8377.html
|
||||
share/gnome/help/gnumeric/C/r8399.html
|
||||
share/gnome/help/gnumeric/C/r8423.html
|
||||
share/gnome/help/gnumeric/C/r8451.html
|
||||
share/gnome/help/gnumeric/C/r8474.html
|
||||
share/gnome/help/gnumeric/C/r8494.html
|
||||
share/gnome/help/gnumeric/C/r8516.html
|
||||
share/gnome/help/gnumeric/C/r8543.html
|
||||
share/gnome/help/gnumeric/C/r8566.html
|
||||
share/gnome/help/gnumeric/C/r8588.html
|
||||
share/gnome/help/gnumeric/C/r8612.html
|
||||
share/gnome/help/gnumeric/C/r8645.html
|
||||
share/gnome/help/gnumeric/C/r8673.html
|
||||
share/gnome/help/gnumeric/C/r8697.html
|
||||
share/gnome/help/gnumeric/C/r8719.html
|
||||
share/gnome/help/gnumeric/C/r8747.html
|
||||
share/gnome/help/gnumeric/C/r8773.html
|
||||
share/gnome/help/gnumeric/C/r8796.html
|
||||
share/gnome/help/gnumeric/C/r8819.html
|
||||
share/gnome/help/gnumeric/C/r8847.html
|
||||
share/gnome/help/gnumeric/C/r8871.html
|
||||
share/gnome/help/gnumeric/C/r8896.html
|
||||
share/gnome/help/gnumeric/C/r8924.html
|
||||
share/gnome/help/gnumeric/C/r8951.html
|
||||
share/gnome/help/gnumeric/C/r8969.html
|
||||
share/gnome/help/gnumeric/C/r8993.html
|
||||
share/gnome/help/gnumeric/C/r9021.html
|
||||
share/gnome/help/gnumeric/C/r9049.html
|
||||
share/gnome/help/gnumeric/C/r9072.html
|
||||
share/gnome/help/gnumeric/C/r9094.html
|
||||
share/gnome/help/gnumeric/C/r9117.html
|
||||
share/gnome/help/gnumeric/C/r9137.html
|
||||
share/gnome/help/gnumeric/C/r9165.html
|
||||
share/gnome/help/gnumeric/C/r9186.html
|
||||
share/gnome/help/gnumeric/C/r9209.html
|
||||
share/gnome/help/gnumeric/C/r9233.html
|
||||
share/gnome/help/gnumeric/C/r9257.html
|
||||
share/gnome/help/gnumeric/C/r9285.html
|
||||
share/gnome/help/gnumeric/C/r9308.html
|
||||
share/gnome/help/gnumeric/C/r9337.html
|
||||
share/gnome/help/gnumeric/C/r9359.html
|
||||
share/gnome/help/gnumeric/C/r9383.html
|
||||
share/gnome/help/gnumeric/C/r9404.html
|
||||
share/gnome/help/gnumeric/C/r9428.html
|
||||
share/gnome/help/gnumeric/C/r9451.html
|
||||
share/gnome/help/gnumeric/C/r9476.html
|
||||
share/gnome/help/gnumeric/C/r9499.html
|
||||
share/gnome/help/gnumeric/C/r9519.html
|
||||
share/gnome/help/gnumeric/C/r9540.html
|
||||
share/gnome/help/gnumeric/C/r9565.html
|
||||
share/gnome/help/gnumeric/C/r9594.html
|
||||
share/gnome/help/gnumeric/C/r9619.html
|
||||
share/gnome/help/gnumeric/C/r9639.html
|
||||
share/gnome/help/gnumeric/C/r9659.html
|
||||
share/gnome/help/gnumeric/C/r9681.html
|
||||
share/gnome/help/gnumeric/C/r9703.html
|
||||
share/gnome/help/gnumeric/C/r9727.html
|
||||
share/gnome/help/gnumeric/C/r9753.html
|
||||
share/gnome/help/gnumeric/C/r9774.html
|
||||
share/gnome/help/gnumeric/C/r9815.html
|
||||
share/gnome/help/gnumeric/C/r9843.html
|
||||
share/gnome/help/gnumeric/C/r9863.html
|
||||
share/gnome/help/gnumeric/C/r9903.html
|
||||
share/gnome/help/gnumeric/C/r9924.html
|
||||
share/gnome/help/gnumeric/C/r9947.html
|
||||
share/gnome/help/gnumeric/C/r9988.html
|
||||
share/gnome/help/gnumeric/C/r10002.html
|
||||
share/gnome/help/gnumeric/C/r10028.html
|
||||
share/gnome/help/gnumeric/C/r10052.html
|
||||
share/gnome/help/gnumeric/C/r10080.html
|
||||
share/gnome/help/gnumeric/C/r10100.html
|
||||
share/gnome/help/gnumeric/C/r10123.html
|
||||
share/gnome/help/gnumeric/C/r10147.html
|
||||
share/gnome/help/gnumeric/C/r10175.html
|
||||
share/gnome/help/gnumeric/C/r10196.html
|
||||
share/gnome/help/gnumeric/C/r10216.html
|
||||
share/gnome/help/gnumeric/C/r10243.html
|
||||
share/gnome/help/gnumeric/C/r10283.html
|
||||
share/gnome/help/gnumeric/C/r10308.html
|
||||
share/gnome/help/gnumeric/C/r10337.html
|
||||
share/gnome/help/gnumeric/C/r10359.html
|
||||
share/gnome/help/gnumeric/C/r10382.html
|
||||
share/gnome/help/gnumeric/C/r10409.html
|
||||
share/gnome/help/gnumeric/C/r10435.html
|
||||
share/gnome/help/gnumeric/C/r10463.html
|
||||
share/gnome/help/gnumeric/C/r10483.html
|
||||
share/gnome/help/gnumeric/C/r10508.html
|
||||
share/gnome/help/gnumeric/C/r10531.html
|
||||
share/gnome/help/gnumeric/C/r10555.html
|
||||
share/gnome/help/gnumeric/C/r10581.html
|
||||
share/gnome/help/gnumeric/C/r10603.html
|
||||
share/gnome/help/gnumeric/C/r10627.html
|
||||
share/gnome/help/gnumeric/C/r10653.html
|
||||
share/gnome/help/gnumeric/C/r10675.html
|
||||
share/gnome/help/gnumeric/C/r10700.html
|
||||
share/gnome/help/gnumeric/C/r10723.html
|
||||
share/gnome/help/gnumeric/C/r10745.html
|
||||
share/gnome/help/gnumeric/C/r10774.html
|
||||
share/gnome/help/gnumeric/C/r10795.html
|
||||
share/gnome/help/gnumeric/C/r10818.html
|
||||
share/gnome/help/gnumeric/C/r10840.html
|
||||
share/gnome/help/gnumeric/C/r10867.html
|
||||
share/gnome/help/gnumeric/C/r10887.html
|
||||
share/gnome/help/gnumeric/C/r10913.html
|
||||
share/gnome/help/gnumeric/C/r10936.html
|
||||
share/gnome/help/gnumeric/C/r10961.html
|
||||
share/gnome/help/gnumeric/C/r10984.html
|
||||
share/gnome/help/gnumeric/C/r11005.html
|
||||
share/gnome/help/gnumeric/C/r11030.html
|
||||
share/gnome/help/gnumeric/C/r11054.html
|
||||
share/gnome/help/gnumeric/C/r11076.html
|
||||
share/gnome/help/gnumeric/C/r11096.html
|
||||
share/gnome/help/gnumeric/C/r11116.html
|
||||
share/gnome/help/gnumeric/C/r11141.html
|
||||
share/gnome/help/gnumeric/C/r2697.html
|
||||
share/gnome/help/gnumeric/C/r2721.html
|
||||
share/gnome/help/gnumeric/C/r2750.html
|
||||
share/gnome/help/gnumeric/C/r2771.html
|
||||
share/gnome/help/gnumeric/C/r2795.html
|
||||
share/gnome/help/gnumeric/C/r2825.html
|
||||
share/gnome/help/gnumeric/C/r2845.html
|
||||
share/gnome/help/gnumeric/C/r2867.html
|
||||
share/gnome/help/gnumeric/C/r2890.html
|
||||
share/gnome/help/gnumeric/C/r2918.html
|
||||
share/gnome/help/gnumeric/C/r2939.html
|
||||
share/gnome/help/gnumeric/C/r2969.html
|
||||
share/gnome/help/gnumeric/C/r2989.html
|
||||
share/gnome/help/gnumeric/C/r3013.html
|
||||
share/gnome/help/gnumeric/C/r3035.html
|
||||
share/gnome/help/gnumeric/C/r3074.html
|
||||
share/gnome/help/gnumeric/C/r3097.html
|
||||
share/gnome/help/gnumeric/C/r3118.html
|
||||
share/gnome/help/gnumeric/C/r3148.html
|
||||
share/gnome/help/gnumeric/C/r3188.html
|
||||
share/gnome/help/gnumeric/C/r3211.html
|
||||
share/gnome/help/gnumeric/C/r3235.html
|
||||
share/gnome/help/gnumeric/C/r3259.html
|
||||
share/gnome/help/gnumeric/C/r3289.html
|
||||
share/gnome/help/gnumeric/C/r3313.html
|
||||
share/gnome/help/gnumeric/C/r3336.html
|
||||
share/gnome/help/gnumeric/C/r3358.html
|
||||
share/gnome/help/gnumeric/C/r3381.html
|
||||
share/gnome/help/gnumeric/C/r3410.html
|
||||
share/gnome/help/gnumeric/C/r3434.html
|
||||
share/gnome/help/gnumeric/C/r3461.html
|
||||
share/gnome/help/gnumeric/C/r3485.html
|
||||
share/gnome/help/gnumeric/C/r3510.html
|
||||
share/gnome/help/gnumeric/C/r3532.html
|
||||
share/gnome/help/gnumeric/C/r3559.html
|
||||
share/gnome/help/gnumeric/C/r3583.html
|
||||
share/gnome/help/gnumeric/C/r3603.html
|
||||
share/gnome/help/gnumeric/C/r3625.html
|
||||
share/gnome/help/gnumeric/C/r3649.html
|
||||
share/gnome/help/gnumeric/C/r3674.html
|
||||
share/gnome/help/gnumeric/C/r3697.html
|
||||
share/gnome/help/gnumeric/C/r3725.html
|
||||
share/gnome/help/gnumeric/C/r3748.html
|
||||
share/gnome/help/gnumeric/C/r3768.html
|
||||
share/gnome/help/gnumeric/C/r3790.html
|
||||
share/gnome/help/gnumeric/C/r3817.html
|
||||
share/gnome/help/gnumeric/C/r3840.html
|
||||
share/gnome/help/gnumeric/C/r3860.html
|
||||
share/gnome/help/gnumeric/C/r3971.html
|
||||
share/gnome/help/gnumeric/C/r3996.html
|
||||
share/gnome/help/gnumeric/C/r4020.html
|
||||
share/gnome/help/gnumeric/C/r4043.html
|
||||
share/gnome/help/gnumeric/C/r4072.html
|
||||
share/gnome/help/gnumeric/C/r4095.html
|
||||
share/gnome/help/gnumeric/C/r4118.html
|
||||
share/gnome/help/gnumeric/C/r4145.html
|
||||
share/gnome/help/gnumeric/C/r4166.html
|
||||
share/gnome/help/gnumeric/C/r4190.html
|
||||
share/gnome/help/gnumeric/C/r4219.html
|
||||
share/gnome/help/gnumeric/C/r4240.html
|
||||
share/gnome/help/gnumeric/C/r4263.html
|
||||
share/gnome/help/gnumeric/C/r4285.html
|
||||
share/gnome/help/gnumeric/C/r4306.html
|
||||
share/gnome/help/gnumeric/C/r4329.html
|
||||
share/gnome/help/gnumeric/C/r4349.html
|
||||
share/gnome/help/gnumeric/C/r4374.html
|
||||
share/gnome/help/gnumeric/C/r4397.html
|
||||
share/gnome/help/gnumeric/C/r4421.html
|
||||
share/gnome/help/gnumeric/C/r4444.html
|
||||
share/gnome/help/gnumeric/C/r4464.html
|
||||
share/gnome/help/gnumeric/C/r4487.html
|
||||
share/gnome/help/gnumeric/C/r4515.html
|
||||
share/gnome/help/gnumeric/C/r4539.html
|
||||
share/gnome/help/gnumeric/C/r4559.html
|
||||
share/gnome/help/gnumeric/C/r4582.html
|
||||
share/gnome/help/gnumeric/C/r4608.html
|
||||
share/gnome/help/gnumeric/C/r4633.html
|
||||
share/gnome/help/gnumeric/C/r4662.html
|
||||
share/gnome/help/gnumeric/C/r4685.html
|
||||
share/gnome/help/gnumeric/C/r4712.html
|
||||
share/gnome/help/gnumeric/C/r4739.html
|
||||
share/gnome/help/gnumeric/C/r4761.html
|
||||
share/gnome/help/gnumeric/C/r4783.html
|
||||
share/gnome/help/gnumeric/C/r4807.html
|
||||
share/gnome/help/gnumeric/C/r4832.html
|
||||
share/gnome/help/gnumeric/C/r4855.html
|
||||
share/gnome/help/gnumeric/C/r4878.html
|
||||
share/gnome/help/gnumeric/C/r4900.html
|
||||
share/gnome/help/gnumeric/C/r4925.html
|
||||
share/gnome/help/gnumeric/C/r4949.html
|
||||
share/gnome/help/gnumeric/C/r4973.html
|
||||
share/gnome/help/gnumeric/C/r5014.html
|
||||
share/gnome/help/gnumeric/C/r5036.html
|
||||
share/gnome/help/gnumeric/C/r5057.html
|
||||
share/gnome/help/gnumeric/C/r5078.html
|
||||
share/gnome/help/gnumeric/C/r5102.html
|
||||
share/gnome/help/gnumeric/C/r5128.html
|
||||
share/gnome/help/gnumeric/C/r5148.html
|
||||
share/gnome/help/gnumeric/C/r5172.html
|
||||
share/gnome/help/gnumeric/C/r5194.html
|
||||
share/gnome/help/gnumeric/C/r5216.html
|
||||
share/gnome/help/gnumeric/C/r5239.html
|
||||
share/gnome/help/gnumeric/C/r5265.html
|
||||
share/gnome/help/gnumeric/C/r5292.html
|
||||
share/gnome/help/gnumeric/C/r5313.html
|
||||
share/gnome/help/gnumeric/C/r5335.html
|
||||
share/gnome/help/gnumeric/C/r5358.html
|
||||
share/gnome/help/gnumeric/C/r5382.html
|
||||
share/gnome/help/gnumeric/C/r5423.html
|
||||
share/gnome/help/gnumeric/C/r5443.html
|
||||
share/gnome/help/gnumeric/C/r5471.html
|
||||
share/gnome/help/gnumeric/C/r5495.html
|
||||
share/gnome/help/gnumeric/C/r5519.html
|
||||
share/gnome/help/gnumeric/C/r5546.html
|
||||
share/gnome/help/gnumeric/C/r5571.html
|
||||
share/gnome/help/gnumeric/C/r5591.html
|
||||
share/gnome/help/gnumeric/C/r5611.html
|
||||
share/gnome/help/gnumeric/C/r5635.html
|
||||
share/gnome/help/gnumeric/C/r5660.html
|
||||
share/gnome/help/gnumeric/C/r5684.html
|
||||
share/gnome/help/gnumeric/C/r5709.html
|
||||
share/gnome/help/gnumeric/C/r5733.html
|
||||
share/gnome/help/gnumeric/C/r5761.html
|
||||
share/gnome/help/gnumeric/C/r5784.html
|
||||
share/gnome/help/gnumeric/C/r5811.html
|
||||
share/gnome/help/gnumeric/C/r5835.html
|
||||
share/gnome/help/gnumeric/C/r5855.html
|
||||
share/gnome/help/gnumeric/C/r5878.html
|
||||
share/gnome/help/gnumeric/C/r5902.html
|
||||
share/gnome/help/gnumeric/C/r5942.html
|
||||
share/gnome/help/gnumeric/C/r5965.html
|
||||
share/gnome/help/gnumeric/C/r5988.html
|
||||
share/gnome/help/gnumeric/C/r6013.html
|
||||
share/gnome/help/gnumeric/C/r6038.html
|
||||
share/gnome/help/gnumeric/C/r6061.html
|
||||
share/gnome/help/gnumeric/C/r6084.html
|
||||
share/gnome/help/gnumeric/C/r6107.html
|
||||
share/gnome/help/gnumeric/C/r6135.html
|
||||
share/gnome/help/gnumeric/C/r6155.html
|
||||
share/gnome/help/gnumeric/C/r6178.html
|
||||
share/gnome/help/gnumeric/C/r6200.html
|
||||
share/gnome/help/gnumeric/C/r6240.html
|
||||
share/gnome/help/gnumeric/C/r6265.html
|
||||
share/gnome/help/gnumeric/C/r6287.html
|
||||
share/gnome/help/gnumeric/C/r6308.html
|
||||
share/gnome/help/gnumeric/C/r6333.html
|
||||
share/gnome/help/gnumeric/C/r6355.html
|
||||
share/gnome/help/gnumeric/C/r6384.html
|
||||
share/gnome/help/gnumeric/C/r6408.html
|
||||
share/gnome/help/gnumeric/C/r6433.html
|
||||
share/gnome/help/gnumeric/C/r6457.html
|
||||
share/gnome/help/gnumeric/C/r6484.html
|
||||
share/gnome/help/gnumeric/C/r6506.html
|
||||
share/gnome/help/gnumeric/C/r6529.html
|
||||
share/gnome/help/gnumeric/C/r6555.html
|
||||
share/gnome/help/gnumeric/C/r6579.html
|
||||
share/gnome/help/gnumeric/C/r6599.html
|
||||
share/gnome/help/gnumeric/C/r6626.html
|
||||
share/gnome/help/gnumeric/C/r6651.html
|
||||
share/gnome/help/gnumeric/C/r6675.html
|
||||
share/gnome/help/gnumeric/C/r6698.html
|
||||
share/gnome/help/gnumeric/C/r6723.html
|
||||
share/gnome/help/gnumeric/C/r6745.html
|
||||
share/gnome/help/gnumeric/C/r6768.html
|
||||
share/gnome/help/gnumeric/C/r6790.html
|
||||
share/gnome/help/gnumeric/C/r6832.html
|
||||
share/gnome/help/gnumeric/C/r6855.html
|
||||
share/gnome/help/gnumeric/C/r6878.html
|
||||
share/gnome/help/gnumeric/C/r6899.html
|
||||
share/gnome/help/gnumeric/C/r6931.html
|
||||
share/gnome/help/gnumeric/C/r6956.html
|
||||
share/gnome/help/gnumeric/C/r6981.html
|
||||
share/gnome/help/gnumeric/C/r7001.html
|
||||
share/gnome/help/gnumeric/C/r7024.html
|
||||
share/gnome/help/gnumeric/C/r7049.html
|
||||
share/gnome/help/gnumeric/C/r7073.html
|
||||
share/gnome/help/gnumeric/C/r7094.html
|
||||
share/gnome/help/gnumeric/C/r7117.html
|
||||
share/gnome/help/gnumeric/C/r7142.html
|
||||
share/gnome/help/gnumeric/C/r7165.html
|
||||
share/gnome/help/gnumeric/C/r7194.html
|
||||
share/gnome/help/gnumeric/C/r7218.html
|
||||
share/gnome/help/gnumeric/C/r7240.html
|
||||
share/gnome/help/gnumeric/C/r7267.html
|
||||
share/gnome/help/gnumeric/C/r7289.html
|
||||
share/gnome/help/gnumeric/C/r7316.html
|
||||
share/gnome/help/gnumeric/C/r7336.html
|
||||
share/gnome/help/gnumeric/C/r7362.html
|
||||
share/gnome/help/gnumeric/C/r7387.html
|
||||
share/gnome/help/gnumeric/C/r7412.html
|
||||
share/gnome/help/gnumeric/C/r7436.html
|
||||
share/gnome/help/gnumeric/C/r7463.html
|
||||
share/gnome/help/gnumeric/C/r7503.html
|
||||
share/gnome/help/gnumeric/C/r7529.html
|
||||
share/gnome/help/gnumeric/C/r7552.html
|
||||
share/gnome/help/gnumeric/C/r7574.html
|
||||
share/gnome/help/gnumeric/C/r7597.html
|
||||
share/gnome/help/gnumeric/C/r7619.html
|
||||
share/gnome/help/gnumeric/C/r7639.html
|
||||
share/gnome/help/gnumeric/C/r7664.html
|
||||
share/gnome/help/gnumeric/C/r7686.html
|
||||
share/gnome/help/gnumeric/C/r7712.html
|
||||
share/gnome/help/gnumeric/C/r7735.html
|
||||
share/gnome/help/gnumeric/C/r7760.html
|
||||
share/gnome/help/gnumeric/C/r7788.html
|
||||
share/gnome/help/gnumeric/C/r7818.html
|
||||
share/gnome/help/gnumeric/C/r7842.html
|
||||
share/gnome/help/gnumeric/C/r7868.html
|
||||
share/gnome/help/gnumeric/C/r7888.html
|
||||
share/gnome/help/gnumeric/C/r7924.html
|
||||
share/gnome/help/gnumeric/C/r7941.html
|
||||
share/gnome/help/gnumeric/C/r7963.html
|
||||
share/gnome/help/gnumeric/C/r7988.html
|
||||
share/gnome/help/gnumeric/C/r8013.html
|
||||
share/gnome/help/gnumeric/C/r8037.html
|
||||
share/gnome/help/gnumeric/C/r8060.html
|
||||
share/gnome/help/gnumeric/C/r8083.html
|
||||
share/gnome/help/gnumeric/C/r8106.html
|
||||
share/gnome/help/gnumeric/C/r8139.html
|
||||
share/gnome/help/gnumeric/C/r8161.html
|
||||
share/gnome/help/gnumeric/C/r8188.html
|
||||
share/gnome/help/gnumeric/C/r8208.html
|
||||
share/gnome/help/gnumeric/C/r8248.html
|
||||
share/gnome/help/gnumeric/C/r8271.html
|
||||
share/gnome/help/gnumeric/C/r8294.html
|
||||
share/gnome/help/gnumeric/C/r8317.html
|
||||
share/gnome/help/gnumeric/C/r8341.html
|
||||
share/gnome/help/gnumeric/C/r8365.html
|
||||
share/gnome/help/gnumeric/C/r8391.html
|
||||
share/gnome/help/gnumeric/C/r8413.html
|
||||
share/gnome/help/gnumeric/C/r8437.html
|
||||
share/gnome/help/gnumeric/C/r8465.html
|
||||
share/gnome/help/gnumeric/C/r8488.html
|
||||
share/gnome/help/gnumeric/C/r8508.html
|
||||
share/gnome/help/gnumeric/C/r8530.html
|
||||
share/gnome/help/gnumeric/C/r8557.html
|
||||
share/gnome/help/gnumeric/C/r8580.html
|
||||
share/gnome/help/gnumeric/C/r8602.html
|
||||
share/gnome/help/gnumeric/C/r8626.html
|
||||
share/gnome/help/gnumeric/C/r8659.html
|
||||
share/gnome/help/gnumeric/C/r8687.html
|
||||
share/gnome/help/gnumeric/C/r8711.html
|
||||
share/gnome/help/gnumeric/C/r8733.html
|
||||
share/gnome/help/gnumeric/C/r8761.html
|
||||
share/gnome/help/gnumeric/C/r8787.html
|
||||
share/gnome/help/gnumeric/C/r8810.html
|
||||
share/gnome/help/gnumeric/C/r8833.html
|
||||
share/gnome/help/gnumeric/C/r8861.html
|
||||
share/gnome/help/gnumeric/C/r8885.html
|
||||
share/gnome/help/gnumeric/C/r8910.html
|
||||
share/gnome/help/gnumeric/C/r8938.html
|
||||
share/gnome/help/gnumeric/C/r8965.html
|
||||
share/gnome/help/gnumeric/C/r8983.html
|
||||
share/gnome/help/gnumeric/C/r9007.html
|
||||
share/gnome/help/gnumeric/C/r9035.html
|
||||
share/gnome/help/gnumeric/C/r9063.html
|
||||
share/gnome/help/gnumeric/C/r9086.html
|
||||
share/gnome/help/gnumeric/C/r9108.html
|
||||
share/gnome/help/gnumeric/C/r9131.html
|
||||
share/gnome/help/gnumeric/C/r9151.html
|
||||
share/gnome/help/gnumeric/C/r9179.html
|
||||
share/gnome/help/gnumeric/C/r9200.html
|
||||
share/gnome/help/gnumeric/C/r9223.html
|
||||
share/gnome/help/gnumeric/C/r9247.html
|
||||
share/gnome/help/gnumeric/C/r9271.html
|
||||
share/gnome/help/gnumeric/C/r9299.html
|
||||
share/gnome/help/gnumeric/C/r9322.html
|
||||
share/gnome/help/gnumeric/C/r9351.html
|
||||
share/gnome/help/gnumeric/C/r9373.html
|
||||
share/gnome/help/gnumeric/C/r9397.html
|
||||
share/gnome/help/gnumeric/C/r9418.html
|
||||
share/gnome/help/gnumeric/C/r9442.html
|
||||
share/gnome/help/gnumeric/C/r9465.html
|
||||
share/gnome/help/gnumeric/C/r9490.html
|
||||
share/gnome/help/gnumeric/C/r9513.html
|
||||
share/gnome/help/gnumeric/C/r9533.html
|
||||
share/gnome/help/gnumeric/C/r9554.html
|
||||
share/gnome/help/gnumeric/C/r9579.html
|
||||
share/gnome/help/gnumeric/C/r9608.html
|
||||
share/gnome/help/gnumeric/C/r9633.html
|
||||
share/gnome/help/gnumeric/C/r9653.html
|
||||
share/gnome/help/gnumeric/C/r9673.html
|
||||
share/gnome/help/gnumeric/C/r9695.html
|
||||
share/gnome/help/gnumeric/C/r9717.html
|
||||
share/gnome/help/gnumeric/C/r9741.html
|
||||
share/gnome/help/gnumeric/C/r9767.html
|
||||
share/gnome/help/gnumeric/C/r9788.html
|
||||
share/gnome/help/gnumeric/C/r9829.html
|
||||
share/gnome/help/gnumeric/C/r9857.html
|
||||
share/gnome/help/gnumeric/C/r9877.html
|
||||
share/gnome/help/gnumeric/C/r9917.html
|
||||
share/gnome/help/gnumeric/C/r9938.html
|
||||
share/gnome/help/gnumeric/C/r9961.html
|
||||
share/gnome/help/gnumeric/C/rest.html
|
||||
share/gnome/help/gnumeric/C/selecting-cells-entering-formulas.html
|
||||
share/gnome/help/gnumeric/C/solver.html
|
||||
|
@ -631,6 +648,8 @@ share/locale/cs/LC_MESSAGES/gnumeric.mo
|
|||
share/locale/da/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/de/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/el/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/en_AU/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/en_CA/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/en_GB/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/es/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/es_DO/LC_MESSAGES/gnumeric.mo
|
||||
|
@ -658,6 +677,7 @@ share/locale/pt_BR/LC_MESSAGES/gnumeric.mo
|
|||
share/locale/ru/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/sk/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/sv/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/tr/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/uk/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/zh_CN.GB2312/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/zh_TW.Big5/LC_MESSAGES/gnumeric.mo
|
||||
|
@ -665,15 +685,32 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnumeric.mo
|
|||
@dirrm share/gnome/help/gnumeric/C
|
||||
@dirrm share/gnome/help/gnumeric
|
||||
@dirrm share/gnome/gnumeric/%%VERSION%%/templates
|
||||
@dirrm share/gnome/gnumeric/%%VERSION%%/python
|
||||
@dirrm share/gnome/gnumeric/%%VERSION%%/idl
|
||||
@dirrm share/gnome/gnumeric/%%VERSION%%/guile
|
||||
@dirrm share/gnome/gnumeric/%%VERSION%%/glade
|
||||
@dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates/List
|
||||
@dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates/General
|
||||
@dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Financial
|
||||
@dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Colourful
|
||||
@dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Classical
|
||||
@dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates/3D
|
||||
@dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates
|
||||
@dirrm share/gnome/gnumeric/%%VERSION%%
|
||||
@dirrm share/gnome/gnumeric
|
||||
@unexec rmdir %D/share/gnome/oaf 2>/dev/null || true
|
||||
@dirrm share/gnome/pixmaps/gnumeric
|
||||
@dirrm lib/gnumeric/%%VERSION%%/plugins/xml2
|
||||
@dirrm lib/gnumeric/%%VERSION%%/plugins/xbase
|
||||
@dirrm lib/gnumeric/%%VERSION%%/plugins/sylk
|
||||
@dirrm lib/gnumeric/%%VERSION%%/plugins/sc
|
||||
@dirrm lib/gnumeric/%%VERSION%%/plugins/plan_perfect
|
||||
@dirrm lib/gnumeric/%%VERSION%%/plugins/oleo
|
||||
@dirrm lib/gnumeric/%%VERSION%%/plugins/numtheory
|
||||
@dirrm lib/gnumeric/%%VERSION%%/plugins/lotus
|
||||
@dirrm lib/gnumeric/%%VERSION%%/plugins/html
|
||||
@dirrm lib/gnumeric/%%VERSION%%/plugins/gdaif
|
||||
@dirrm lib/gnumeric/%%VERSION%%/plugins/gb
|
||||
@dirrm lib/gnumeric/%%VERSION%%/plugins/dif
|
||||
@dirrm lib/gnumeric/%%VERSION%%/plugins/applix
|
||||
@dirrm lib/gnumeric/%%VERSION%%/plugins
|
||||
@dirrm lib/gnumeric/%%VERSION%%
|
||||
@dirrm lib/gnumeric
|
||||
|
|
|
@ -6,18 +6,18 @@
|
|||
#
|
||||
|
||||
PORTNAME= gnumeric
|
||||
PORTVERSION= 0.61
|
||||
PORTVERSION= 0.64
|
||||
CATEGORIES?= math gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= stable/sources/gnumeric
|
||||
|
||||
MAINTAINER?= ade@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= gnomeprint.13:${PORTSDIR}/print/gnomeprint \
|
||||
glade.4:${PORTSDIR}/devel/libglade \
|
||||
guile.9:${PORTSDIR}/lang/guile \
|
||||
LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile \
|
||||
gnomeole2.0:${PORTSDIR}/devel/libole2 \
|
||||
gal.4:${PORTSDIR}/x11-toolkits/gal
|
||||
gal.6:${PORTSDIR}/x11-toolkits/gal \
|
||||
gb.0:${PORTSDIR}/lang/gnomebasic \
|
||||
gda-common.0:${PORTSDIR}/databases/libgda
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_PERL5= yes
|
||||
|
@ -26,7 +26,7 @@ USE_GNOME= yes
|
|||
USE_PYTHON= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ARGS= --with-guile --without-bonobo --without-gb
|
||||
CONFIGURE_ARGS= --without-bonobo
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib -lintl"
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gnumeric-0.61.tar.gz) = 3a40015a74a10a75e3290a86fc9f7f0c
|
||||
MD5 (gnumeric-0.64.tar.gz) = 49673e41e314dacc54ea5aa74c0792ea
|
||||
|
|
|
@ -1,22 +1,65 @@
|
|||
bin/gnumeric
|
||||
etc/CORBA/servers/gnumeric.gnorba
|
||||
etc/gnumericConf.sh
|
||||
lib/gnumeric/%%VERSION%%/plugins/gnum_dif.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/gnum_guile.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/gnum_html.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/gnum_lotus.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/gnum_numtheory.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/gnum_oleo.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/gnum_sc.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/gnum_sylk.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/gnum_xbase.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/gnum_applix.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/gnum_xml2.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/applix/applix.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/applix/plugin.xml
|
||||
lib/gnumeric/%%VERSION%%/plugins/dif/dif.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/dif/plugin.xml
|
||||
lib/gnumeric/%%VERSION%%/plugins/gb/gnum_gb.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/gb/plugin.xml
|
||||
lib/gnumeric/%%VERSION%%/plugins/gdaif/gdaif.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/gdaif/plugin.xml
|
||||
lib/gnumeric/%%VERSION%%/plugins/html/html.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/html/plugin.xml
|
||||
lib/gnumeric/%%VERSION%%/plugins/lotus/lotus.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/lotus/plugin.xml
|
||||
lib/gnumeric/%%VERSION%%/plugins/numtheory/numtheory.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/numtheory/plugin.xml
|
||||
lib/gnumeric/%%VERSION%%/plugins/oleo/oleo.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/oleo/plugin.xml
|
||||
lib/gnumeric/%%VERSION%%/plugins/sc/plugin.xml
|
||||
lib/gnumeric/%%VERSION%%/plugins/sc/sc.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/sylk/plugin.xml
|
||||
lib/gnumeric/%%VERSION%%/plugins/sylk/sylk.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/xbase/plugin.xml
|
||||
lib/gnumeric/%%VERSION%%/plugins/xbase/xbase.so
|
||||
lib/gnumeric/%%VERSION%%/plugins/xml2/plugin.xml
|
||||
lib/gnumeric/%%VERSION%%/plugins/xml2/xml2.so
|
||||
share/gnome/apps/Applications/gnumeric.desktop
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/3D/.category
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/3D/autoformat.3D.button.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/3D/autoformat.3D.list.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Classical/.category
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Classical/autoformat.Classical.cool.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Classical/autoformat.Classical.simple.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Classical/autoformat.Classical.trendy.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Colourful/.category
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.banana.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.black.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.blue.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.orange.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.vanilla.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Financial/.category
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.basic.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.desert.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.ice.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.modern.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.purple.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/General/.category
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/General/autoformat.General.advanced.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/General/autoformat.General.basic.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/General/autoformat.General.empty.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/General/autoformat.General.table.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/List/.category
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/List/autoformat.List.basic.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/List/autoformat.List.green.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/List/autoformat.List.lila.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/List/autoformat.List.simple.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/advanced-filter.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/analysis-tools.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/autocorrect-exceptions.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/autocorrect.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/autoformat.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/autosave-prompt.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/autosave.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/cell-format.glade
|
||||
|
@ -29,6 +72,7 @@ share/gnome/gnumeric/%%VERSION%%/glade/dialog-zoom.glade
|
|||
share/gnome/gnumeric/%%VERSION%%/glade/font-sel.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/formula-guru.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/function-select.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/graph-guru.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/hf-config.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/import.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/insert-cells.glade
|
||||
|
@ -36,41 +80,14 @@ share/gnome/gnumeric/%%VERSION%%/glade/names.glade
|
|||
share/gnome/gnumeric/%%VERSION%%/glade/plugin-manager.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/print.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/row-height.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/search-replace.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/sheet-order.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/sheet-rename.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/solver-options.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/solver.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/summary.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/validate.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/workbook-attr.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/guile/functions.scm
|
||||
share/gnome/gnumeric/%%VERSION%%/guile/gnumeric_startup.scm
|
||||
share/gnome/gnumeric/%%VERSION%%/python/gnumeric_defs.py
|
||||
share/gnome/gnumeric/%%VERSION%%/python/gnumeric_startup.py
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.3D.button.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.3D.list.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Classical.cool.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Classical.simple.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Classical.trendy.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Colourful.banana.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Colourful.black.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Colourful.blue.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Colourful.orange.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Colourful.vanilla.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Financial.basic.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Financial.desert.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Financial.ice.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Financial.modern.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.Financial.purple.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.General.advanced.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.General.basic.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.General.empty.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.General.table.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.List.basic.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.List.green.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.List.lila.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/autoformat-templates/autoformat.List.simple.xml
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/autoformat.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/glade/graph-guru.glade
|
||||
share/gnome/gnumeric/%%VERSION%%/idl/Gnumeric.idl
|
||||
share/gnome/gnumeric/%%VERSION%%/idl/gnumeric-graphs.idl
|
||||
share/gnome/gnumeric/%%VERSION%%/templates/invoice.gnumeric
|
||||
|
@ -218,347 +235,347 @@ share/gnome/help/gnumeric/C/number-formatting-overview.html
|
|||
share/gnome/help/gnumeric/C/print-preview.html
|
||||
share/gnome/help/gnumeric/C/print-setup.html
|
||||
share/gnome/help/gnumeric/C/printing.html
|
||||
share/gnome/help/gnumeric/C/r10014.html
|
||||
share/gnome/help/gnumeric/C/r10038.html
|
||||
share/gnome/help/gnumeric/C/r10066.html
|
||||
share/gnome/help/gnumeric/C/r10086.html
|
||||
share/gnome/help/gnumeric/C/r10109.html
|
||||
share/gnome/help/gnumeric/C/r10133.html
|
||||
share/gnome/help/gnumeric/C/r10161.html
|
||||
share/gnome/help/gnumeric/C/r10182.html
|
||||
share/gnome/help/gnumeric/C/r10202.html
|
||||
share/gnome/help/gnumeric/C/r10229.html
|
||||
share/gnome/help/gnumeric/C/r10269.html
|
||||
share/gnome/help/gnumeric/C/r10294.html
|
||||
share/gnome/help/gnumeric/C/r10323.html
|
||||
share/gnome/help/gnumeric/C/r10345.html
|
||||
share/gnome/help/gnumeric/C/r10368.html
|
||||
share/gnome/help/gnumeric/C/r10395.html
|
||||
share/gnome/help/gnumeric/C/r10421.html
|
||||
share/gnome/help/gnumeric/C/r10449.html
|
||||
share/gnome/help/gnumeric/C/r10469.html
|
||||
share/gnome/help/gnumeric/C/r10494.html
|
||||
share/gnome/help/gnumeric/C/r10517.html
|
||||
share/gnome/help/gnumeric/C/r10541.html
|
||||
share/gnome/help/gnumeric/C/r10567.html
|
||||
share/gnome/help/gnumeric/C/r10589.html
|
||||
share/gnome/help/gnumeric/C/r10613.html
|
||||
share/gnome/help/gnumeric/C/r10639.html
|
||||
share/gnome/help/gnumeric/C/r10661.html
|
||||
share/gnome/help/gnumeric/C/r10686.html
|
||||
share/gnome/help/gnumeric/C/r10709.html
|
||||
share/gnome/help/gnumeric/C/r10731.html
|
||||
share/gnome/help/gnumeric/C/r10760.html
|
||||
share/gnome/help/gnumeric/C/r10781.html
|
||||
share/gnome/help/gnumeric/C/r10804.html
|
||||
share/gnome/help/gnumeric/C/r10826.html
|
||||
share/gnome/help/gnumeric/C/r10853.html
|
||||
share/gnome/help/gnumeric/C/r10873.html
|
||||
share/gnome/help/gnumeric/C/r10899.html
|
||||
share/gnome/help/gnumeric/C/r10922.html
|
||||
share/gnome/help/gnumeric/C/r10947.html
|
||||
share/gnome/help/gnumeric/C/r10970.html
|
||||
share/gnome/help/gnumeric/C/r10991.html
|
||||
share/gnome/help/gnumeric/C/r11016.html
|
||||
share/gnome/help/gnumeric/C/r11040.html
|
||||
share/gnome/help/gnumeric/C/r11062.html
|
||||
share/gnome/help/gnumeric/C/r11082.html
|
||||
share/gnome/help/gnumeric/C/r11102.html
|
||||
share/gnome/help/gnumeric/C/r11126.html
|
||||
share/gnome/help/gnumeric/C/r2690.html
|
||||
share/gnome/help/gnumeric/C/r2714.html
|
||||
share/gnome/help/gnumeric/C/r2743.html
|
||||
share/gnome/help/gnumeric/C/r2764.html
|
||||
share/gnome/help/gnumeric/C/r2788.html
|
||||
share/gnome/help/gnumeric/C/r2818.html
|
||||
share/gnome/help/gnumeric/C/r2838.html
|
||||
share/gnome/help/gnumeric/C/r2860.html
|
||||
share/gnome/help/gnumeric/C/r2883.html
|
||||
share/gnome/help/gnumeric/C/r2911.html
|
||||
share/gnome/help/gnumeric/C/r2932.html
|
||||
share/gnome/help/gnumeric/C/r2962.html
|
||||
share/gnome/help/gnumeric/C/r2982.html
|
||||
share/gnome/help/gnumeric/C/r3006.html
|
||||
share/gnome/help/gnumeric/C/r3028.html
|
||||
share/gnome/help/gnumeric/C/r3067.html
|
||||
share/gnome/help/gnumeric/C/r3090.html
|
||||
share/gnome/help/gnumeric/C/r3111.html
|
||||
share/gnome/help/gnumeric/C/r3141.html
|
||||
share/gnome/help/gnumeric/C/r3181.html
|
||||
share/gnome/help/gnumeric/C/r3204.html
|
||||
share/gnome/help/gnumeric/C/r3228.html
|
||||
share/gnome/help/gnumeric/C/r3252.html
|
||||
share/gnome/help/gnumeric/C/r3277.html
|
||||
share/gnome/help/gnumeric/C/r3301.html
|
||||
share/gnome/help/gnumeric/C/r3324.html
|
||||
share/gnome/help/gnumeric/C/r3346.html
|
||||
share/gnome/help/gnumeric/C/r3369.html
|
||||
share/gnome/help/gnumeric/C/r3398.html
|
||||
share/gnome/help/gnumeric/C/r3422.html
|
||||
share/gnome/help/gnumeric/C/r3449.html
|
||||
share/gnome/help/gnumeric/C/r3473.html
|
||||
share/gnome/help/gnumeric/C/r3498.html
|
||||
share/gnome/help/gnumeric/C/r3520.html
|
||||
share/gnome/help/gnumeric/C/r3547.html
|
||||
share/gnome/help/gnumeric/C/r3571.html
|
||||
share/gnome/help/gnumeric/C/r3591.html
|
||||
share/gnome/help/gnumeric/C/r3613.html
|
||||
share/gnome/help/gnumeric/C/r3637.html
|
||||
share/gnome/help/gnumeric/C/r3662.html
|
||||
share/gnome/help/gnumeric/C/r3685.html
|
||||
share/gnome/help/gnumeric/C/r3713.html
|
||||
share/gnome/help/gnumeric/C/r3736.html
|
||||
share/gnome/help/gnumeric/C/r3756.html
|
||||
share/gnome/help/gnumeric/C/r3778.html
|
||||
share/gnome/help/gnumeric/C/r3805.html
|
||||
share/gnome/help/gnumeric/C/r3828.html
|
||||
share/gnome/help/gnumeric/C/r3848.html
|
||||
share/gnome/help/gnumeric/C/r3959.html
|
||||
share/gnome/help/gnumeric/C/r3984.html
|
||||
share/gnome/help/gnumeric/C/r4008.html
|
||||
share/gnome/help/gnumeric/C/r4031.html
|
||||
share/gnome/help/gnumeric/C/r4060.html
|
||||
share/gnome/help/gnumeric/C/r4083.html
|
||||
share/gnome/help/gnumeric/C/r4106.html
|
||||
share/gnome/help/gnumeric/C/r4133.html
|
||||
share/gnome/help/gnumeric/C/r4154.html
|
||||
share/gnome/help/gnumeric/C/r4178.html
|
||||
share/gnome/help/gnumeric/C/r4207.html
|
||||
share/gnome/help/gnumeric/C/r4228.html
|
||||
share/gnome/help/gnumeric/C/r4251.html
|
||||
share/gnome/help/gnumeric/C/r4273.html
|
||||
share/gnome/help/gnumeric/C/r4294.html
|
||||
share/gnome/help/gnumeric/C/r4317.html
|
||||
share/gnome/help/gnumeric/C/r4337.html
|
||||
share/gnome/help/gnumeric/C/r4362.html
|
||||
share/gnome/help/gnumeric/C/r4385.html
|
||||
share/gnome/help/gnumeric/C/r4409.html
|
||||
share/gnome/help/gnumeric/C/r4432.html
|
||||
share/gnome/help/gnumeric/C/r4452.html
|
||||
share/gnome/help/gnumeric/C/r4475.html
|
||||
share/gnome/help/gnumeric/C/r4503.html
|
||||
share/gnome/help/gnumeric/C/r4527.html
|
||||
share/gnome/help/gnumeric/C/r4547.html
|
||||
share/gnome/help/gnumeric/C/r4570.html
|
||||
share/gnome/help/gnumeric/C/r4596.html
|
||||
share/gnome/help/gnumeric/C/r4621.html
|
||||
share/gnome/help/gnumeric/C/r4650.html
|
||||
share/gnome/help/gnumeric/C/r4673.html
|
||||
share/gnome/help/gnumeric/C/r4700.html
|
||||
share/gnome/help/gnumeric/C/r4727.html
|
||||
share/gnome/help/gnumeric/C/r4749.html
|
||||
share/gnome/help/gnumeric/C/r4771.html
|
||||
share/gnome/help/gnumeric/C/r4795.html
|
||||
share/gnome/help/gnumeric/C/r4820.html
|
||||
share/gnome/help/gnumeric/C/r4843.html
|
||||
share/gnome/help/gnumeric/C/r4866.html
|
||||
share/gnome/help/gnumeric/C/r4888.html
|
||||
share/gnome/help/gnumeric/C/r4913.html
|
||||
share/gnome/help/gnumeric/C/r4937.html
|
||||
share/gnome/help/gnumeric/C/r4961.html
|
||||
share/gnome/help/gnumeric/C/r5002.html
|
||||
share/gnome/help/gnumeric/C/r5024.html
|
||||
share/gnome/help/gnumeric/C/r5045.html
|
||||
share/gnome/help/gnumeric/C/r5066.html
|
||||
share/gnome/help/gnumeric/C/r5090.html
|
||||
share/gnome/help/gnumeric/C/r5116.html
|
||||
share/gnome/help/gnumeric/C/r5136.html
|
||||
share/gnome/help/gnumeric/C/r5160.html
|
||||
share/gnome/help/gnumeric/C/r5182.html
|
||||
share/gnome/help/gnumeric/C/r5204.html
|
||||
share/gnome/help/gnumeric/C/r5227.html
|
||||
share/gnome/help/gnumeric/C/r5252.html
|
||||
share/gnome/help/gnumeric/C/r5279.html
|
||||
share/gnome/help/gnumeric/C/r5300.html
|
||||
share/gnome/help/gnumeric/C/r5322.html
|
||||
share/gnome/help/gnumeric/C/r5345.html
|
||||
share/gnome/help/gnumeric/C/r5369.html
|
||||
share/gnome/help/gnumeric/C/r5410.html
|
||||
share/gnome/help/gnumeric/C/r5430.html
|
||||
share/gnome/help/gnumeric/C/r5458.html
|
||||
share/gnome/help/gnumeric/C/r5482.html
|
||||
share/gnome/help/gnumeric/C/r5506.html
|
||||
share/gnome/help/gnumeric/C/r5533.html
|
||||
share/gnome/help/gnumeric/C/r5558.html
|
||||
share/gnome/help/gnumeric/C/r5578.html
|
||||
share/gnome/help/gnumeric/C/r5598.html
|
||||
share/gnome/help/gnumeric/C/r5622.html
|
||||
share/gnome/help/gnumeric/C/r5647.html
|
||||
share/gnome/help/gnumeric/C/r5671.html
|
||||
share/gnome/help/gnumeric/C/r5696.html
|
||||
share/gnome/help/gnumeric/C/r5720.html
|
||||
share/gnome/help/gnumeric/C/r5748.html
|
||||
share/gnome/help/gnumeric/C/r5771.html
|
||||
share/gnome/help/gnumeric/C/r5798.html
|
||||
share/gnome/help/gnumeric/C/r5822.html
|
||||
share/gnome/help/gnumeric/C/r5842.html
|
||||
share/gnome/help/gnumeric/C/r5865.html
|
||||
share/gnome/help/gnumeric/C/r5889.html
|
||||
share/gnome/help/gnumeric/C/r5929.html
|
||||
share/gnome/help/gnumeric/C/r5952.html
|
||||
share/gnome/help/gnumeric/C/r5975.html
|
||||
share/gnome/help/gnumeric/C/r6000.html
|
||||
share/gnome/help/gnumeric/C/r6025.html
|
||||
share/gnome/help/gnumeric/C/r6048.html
|
||||
share/gnome/help/gnumeric/C/r6071.html
|
||||
share/gnome/help/gnumeric/C/r6094.html
|
||||
share/gnome/help/gnumeric/C/r6122.html
|
||||
share/gnome/help/gnumeric/C/r6142.html
|
||||
share/gnome/help/gnumeric/C/r6165.html
|
||||
share/gnome/help/gnumeric/C/r6187.html
|
||||
share/gnome/help/gnumeric/C/r6227.html
|
||||
share/gnome/help/gnumeric/C/r6252.html
|
||||
share/gnome/help/gnumeric/C/r6274.html
|
||||
share/gnome/help/gnumeric/C/r6295.html
|
||||
share/gnome/help/gnumeric/C/r6320.html
|
||||
share/gnome/help/gnumeric/C/r6342.html
|
||||
share/gnome/help/gnumeric/C/r6371.html
|
||||
share/gnome/help/gnumeric/C/r6395.html
|
||||
share/gnome/help/gnumeric/C/r6420.html
|
||||
share/gnome/help/gnumeric/C/r6444.html
|
||||
share/gnome/help/gnumeric/C/r6471.html
|
||||
share/gnome/help/gnumeric/C/r6493.html
|
||||
share/gnome/help/gnumeric/C/r6515.html
|
||||
share/gnome/help/gnumeric/C/r6541.html
|
||||
share/gnome/help/gnumeric/C/r6565.html
|
||||
share/gnome/help/gnumeric/C/r6585.html
|
||||
share/gnome/help/gnumeric/C/r6612.html
|
||||
share/gnome/help/gnumeric/C/r6637.html
|
||||
share/gnome/help/gnumeric/C/r6661.html
|
||||
share/gnome/help/gnumeric/C/r6684.html
|
||||
share/gnome/help/gnumeric/C/r6709.html
|
||||
share/gnome/help/gnumeric/C/r6731.html
|
||||
share/gnome/help/gnumeric/C/r6754.html
|
||||
share/gnome/help/gnumeric/C/r6776.html
|
||||
share/gnome/help/gnumeric/C/r6818.html
|
||||
share/gnome/help/gnumeric/C/r6841.html
|
||||
share/gnome/help/gnumeric/C/r6864.html
|
||||
share/gnome/help/gnumeric/C/r6885.html
|
||||
share/gnome/help/gnumeric/C/r6917.html
|
||||
share/gnome/help/gnumeric/C/r6942.html
|
||||
share/gnome/help/gnumeric/C/r6967.html
|
||||
share/gnome/help/gnumeric/C/r6987.html
|
||||
share/gnome/help/gnumeric/C/r7010.html
|
||||
share/gnome/help/gnumeric/C/r7035.html
|
||||
share/gnome/help/gnumeric/C/r7059.html
|
||||
share/gnome/help/gnumeric/C/r7080.html
|
||||
share/gnome/help/gnumeric/C/r7103.html
|
||||
share/gnome/help/gnumeric/C/r7128.html
|
||||
share/gnome/help/gnumeric/C/r7151.html
|
||||
share/gnome/help/gnumeric/C/r7180.html
|
||||
share/gnome/help/gnumeric/C/r7204.html
|
||||
share/gnome/help/gnumeric/C/r7226.html
|
||||
share/gnome/help/gnumeric/C/r7253.html
|
||||
share/gnome/help/gnumeric/C/r7275.html
|
||||
share/gnome/help/gnumeric/C/r7302.html
|
||||
share/gnome/help/gnumeric/C/r7322.html
|
||||
share/gnome/help/gnumeric/C/r7348.html
|
||||
share/gnome/help/gnumeric/C/r7373.html
|
||||
share/gnome/help/gnumeric/C/r7398.html
|
||||
share/gnome/help/gnumeric/C/r7422.html
|
||||
share/gnome/help/gnumeric/C/r7449.html
|
||||
share/gnome/help/gnumeric/C/r7489.html
|
||||
share/gnome/help/gnumeric/C/r7515.html
|
||||
share/gnome/help/gnumeric/C/r7538.html
|
||||
share/gnome/help/gnumeric/C/r7560.html
|
||||
share/gnome/help/gnumeric/C/r7583.html
|
||||
share/gnome/help/gnumeric/C/r7605.html
|
||||
share/gnome/help/gnumeric/C/r7625.html
|
||||
share/gnome/help/gnumeric/C/r7650.html
|
||||
share/gnome/help/gnumeric/C/r7672.html
|
||||
share/gnome/help/gnumeric/C/r7698.html
|
||||
share/gnome/help/gnumeric/C/r7721.html
|
||||
share/gnome/help/gnumeric/C/r7746.html
|
||||
share/gnome/help/gnumeric/C/r7774.html
|
||||
share/gnome/help/gnumeric/C/r7804.html
|
||||
share/gnome/help/gnumeric/C/r7828.html
|
||||
share/gnome/help/gnumeric/C/r7854.html
|
||||
share/gnome/help/gnumeric/C/r7874.html
|
||||
share/gnome/help/gnumeric/C/r7910.html
|
||||
share/gnome/help/gnumeric/C/r7927.html
|
||||
share/gnome/help/gnumeric/C/r7949.html
|
||||
share/gnome/help/gnumeric/C/r7974.html
|
||||
share/gnome/help/gnumeric/C/r7999.html
|
||||
share/gnome/help/gnumeric/C/r8023.html
|
||||
share/gnome/help/gnumeric/C/r8046.html
|
||||
share/gnome/help/gnumeric/C/r8069.html
|
||||
share/gnome/help/gnumeric/C/r8092.html
|
||||
share/gnome/help/gnumeric/C/r8125.html
|
||||
share/gnome/help/gnumeric/C/r8147.html
|
||||
share/gnome/help/gnumeric/C/r8174.html
|
||||
share/gnome/help/gnumeric/C/r8194.html
|
||||
share/gnome/help/gnumeric/C/r8234.html
|
||||
share/gnome/help/gnumeric/C/r8257.html
|
||||
share/gnome/help/gnumeric/C/r8280.html
|
||||
share/gnome/help/gnumeric/C/r8303.html
|
||||
share/gnome/help/gnumeric/C/r8327.html
|
||||
share/gnome/help/gnumeric/C/r8351.html
|
||||
share/gnome/help/gnumeric/C/r8377.html
|
||||
share/gnome/help/gnumeric/C/r8399.html
|
||||
share/gnome/help/gnumeric/C/r8423.html
|
||||
share/gnome/help/gnumeric/C/r8451.html
|
||||
share/gnome/help/gnumeric/C/r8474.html
|
||||
share/gnome/help/gnumeric/C/r8494.html
|
||||
share/gnome/help/gnumeric/C/r8516.html
|
||||
share/gnome/help/gnumeric/C/r8543.html
|
||||
share/gnome/help/gnumeric/C/r8566.html
|
||||
share/gnome/help/gnumeric/C/r8588.html
|
||||
share/gnome/help/gnumeric/C/r8612.html
|
||||
share/gnome/help/gnumeric/C/r8645.html
|
||||
share/gnome/help/gnumeric/C/r8673.html
|
||||
share/gnome/help/gnumeric/C/r8697.html
|
||||
share/gnome/help/gnumeric/C/r8719.html
|
||||
share/gnome/help/gnumeric/C/r8747.html
|
||||
share/gnome/help/gnumeric/C/r8773.html
|
||||
share/gnome/help/gnumeric/C/r8796.html
|
||||
share/gnome/help/gnumeric/C/r8819.html
|
||||
share/gnome/help/gnumeric/C/r8847.html
|
||||
share/gnome/help/gnumeric/C/r8871.html
|
||||
share/gnome/help/gnumeric/C/r8896.html
|
||||
share/gnome/help/gnumeric/C/r8924.html
|
||||
share/gnome/help/gnumeric/C/r8951.html
|
||||
share/gnome/help/gnumeric/C/r8969.html
|
||||
share/gnome/help/gnumeric/C/r8993.html
|
||||
share/gnome/help/gnumeric/C/r9021.html
|
||||
share/gnome/help/gnumeric/C/r9049.html
|
||||
share/gnome/help/gnumeric/C/r9072.html
|
||||
share/gnome/help/gnumeric/C/r9094.html
|
||||
share/gnome/help/gnumeric/C/r9117.html
|
||||
share/gnome/help/gnumeric/C/r9137.html
|
||||
share/gnome/help/gnumeric/C/r9165.html
|
||||
share/gnome/help/gnumeric/C/r9186.html
|
||||
share/gnome/help/gnumeric/C/r9209.html
|
||||
share/gnome/help/gnumeric/C/r9233.html
|
||||
share/gnome/help/gnumeric/C/r9257.html
|
||||
share/gnome/help/gnumeric/C/r9285.html
|
||||
share/gnome/help/gnumeric/C/r9308.html
|
||||
share/gnome/help/gnumeric/C/r9337.html
|
||||
share/gnome/help/gnumeric/C/r9359.html
|
||||
share/gnome/help/gnumeric/C/r9383.html
|
||||
share/gnome/help/gnumeric/C/r9404.html
|
||||
share/gnome/help/gnumeric/C/r9428.html
|
||||
share/gnome/help/gnumeric/C/r9451.html
|
||||
share/gnome/help/gnumeric/C/r9476.html
|
||||
share/gnome/help/gnumeric/C/r9499.html
|
||||
share/gnome/help/gnumeric/C/r9519.html
|
||||
share/gnome/help/gnumeric/C/r9540.html
|
||||
share/gnome/help/gnumeric/C/r9565.html
|
||||
share/gnome/help/gnumeric/C/r9594.html
|
||||
share/gnome/help/gnumeric/C/r9619.html
|
||||
share/gnome/help/gnumeric/C/r9639.html
|
||||
share/gnome/help/gnumeric/C/r9659.html
|
||||
share/gnome/help/gnumeric/C/r9681.html
|
||||
share/gnome/help/gnumeric/C/r9703.html
|
||||
share/gnome/help/gnumeric/C/r9727.html
|
||||
share/gnome/help/gnumeric/C/r9753.html
|
||||
share/gnome/help/gnumeric/C/r9774.html
|
||||
share/gnome/help/gnumeric/C/r9815.html
|
||||
share/gnome/help/gnumeric/C/r9843.html
|
||||
share/gnome/help/gnumeric/C/r9863.html
|
||||
share/gnome/help/gnumeric/C/r9903.html
|
||||
share/gnome/help/gnumeric/C/r9924.html
|
||||
share/gnome/help/gnumeric/C/r9947.html
|
||||
share/gnome/help/gnumeric/C/r9988.html
|
||||
share/gnome/help/gnumeric/C/r10002.html
|
||||
share/gnome/help/gnumeric/C/r10028.html
|
||||
share/gnome/help/gnumeric/C/r10052.html
|
||||
share/gnome/help/gnumeric/C/r10080.html
|
||||
share/gnome/help/gnumeric/C/r10100.html
|
||||
share/gnome/help/gnumeric/C/r10123.html
|
||||
share/gnome/help/gnumeric/C/r10147.html
|
||||
share/gnome/help/gnumeric/C/r10175.html
|
||||
share/gnome/help/gnumeric/C/r10196.html
|
||||
share/gnome/help/gnumeric/C/r10216.html
|
||||
share/gnome/help/gnumeric/C/r10243.html
|
||||
share/gnome/help/gnumeric/C/r10283.html
|
||||
share/gnome/help/gnumeric/C/r10308.html
|
||||
share/gnome/help/gnumeric/C/r10337.html
|
||||
share/gnome/help/gnumeric/C/r10359.html
|
||||
share/gnome/help/gnumeric/C/r10382.html
|
||||
share/gnome/help/gnumeric/C/r10409.html
|
||||
share/gnome/help/gnumeric/C/r10435.html
|
||||
share/gnome/help/gnumeric/C/r10463.html
|
||||
share/gnome/help/gnumeric/C/r10483.html
|
||||
share/gnome/help/gnumeric/C/r10508.html
|
||||
share/gnome/help/gnumeric/C/r10531.html
|
||||
share/gnome/help/gnumeric/C/r10555.html
|
||||
share/gnome/help/gnumeric/C/r10581.html
|
||||
share/gnome/help/gnumeric/C/r10603.html
|
||||
share/gnome/help/gnumeric/C/r10627.html
|
||||
share/gnome/help/gnumeric/C/r10653.html
|
||||
share/gnome/help/gnumeric/C/r10675.html
|
||||
share/gnome/help/gnumeric/C/r10700.html
|
||||
share/gnome/help/gnumeric/C/r10723.html
|
||||
share/gnome/help/gnumeric/C/r10745.html
|
||||
share/gnome/help/gnumeric/C/r10774.html
|
||||
share/gnome/help/gnumeric/C/r10795.html
|
||||
share/gnome/help/gnumeric/C/r10818.html
|
||||
share/gnome/help/gnumeric/C/r10840.html
|
||||
share/gnome/help/gnumeric/C/r10867.html
|
||||
share/gnome/help/gnumeric/C/r10887.html
|
||||
share/gnome/help/gnumeric/C/r10913.html
|
||||
share/gnome/help/gnumeric/C/r10936.html
|
||||
share/gnome/help/gnumeric/C/r10961.html
|
||||
share/gnome/help/gnumeric/C/r10984.html
|
||||
share/gnome/help/gnumeric/C/r11005.html
|
||||
share/gnome/help/gnumeric/C/r11030.html
|
||||
share/gnome/help/gnumeric/C/r11054.html
|
||||
share/gnome/help/gnumeric/C/r11076.html
|
||||
share/gnome/help/gnumeric/C/r11096.html
|
||||
share/gnome/help/gnumeric/C/r11116.html
|
||||
share/gnome/help/gnumeric/C/r11141.html
|
||||
share/gnome/help/gnumeric/C/r2697.html
|
||||
share/gnome/help/gnumeric/C/r2721.html
|
||||
share/gnome/help/gnumeric/C/r2750.html
|
||||
share/gnome/help/gnumeric/C/r2771.html
|
||||
share/gnome/help/gnumeric/C/r2795.html
|
||||
share/gnome/help/gnumeric/C/r2825.html
|
||||
share/gnome/help/gnumeric/C/r2845.html
|
||||
share/gnome/help/gnumeric/C/r2867.html
|
||||
share/gnome/help/gnumeric/C/r2890.html
|
||||
share/gnome/help/gnumeric/C/r2918.html
|
||||
share/gnome/help/gnumeric/C/r2939.html
|
||||
share/gnome/help/gnumeric/C/r2969.html
|
||||
share/gnome/help/gnumeric/C/r2989.html
|
||||
share/gnome/help/gnumeric/C/r3013.html
|
||||
share/gnome/help/gnumeric/C/r3035.html
|
||||
share/gnome/help/gnumeric/C/r3074.html
|
||||
share/gnome/help/gnumeric/C/r3097.html
|
||||
share/gnome/help/gnumeric/C/r3118.html
|
||||
share/gnome/help/gnumeric/C/r3148.html
|
||||
share/gnome/help/gnumeric/C/r3188.html
|
||||
share/gnome/help/gnumeric/C/r3211.html
|
||||
share/gnome/help/gnumeric/C/r3235.html
|
||||
share/gnome/help/gnumeric/C/r3259.html
|
||||
share/gnome/help/gnumeric/C/r3289.html
|
||||
share/gnome/help/gnumeric/C/r3313.html
|
||||
share/gnome/help/gnumeric/C/r3336.html
|
||||
share/gnome/help/gnumeric/C/r3358.html
|
||||
share/gnome/help/gnumeric/C/r3381.html
|
||||
share/gnome/help/gnumeric/C/r3410.html
|
||||
share/gnome/help/gnumeric/C/r3434.html
|
||||
share/gnome/help/gnumeric/C/r3461.html
|
||||
share/gnome/help/gnumeric/C/r3485.html
|
||||
share/gnome/help/gnumeric/C/r3510.html
|
||||
share/gnome/help/gnumeric/C/r3532.html
|
||||
share/gnome/help/gnumeric/C/r3559.html
|
||||
share/gnome/help/gnumeric/C/r3583.html
|
||||
share/gnome/help/gnumeric/C/r3603.html
|
||||
share/gnome/help/gnumeric/C/r3625.html
|
||||
share/gnome/help/gnumeric/C/r3649.html
|
||||
share/gnome/help/gnumeric/C/r3674.html
|
||||
share/gnome/help/gnumeric/C/r3697.html
|
||||
share/gnome/help/gnumeric/C/r3725.html
|
||||
share/gnome/help/gnumeric/C/r3748.html
|
||||
share/gnome/help/gnumeric/C/r3768.html
|
||||
share/gnome/help/gnumeric/C/r3790.html
|
||||
share/gnome/help/gnumeric/C/r3817.html
|
||||
share/gnome/help/gnumeric/C/r3840.html
|
||||
share/gnome/help/gnumeric/C/r3860.html
|
||||
share/gnome/help/gnumeric/C/r3971.html
|
||||
share/gnome/help/gnumeric/C/r3996.html
|
||||
share/gnome/help/gnumeric/C/r4020.html
|
||||
share/gnome/help/gnumeric/C/r4043.html
|
||||
share/gnome/help/gnumeric/C/r4072.html
|
||||
share/gnome/help/gnumeric/C/r4095.html
|
||||
share/gnome/help/gnumeric/C/r4118.html
|
||||
share/gnome/help/gnumeric/C/r4145.html
|
||||
share/gnome/help/gnumeric/C/r4166.html
|
||||
share/gnome/help/gnumeric/C/r4190.html
|
||||
share/gnome/help/gnumeric/C/r4219.html
|
||||
share/gnome/help/gnumeric/C/r4240.html
|
||||
share/gnome/help/gnumeric/C/r4263.html
|
||||
share/gnome/help/gnumeric/C/r4285.html
|
||||
share/gnome/help/gnumeric/C/r4306.html
|
||||
share/gnome/help/gnumeric/C/r4329.html
|
||||
share/gnome/help/gnumeric/C/r4349.html
|
||||
share/gnome/help/gnumeric/C/r4374.html
|
||||
share/gnome/help/gnumeric/C/r4397.html
|
||||
share/gnome/help/gnumeric/C/r4421.html
|
||||
share/gnome/help/gnumeric/C/r4444.html
|
||||
share/gnome/help/gnumeric/C/r4464.html
|
||||
share/gnome/help/gnumeric/C/r4487.html
|
||||
share/gnome/help/gnumeric/C/r4515.html
|
||||
share/gnome/help/gnumeric/C/r4539.html
|
||||
share/gnome/help/gnumeric/C/r4559.html
|
||||
share/gnome/help/gnumeric/C/r4582.html
|
||||
share/gnome/help/gnumeric/C/r4608.html
|
||||
share/gnome/help/gnumeric/C/r4633.html
|
||||
share/gnome/help/gnumeric/C/r4662.html
|
||||
share/gnome/help/gnumeric/C/r4685.html
|
||||
share/gnome/help/gnumeric/C/r4712.html
|
||||
share/gnome/help/gnumeric/C/r4739.html
|
||||
share/gnome/help/gnumeric/C/r4761.html
|
||||
share/gnome/help/gnumeric/C/r4783.html
|
||||
share/gnome/help/gnumeric/C/r4807.html
|
||||
share/gnome/help/gnumeric/C/r4832.html
|
||||
share/gnome/help/gnumeric/C/r4855.html
|
||||
share/gnome/help/gnumeric/C/r4878.html
|
||||
share/gnome/help/gnumeric/C/r4900.html
|
||||
share/gnome/help/gnumeric/C/r4925.html
|
||||
share/gnome/help/gnumeric/C/r4949.html
|
||||
share/gnome/help/gnumeric/C/r4973.html
|
||||
share/gnome/help/gnumeric/C/r5014.html
|
||||
share/gnome/help/gnumeric/C/r5036.html
|
||||
share/gnome/help/gnumeric/C/r5057.html
|
||||
share/gnome/help/gnumeric/C/r5078.html
|
||||
share/gnome/help/gnumeric/C/r5102.html
|
||||
share/gnome/help/gnumeric/C/r5128.html
|
||||
share/gnome/help/gnumeric/C/r5148.html
|
||||
share/gnome/help/gnumeric/C/r5172.html
|
||||
share/gnome/help/gnumeric/C/r5194.html
|
||||
share/gnome/help/gnumeric/C/r5216.html
|
||||
share/gnome/help/gnumeric/C/r5239.html
|
||||
share/gnome/help/gnumeric/C/r5265.html
|
||||
share/gnome/help/gnumeric/C/r5292.html
|
||||
share/gnome/help/gnumeric/C/r5313.html
|
||||
share/gnome/help/gnumeric/C/r5335.html
|
||||
share/gnome/help/gnumeric/C/r5358.html
|
||||
share/gnome/help/gnumeric/C/r5382.html
|
||||
share/gnome/help/gnumeric/C/r5423.html
|
||||
share/gnome/help/gnumeric/C/r5443.html
|
||||
share/gnome/help/gnumeric/C/r5471.html
|
||||
share/gnome/help/gnumeric/C/r5495.html
|
||||
share/gnome/help/gnumeric/C/r5519.html
|
||||
share/gnome/help/gnumeric/C/r5546.html
|
||||
share/gnome/help/gnumeric/C/r5571.html
|
||||
share/gnome/help/gnumeric/C/r5591.html
|
||||
share/gnome/help/gnumeric/C/r5611.html
|
||||
share/gnome/help/gnumeric/C/r5635.html
|
||||
share/gnome/help/gnumeric/C/r5660.html
|
||||
share/gnome/help/gnumeric/C/r5684.html
|
||||
share/gnome/help/gnumeric/C/r5709.html
|
||||
share/gnome/help/gnumeric/C/r5733.html
|
||||
share/gnome/help/gnumeric/C/r5761.html
|
||||
share/gnome/help/gnumeric/C/r5784.html
|
||||
share/gnome/help/gnumeric/C/r5811.html
|
||||
share/gnome/help/gnumeric/C/r5835.html
|
||||
share/gnome/help/gnumeric/C/r5855.html
|
||||
share/gnome/help/gnumeric/C/r5878.html
|
||||
share/gnome/help/gnumeric/C/r5902.html
|
||||
share/gnome/help/gnumeric/C/r5942.html
|
||||
share/gnome/help/gnumeric/C/r5965.html
|
||||
share/gnome/help/gnumeric/C/r5988.html
|
||||
share/gnome/help/gnumeric/C/r6013.html
|
||||
share/gnome/help/gnumeric/C/r6038.html
|
||||
share/gnome/help/gnumeric/C/r6061.html
|
||||
share/gnome/help/gnumeric/C/r6084.html
|
||||
share/gnome/help/gnumeric/C/r6107.html
|
||||
share/gnome/help/gnumeric/C/r6135.html
|
||||
share/gnome/help/gnumeric/C/r6155.html
|
||||
share/gnome/help/gnumeric/C/r6178.html
|
||||
share/gnome/help/gnumeric/C/r6200.html
|
||||
share/gnome/help/gnumeric/C/r6240.html
|
||||
share/gnome/help/gnumeric/C/r6265.html
|
||||
share/gnome/help/gnumeric/C/r6287.html
|
||||
share/gnome/help/gnumeric/C/r6308.html
|
||||
share/gnome/help/gnumeric/C/r6333.html
|
||||
share/gnome/help/gnumeric/C/r6355.html
|
||||
share/gnome/help/gnumeric/C/r6384.html
|
||||
share/gnome/help/gnumeric/C/r6408.html
|
||||
share/gnome/help/gnumeric/C/r6433.html
|
||||
share/gnome/help/gnumeric/C/r6457.html
|
||||
share/gnome/help/gnumeric/C/r6484.html
|
||||
share/gnome/help/gnumeric/C/r6506.html
|
||||
share/gnome/help/gnumeric/C/r6529.html
|
||||
share/gnome/help/gnumeric/C/r6555.html
|
||||
share/gnome/help/gnumeric/C/r6579.html
|
||||
share/gnome/help/gnumeric/C/r6599.html
|
||||
share/gnome/help/gnumeric/C/r6626.html
|
||||
share/gnome/help/gnumeric/C/r6651.html
|
||||
share/gnome/help/gnumeric/C/r6675.html
|
||||
share/gnome/help/gnumeric/C/r6698.html
|
||||
share/gnome/help/gnumeric/C/r6723.html
|
||||
share/gnome/help/gnumeric/C/r6745.html
|
||||
share/gnome/help/gnumeric/C/r6768.html
|
||||
share/gnome/help/gnumeric/C/r6790.html
|
||||
share/gnome/help/gnumeric/C/r6832.html
|
||||
share/gnome/help/gnumeric/C/r6855.html
|
||||
share/gnome/help/gnumeric/C/r6878.html
|
||||
share/gnome/help/gnumeric/C/r6899.html
|
||||
share/gnome/help/gnumeric/C/r6931.html
|
||||
share/gnome/help/gnumeric/C/r6956.html
|
||||
share/gnome/help/gnumeric/C/r6981.html
|
||||
share/gnome/help/gnumeric/C/r7001.html
|
||||
share/gnome/help/gnumeric/C/r7024.html
|
||||
share/gnome/help/gnumeric/C/r7049.html
|
||||
share/gnome/help/gnumeric/C/r7073.html
|
||||
share/gnome/help/gnumeric/C/r7094.html
|
||||
share/gnome/help/gnumeric/C/r7117.html
|
||||
share/gnome/help/gnumeric/C/r7142.html
|
||||
share/gnome/help/gnumeric/C/r7165.html
|
||||
share/gnome/help/gnumeric/C/r7194.html
|
||||
share/gnome/help/gnumeric/C/r7218.html
|
||||
share/gnome/help/gnumeric/C/r7240.html
|
||||
share/gnome/help/gnumeric/C/r7267.html
|
||||
share/gnome/help/gnumeric/C/r7289.html
|
||||
share/gnome/help/gnumeric/C/r7316.html
|
||||
share/gnome/help/gnumeric/C/r7336.html
|
||||
share/gnome/help/gnumeric/C/r7362.html
|
||||
share/gnome/help/gnumeric/C/r7387.html
|
||||
share/gnome/help/gnumeric/C/r7412.html
|
||||
share/gnome/help/gnumeric/C/r7436.html
|
||||
share/gnome/help/gnumeric/C/r7463.html
|
||||
share/gnome/help/gnumeric/C/r7503.html
|
||||
share/gnome/help/gnumeric/C/r7529.html
|
||||
share/gnome/help/gnumeric/C/r7552.html
|
||||
share/gnome/help/gnumeric/C/r7574.html
|
||||
share/gnome/help/gnumeric/C/r7597.html
|
||||
share/gnome/help/gnumeric/C/r7619.html
|
||||
share/gnome/help/gnumeric/C/r7639.html
|
||||
share/gnome/help/gnumeric/C/r7664.html
|
||||
share/gnome/help/gnumeric/C/r7686.html
|
||||
share/gnome/help/gnumeric/C/r7712.html
|
||||
share/gnome/help/gnumeric/C/r7735.html
|
||||
share/gnome/help/gnumeric/C/r7760.html
|
||||
share/gnome/help/gnumeric/C/r7788.html
|
||||
share/gnome/help/gnumeric/C/r7818.html
|
||||
share/gnome/help/gnumeric/C/r7842.html
|
||||
share/gnome/help/gnumeric/C/r7868.html
|
||||
share/gnome/help/gnumeric/C/r7888.html
|
||||
share/gnome/help/gnumeric/C/r7924.html
|
||||
share/gnome/help/gnumeric/C/r7941.html
|
||||
share/gnome/help/gnumeric/C/r7963.html
|
||||
share/gnome/help/gnumeric/C/r7988.html
|
||||
share/gnome/help/gnumeric/C/r8013.html
|
||||
share/gnome/help/gnumeric/C/r8037.html
|
||||
share/gnome/help/gnumeric/C/r8060.html
|
||||
share/gnome/help/gnumeric/C/r8083.html
|
||||
share/gnome/help/gnumeric/C/r8106.html
|
||||
share/gnome/help/gnumeric/C/r8139.html
|
||||
share/gnome/help/gnumeric/C/r8161.html
|
||||
share/gnome/help/gnumeric/C/r8188.html
|
||||
share/gnome/help/gnumeric/C/r8208.html
|
||||
share/gnome/help/gnumeric/C/r8248.html
|
||||
share/gnome/help/gnumeric/C/r8271.html
|
||||
share/gnome/help/gnumeric/C/r8294.html
|
||||
share/gnome/help/gnumeric/C/r8317.html
|
||||
share/gnome/help/gnumeric/C/r8341.html
|
||||
share/gnome/help/gnumeric/C/r8365.html
|
||||
share/gnome/help/gnumeric/C/r8391.html
|
||||
share/gnome/help/gnumeric/C/r8413.html
|
||||
share/gnome/help/gnumeric/C/r8437.html
|
||||
share/gnome/help/gnumeric/C/r8465.html
|
||||
share/gnome/help/gnumeric/C/r8488.html
|
||||
share/gnome/help/gnumeric/C/r8508.html
|
||||
share/gnome/help/gnumeric/C/r8530.html
|
||||
share/gnome/help/gnumeric/C/r8557.html
|
||||
share/gnome/help/gnumeric/C/r8580.html
|
||||
share/gnome/help/gnumeric/C/r8602.html
|
||||
share/gnome/help/gnumeric/C/r8626.html
|
||||
share/gnome/help/gnumeric/C/r8659.html
|
||||
share/gnome/help/gnumeric/C/r8687.html
|
||||
share/gnome/help/gnumeric/C/r8711.html
|
||||
share/gnome/help/gnumeric/C/r8733.html
|
||||
share/gnome/help/gnumeric/C/r8761.html
|
||||
share/gnome/help/gnumeric/C/r8787.html
|
||||
share/gnome/help/gnumeric/C/r8810.html
|
||||
share/gnome/help/gnumeric/C/r8833.html
|
||||
share/gnome/help/gnumeric/C/r8861.html
|
||||
share/gnome/help/gnumeric/C/r8885.html
|
||||
share/gnome/help/gnumeric/C/r8910.html
|
||||
share/gnome/help/gnumeric/C/r8938.html
|
||||
share/gnome/help/gnumeric/C/r8965.html
|
||||
share/gnome/help/gnumeric/C/r8983.html
|
||||
share/gnome/help/gnumeric/C/r9007.html
|
||||
share/gnome/help/gnumeric/C/r9035.html
|
||||
share/gnome/help/gnumeric/C/r9063.html
|
||||
share/gnome/help/gnumeric/C/r9086.html
|
||||
share/gnome/help/gnumeric/C/r9108.html
|
||||
share/gnome/help/gnumeric/C/r9131.html
|
||||
share/gnome/help/gnumeric/C/r9151.html
|
||||
share/gnome/help/gnumeric/C/r9179.html
|
||||
share/gnome/help/gnumeric/C/r9200.html
|
||||
share/gnome/help/gnumeric/C/r9223.html
|
||||
share/gnome/help/gnumeric/C/r9247.html
|
||||
share/gnome/help/gnumeric/C/r9271.html
|
||||
share/gnome/help/gnumeric/C/r9299.html
|
||||
share/gnome/help/gnumeric/C/r9322.html
|
||||
share/gnome/help/gnumeric/C/r9351.html
|
||||
share/gnome/help/gnumeric/C/r9373.html
|
||||
share/gnome/help/gnumeric/C/r9397.html
|
||||
share/gnome/help/gnumeric/C/r9418.html
|
||||
share/gnome/help/gnumeric/C/r9442.html
|
||||
share/gnome/help/gnumeric/C/r9465.html
|
||||
share/gnome/help/gnumeric/C/r9490.html
|
||||
share/gnome/help/gnumeric/C/r9513.html
|
||||
share/gnome/help/gnumeric/C/r9533.html
|
||||
share/gnome/help/gnumeric/C/r9554.html
|
||||
share/gnome/help/gnumeric/C/r9579.html
|
||||
share/gnome/help/gnumeric/C/r9608.html
|
||||
share/gnome/help/gnumeric/C/r9633.html
|
||||
share/gnome/help/gnumeric/C/r9653.html
|
||||
share/gnome/help/gnumeric/C/r9673.html
|
||||
share/gnome/help/gnumeric/C/r9695.html
|
||||
share/gnome/help/gnumeric/C/r9717.html
|
||||
share/gnome/help/gnumeric/C/r9741.html
|
||||
share/gnome/help/gnumeric/C/r9767.html
|
||||
share/gnome/help/gnumeric/C/r9788.html
|
||||
share/gnome/help/gnumeric/C/r9829.html
|
||||
share/gnome/help/gnumeric/C/r9857.html
|
||||
share/gnome/help/gnumeric/C/r9877.html
|
||||
share/gnome/help/gnumeric/C/r9917.html
|
||||
share/gnome/help/gnumeric/C/r9938.html
|
||||
share/gnome/help/gnumeric/C/r9961.html
|
||||
share/gnome/help/gnumeric/C/rest.html
|
||||
share/gnome/help/gnumeric/C/selecting-cells-entering-formulas.html
|
||||
share/gnome/help/gnumeric/C/solver.html
|
||||
|
@ -631,6 +648,8 @@ share/locale/cs/LC_MESSAGES/gnumeric.mo
|
|||
share/locale/da/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/de/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/el/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/en_AU/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/en_CA/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/en_GB/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/es/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/es_DO/LC_MESSAGES/gnumeric.mo
|
||||
|
@ -658,6 +677,7 @@ share/locale/pt_BR/LC_MESSAGES/gnumeric.mo
|
|||
share/locale/ru/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/sk/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/sv/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/tr/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/uk/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/zh_CN.GB2312/LC_MESSAGES/gnumeric.mo
|
||||
share/locale/zh_TW.Big5/LC_MESSAGES/gnumeric.mo
|
||||
|
@ -665,15 +685,32 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnumeric.mo
|
|||
@dirrm share/gnome/help/gnumeric/C
|
||||
@dirrm share/gnome/help/gnumeric
|
||||
@dirrm share/gnome/gnumeric/%%VERSION%%/templates
|
||||
@dirrm share/gnome/gnumeric/%%VERSION%%/python
|
||||
@dirrm share/gnome/gnumeric/%%VERSION%%/idl
|
||||
@dirrm share/gnome/gnumeric/%%VERSION%%/guile
|
||||
@dirrm share/gnome/gnumeric/%%VERSION%%/glade
|
||||
@dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates/List
|
||||
@dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates/General
|
||||
@dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Financial
|
||||
@dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Colourful
|
||||
@dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Classical
|
||||
@dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates/3D
|
||||
@dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates
|
||||
@dirrm share/gnome/gnumeric/%%VERSION%%
|
||||
@dirrm share/gnome/gnumeric
|
||||
@unexec rmdir %D/share/gnome/oaf 2>/dev/null || true
|
||||
@dirrm share/gnome/pixmaps/gnumeric
|
||||
@dirrm lib/gnumeric/%%VERSION%%/plugins/xml2
|
||||
@dirrm lib/gnumeric/%%VERSION%%/plugins/xbase
|
||||
@dirrm lib/gnumeric/%%VERSION%%/plugins/sylk
|
||||
@dirrm lib/gnumeric/%%VERSION%%/plugins/sc
|
||||
@dirrm lib/gnumeric/%%VERSION%%/plugins/plan_perfect
|
||||
@dirrm lib/gnumeric/%%VERSION%%/plugins/oleo
|
||||
@dirrm lib/gnumeric/%%VERSION%%/plugins/numtheory
|
||||
@dirrm lib/gnumeric/%%VERSION%%/plugins/lotus
|
||||
@dirrm lib/gnumeric/%%VERSION%%/plugins/html
|
||||
@dirrm lib/gnumeric/%%VERSION%%/plugins/gdaif
|
||||
@dirrm lib/gnumeric/%%VERSION%%/plugins/gb
|
||||
@dirrm lib/gnumeric/%%VERSION%%/plugins/dif
|
||||
@dirrm lib/gnumeric/%%VERSION%%/plugins/applix
|
||||
@dirrm lib/gnumeric/%%VERSION%%/plugins
|
||||
@dirrm lib/gnumeric/%%VERSION%%
|
||||
@dirrm lib/gnumeric
|
||||
|
|
|
@ -7,14 +7,14 @@
|
|||
|
||||
PORTNAME= gnomeicu
|
||||
PORTVERSION= 0.96.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net gnome
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= gnomeicu
|
||||
|
||||
MAINTAINER= nectar@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \
|
||||
iconv.2:${PORTSDIR}/converters/iconv
|
||||
LIB_DEPENDS= giconv.2:${PORTSDIR}/converters/libiconv
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_BZIP2= yes
|
||||
|
@ -35,7 +35,7 @@ SOCKSLIBS= -lsocks
|
|||
|
||||
CONFIGURE_ARGS= --with-statusmenu
|
||||
CONFIGURE_ENV= CPPFLAGS="${SOCKSFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" LIBS="-liconv ${SOCKSLIBS}" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" LIBS="-lgiconv ${SOCKSLIBS}" \
|
||||
CFLAGS="${CFLAGS}"
|
||||
|
||||
pre-patch:
|
||||
|
|
16
net-im/gnomeicu/files/patch-configure
Normal file
16
net-im/gnomeicu/files/patch-configure
Normal file
|
@ -0,0 +1,16 @@
|
|||
--- configure.orig Tue Feb 27 13:35:06 2001
|
||||
+++ configure Thu Apr 19 15:50:55 2001
|
||||
@@ -5039,5 +5039,5 @@
|
||||
|
||||
-ac_safe=`echo "iconv.h" | sed 'y%./+-%__p_%'`
|
||||
-echo $ac_n "checking for iconv.h""... $ac_c" 1>&6
|
||||
-echo "configure:5043: checking for iconv.h" >&5
|
||||
+ac_safe=`echo "giconv.h" | sed 'y%./+-%__p_%'`
|
||||
+echo $ac_n "checking for giconv.h""... $ac_c" 1>&6
|
||||
+echo "configure:5043: checking for giconv.h" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
||||
@@ -5048,3 +5048,3 @@
|
||||
#include "confdefs.h"
|
||||
-#include <iconv.h>
|
||||
+#include <giconv.h>
|
||||
EOF
|
7
net-im/gnomeicu/files/patch-src::kanji_conv.c
Normal file
7
net-im/gnomeicu/files/patch-src::kanji_conv.c
Normal file
|
@ -0,0 +1,7 @@
|
|||
--- src/kanji_conv.c.orig Wed Jan 3 16:14:39 2001
|
||||
+++ src/kanji_conv.c Thu Apr 19 15:51:21 2001
|
||||
@@ -32,3 +32,3 @@
|
||||
#ifdef HAVE_ICONV
|
||||
-#include <iconv.h>
|
||||
+#include <giconv.h>
|
||||
#endif
|
|
@ -7,14 +7,14 @@
|
|||
|
||||
PORTNAME= gnomeicu
|
||||
PORTVERSION= 0.96.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net gnome
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= gnomeicu
|
||||
|
||||
MAINTAINER= nectar@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \
|
||||
iconv.2:${PORTSDIR}/converters/iconv
|
||||
LIB_DEPENDS= giconv.2:${PORTSDIR}/converters/libiconv
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_BZIP2= yes
|
||||
|
@ -35,7 +35,7 @@ SOCKSLIBS= -lsocks
|
|||
|
||||
CONFIGURE_ARGS= --with-statusmenu
|
||||
CONFIGURE_ENV= CPPFLAGS="${SOCKSFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" LIBS="-liconv ${SOCKSLIBS}" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" LIBS="-lgiconv ${SOCKSLIBS}" \
|
||||
CFLAGS="${CFLAGS}"
|
||||
|
||||
pre-patch:
|
||||
|
|
16
net-im/gnomeicu2/files/patch-configure
Normal file
16
net-im/gnomeicu2/files/patch-configure
Normal file
|
@ -0,0 +1,16 @@
|
|||
--- configure.orig Tue Feb 27 13:35:06 2001
|
||||
+++ configure Thu Apr 19 15:50:55 2001
|
||||
@@ -5039,5 +5039,5 @@
|
||||
|
||||
-ac_safe=`echo "iconv.h" | sed 'y%./+-%__p_%'`
|
||||
-echo $ac_n "checking for iconv.h""... $ac_c" 1>&6
|
||||
-echo "configure:5043: checking for iconv.h" >&5
|
||||
+ac_safe=`echo "giconv.h" | sed 'y%./+-%__p_%'`
|
||||
+echo $ac_n "checking for giconv.h""... $ac_c" 1>&6
|
||||
+echo "configure:5043: checking for giconv.h" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
||||
@@ -5048,3 +5048,3 @@
|
||||
#include "confdefs.h"
|
||||
-#include <iconv.h>
|
||||
+#include <giconv.h>
|
||||
EOF
|
7
net-im/gnomeicu2/files/patch-src::kanji_conv.c
Normal file
7
net-im/gnomeicu2/files/patch-src::kanji_conv.c
Normal file
|
@ -0,0 +1,7 @@
|
|||
--- src/kanji_conv.c.orig Wed Jan 3 16:14:39 2001
|
||||
+++ src/kanji_conv.c Thu Apr 19 15:51:21 2001
|
||||
@@ -32,3 +32,3 @@
|
||||
#ifdef HAVE_ICONV
|
||||
-#include <iconv.h>
|
||||
+#include <giconv.h>
|
||||
#endif
|
|
@ -6,19 +6,15 @@
|
|||
#
|
||||
|
||||
PORTNAME= gabber
|
||||
PORTVERSION= 0.8.1
|
||||
CATEGORIES= net
|
||||
PORTVERSION= 0.8.2
|
||||
CATEGORIES= net gnome
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= erich@tacni.net
|
||||
|
||||
LIB_DEPENDS= gtkmm.2:${PORTSDIR}/x11-toolkits/gtk-- \
|
||||
gnomemm.3:${PORTSDIR}/x11-toolkits/gnome-- \
|
||||
sigc.1:${PORTSDIR}/devel/libsigc++ \
|
||||
gal.4:${PORTSDIR}/x11-toolkits/gal \
|
||||
giconv.2:${PORTSDIR}/converters/libiconv \
|
||||
glade.4:${PORTSDIR}/devel/libglade
|
||||
LIB_DEPENDS= gnomemm.6:${PORTSDIR}/x11-toolkits/gnome-- \
|
||||
gal.6:${PORTSDIR}/x11-toolkits/gal
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
|
@ -35,5 +31,7 @@ post-patch:
|
|||
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
||||
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
||||
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
||||
@find ${WRKSRC}/src -name "*.[ch]" | xargs ${PERL} -pi -e \
|
||||
's|\<iconv.h\>|\<giconv.h\>|g'
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gabber-0.8.1.tar.gz) = a0f5d038665cd244b891d998c15791c0
|
||||
MD5 (gabber-0.8.2.tar.gz) = fd7e2884e28dff9029222768ec7a1af1
|
||||
|
|
|
@ -1,15 +1,14 @@
|
|||
--- src/GabberConfig.hh.in.orig Thu Jan 18 12:28:59 2001
|
||||
+++ src/GabberConfig.hh.in Thu Jan 18 12:30:07 2001
|
||||
@@ -3,9 +3,9 @@
|
||||
#include <config.h>
|
||||
static const char* GABBER_PACKAGE = PACKAGE;
|
||||
--- src/GabberConfig.hh.in.orig Sat Feb 3 23:19:41 2001
|
||||
+++ src/GabberConfig.hh.in Wed Mar 28 14:37:49 2001
|
||||
@@ -5,7 +5,7 @@
|
||||
static const char* GABBER_VERSION = VERSION;
|
||||
-static const char* GABBER_GLADEFILE = "@prefix@/share/gabber/gabber.glade";
|
||||
-static const char* GABBER_GLADEDIR = "@prefix@/share/gabber/";
|
||||
-static const char* GABBER_SHAREDIR = "@prefix@/share/gabber/";
|
||||
+static const char* GABBER_GLADEFILE = "@prefix@/share/gnome/gabber/gabber.glade";
|
||||
+static const char* GABBER_SHAREDIR = "@prefix@/share/gnome/gabber/";
|
||||
+static const char* GABBER_GLADEDIR = "@datadir@/gabber/";
|
||||
+static const char* GABBER_SHAREDIR = "@datadir@/gabber/";
|
||||
static const char* GABBER_CONFIG = "/Gabber/";
|
||||
-static const char* GABBER_PIXPATH = "@prefix@/share/pixmaps/gabber/";
|
||||
-static const char* GABBER_CSSFILE = "@prefix@/share/gabber/gabber-logs.css";
|
||||
+static const char* GABBER_PIXPATH = "@datadir@/pixmaps/gabber/";
|
||||
static const char* GABBER_CSSFILE = "@prefix@/share/gabber/gabber-logs.css";
|
||||
+static const char* GABBER_CSSFILE = "@datadir@/gabber/gabber-logs.css";
|
||||
#endif
|
||||
|
|
|
@ -1,68 +0,0 @@
|
|||
--- configure.in.orig Thu Jan 18 08:22:50 2001
|
||||
+++ configure.in Mon Jan 29 23:48:54 2001
|
||||
@@ -70,15 +70,15 @@
|
||||
save_CFLAGS="$CFLAGS"
|
||||
save_LDFLAGS="$LDFLAGS"
|
||||
CFLAGS="$CFLAGS $ICONV_CFLAGS"
|
||||
-LDFLAGS="$LDFLAGS $ICONV_LIBS -liconv"
|
||||
-AC_CACHE_CHECK(for iconv in -liconv, ac_cv_libiconv, AC_TRY_LINK([
|
||||
-#include <iconv.h>
|
||||
+LDFLAGS="$LDFLAGS $ICONV_LIBS -lgiconv"
|
||||
+AC_CACHE_CHECK(for iconv in -lgiconv, ac_cv_libiconv, AC_TRY_LINK([
|
||||
+#include <giconv.h>
|
||||
], [
|
||||
iconv_t cd;
|
||||
cd = iconv_open ("UTF-8", "ISO-8859-1");
|
||||
], ac_cv_libiconv=yes, ac_cv_libiconv=no))
|
||||
if test $ac_cv_libiconv = yes; then
|
||||
- ICONV_LIBS="$ICONV_LIBS -liconv"
|
||||
+ ICONV_LIBS="$ICONV_LIBS -lgiconv"
|
||||
have_iconv=yes
|
||||
else
|
||||
CFLAGS="$save_CFLAGS"
|
||||
@@ -91,7 +91,7 @@
|
||||
AC_CHECK_FUNCS(gnu_get_libc_version)
|
||||
fi
|
||||
AC_CACHE_CHECK([if iconv() handles UTF-8], ac_cv_libiconv_utf8, AC_TRY_RUN([
|
||||
-#include <iconv.h>
|
||||
+#include <giconv.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#ifdef HAVE_GNU_GET_LIBC_VERSION
|
||||
@@ -151,22 +151,22 @@
|
||||
dnl ******************************
|
||||
dnl Gnome App Lib checking
|
||||
dnl ******************************
|
||||
-dnl AC_MSG_CHECKING(for Gnome App libraries (GAL) >= 0.3)
|
||||
-dnl if $GNOME_CONFIG --libs gal > /dev/null 2>&1; then
|
||||
-dnl vers=`$GNOME_CONFIG --modversion gal | sed -e "s/gal-//" -e 's/cvs$//' -e 's/pre$//' | \
|
||||
-dnl awk 'BEGIN { FS = "."; } { print $1 * 1000000 + $2 * 10000 + $3 * 100 + $4;}'`
|
||||
-dnl if test "$vers" -ge 30000; then
|
||||
-dnl AC_MSG_RESULT(found)
|
||||
-dnl else
|
||||
-dnl AC_MSG_ERROR(You need at least GNOME Application Lib (GAL) 0.3)
|
||||
-dnl fi
|
||||
-dnl else
|
||||
-dnl AC_MSG_ERROR(Did not find GnomeAppLib (GAL) installed)
|
||||
-dnl fi
|
||||
+AC_MSG_CHECKING(for Gnome App libraries (GAL) >= 0.3)
|
||||
+if $GNOME_CONFIG --libs gal > /dev/null 2>&1; then
|
||||
+ vers=`$GNOME_CONFIG --modversion gal | sed -e "s/gal-//" -e 's/cvs$//' -e 's/pre$//' | \
|
||||
+ awk 'BEGIN { FS = "."; } { print $1 * 1000000 + $2 * 10000 + $3 * 100 + $4;}'`
|
||||
+ if test "$vers" -ge 30000; then
|
||||
+ AC_MSG_RESULT(found)
|
||||
+ else
|
||||
+ AC_MSG_ERROR(You need at least GNOME Application Lib (GAL) 0.3)
|
||||
+ fi
|
||||
+else
|
||||
+ AC_MSG_ERROR(Did not find GnomeAppLib (GAL) installed)
|
||||
+fi
|
||||
|
||||
dnl add 'gal' to both of these if you want gal dependency
|
||||
-EXTRA_GNOME_LIBS="`$GNOME_CONFIG --libs libglade gnomeui` $ICONV_LIBS $UNICODE_LIBS"
|
||||
-EXTRA_GNOME_CFLAGS="`$GNOME_CONFIG --cflags libglade` $ICONV_CFLAGS $UNICODE_CFLAGS"
|
||||
+EXTRA_GNOME_LIBS="`$GNOME_CONFIG --libs libglade gnomeui gal` $ICONV_LIBS $UNICODE_LIBS"
|
||||
+EXTRA_GNOME_CFLAGS="`$GNOME_CONFIG --cflags libglade gal` $ICONV_CFLAGS $UNICODE_CFLAGS"
|
||||
|
||||
AC_SUBST(EXTRA_GNOME_LIBS)
|
||||
AC_SUBST(EXTRA_GNOME_CFLAGS)
|
|
@ -1,11 +0,0 @@
|
|||
--- src/GabberUtility.cc.orig Thu Jan 18 12:39:58 2001
|
||||
+++ src/GabberUtility.cc Thu Jan 18 12:40:12 2001
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
#include "GabberUtility.hh"
|
||||
#include "Gabber.hh"
|
||||
-#include "e-unicode.h"
|
||||
+#include <gal/widgets/e-unicode.h>
|
||||
|
||||
using namespace jabberoo;
|
||||
|
|
@ -1,42 +1,26 @@
|
|||
--- configure.orig Thu Jan 18 08:27:41 2001
|
||||
+++ configure Mon Jan 29 23:54:52 2001
|
||||
@@ -4900,9 +4900,9 @@
|
||||
save_CFLAGS="$CFLAGS"
|
||||
save_LDFLAGS="$LDFLAGS"
|
||||
--- configure.orig Wed Mar 28 19:22:35 2001
|
||||
+++ configure Thu Apr 19 12:54:15 2001
|
||||
@@ -4974,5 +4974,5 @@
|
||||
CFLAGS="$CFLAGS $ICONV_CFLAGS"
|
||||
-LDFLAGS="$LDFLAGS $ICONV_LIBS -liconv"
|
||||
-echo $ac_n "checking for iconv in -liconv""... $ac_c" 1>&6
|
||||
-echo "configure:4906: checking for iconv in -liconv" >&5
|
||||
-echo "configure:4978: checking for iconv in -liconv" >&5
|
||||
+LDFLAGS="$LDFLAGS $ICONV_LIBS -lgiconv"
|
||||
+echo $ac_n "checking for iconv in -lgiconv""... $ac_c" 1>&6
|
||||
+echo "configure:4906: checking for iconv in -lgiconv" >&5
|
||||
+echo "configure:4978: checking for iconv in -lgiconv" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_libiconv'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
@@ -4910,7 +4910,7 @@
|
||||
#line 4911 "configure"
|
||||
#include "confdefs.h"
|
||||
@@ -4984,3 +4984,3 @@
|
||||
|
||||
-#include <iconv.h>
|
||||
+#include <giconv.h>
|
||||
|
||||
int main() {
|
||||
|
||||
@@ -4933,7 +4933,7 @@
|
||||
|
||||
echo "$ac_t""$ac_cv_libiconv" 1>&6
|
||||
@@ -5007,3 +5007,3 @@
|
||||
if test $ac_cv_libiconv = yes; then
|
||||
- ICONV_LIBS="$ICONV_LIBS -liconv"
|
||||
+ ICONV_LIBS="$ICONV_LIBS -lgiconv"
|
||||
have_iconv=yes
|
||||
else
|
||||
CFLAGS="$save_CFLAGS"
|
||||
@@ -5059,7 +5059,7 @@
|
||||
#line 5060 "configure"
|
||||
#include "confdefs.h"
|
||||
@@ -5133,3 +5133,3 @@
|
||||
|
||||
-#include <iconv.h>
|
||||
+#include <giconv.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#ifdef HAVE_GNU_GET_LIBC_VERSION
|
||||
|
|
|
@ -1,11 +1,7 @@
|
|||
--- src/Makefile.in.orig Thu Jan 18 08:32:41 2001
|
||||
+++ src/Makefile.in Mon Jan 29 23:59:01 2001
|
||||
@@ -148,7 +148,7 @@
|
||||
gabber_SOURCES = main.cc xtext.h xtext.c e-cache.h e-cache.c e-font.h e-font.c e-unicode.h e-unicode.c TCPTransmitter.hh TCPTransmitter.cc GabberLogger.hh GabberLogger.cc GabberUtility.hh GabberUtility.cc ConfigManager.hh ConfigManager.cc GabberApp.hh GabberApp.cc BaseGabberWindow.hh BaseGabberWindow.cc GabberWin.hh GabberWin.cc ChatView.hh ChatView.cc RosterView.hh RosterView.cc LoginDlg.hh LoginDlg.cc SubscriptionRequestDlg.hh SubscriptionRequestDlg.cc PrefsWin.hh PrefsWin.cc GCJoinDlg.hh GCJoinDlg.cc EditUserDlg.hh EditUserDlg.cc EasyOptionMenu.hh EasyOptionMenu.cc StatusDlg.hh StatusDlg.cc AddToGroupDlg.hh AddToGroupDlg.cc AddUserDruid.hh AddUserDruid.cc WelcomeDruid.hh WelcomeDruid.cc UserInfoWin.hh UserInfoWin.cc StatusDock.hh StatusDock.cc RawXML.hh RawXML.cc HistoryDlg.hh HistoryDlg.cc TransInfoDlg.hh TransInfoDlg.cc AgentInterface.hh AgentInterface.cc FilterInterface.hh FilterInterface.cc EditGroupsDlg.hh EditGroupsDlg.cc MessageManager.hh MessageManager.cc MessageViews.hh MessageViews.cc GPGInterface.hh GPGInterface.cc GabberGPG.hh GabberGPG.cc $(ssl_sources)
|
||||
--- src/Makefile.in.orig Wed Mar 14 16:07:36 2001
|
||||
+++ src/Makefile.in Wed Mar 28 14:52:10 2001
|
||||
@@ -156,3 +156,3 @@
|
||||
|
||||
|
||||
-gabber_LDADD = @EXTRA_GNOME_LIBS@ @GNOMEMM_LIBS@ @SSL_LIBS@ ../jabberoo/src/libjabberoo.a ../jabberoo/expat/libexpat.a -lxml
|
||||
+gabber_LDADD = @EXTRA_GNOME_LIBS@ @GNOMEMM_LIBS@ @SSL_LIBS@ ../jabberoo/src/libjabberoo.a ../jabberoo/expat/libexpat.a -lxml -liconv
|
||||
|
||||
gabber_LDFLAGS = @GABBER_STATIC@
|
||||
-gabber_LDADD = @EXTRA_GNOME_LIBS@ @GNOMEMM_LIBS@ @SSL_LIBS@ @XSS_LIBS@ ../jabberoo/src/libjabberoo.a ../jabberoo/expat/libexpat.a -lxml
|
||||
+gabber_LDADD = @EXTRA_GNOME_LIBS@ @GNOMEMM_LIBS@ @SSL_LIBS@ @XSS_LIBS@ ../jabberoo/src/libjabberoo.a ../jabberoo/expat/libexpat.a -lxml -lgiconv
|
||||
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- jabberoo/src/Makefile.in.orig Tue Jan 30 02:10:13 2001
|
||||
+++ jabberoo/src/Makefile.in Tue Jan 30 02:10:32 2001
|
||||
@@ -74,7 +74,7 @@
|
||||
libjabberoo_a_LIBS = ../expat/libexpat.a @SIGC_LIBS@
|
||||
INCLUDES = -I../include @SIGC_CFLAGS@
|
||||
|
||||
-CXXFLAGS = -O2
|
||||
+#CXXFLAGS = -O2
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_CLEAN_FILES =
|
||||
LIBRARIES = $(noinst_LIBRARIES)
|
|
@ -1,62 +1,103 @@
|
|||
bin/gabber
|
||||
etc/sound/events/gabber.soundlist
|
||||
share/locale/da/LC_MESSAGES/gabber.mo
|
||||
share/locale/de/LC_MESSAGES/gabber.mo
|
||||
share/locale/fr/LC_MESSAGES/gabber.mo
|
||||
share/locale/ru/LC_MESSAGES/gabber.mo
|
||||
share/gnome/gabber/gabber.glade
|
||||
share/gnome/apps/Internet/gabber.desktop
|
||||
share/gnome/gabber/AUDruid_win.glade
|
||||
share/gnome/gabber/AgentBrowser_dlg.glade
|
||||
share/gnome/gabber/Autoupdate_dlg.glade
|
||||
share/gnome/gabber/ContactInfo_dlg.glade
|
||||
share/gnome/gabber/ContactRecv_dlg.glade
|
||||
share/gnome/gabber/ContactSend_dlg.glade
|
||||
share/gnome/gabber/EditGroups_dlg.glade
|
||||
share/gnome/gabber/FilterList_dlg.glade
|
||||
share/gnome/gabber/Filter_dlg.glade
|
||||
share/gnome/gabber/GCIRecv_dlg.glade
|
||||
share/gnome/gabber/GCI_dlg.glade
|
||||
share/gnome/gabber/GCJoin_dlg.glade
|
||||
share/gnome/gabber/GC_win.glade
|
||||
share/gnome/gabber/GPGInfo_dlg.glade
|
||||
share/gnome/gabber/GPGPass_dlg.glade
|
||||
share/gnome/gabber/Gabber_win.glade
|
||||
share/gnome/gabber/IgnoreAdd_dlg.glade
|
||||
share/gnome/gabber/Ignore_dlg.glade
|
||||
share/gnome/gabber/Login_dlg.glade
|
||||
share/gnome/gabber/Message_win.glade
|
||||
share/gnome/gabber/MyContactInfo_win.glade
|
||||
share/gnome/gabber/OOOChat_win.glade
|
||||
share/gnome/gabber/Prefs_win.glade
|
||||
share/gnome/gabber/RawXML_dlg.glade
|
||||
share/gnome/gabber/RegDruid_win.glade
|
||||
share/gnome/gabber/Status_dlg.glade
|
||||
share/gnome/gabber/SubscriptionRequest_dlg.glade
|
||||
share/gnome/gabber/TransInfo_dlg.glade
|
||||
share/gnome/gabber/Welcome_win.glade
|
||||
share/gnome/gabber/gabber-logs.css
|
||||
share/gnome/gabber/glade-gabber-logo.png
|
||||
share/gnome/gabber/glade-message.xpm
|
||||
share/gnome/gabber/glade-ooochat.xpm
|
||||
share/gnome/gabber/glade-blank.xpm
|
||||
share/gnome/gabber/glade-s10n.xpm
|
||||
share/gnome/gabber/glade-new-user.xpm
|
||||
share/gnome/gabber/glade-new-user-menu.xpm
|
||||
share/gnome/gabber/glade-edit-user.xpm
|
||||
share/gnome/gabber/glade-edit-user-menu.xpm
|
||||
share/gnome/gabber/glade-edit-group-menu.xpm
|
||||
share/gnome/gabber/glade-delete-user.xpm
|
||||
share/gnome/gabber/glade-delete-user-menu.xpm
|
||||
share/gnome/gabber/glade-groupchat.xpm
|
||||
share/gnome/gabber/glade-groupchat-menu.xpm
|
||||
share/gnome/gabber/glade-users.xpm
|
||||
share/gnome/gabber/glade-sendasooo.xpm
|
||||
share/gnome/gabber/glade-sendasnormal.xpm
|
||||
share/gnome/gabber/glade-noclose.xpm
|
||||
share/gnome/gabber/glade-gabber-sideways.png
|
||||
share/gnome/gabber/gpg-encrypted.xpm
|
||||
share/gnome/gabber/gpg-unencrypted.xpm
|
||||
share/gnome/gabber/gpg-signed.xpm
|
||||
share/gnome/gabber/gpg-badsigned.xpm
|
||||
share/gnome/gabber/gpg-unsigned.xpm
|
||||
share/gnome/gabber/glade-add-group-menu.xpm
|
||||
share/gnome/gabber/glade-alert.xpm
|
||||
share/gnome/gabber/glade-blank.xpm
|
||||
share/gnome/gabber/glade-contact.xpm
|
||||
share/gnome/gabber/glade-delete-user-menu.xpm
|
||||
share/gnome/gabber/glade-delete-user.xpm
|
||||
share/gnome/gabber/glade-edit-group-menu.xpm
|
||||
share/gnome/gabber/glade-edit-user-menu.xpm
|
||||
share/gnome/gabber/glade-edit-user.xpm
|
||||
share/gnome/gabber/glade-gabber-logo.png
|
||||
share/gnome/gabber/glade-gabber-sideways.png
|
||||
share/gnome/gabber/glade-gci.xpm
|
||||
share/gnome/gabber/glade-group.xpm
|
||||
share/gnome/gabber/glade-groupchat-menu.xpm
|
||||
share/gnome/gabber/glade-groupchat.xpm
|
||||
share/gnome/gabber/glade-message.xpm
|
||||
share/gnome/gabber/glade-new-user-menu.xpm
|
||||
share/gnome/gabber/glade-new-user.xpm
|
||||
share/gnome/gabber/glade-noclose.xpm
|
||||
share/gnome/gabber/glade-ooochat.xpm
|
||||
share/gnome/gabber/glade-s10n.xpm
|
||||
share/gnome/gabber/glade-send-contact-menu.xpm
|
||||
share/gnome/gabber/glade-send-gci.xpm
|
||||
share/gnome/gabber/glade-sendasnormal.xpm
|
||||
share/gnome/gabber/glade-sendasooo.xpm
|
||||
share/gnome/gabber/glade-unlock-key.xpm
|
||||
share/gnome/pixmaps/gabber.png
|
||||
share/gnome/pixmaps/gabber/away.xpm
|
||||
share/gnome/pixmaps/gabber/chat.xpm
|
||||
share/gnome/pixmaps/gabber/dnd.xpm
|
||||
share/gnome/pixmaps/gabber/offline.xpm
|
||||
share/gnome/pixmaps/gabber/online.xpm
|
||||
share/gnome/pixmaps/gabber/stalker.xpm
|
||||
share/gnome/pixmaps/gabber/xa.xpm
|
||||
share/gnome/pixmaps/gabber/gnome-gabber.xpm
|
||||
share/gnome/pixmaps/gabber/gnome-message.xpm
|
||||
share/gnome/pixmaps/gabber/gnome-ooochat.xpm
|
||||
share/gnome/pixmaps/gabber/gnome-s10n.xpm
|
||||
share/gnome/sounds/Gabber/gabber_message_queue.wav
|
||||
share/gnome/sounds/Gabber/gabber_message_recv.wav
|
||||
share/gnome/sounds/Gabber/gabber_ooochat_queue.wav
|
||||
share/gnome/sounds/Gabber/gabber_ooochat_recv.wav
|
||||
share/gnome/sounds/Gabber/gabber_online.wav
|
||||
share/gnome/sounds/Gabber/gabber_offline.wav
|
||||
share/gnome/sounds/Gabber/gabber_encrypted.wav
|
||||
share/gnome/sounds/Gabber/gabber_subrequest.wav
|
||||
share/gnome/sounds/Gabber/gabber_startup.wav
|
||||
share/gnome/sounds/Gabber/gabber_connected.wav
|
||||
share/gnome/help/gabber/C/index.html
|
||||
share/gnome/help/gabber/C/topic.dat
|
||||
share/gnome/gabber/glade-users.xpm
|
||||
share/gnome/gabber/gpg-badsigned.xpm
|
||||
share/gnome/gabber/gpg-encrypted.xpm
|
||||
share/gnome/gabber/gpg-signed.xpm
|
||||
share/gnome/gabber/gpg-unencrypted.xpm
|
||||
share/gnome/gabber/gpg-unsigned.xpm
|
||||
share/gnome/gabber/offline.xpm
|
||||
share/gnome/help/gabber/C/agents-search.html
|
||||
share/gnome/help/gabber/C/agents.html
|
||||
share/gnome/help/gabber/C/authors.html
|
||||
share/gnome/help/gabber/C/bugs.html
|
||||
share/gnome/help/gabber/C/docbook.css
|
||||
share/gnome/help/gabber/C/first.html
|
||||
share/gnome/help/gabber/C/first.png
|
||||
share/gnome/help/gabber/C/gabber.sgml
|
||||
share/gnome/help/gabber/C/index.html
|
||||
share/gnome/help/gabber/C/intro.html
|
||||
share/gnome/help/gabber/C/license.html
|
||||
share/gnome/help/gabber/C/login.html
|
||||
share/gnome/help/gabber/C/login.png
|
||||
share/gnome/help/gabber/C/main-menubar.html
|
||||
share/gnome/help/gabber/C/main-status.html
|
||||
share/gnome/help/gabber/C/main-toolbar.html
|
||||
share/gnome/help/gabber/C/main.html
|
||||
share/gnome/help/gabber/C/main.png
|
||||
share/gnome/help/gabber/C/msg-gc.html
|
||||
share/gnome/help/gabber/C/msg-normal.html
|
||||
share/gnome/help/gabber/C/msg-normal.png
|
||||
share/gnome/help/gabber/C/msg-ooo.html
|
||||
share/gnome/help/gabber/C/msg-ooo.png
|
||||
share/gnome/help/gabber/C/msg-que.html
|
||||
share/gnome/help/gabber/C/msg-rules.html
|
||||
share/gnome/help/gabber/C/msg.html
|
||||
share/gnome/help/gabber/C/panel.html
|
||||
share/gnome/help/gabber/C/pref-appearance.html
|
||||
share/gnome/help/gabber/C/pref-autoaway.html
|
||||
share/gnome/help/gabber/C/pref-connection.html
|
||||
share/gnome/help/gabber/C/pref-encryption.html
|
||||
share/gnome/help/gabber/C/pref-logs.html
|
||||
share/gnome/help/gabber/C/pref-msg.html
|
||||
share/gnome/help/gabber/C/pref.html
|
||||
share/gnome/help/gabber/C/stylesheet-images/caution.gif
|
||||
share/gnome/help/gabber/C/stylesheet-images/home.gif
|
||||
share/gnome/help/gabber/C/stylesheet-images/important.gif
|
||||
|
@ -69,31 +110,59 @@ share/gnome/help/gabber/C/stylesheet-images/toc-minus.gif
|
|||
share/gnome/help/gabber/C/stylesheet-images/toc-plus.gif
|
||||
share/gnome/help/gabber/C/stylesheet-images/up.gif
|
||||
share/gnome/help/gabber/C/stylesheet-images/warning.gif
|
||||
share/gnome/help/gabber/C/agents.html
|
||||
share/gnome/help/gabber/C/authors.html
|
||||
share/gnome/help/gabber/C/bugs.html
|
||||
share/gnome/help/gabber/C/first.html
|
||||
share/gnome/help/gabber/C/license.html
|
||||
share/gnome/help/gabber/C/ln7.html
|
||||
share/gnome/help/gabber/C/login.html
|
||||
share/gnome/help/gabber/C/main.html
|
||||
share/gnome/help/gabber/C/msg.html
|
||||
share/gnome/help/gabber/C/panel.html
|
||||
share/gnome/help/gabber/C/pref.html
|
||||
share/gnome/help/gabber/C/topic.dat
|
||||
share/gnome/help/gabber/C/userinfo-vcard.html
|
||||
share/gnome/help/gabber/C/userinfo.html
|
||||
share/gnome/help/gabber/C/users-adduser.html
|
||||
share/gnome/help/gabber/C/users-deluser.html
|
||||
share/gnome/help/gabber/C/users-edituser.html
|
||||
share/gnome/help/gabber/C/users-history.html
|
||||
share/gnome/help/gabber/C/users-ignore.html
|
||||
share/gnome/help/gabber/C/users-send.html
|
||||
share/gnome/help/gabber/C/users.html
|
||||
share/gnome/help/gabber/C/docbook.css
|
||||
share/gnome/help/gabber/C/first.png
|
||||
share/gnome/help/gabber/C/login.png
|
||||
share/gnome/help/gabber/C/main.png
|
||||
share/gnome/help/gabber/C/msg-normal.png
|
||||
share/gnome/help/gabber/C/msg-ooo.png
|
||||
share/gnome/apps/Internet/gabber.desktop
|
||||
share/gnome/omf/gabber/gabber-C.omf
|
||||
share/gnome/pixmaps/gabber.png
|
||||
share/gnome/pixmaps/gabber/away.xpm
|
||||
share/gnome/pixmaps/gabber/chat.xpm
|
||||
share/gnome/pixmaps/gabber/dnd.xpm
|
||||
share/gnome/pixmaps/gabber/gnome-editgroups.xpm
|
||||
share/gnome/pixmaps/gabber/gnome-gabber.xpm
|
||||
share/gnome/pixmaps/gabber/gnome-gpg.xpm
|
||||
share/gnome/pixmaps/gabber/gnome-groupchat.xpm
|
||||
share/gnome/pixmaps/gabber/gnome-message.xpm
|
||||
share/gnome/pixmaps/gabber/gnome-ooochat.xpm
|
||||
share/gnome/pixmaps/gabber/gnome-s10n.xpm
|
||||
share/gnome/pixmaps/gabber/gnome-userinfo.xpm
|
||||
share/gnome/pixmaps/gabber/offline.xpm
|
||||
share/gnome/pixmaps/gabber/online.xpm
|
||||
share/gnome/pixmaps/gabber/stalker.xpm
|
||||
share/gnome/pixmaps/gabber/xa.xpm
|
||||
share/gnome/sounds/Gabber/gabber_connected.wav
|
||||
share/gnome/sounds/Gabber/gabber_encrypted.wav
|
||||
share/gnome/sounds/Gabber/gabber_message_queue.wav
|
||||
share/gnome/sounds/Gabber/gabber_message_recv.wav
|
||||
share/gnome/sounds/Gabber/gabber_offline.wav
|
||||
share/gnome/sounds/Gabber/gabber_online.wav
|
||||
share/gnome/sounds/Gabber/gabber_ooochat_queue.wav
|
||||
share/gnome/sounds/Gabber/gabber_ooochat_recv.wav
|
||||
share/gnome/sounds/Gabber/gabber_startup.wav
|
||||
share/gnome/sounds/Gabber/gabber_subrequest.wav
|
||||
share/locale/da/LC_MESSAGES/gabber.mo
|
||||
share/locale/de/LC_MESSAGES/gabber.mo
|
||||
share/locale/es/LC_MESSAGES/gabber.mo
|
||||
share/locale/fi/LC_MESSAGES/gabber.mo
|
||||
share/locale/fr/LC_MESSAGES/gabber.mo
|
||||
share/locale/nl/LC_MESSAGES/gabber.mo
|
||||
share/locale/no/LC_MESSAGES/gabber.mo
|
||||
share/locale/ru/LC_MESSAGES/gabber.mo
|
||||
share/locale/sv/LC_MESSAGES/gabber.mo
|
||||
share/locale/tr/LC_MESSAGES/gabber.mo
|
||||
@unexec rmdir %D/etc/sound/events 2>/dev/null || true
|
||||
@unexec rmdir %D/etc/sound 2>/dev/null || true
|
||||
@dirrm share/gnome/gabber
|
||||
@dirrm share/gnome/pixmaps/gabber
|
||||
@dirrm share/gnome/sounds/Gabber
|
||||
@dirrm share/gnome/pixmaps/gabber
|
||||
@dirrm share/gnome/omf/gabber
|
||||
@dirrm share/gnome/help/gabber/C/stylesheet-images
|
||||
@dirrm share/gnome/help/gabber/C
|
||||
@dirrm share/gnome/help/gabber
|
||||
@dirrm share/gnome/gabber
|
||||
|
|
|
@ -7,14 +7,14 @@
|
|||
|
||||
PORTNAME= gnomeicu
|
||||
PORTVERSION= 0.96.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net gnome
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= gnomeicu
|
||||
|
||||
MAINTAINER= nectar@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \
|
||||
iconv.2:${PORTSDIR}/converters/iconv
|
||||
LIB_DEPENDS= giconv.2:${PORTSDIR}/converters/libiconv
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_BZIP2= yes
|
||||
|
@ -35,7 +35,7 @@ SOCKSLIBS= -lsocks
|
|||
|
||||
CONFIGURE_ARGS= --with-statusmenu
|
||||
CONFIGURE_ENV= CPPFLAGS="${SOCKSFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" LIBS="-liconv ${SOCKSLIBS}" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" LIBS="-lgiconv ${SOCKSLIBS}" \
|
||||
CFLAGS="${CFLAGS}"
|
||||
|
||||
pre-patch:
|
||||
|
|
16
net/gnomeicu/files/patch-configure
Normal file
16
net/gnomeicu/files/patch-configure
Normal file
|
@ -0,0 +1,16 @@
|
|||
--- configure.orig Tue Feb 27 13:35:06 2001
|
||||
+++ configure Thu Apr 19 15:50:55 2001
|
||||
@@ -5039,5 +5039,5 @@
|
||||
|
||||
-ac_safe=`echo "iconv.h" | sed 'y%./+-%__p_%'`
|
||||
-echo $ac_n "checking for iconv.h""... $ac_c" 1>&6
|
||||
-echo "configure:5043: checking for iconv.h" >&5
|
||||
+ac_safe=`echo "giconv.h" | sed 'y%./+-%__p_%'`
|
||||
+echo $ac_n "checking for giconv.h""... $ac_c" 1>&6
|
||||
+echo "configure:5043: checking for giconv.h" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
||||
@@ -5048,3 +5048,3 @@
|
||||
#include "confdefs.h"
|
||||
-#include <iconv.h>
|
||||
+#include <giconv.h>
|
||||
EOF
|
7
net/gnomeicu/files/patch-src::kanji_conv.c
Normal file
7
net/gnomeicu/files/patch-src::kanji_conv.c
Normal file
|
@ -0,0 +1,7 @@
|
|||
--- src/kanji_conv.c.orig Wed Jan 3 16:14:39 2001
|
||||
+++ src/kanji_conv.c Thu Apr 19 15:51:21 2001
|
||||
@@ -32,3 +32,3 @@
|
||||
#ifdef HAVE_ICONV
|
||||
-#include <iconv.h>
|
||||
+#include <giconv.h>
|
||||
#endif
|
|
@ -7,14 +7,14 @@
|
|||
|
||||
PORTNAME= gnomeicu
|
||||
PORTVERSION= 0.96.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net gnome
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= gnomeicu
|
||||
|
||||
MAINTAINER= nectar@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \
|
||||
iconv.2:${PORTSDIR}/converters/iconv
|
||||
LIB_DEPENDS= giconv.2:${PORTSDIR}/converters/libiconv
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_BZIP2= yes
|
||||
|
@ -35,7 +35,7 @@ SOCKSLIBS= -lsocks
|
|||
|
||||
CONFIGURE_ARGS= --with-statusmenu
|
||||
CONFIGURE_ENV= CPPFLAGS="${SOCKSFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" LIBS="-liconv ${SOCKSLIBS}" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" LIBS="-lgiconv ${SOCKSLIBS}" \
|
||||
CFLAGS="${CFLAGS}"
|
||||
|
||||
pre-patch:
|
||||
|
|
16
net/gnomeicu/gnomeicu/files/patch-configure
Normal file
16
net/gnomeicu/gnomeicu/files/patch-configure
Normal file
|
@ -0,0 +1,16 @@
|
|||
--- configure.orig Tue Feb 27 13:35:06 2001
|
||||
+++ configure Thu Apr 19 15:50:55 2001
|
||||
@@ -5039,5 +5039,5 @@
|
||||
|
||||
-ac_safe=`echo "iconv.h" | sed 'y%./+-%__p_%'`
|
||||
-echo $ac_n "checking for iconv.h""... $ac_c" 1>&6
|
||||
-echo "configure:5043: checking for iconv.h" >&5
|
||||
+ac_safe=`echo "giconv.h" | sed 'y%./+-%__p_%'`
|
||||
+echo $ac_n "checking for giconv.h""... $ac_c" 1>&6
|
||||
+echo "configure:5043: checking for giconv.h" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
||||
@@ -5048,3 +5048,3 @@
|
||||
#include "confdefs.h"
|
||||
-#include <iconv.h>
|
||||
+#include <giconv.h>
|
||||
EOF
|
7
net/gnomeicu/gnomeicu/files/patch-src::kanji_conv.c
Normal file
7
net/gnomeicu/gnomeicu/files/patch-src::kanji_conv.c
Normal file
|
@ -0,0 +1,7 @@
|
|||
--- src/kanji_conv.c.orig Wed Jan 3 16:14:39 2001
|
||||
+++ src/kanji_conv.c Thu Apr 19 15:51:21 2001
|
||||
@@ -32,3 +32,3 @@
|
||||
#ifdef HAVE_ICONV
|
||||
-#include <iconv.h>
|
||||
+#include <giconv.h>
|
||||
#endif
|
|
@ -7,14 +7,14 @@
|
|||
|
||||
PORTNAME= gnomeicu
|
||||
PORTVERSION= 0.96.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net gnome
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= gnomeicu
|
||||
|
||||
MAINTAINER= nectar@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \
|
||||
iconv.2:${PORTSDIR}/converters/iconv
|
||||
LIB_DEPENDS= giconv.2:${PORTSDIR}/converters/libiconv
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_BZIP2= yes
|
||||
|
@ -35,7 +35,7 @@ SOCKSLIBS= -lsocks
|
|||
|
||||
CONFIGURE_ARGS= --with-statusmenu
|
||||
CONFIGURE_ENV= CPPFLAGS="${SOCKSFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" LIBS="-liconv ${SOCKSLIBS}" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" LIBS="-lgiconv ${SOCKSLIBS}" \
|
||||
CFLAGS="${CFLAGS}"
|
||||
|
||||
pre-patch:
|
||||
|
|
16
net/gnomeicu2/files/patch-configure
Normal file
16
net/gnomeicu2/files/patch-configure
Normal file
|
@ -0,0 +1,16 @@
|
|||
--- configure.orig Tue Feb 27 13:35:06 2001
|
||||
+++ configure Thu Apr 19 15:50:55 2001
|
||||
@@ -5039,5 +5039,5 @@
|
||||
|
||||
-ac_safe=`echo "iconv.h" | sed 'y%./+-%__p_%'`
|
||||
-echo $ac_n "checking for iconv.h""... $ac_c" 1>&6
|
||||
-echo "configure:5043: checking for iconv.h" >&5
|
||||
+ac_safe=`echo "giconv.h" | sed 'y%./+-%__p_%'`
|
||||
+echo $ac_n "checking for giconv.h""... $ac_c" 1>&6
|
||||
+echo "configure:5043: checking for giconv.h" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
||||
@@ -5048,3 +5048,3 @@
|
||||
#include "confdefs.h"
|
||||
-#include <iconv.h>
|
||||
+#include <giconv.h>
|
||||
EOF
|
7
net/gnomeicu2/files/patch-src::kanji_conv.c
Normal file
7
net/gnomeicu2/files/patch-src::kanji_conv.c
Normal file
|
@ -0,0 +1,7 @@
|
|||
--- src/kanji_conv.c.orig Wed Jan 3 16:14:39 2001
|
||||
+++ src/kanji_conv.c Thu Apr 19 15:51:21 2001
|
||||
@@ -32,3 +32,3 @@
|
||||
#ifdef HAVE_ICONV
|
||||
-#include <iconv.h>
|
||||
+#include <giconv.h>
|
||||
#endif
|
|
@ -6,14 +6,13 @@
|
|||
#
|
||||
|
||||
PORTNAME= pan
|
||||
PORTVERSION= 0.9.3
|
||||
PORTVERSION= 0.9.6
|
||||
CATEGORIES= news gnome
|
||||
MASTER_SITES= http://pan.rebelbase.com/download/${PORTVERSION}/
|
||||
|
||||
MAINTAINER= ade@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= gnomeprint.13:${PORTSDIR}/print/gnomeprint \
|
||||
gtkhtml.8:${PORTSDIR}/www/gtkhtml
|
||||
LIB_DEPENDS= gtkhtml.10:${PORTSDIR}/www/gtkhtml
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (pan-0.9.3.tar.bz2) = e53d513162a63dc3ed0daef520d6eefa
|
||||
MD5 (pan-0.9.6.tar.bz2) = 0b94b871aa4c99a847fe10e1ba4be916
|
||||
|
|
|
@ -6,14 +6,13 @@
|
|||
#
|
||||
|
||||
PORTNAME= pan
|
||||
PORTVERSION= 0.9.3
|
||||
PORTVERSION= 0.9.6
|
||||
CATEGORIES= news gnome
|
||||
MASTER_SITES= http://pan.rebelbase.com/download/${PORTVERSION}/
|
||||
|
||||
MAINTAINER= ade@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= gnomeprint.13:${PORTSDIR}/print/gnomeprint \
|
||||
gtkhtml.8:${PORTSDIR}/www/gtkhtml
|
||||
LIB_DEPENDS= gtkhtml.10:${PORTSDIR}/www/gtkhtml
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (pan-0.9.3.tar.bz2) = e53d513162a63dc3ed0daef520d6eefa
|
||||
MD5 (pan-0.9.6.tar.bz2) = 0b94b871aa4c99a847fe10e1ba4be916
|
||||
|
|
|
@ -6,17 +6,13 @@
|
|||
#
|
||||
|
||||
PORTNAME= medusa
|
||||
PORTVERSION= 0.3.0
|
||||
PORTVERSION= 0.5.0
|
||||
CATEGORIES= sysutils gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= unstable/sources/medusa
|
||||
|
||||
MAINTAINER= ade@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= oaf.0:${PORTSDIR}/devel/oaf \
|
||||
gnomevfs.0:${PORTSDIR}/devel/gnomevfs \
|
||||
gconf-1.1:${PORTSDIR}/devel/gconf
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= yes
|
||||
|
@ -25,6 +21,11 @@ CONFIGURE_ARGS= --enable-shared --enable-static
|
|||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||
|
||||
MAN1= medusa-config.1 medusa-idled.1 msearch.1
|
||||
MAN5= medusa.conf.5 medusa-file-index-stoplist.5
|
||||
MAN7= medusa-search-uri.7
|
||||
MAN8= medusa-searchd.8
|
||||
|
||||
pre-patch:
|
||||
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
||||
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (medusa-0.3.0.tar.gz) = 36fb25ff70d8983c625fd9bf31f995aa
|
||||
MD5 (medusa-0.5.0.tar.gz) = 6c93b219bfeccb5456570c2a464b72fb
|
||||
|
|
|
@ -6,14 +6,20 @@
|
|||
+#define O_SYNC 0
|
||||
+#endif
|
||||
file_descriptor = open (file_name, O_RDWR | O_CREAT | O_SYNC, S_IRUSR | S_IWUSR);
|
||||
--- libmedusa/medusa-index-progress.c.orig Mon Oct 16 16:46:51 2000
|
||||
+++ libmedusa/medusa-index-progress.c Fri Nov 3 11:38:01 2000
|
||||
@@ -90,2 +90,5 @@
|
||||
g_return_val_if_fail (disk_information_was_found, NULL);
|
||||
--- libmedusa/medusa-index-progress.c.orig Thu Feb 22 06:58:11 2001
|
||||
+++ libmedusa/medusa-index-progress.c Fri Mar 2 13:40:31 2001
|
||||
@@ -56,3 +56,5 @@
|
||||
#elif HAVE_STATFS
|
||||
+#ifndef __FreeBSD__
|
||||
# include <sys/statfs.h>
|
||||
+#endif
|
||||
#else
|
||||
@@ -90,2 +92,5 @@
|
||||
unlink (INDEX_PROGRESS_FILE_NAME);
|
||||
+#ifdef __FreeBSD__
|
||||
+#define O_SYNC 0
|
||||
+#endif
|
||||
output_fd = open (INDEX_PROGRESS_FILE_NAME, O_RDWR | O_CREAT | O_EXCL | O_SYNC);
|
||||
}
|
||||
--- libmedusa/medusa-unindexed-search.c.orig Wed Sep 20 14:03:58 2000
|
||||
+++ libmedusa/medusa-unindexed-search.c Fri Nov 3 11:38:30 2000
|
||||
@@ -1068,2 +1068,5 @@
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
-#include <sys/types.h>
|
||||
#include <sys/un.h>
|
||||
|
||||
--- indexer/medusa-file-index-daemon.c.orig Wed Jan 17 21:55:16 2001
|
||||
+++ indexer/medusa-file-index-daemon.c Mon Jan 29 13:42:35 2001
|
||||
--- indexer/medusa-file-index-daemon.c.orig Thu Feb 22 06:58:10 2001
|
||||
+++ indexer/medusa-file-index-daemon.c Fri Mar 2 13:46:16 2001
|
||||
@@ -44,3 +44,8 @@
|
||||
#include <sys/un.h>
|
||||
+#ifdef __FreeBSD__
|
||||
|
@ -18,4 +18,10 @@
|
|||
+#else
|
||||
#include <sys/vfs.h>
|
||||
+#endif
|
||||
#include <time.h>
|
||||
|
||||
@@ -49,3 +54,5 @@
|
||||
#elif defined(HAVE_STATFS)
|
||||
+#ifndef __FreeBSD__
|
||||
#include <sys/statfs.h>
|
||||
+#endif
|
||||
#endif /* HAVE_STATVFS */
|
||||
|
|
28
sysutils/medusa/files/patch-ah
Normal file
28
sysutils/medusa/files/patch-ah
Normal file
|
@ -0,0 +1,28 @@
|
|||
--- search-service/medusa-file-search-daemon.c.orig Wed Feb 21 01:33:37 2001
|
||||
+++ search-service/medusa-file-search-daemon.c Fri Mar 2 16:11:21 2001
|
||||
@@ -204,2 +204,17 @@
|
||||
|
||||
+#ifdef __FreeBSD__
|
||||
+#include <sys/wait.h>
|
||||
+
|
||||
+static void
|
||||
+grim_reaper(int signo)
|
||||
+{
|
||||
+ pid_t pid;
|
||||
+ int stat;
|
||||
+
|
||||
+ while ((pid = waitpid(-1, &stat, WNOHANG)) > 0)
|
||||
+ ;
|
||||
+ return;
|
||||
+}
|
||||
+#endif
|
||||
+
|
||||
int main (int argc, char *argv[])
|
||||
@@ -273,3 +288,7 @@
|
||||
in the Unix Environment", page 280) */
|
||||
+#ifdef __FreeBSD__
|
||||
+ signal (SIGCHLD, grim_reaper);
|
||||
+#else
|
||||
signal (SIGCLD, SIG_IGN);
|
||||
+#endif
|
||||
|
|
@ -10,11 +10,15 @@ include/libmedusa/medusa-index-progress.h
|
|||
include/libmedusa/medusa-index-service-private.h
|
||||
include/libmedusa/medusa-index-service.h
|
||||
include/libmedusa/medusa-indexed-search.h
|
||||
include/libmedusa/medusa-lock-file-paths.h
|
||||
include/libmedusa/medusa-lock.h
|
||||
include/libmedusa/medusa-log.h
|
||||
include/libmedusa/medusa-search-service-private.h
|
||||
include/libmedusa/medusa-search-service.h
|
||||
include/libmedusa/medusa-service-private.h
|
||||
include/libmedusa/medusa-stdio-extensions.h
|
||||
include/libmedusa/medusa-string.h
|
||||
include/libmedusa/medusa-system-state.h
|
||||
include/libmedusa/medusa-unindexed-search.h
|
||||
include/libmedusa/medusa-unsearched-locations.h
|
||||
include/libmedusa/medusa-utils.h
|
||||
|
|
|
@ -6,19 +6,16 @@
|
|||
#
|
||||
|
||||
PORTNAME= gtkhtml
|
||||
PORTVERSION= 0.8.2
|
||||
PORTVERSION= 0.9.2
|
||||
CATEGORIES= www gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= unstable/sources/gtkhtml
|
||||
|
||||
MAINTAINER= ade@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= bonobo.2:${PORTSDIR}/devel/bonobo \
|
||||
ghttp.1:${PORTSDIR}/www/libghttp \
|
||||
wwwzip.1:${PORTSDIR}/www/libwww \
|
||||
gconf-1.1:${PORTSDIR}/devel/gconf \
|
||||
LIB_DEPENDS= glibwww.1:${PORTSDIR}/www/glibwww \
|
||||
pspell.4:${PORTSDIR}/textproc/pspell \
|
||||
gal.4:${PORTSDIR}/x11-toolkits/gal
|
||||
gal.6:${PORTSDIR}/x11-toolkits/gal
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gtkhtml-0.8.2.tar.gz) = 3ade33b17db2eefdfe0e8a2f26effe8b
|
||||
MD5 (gtkhtml-0.9.2.tar.gz) = 538bd169b875a06d68be74fe7176a8f7
|
||||
|
|
|
@ -60,6 +60,7 @@ include/gtkhtml/htmllinktext.h
|
|||
include/gtkhtml/htmllist.h
|
||||
include/gtkhtml/htmlobject.h
|
||||
include/gtkhtml/htmlpainter.h
|
||||
include/gtkhtml/htmlplainpainter.h
|
||||
include/gtkhtml/htmlprinter.h
|
||||
include/gtkhtml/htmlradio.h
|
||||
include/gtkhtml/htmlreplace.h
|
||||
|
@ -72,6 +73,7 @@ include/gtkhtml/htmlstack.h
|
|||
include/gtkhtml/htmlstringtokenizer.h
|
||||
include/gtkhtml/htmltable.h
|
||||
include/gtkhtml/htmltablecell.h
|
||||
include/gtkhtml/htmltablepriv.h
|
||||
include/gtkhtml/htmltext.h
|
||||
include/gtkhtml/htmltextarea.h
|
||||
include/gtkhtml/htmltextinput.h
|
||||
|
@ -85,7 +87,7 @@ include/gtkhtml/htmlvspace.h
|
|||
lib/bonobo/plugin/libstorage_http.so
|
||||
lib/libgtkhtml.a
|
||||
lib/libgtkhtml.so
|
||||
lib/libgtkhtml.so.8
|
||||
lib/libgtkhtml.so.10
|
||||
share/gnome/apps/Settings/Documents/gtkhtml-properties.desktop
|
||||
share/gnome/control-center/Documents/gtkhtml-properties.desktop
|
||||
share/gnome/gtkhtml/Editor.idl
|
||||
|
@ -98,8 +100,8 @@ share/gnome/html/gtkhtml-sections.txt
|
|||
share/gnome/html/gtkhtml.hierarchy
|
||||
share/gnome/html/gtkhtml.sgml
|
||||
share/gnome/html/gtkhtml.types
|
||||
share/gnome/oaf/GNOME_GtkHTML_EBrowser.oafinfo
|
||||
share/gnome/oaf/GNOME_GtkHTML_Editor.oafinfo
|
||||
share/gnome/oaf/GNOME_GtkHTML_EBrowser.oaf
|
||||
share/gnome/oaf/GNOME_GtkHTML_Editor.oaf
|
||||
share/gnome/ui/GNOME_GtkHTML_Editor.xml
|
||||
share/locale/az/LC_MESSAGES/gtkhtml.mo
|
||||
share/locale/cs/LC_MESSAGES/gtkhtml.mo
|
||||
|
|
|
@ -6,19 +6,16 @@
|
|||
#
|
||||
|
||||
PORTNAME= gtkhtml
|
||||
PORTVERSION= 0.8.2
|
||||
PORTVERSION= 0.9.2
|
||||
CATEGORIES= www gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= unstable/sources/gtkhtml
|
||||
|
||||
MAINTAINER= ade@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= bonobo.2:${PORTSDIR}/devel/bonobo \
|
||||
ghttp.1:${PORTSDIR}/www/libghttp \
|
||||
wwwzip.1:${PORTSDIR}/www/libwww \
|
||||
gconf-1.1:${PORTSDIR}/devel/gconf \
|
||||
LIB_DEPENDS= glibwww.1:${PORTSDIR}/www/glibwww \
|
||||
pspell.4:${PORTSDIR}/textproc/pspell \
|
||||
gal.4:${PORTSDIR}/x11-toolkits/gal
|
||||
gal.6:${PORTSDIR}/x11-toolkits/gal
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gtkhtml-0.8.2.tar.gz) = 3ade33b17db2eefdfe0e8a2f26effe8b
|
||||
MD5 (gtkhtml-0.9.2.tar.gz) = 538bd169b875a06d68be74fe7176a8f7
|
||||
|
|
|
@ -60,6 +60,7 @@ include/gtkhtml/htmllinktext.h
|
|||
include/gtkhtml/htmllist.h
|
||||
include/gtkhtml/htmlobject.h
|
||||
include/gtkhtml/htmlpainter.h
|
||||
include/gtkhtml/htmlplainpainter.h
|
||||
include/gtkhtml/htmlprinter.h
|
||||
include/gtkhtml/htmlradio.h
|
||||
include/gtkhtml/htmlreplace.h
|
||||
|
@ -72,6 +73,7 @@ include/gtkhtml/htmlstack.h
|
|||
include/gtkhtml/htmlstringtokenizer.h
|
||||
include/gtkhtml/htmltable.h
|
||||
include/gtkhtml/htmltablecell.h
|
||||
include/gtkhtml/htmltablepriv.h
|
||||
include/gtkhtml/htmltext.h
|
||||
include/gtkhtml/htmltextarea.h
|
||||
include/gtkhtml/htmltextinput.h
|
||||
|
@ -85,7 +87,7 @@ include/gtkhtml/htmlvspace.h
|
|||
lib/bonobo/plugin/libstorage_http.so
|
||||
lib/libgtkhtml.a
|
||||
lib/libgtkhtml.so
|
||||
lib/libgtkhtml.so.8
|
||||
lib/libgtkhtml.so.10
|
||||
share/gnome/apps/Settings/Documents/gtkhtml-properties.desktop
|
||||
share/gnome/control-center/Documents/gtkhtml-properties.desktop
|
||||
share/gnome/gtkhtml/Editor.idl
|
||||
|
@ -98,8 +100,8 @@ share/gnome/html/gtkhtml-sections.txt
|
|||
share/gnome/html/gtkhtml.hierarchy
|
||||
share/gnome/html/gtkhtml.sgml
|
||||
share/gnome/html/gtkhtml.types
|
||||
share/gnome/oaf/GNOME_GtkHTML_EBrowser.oafinfo
|
||||
share/gnome/oaf/GNOME_GtkHTML_Editor.oafinfo
|
||||
share/gnome/oaf/GNOME_GtkHTML_EBrowser.oaf
|
||||
share/gnome/oaf/GNOME_GtkHTML_Editor.oaf
|
||||
share/gnome/ui/GNOME_GtkHTML_Editor.xml
|
||||
share/locale/az/LC_MESSAGES/gtkhtml.mo
|
||||
share/locale/cs/LC_MESSAGES/gtkhtml.mo
|
||||
|
|
|
@ -6,19 +6,16 @@
|
|||
#
|
||||
|
||||
PORTNAME= gtkhtml
|
||||
PORTVERSION= 0.8.2
|
||||
PORTVERSION= 0.9.2
|
||||
CATEGORIES= www gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= unstable/sources/gtkhtml
|
||||
|
||||
MAINTAINER= ade@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= bonobo.2:${PORTSDIR}/devel/bonobo \
|
||||
ghttp.1:${PORTSDIR}/www/libghttp \
|
||||
wwwzip.1:${PORTSDIR}/www/libwww \
|
||||
gconf-1.1:${PORTSDIR}/devel/gconf \
|
||||
LIB_DEPENDS= glibwww.1:${PORTSDIR}/www/glibwww \
|
||||
pspell.4:${PORTSDIR}/textproc/pspell \
|
||||
gal.4:${PORTSDIR}/x11-toolkits/gal
|
||||
gal.6:${PORTSDIR}/x11-toolkits/gal
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gtkhtml-0.8.2.tar.gz) = 3ade33b17db2eefdfe0e8a2f26effe8b
|
||||
MD5 (gtkhtml-0.9.2.tar.gz) = 538bd169b875a06d68be74fe7176a8f7
|
||||
|
|
|
@ -60,6 +60,7 @@ include/gtkhtml/htmllinktext.h
|
|||
include/gtkhtml/htmllist.h
|
||||
include/gtkhtml/htmlobject.h
|
||||
include/gtkhtml/htmlpainter.h
|
||||
include/gtkhtml/htmlplainpainter.h
|
||||
include/gtkhtml/htmlprinter.h
|
||||
include/gtkhtml/htmlradio.h
|
||||
include/gtkhtml/htmlreplace.h
|
||||
|
@ -72,6 +73,7 @@ include/gtkhtml/htmlstack.h
|
|||
include/gtkhtml/htmlstringtokenizer.h
|
||||
include/gtkhtml/htmltable.h
|
||||
include/gtkhtml/htmltablecell.h
|
||||
include/gtkhtml/htmltablepriv.h
|
||||
include/gtkhtml/htmltext.h
|
||||
include/gtkhtml/htmltextarea.h
|
||||
include/gtkhtml/htmltextinput.h
|
||||
|
@ -85,7 +87,7 @@ include/gtkhtml/htmlvspace.h
|
|||
lib/bonobo/plugin/libstorage_http.so
|
||||
lib/libgtkhtml.a
|
||||
lib/libgtkhtml.so
|
||||
lib/libgtkhtml.so.8
|
||||
lib/libgtkhtml.so.10
|
||||
share/gnome/apps/Settings/Documents/gtkhtml-properties.desktop
|
||||
share/gnome/control-center/Documents/gtkhtml-properties.desktop
|
||||
share/gnome/gtkhtml/Editor.idl
|
||||
|
@ -98,8 +100,8 @@ share/gnome/html/gtkhtml-sections.txt
|
|||
share/gnome/html/gtkhtml.hierarchy
|
||||
share/gnome/html/gtkhtml.sgml
|
||||
share/gnome/html/gtkhtml.types
|
||||
share/gnome/oaf/GNOME_GtkHTML_EBrowser.oafinfo
|
||||
share/gnome/oaf/GNOME_GtkHTML_Editor.oafinfo
|
||||
share/gnome/oaf/GNOME_GtkHTML_EBrowser.oaf
|
||||
share/gnome/oaf/GNOME_GtkHTML_Editor.oaf
|
||||
share/gnome/ui/GNOME_GtkHTML_Editor.xml
|
||||
share/locale/az/LC_MESSAGES/gtkhtml.mo
|
||||
share/locale/cs/LC_MESSAGES/gtkhtml.mo
|
||||
|
|
|
@ -6,19 +6,16 @@
|
|||
#
|
||||
|
||||
PORTNAME= gtkhtml
|
||||
PORTVERSION= 0.8.2
|
||||
PORTVERSION= 0.9.2
|
||||
CATEGORIES= www gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= unstable/sources/gtkhtml
|
||||
|
||||
MAINTAINER= ade@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= bonobo.2:${PORTSDIR}/devel/bonobo \
|
||||
ghttp.1:${PORTSDIR}/www/libghttp \
|
||||
wwwzip.1:${PORTSDIR}/www/libwww \
|
||||
gconf-1.1:${PORTSDIR}/devel/gconf \
|
||||
LIB_DEPENDS= glibwww.1:${PORTSDIR}/www/glibwww \
|
||||
pspell.4:${PORTSDIR}/textproc/pspell \
|
||||
gal.4:${PORTSDIR}/x11-toolkits/gal
|
||||
gal.6:${PORTSDIR}/x11-toolkits/gal
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gtkhtml-0.8.2.tar.gz) = 3ade33b17db2eefdfe0e8a2f26effe8b
|
||||
MD5 (gtkhtml-0.9.2.tar.gz) = 538bd169b875a06d68be74fe7176a8f7
|
||||
|
|
|
@ -60,6 +60,7 @@ include/gtkhtml/htmllinktext.h
|
|||
include/gtkhtml/htmllist.h
|
||||
include/gtkhtml/htmlobject.h
|
||||
include/gtkhtml/htmlpainter.h
|
||||
include/gtkhtml/htmlplainpainter.h
|
||||
include/gtkhtml/htmlprinter.h
|
||||
include/gtkhtml/htmlradio.h
|
||||
include/gtkhtml/htmlreplace.h
|
||||
|
@ -72,6 +73,7 @@ include/gtkhtml/htmlstack.h
|
|||
include/gtkhtml/htmlstringtokenizer.h
|
||||
include/gtkhtml/htmltable.h
|
||||
include/gtkhtml/htmltablecell.h
|
||||
include/gtkhtml/htmltablepriv.h
|
||||
include/gtkhtml/htmltext.h
|
||||
include/gtkhtml/htmltextarea.h
|
||||
include/gtkhtml/htmltextinput.h
|
||||
|
@ -85,7 +87,7 @@ include/gtkhtml/htmlvspace.h
|
|||
lib/bonobo/plugin/libstorage_http.so
|
||||
lib/libgtkhtml.a
|
||||
lib/libgtkhtml.so
|
||||
lib/libgtkhtml.so.8
|
||||
lib/libgtkhtml.so.10
|
||||
share/gnome/apps/Settings/Documents/gtkhtml-properties.desktop
|
||||
share/gnome/control-center/Documents/gtkhtml-properties.desktop
|
||||
share/gnome/gtkhtml/Editor.idl
|
||||
|
@ -98,8 +100,8 @@ share/gnome/html/gtkhtml-sections.txt
|
|||
share/gnome/html/gtkhtml.hierarchy
|
||||
share/gnome/html/gtkhtml.sgml
|
||||
share/gnome/html/gtkhtml.types
|
||||
share/gnome/oaf/GNOME_GtkHTML_EBrowser.oafinfo
|
||||
share/gnome/oaf/GNOME_GtkHTML_Editor.oafinfo
|
||||
share/gnome/oaf/GNOME_GtkHTML_EBrowser.oaf
|
||||
share/gnome/oaf/GNOME_GtkHTML_Editor.oaf
|
||||
share/gnome/ui/GNOME_GtkHTML_Editor.xml
|
||||
share/locale/az/LC_MESSAGES/gtkhtml.mo
|
||||
share/locale/cs/LC_MESSAGES/gtkhtml.mo
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue