diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-11-18 03:53:29 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-11-18 03:53:29 +0800 |
commit | 607c3974ff9a39101f1708ac8806f2be9e484dc1 (patch) | |
tree | 70e5b468773e8a9f05f85bbcc0859e24e415fb72 /deskutils | |
parent | e1415469d35498099f6f4f14572f1891000c87e8 (diff) | |
download | marcuscom-ports-607c3974ff9a39101f1708ac8806f2be9e484dc1.tar marcuscom-ports-607c3974ff9a39101f1708ac8806f2be9e484dc1.tar.gz marcuscom-ports-607c3974ff9a39101f1708ac8806f2be9e484dc1.tar.bz2 marcuscom-ports-607c3974ff9a39101f1708ac8806f2be9e484dc1.tar.lz marcuscom-ports-607c3974ff9a39101f1708ac8806f2be9e484dc1.tar.xz marcuscom-ports-607c3974ff9a39101f1708ac8806f2be9e484dc1.tar.zst marcuscom-ports-607c3974ff9a39101f1708ac8806f2be9e484dc1.zip |
Re-add gnomeutils2, at 2.9.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3068 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gnome-utils/Makefile | 34 | ||||
-rw-r--r-- | deskutils/gnome-utils/distinfo | 2 | ||||
-rw-r--r-- | deskutils/gnome-utils/files/patch-ai | 11 | ||||
-rw-r--r-- | deskutils/gnome-utils/files/patch-configure | 11 | ||||
-rw-r--r-- | deskutils/gnome-utils/files/patch-logview_logview.c | 37 | ||||
-rw-r--r-- | deskutils/gnome-utils/pkg-descr | 2 | ||||
-rw-r--r-- | deskutils/gnome-utils/pkg-plist | 214 | ||||
-rw-r--r-- | deskutils/gnomeutils2/Makefile | 34 | ||||
-rw-r--r-- | deskutils/gnomeutils2/distinfo | 2 | ||||
-rw-r--r-- | deskutils/gnomeutils2/files/patch-ai | 11 | ||||
-rw-r--r-- | deskutils/gnomeutils2/files/patch-configure | 11 | ||||
-rw-r--r-- | deskutils/gnomeutils2/files/patch-logview_logview.c | 37 | ||||
-rw-r--r-- | deskutils/gnomeutils2/pkg-descr | 2 | ||||
-rw-r--r-- | deskutils/gnomeutils2/pkg-plist | 214 |
14 files changed, 622 insertions, 0 deletions
diff --git a/deskutils/gnome-utils/Makefile b/deskutils/gnome-utils/Makefile new file mode 100644 index 000000000..723a74ea3 --- /dev/null +++ b/deskutils/gnome-utils/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: gnomeutils2 +# Date created: 06 May 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD: ports/deskutils/gnomeutils2/Makefile,v 1.78 2004/11/10 03:19:12 mezz Exp $ +# + +PORTNAME= gnomeutils2 +PORTVERSION= 2.9.0 +PORTEPOCH= 1 +CATEGORIES= deskutils gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-utils/2.9 +DISTNAME= gnome-utils-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GNOME 2 support utilities + +USE_BZIP2= yes +USE_X_PREFIX= yes +INSTALLS_OMF= yes +USE_REINPLACE= yes +USE_GMAKE= yes +GNOME_DESKTOP_VERSION=2 +USE_GNOME= gnomeprefix gnomehack intlhack gnomehier gnomepanel +USE_LIBTOOL_VER=15 +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +MAN1= gnome-dictionary.1 gnome-search-tool.1 gnome-system-log.1 +GCONF_SCHEMAS= gdict.schemas gnome-search-tool.schemas logview.schemas + +.include <bsd.port.mk> diff --git a/deskutils/gnome-utils/distinfo b/deskutils/gnome-utils/distinfo new file mode 100644 index 000000000..fda548b35 --- /dev/null +++ b/deskutils/gnome-utils/distinfo @@ -0,0 +1,2 @@ +MD5 (gnome2/gnome-utils-2.9.0.tar.bz2) = 9f9a189c154c648be1f82874a0c8e6ba +SIZE (gnome2/gnome-utils-2.9.0.tar.bz2) = 1714176 diff --git a/deskutils/gnome-utils/files/patch-ai b/deskutils/gnome-utils/files/patch-ai new file mode 100644 index 000000000..927a2b461 --- /dev/null +++ b/deskutils/gnome-utils/files/patch-ai @@ -0,0 +1,11 @@ +--- xmldocs.make.orig Thu Aug 7 09:56:16 2003 ++++ xmldocs.make Thu Aug 7 13:55:58 2003 +@@ -36,7 +36,7 @@ + # ********** Begin of section some packagers may need to modify ********** + # This variable (docdir) specifies where the documents should be installed. + # This default value should work for most packages. +-docdir = $(datadir)/gnome/help/$(docname)/$(lang) ++docdir = $(datadir)/help/$(docname)/$(lang) + + # ********** You should not have to edit below this line ********** + xml_files = $(entities) $(docname).xml diff --git a/deskutils/gnome-utils/files/patch-configure b/deskutils/gnome-utils/files/patch-configure new file mode 100644 index 000000000..d5d7d0e10 --- /dev/null +++ b/deskutils/gnome-utils/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Mon Nov 25 09:25:29 2002 ++++ configure Tue Nov 26 16:04:42 2002 +@@ -10347,7 +10347,7 @@ + + + cat >>confdefs.h <<_ACEOF +-#define GNOME_ICONDIR "${prefix}/share/pixmaps" ++#define GNOME_ICONDIR "${datadir}/pixmaps" + _ACEOF + + diff --git a/deskutils/gnome-utils/files/patch-logview_logview.c b/deskutils/gnome-utils/files/patch-logview_logview.c new file mode 100644 index 000000000..942ed8a02 --- /dev/null +++ b/deskutils/gnome-utils/files/patch-logview_logview.c @@ -0,0 +1,37 @@ +--- logview/logview.c.orig Fri May 7 21:47:59 2004 ++++ logview/logview.c Wed Aug 4 18:40:24 2004 +@@ -781,7 +781,7 @@ + + if ( ! found) { + g_snprintf (full_name, sizeof (full_name), +- "%s/share/gnome-system-log/gnome-system-log-regexp.db", LOGVIEWINSTALLPREFIX); ++ "%s/gnome-system-log/gnome-system-log-regexp.db", DATADIR); + if (access (full_name, R_OK) == 0) { + found = TRUE; + g_free (cfg->regexp_db_path); +@@ -804,7 +804,7 @@ + + if ( ! found) { + g_snprintf (full_name, sizeof (full_name), +- "%s/share/gnome-system-log/gnome-system-log-descript.db", LOGVIEWINSTALLPREFIX); ++ "%s/gnome-system-log/gnome-system-log-descript.db", DATADIR); + if (access (full_name, R_OK) == 0) { + found = TRUE; + g_free (cfg->descript_db_path); +@@ -838,7 +838,7 @@ + + if ( ! found) { + g_snprintf (full_name, sizeof (full_name), +- "%s/share/gnome-system-log/gnome-system-log-actions.db", LOGVIEWINSTALLPREFIX); ++ "%s/gnome-system-log/gnome-system-log-actions.db", DATADIR); + if (access (full_name, R_OK) == 0) { + found = TRUE; + g_free (cfg->action_db_path); +@@ -922,6 +922,7 @@ + /* remove trailing newline */ + if (logfile[strlen(logfile)-1] == '\n') + logfile[strlen(logfile)-1] = '\0'; ++ if (strcmp (logfile, "/dev/console") == 0) continue; + fprintf(stderr, "Found a logfile: (%s)\n", logfile); + return logfile; + } diff --git a/deskutils/gnome-utils/pkg-descr b/deskutils/gnome-utils/pkg-descr new file mode 100644 index 000000000..bfe154899 --- /dev/null +++ b/deskutils/gnome-utils/pkg-descr @@ -0,0 +1,2 @@ +GNOME 2.0 support utilities, including a dictionary looker-upper, +a frontend for find(1), a system log viewer, and more. diff --git a/deskutils/gnome-utils/pkg-plist b/deskutils/gnome-utils/pkg-plist new file mode 100644 index 000000000..cc9008367 --- /dev/null +++ b/deskutils/gnome-utils/pkg-plist @@ -0,0 +1,214 @@ +bin/gnome-dictionary +bin/gnome-search-tool +bin/gnome-system-log +libdata/bonobo/servers/GNOME_GDictApplet.server +libexec/gdict-applet +share/gnome/applications/gnome-dictionary.desktop +share/gnome/applications/gnome-search-tool.desktop +share/gnome/applications/gnome-system-log.desktop +share/gnome/gnome-2.0/ui/GNOME_GDictApplet.xml +share/gnome/gnome-system-log/gnome-system-log-actions.db +share/gnome/gnome-system-log/gnome-system-log-descript.db +share/gnome/gnome-system-log/gnome-system-log-regexp.db +share/gnome/help/gnome-dictionary/C/figures/gdict_applet.png +share/gnome/help/gnome-dictionary/C/figures/gdict_window.png +share/gnome/help/gnome-dictionary/C/gnome-dictionary.xml +share/gnome/help/gnome-dictionary/C/legal.xml +share/gnome/help/gnome-dictionary/ja/figures/gdict_applet.png +share/gnome/help/gnome-dictionary/ja/figures/gdict_window.png +share/gnome/help/gnome-dictionary/ja/gnome-dictionary.xml +share/gnome/help/gnome-dictionary/ja/legal.xml +share/gnome/help/gnome-search-tool/C/figures/gnome-search-tool_window.png +share/gnome/help/gnome-search-tool/C/gnome-search-tool.xml +share/gnome/help/gnome-search-tool/C/legal.xml +share/gnome/help/gnome-search-tool/es/figures/gnome-search-tool_window.png +share/gnome/help/gnome-search-tool/es/gnome-search-tool.xml +share/gnome/help/gnome-search-tool/es/legal.xml +share/gnome/help/gnome-search-tool/fr/figures/gnome-search-tool_window.png +share/gnome/help/gnome-search-tool/fr/gnome-search-tool.xml +share/gnome/help/gnome-search-tool/fr/legal.xml +share/gnome/help/gnome-search-tool/it/figures/gnome-search-tool_window.png +share/gnome/help/gnome-search-tool/it/gnome-search-tool.xml +share/gnome/help/gnome-search-tool/it/legal.xml +share/gnome/help/gnome-search-tool/ja/figures/gnome-search-tool_window.png +share/gnome/help/gnome-search-tool/ja/gnome-search-tool.xml +share/gnome/help/gnome-search-tool/ja/legal.xml +share/gnome/help/gnome-search-tool/ko/figures/gnome-search-tool_window.png +share/gnome/help/gnome-search-tool/ko/gnome-search-tool.xml +share/gnome/help/gnome-search-tool/ko/legal.xml +share/gnome/help/gnome-search-tool/sv/figures/gnome-search-tool_window.png +share/gnome/help/gnome-search-tool/sv/gnome-search-tool.xml +share/gnome/help/gnome-search-tool/sv/legal.xml +share/gnome/help/gnome-search-tool/zh_CN/figures/gnome-search-tool_window.png +share/gnome/help/gnome-search-tool/zh_CN/gnome-search-tool.xml +share/gnome/help/gnome-search-tool/zh_CN/legal.xml +share/gnome/help/gnome-search-tool/zh_HK/figures/gnome-search-tool_window.png +share/gnome/help/gnome-search-tool/zh_HK/gnome-search-tool.xml +share/gnome/help/gnome-search-tool/zh_HK/legal.xml +share/gnome/help/gnome-search-tool/zh_TW/figures/gnome-search-tool_window.png +share/gnome/help/gnome-search-tool/zh_TW/gnome-search-tool.xml +share/gnome/help/gnome-search-tool/zh_TW/legal.xml +share/gnome/help/gnome-system-log/C/figures/syslog_window.png +share/gnome/help/gnome-system-log/C/gnome-system-log.xml +share/gnome/help/gnome-system-log/C/legal.xml +share/gnome/help/gnome-system-log/de/figures/syslog_window.png +share/gnome/help/gnome-system-log/de/gnome-system-log.xml +share/gnome/help/gnome-system-log/de/legal.xml +share/gnome/help/gnome-system-log/es/figures/syslog_window.png +share/gnome/help/gnome-system-log/es/gnome-system-log.xml +share/gnome/help/gnome-system-log/es/legal.xml +share/gnome/help/gnome-system-log/fr/figures/syslog_window.png +share/gnome/help/gnome-system-log/fr/gnome-system-log.xml +share/gnome/help/gnome-system-log/fr/legal.xml +share/gnome/help/gnome-system-log/it/figures/syslog_window.png +share/gnome/help/gnome-system-log/it/gnome-system-log.xml +share/gnome/help/gnome-system-log/it/legal.xml +share/gnome/help/gnome-system-log/ja/figures/syslog_window.png +share/gnome/help/gnome-system-log/ja/gnome-system-log.xml +share/gnome/help/gnome-system-log/ja/legal.xml +share/gnome/help/gnome-system-log/ko/figures/syslog_window.png +share/gnome/help/gnome-system-log/ko/gnome-system-log.xml +share/gnome/help/gnome-system-log/ko/legal.xml +share/gnome/help/gnome-system-log/sv/figures/syslog_window.png +share/gnome/help/gnome-system-log/sv/gnome-system-log.xml +share/gnome/help/gnome-system-log/sv/legal.xml +share/gnome/help/gnome-system-log/zh_CN/figures/syslog_window.png +share/gnome/help/gnome-system-log/zh_CN/gnome-system-log.xml +share/gnome/help/gnome-system-log/zh_CN/legal.xml +share/gnome/help/gnome-system-log/zh_TW/figures/syslog_window.png +share/gnome/help/gnome-system-log/zh_TW/gnome-system-log.xml +share/gnome/help/gnome-system-log/zh_TW/legal.xml +share/gnome/omf/gnome-utils/gnome-dictionary-C.omf +share/gnome/omf/gnome-utils/gnome-dictionary-ja.omf +share/gnome/omf/gnome-utils/gnome-search-tool-C.omf +share/gnome/omf/gnome-utils/gnome-search-tool-es.omf +share/gnome/omf/gnome-utils/gnome-search-tool-fr.omf +share/gnome/omf/gnome-utils/gnome-search-tool-it.omf +share/gnome/omf/gnome-utils/gnome-search-tool-ja.omf +share/gnome/omf/gnome-utils/gnome-search-tool-ko.omf +share/gnome/omf/gnome-utils/gnome-search-tool-sv.omf +share/gnome/omf/gnome-utils/gnome-search-tool-zh_CN.omf +share/gnome/omf/gnome-utils/gnome-search-tool-zh_HK.omf +share/gnome/omf/gnome-utils/gnome-search-tool-zh_TW.omf +share/gnome/omf/gnome-utils/gnome-system-log-C.omf +share/gnome/omf/gnome-utils/gnome-system-log-de.omf +share/gnome/omf/gnome-utils/gnome-system-log-es.omf +share/gnome/omf/gnome-utils/gnome-system-log-fr.omf +share/gnome/omf/gnome-utils/gnome-system-log-it.omf +share/gnome/omf/gnome-utils/gnome-system-log-ja.omf +share/gnome/omf/gnome-utils/gnome-system-log-ko.omf +share/gnome/omf/gnome-utils/gnome-system-log-sv.omf +share/gnome/omf/gnome-utils/gnome-system-log-zh_CN.omf +share/gnome/omf/gnome-utils/gnome-system-log-zh_TW.omf +share/locale/am/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/ar/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/az/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/be/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/bg/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/bn/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/bs/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/ca/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/cs/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/cy/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/da/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/de/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/el/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/en_CA/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/en_GB/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/es/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/et/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/eu/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/fa/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/fi/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/fr/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/ga/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/gl/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/gu/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/he/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/hi/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/hr/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/hu/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/id/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/it/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/ja/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/ko/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/lt/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/lv/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/mk/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/ml/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/mn/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/ms/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/nb/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/ne/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/nl/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/nn/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/no/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/pa/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/pl/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/pt/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/pt_BR/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/ro/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/ru/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/sk/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/sl/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/sq/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/sr/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/sr@Latn/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/sv/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/ta/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/th/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/tr/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/uk/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/vi/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/wa/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/zh_CN/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/zh_TW/LC_MESSAGES/gnome-utils-2.0.mo +@dirrm share/gnome/omf/gnome-utils +@dirrm share/gnome/help/gnome-system-log/zh_TW/figures +@dirrm share/gnome/help/gnome-system-log/zh_TW +@dirrm share/gnome/help/gnome-system-log/zh_CN/figures +@dirrm share/gnome/help/gnome-system-log/zh_CN +@dirrm share/gnome/help/gnome-system-log/sv/figures +@dirrm share/gnome/help/gnome-system-log/sv +@dirrm share/gnome/help/gnome-system-log/ko/figures +@dirrm share/gnome/help/gnome-system-log/ko +@dirrm share/gnome/help/gnome-system-log/ja/figures +@dirrm share/gnome/help/gnome-system-log/ja +@dirrm share/gnome/help/gnome-system-log/it/figures +@dirrm share/gnome/help/gnome-system-log/it +@dirrm share/gnome/help/gnome-system-log/fr/figures +@dirrm share/gnome/help/gnome-system-log/fr +@dirrm share/gnome/help/gnome-system-log/es/figures +@dirrm share/gnome/help/gnome-system-log/es +@dirrm share/gnome/help/gnome-system-log/de/figures +@dirrm share/gnome/help/gnome-system-log/de +@dirrm share/gnome/help/gnome-system-log/C/figures +@dirrm share/gnome/help/gnome-system-log/C +@dirrm share/gnome/help/gnome-system-log +@dirrm share/gnome/help/gnome-search-tool/zh_TW/figures +@dirrm share/gnome/help/gnome-search-tool/zh_TW +@dirrm share/gnome/help/gnome-search-tool/zh_HK/figures +@dirrm share/gnome/help/gnome-search-tool/zh_HK +@dirrm share/gnome/help/gnome-search-tool/zh_CN/figures +@dirrm share/gnome/help/gnome-search-tool/zh_CN +@dirrm share/gnome/help/gnome-search-tool/sv/figures +@dirrm share/gnome/help/gnome-search-tool/sv +@dirrm share/gnome/help/gnome-search-tool/ko/figures +@dirrm share/gnome/help/gnome-search-tool/ko +@dirrm share/gnome/help/gnome-search-tool/ja/figures +@dirrm share/gnome/help/gnome-search-tool/ja +@dirrm share/gnome/help/gnome-search-tool/it/figures +@dirrm share/gnome/help/gnome-search-tool/it +@dirrm share/gnome/help/gnome-search-tool/fr/figures +@dirrm share/gnome/help/gnome-search-tool/fr +@dirrm share/gnome/help/gnome-search-tool/es/figures +@dirrm share/gnome/help/gnome-search-tool/es +@dirrm share/gnome/help/gnome-search-tool/C/figures +@dirrm share/gnome/help/gnome-search-tool/C +@dirrm share/gnome/help/gnome-search-tool +@dirrm share/gnome/help/gnome-dictionary/ja/figures +@dirrm share/gnome/help/gnome-dictionary/ja +@dirrm share/gnome/help/gnome-dictionary/C/figures +@dirrm share/gnome/help/gnome-dictionary/C +@dirrm share/gnome/help/gnome-dictionary +@dirrm share/gnome/gnome-system-log diff --git a/deskutils/gnomeutils2/Makefile b/deskutils/gnomeutils2/Makefile new file mode 100644 index 000000000..723a74ea3 --- /dev/null +++ b/deskutils/gnomeutils2/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: gnomeutils2 +# Date created: 06 May 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD: ports/deskutils/gnomeutils2/Makefile,v 1.78 2004/11/10 03:19:12 mezz Exp $ +# + +PORTNAME= gnomeutils2 +PORTVERSION= 2.9.0 +PORTEPOCH= 1 +CATEGORIES= deskutils gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-utils/2.9 +DISTNAME= gnome-utils-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GNOME 2 support utilities + +USE_BZIP2= yes +USE_X_PREFIX= yes +INSTALLS_OMF= yes +USE_REINPLACE= yes +USE_GMAKE= yes +GNOME_DESKTOP_VERSION=2 +USE_GNOME= gnomeprefix gnomehack intlhack gnomehier gnomepanel +USE_LIBTOOL_VER=15 +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +MAN1= gnome-dictionary.1 gnome-search-tool.1 gnome-system-log.1 +GCONF_SCHEMAS= gdict.schemas gnome-search-tool.schemas logview.schemas + +.include <bsd.port.mk> diff --git a/deskutils/gnomeutils2/distinfo b/deskutils/gnomeutils2/distinfo new file mode 100644 index 000000000..fda548b35 --- /dev/null +++ b/deskutils/gnomeutils2/distinfo @@ -0,0 +1,2 @@ +MD5 (gnome2/gnome-utils-2.9.0.tar.bz2) = 9f9a189c154c648be1f82874a0c8e6ba +SIZE (gnome2/gnome-utils-2.9.0.tar.bz2) = 1714176 diff --git a/deskutils/gnomeutils2/files/patch-ai b/deskutils/gnomeutils2/files/patch-ai new file mode 100644 index 000000000..927a2b461 --- /dev/null +++ b/deskutils/gnomeutils2/files/patch-ai @@ -0,0 +1,11 @@ +--- xmldocs.make.orig Thu Aug 7 09:56:16 2003 ++++ xmldocs.make Thu Aug 7 13:55:58 2003 +@@ -36,7 +36,7 @@ + # ********** Begin of section some packagers may need to modify ********** + # This variable (docdir) specifies where the documents should be installed. + # This default value should work for most packages. +-docdir = $(datadir)/gnome/help/$(docname)/$(lang) ++docdir = $(datadir)/help/$(docname)/$(lang) + + # ********** You should not have to edit below this line ********** + xml_files = $(entities) $(docname).xml diff --git a/deskutils/gnomeutils2/files/patch-configure b/deskutils/gnomeutils2/files/patch-configure new file mode 100644 index 000000000..d5d7d0e10 --- /dev/null +++ b/deskutils/gnomeutils2/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Mon Nov 25 09:25:29 2002 ++++ configure Tue Nov 26 16:04:42 2002 +@@ -10347,7 +10347,7 @@ + + + cat >>confdefs.h <<_ACEOF +-#define GNOME_ICONDIR "${prefix}/share/pixmaps" ++#define GNOME_ICONDIR "${datadir}/pixmaps" + _ACEOF + + diff --git a/deskutils/gnomeutils2/files/patch-logview_logview.c b/deskutils/gnomeutils2/files/patch-logview_logview.c new file mode 100644 index 000000000..942ed8a02 --- /dev/null +++ b/deskutils/gnomeutils2/files/patch-logview_logview.c @@ -0,0 +1,37 @@ +--- logview/logview.c.orig Fri May 7 21:47:59 2004 ++++ logview/logview.c Wed Aug 4 18:40:24 2004 +@@ -781,7 +781,7 @@ + + if ( ! found) { + g_snprintf (full_name, sizeof (full_name), +- "%s/share/gnome-system-log/gnome-system-log-regexp.db", LOGVIEWINSTALLPREFIX); ++ "%s/gnome-system-log/gnome-system-log-regexp.db", DATADIR); + if (access (full_name, R_OK) == 0) { + found = TRUE; + g_free (cfg->regexp_db_path); +@@ -804,7 +804,7 @@ + + if ( ! found) { + g_snprintf (full_name, sizeof (full_name), +- "%s/share/gnome-system-log/gnome-system-log-descript.db", LOGVIEWINSTALLPREFIX); ++ "%s/gnome-system-log/gnome-system-log-descript.db", DATADIR); + if (access (full_name, R_OK) == 0) { + found = TRUE; + g_free (cfg->descript_db_path); +@@ -838,7 +838,7 @@ + + if ( ! found) { + g_snprintf (full_name, sizeof (full_name), +- "%s/share/gnome-system-log/gnome-system-log-actions.db", LOGVIEWINSTALLPREFIX); ++ "%s/gnome-system-log/gnome-system-log-actions.db", DATADIR); + if (access (full_name, R_OK) == 0) { + found = TRUE; + g_free (cfg->action_db_path); +@@ -922,6 +922,7 @@ + /* remove trailing newline */ + if (logfile[strlen(logfile)-1] == '\n') + logfile[strlen(logfile)-1] = '\0'; ++ if (strcmp (logfile, "/dev/console") == 0) continue; + fprintf(stderr, "Found a logfile: (%s)\n", logfile); + return logfile; + } diff --git a/deskutils/gnomeutils2/pkg-descr b/deskutils/gnomeutils2/pkg-descr new file mode 100644 index 000000000..bfe154899 --- /dev/null +++ b/deskutils/gnomeutils2/pkg-descr @@ -0,0 +1,2 @@ +GNOME 2.0 support utilities, including a dictionary looker-upper, +a frontend for find(1), a system log viewer, and more. diff --git a/deskutils/gnomeutils2/pkg-plist b/deskutils/gnomeutils2/pkg-plist new file mode 100644 index 000000000..cc9008367 --- /dev/null +++ b/deskutils/gnomeutils2/pkg-plist @@ -0,0 +1,214 @@ +bin/gnome-dictionary +bin/gnome-search-tool +bin/gnome-system-log +libdata/bonobo/servers/GNOME_GDictApplet.server +libexec/gdict-applet +share/gnome/applications/gnome-dictionary.desktop +share/gnome/applications/gnome-search-tool.desktop +share/gnome/applications/gnome-system-log.desktop +share/gnome/gnome-2.0/ui/GNOME_GDictApplet.xml +share/gnome/gnome-system-log/gnome-system-log-actions.db +share/gnome/gnome-system-log/gnome-system-log-descript.db +share/gnome/gnome-system-log/gnome-system-log-regexp.db +share/gnome/help/gnome-dictionary/C/figures/gdict_applet.png +share/gnome/help/gnome-dictionary/C/figures/gdict_window.png +share/gnome/help/gnome-dictionary/C/gnome-dictionary.xml +share/gnome/help/gnome-dictionary/C/legal.xml +share/gnome/help/gnome-dictionary/ja/figures/gdict_applet.png +share/gnome/help/gnome-dictionary/ja/figures/gdict_window.png +share/gnome/help/gnome-dictionary/ja/gnome-dictionary.xml +share/gnome/help/gnome-dictionary/ja/legal.xml +share/gnome/help/gnome-search-tool/C/figures/gnome-search-tool_window.png +share/gnome/help/gnome-search-tool/C/gnome-search-tool.xml +share/gnome/help/gnome-search-tool/C/legal.xml +share/gnome/help/gnome-search-tool/es/figures/gnome-search-tool_window.png +share/gnome/help/gnome-search-tool/es/gnome-search-tool.xml +share/gnome/help/gnome-search-tool/es/legal.xml +share/gnome/help/gnome-search-tool/fr/figures/gnome-search-tool_window.png +share/gnome/help/gnome-search-tool/fr/gnome-search-tool.xml +share/gnome/help/gnome-search-tool/fr/legal.xml +share/gnome/help/gnome-search-tool/it/figures/gnome-search-tool_window.png +share/gnome/help/gnome-search-tool/it/gnome-search-tool.xml +share/gnome/help/gnome-search-tool/it/legal.xml +share/gnome/help/gnome-search-tool/ja/figures/gnome-search-tool_window.png +share/gnome/help/gnome-search-tool/ja/gnome-search-tool.xml +share/gnome/help/gnome-search-tool/ja/legal.xml +share/gnome/help/gnome-search-tool/ko/figures/gnome-search-tool_window.png +share/gnome/help/gnome-search-tool/ko/gnome-search-tool.xml +share/gnome/help/gnome-search-tool/ko/legal.xml +share/gnome/help/gnome-search-tool/sv/figures/gnome-search-tool_window.png +share/gnome/help/gnome-search-tool/sv/gnome-search-tool.xml +share/gnome/help/gnome-search-tool/sv/legal.xml +share/gnome/help/gnome-search-tool/zh_CN/figures/gnome-search-tool_window.png +share/gnome/help/gnome-search-tool/zh_CN/gnome-search-tool.xml +share/gnome/help/gnome-search-tool/zh_CN/legal.xml +share/gnome/help/gnome-search-tool/zh_HK/figures/gnome-search-tool_window.png +share/gnome/help/gnome-search-tool/zh_HK/gnome-search-tool.xml +share/gnome/help/gnome-search-tool/zh_HK/legal.xml +share/gnome/help/gnome-search-tool/zh_TW/figures/gnome-search-tool_window.png +share/gnome/help/gnome-search-tool/zh_TW/gnome-search-tool.xml +share/gnome/help/gnome-search-tool/zh_TW/legal.xml +share/gnome/help/gnome-system-log/C/figures/syslog_window.png +share/gnome/help/gnome-system-log/C/gnome-system-log.xml +share/gnome/help/gnome-system-log/C/legal.xml +share/gnome/help/gnome-system-log/de/figures/syslog_window.png +share/gnome/help/gnome-system-log/de/gnome-system-log.xml +share/gnome/help/gnome-system-log/de/legal.xml +share/gnome/help/gnome-system-log/es/figures/syslog_window.png +share/gnome/help/gnome-system-log/es/gnome-system-log.xml +share/gnome/help/gnome-system-log/es/legal.xml +share/gnome/help/gnome-system-log/fr/figures/syslog_window.png +share/gnome/help/gnome-system-log/fr/gnome-system-log.xml +share/gnome/help/gnome-system-log/fr/legal.xml +share/gnome/help/gnome-system-log/it/figures/syslog_window.png +share/gnome/help/gnome-system-log/it/gnome-system-log.xml +share/gnome/help/gnome-system-log/it/legal.xml +share/gnome/help/gnome-system-log/ja/figures/syslog_window.png +share/gnome/help/gnome-system-log/ja/gnome-system-log.xml +share/gnome/help/gnome-system-log/ja/legal.xml +share/gnome/help/gnome-system-log/ko/figures/syslog_window.png +share/gnome/help/gnome-system-log/ko/gnome-system-log.xml +share/gnome/help/gnome-system-log/ko/legal.xml +share/gnome/help/gnome-system-log/sv/figures/syslog_window.png +share/gnome/help/gnome-system-log/sv/gnome-system-log.xml +share/gnome/help/gnome-system-log/sv/legal.xml +share/gnome/help/gnome-system-log/zh_CN/figures/syslog_window.png +share/gnome/help/gnome-system-log/zh_CN/gnome-system-log.xml +share/gnome/help/gnome-system-log/zh_CN/legal.xml +share/gnome/help/gnome-system-log/zh_TW/figures/syslog_window.png +share/gnome/help/gnome-system-log/zh_TW/gnome-system-log.xml +share/gnome/help/gnome-system-log/zh_TW/legal.xml +share/gnome/omf/gnome-utils/gnome-dictionary-C.omf +share/gnome/omf/gnome-utils/gnome-dictionary-ja.omf +share/gnome/omf/gnome-utils/gnome-search-tool-C.omf +share/gnome/omf/gnome-utils/gnome-search-tool-es.omf +share/gnome/omf/gnome-utils/gnome-search-tool-fr.omf +share/gnome/omf/gnome-utils/gnome-search-tool-it.omf +share/gnome/omf/gnome-utils/gnome-search-tool-ja.omf +share/gnome/omf/gnome-utils/gnome-search-tool-ko.omf +share/gnome/omf/gnome-utils/gnome-search-tool-sv.omf +share/gnome/omf/gnome-utils/gnome-search-tool-zh_CN.omf +share/gnome/omf/gnome-utils/gnome-search-tool-zh_HK.omf +share/gnome/omf/gnome-utils/gnome-search-tool-zh_TW.omf +share/gnome/omf/gnome-utils/gnome-system-log-C.omf +share/gnome/omf/gnome-utils/gnome-system-log-de.omf +share/gnome/omf/gnome-utils/gnome-system-log-es.omf +share/gnome/omf/gnome-utils/gnome-system-log-fr.omf +share/gnome/omf/gnome-utils/gnome-system-log-it.omf +share/gnome/omf/gnome-utils/gnome-system-log-ja.omf +share/gnome/omf/gnome-utils/gnome-system-log-ko.omf +share/gnome/omf/gnome-utils/gnome-system-log-sv.omf +share/gnome/omf/gnome-utils/gnome-system-log-zh_CN.omf +share/gnome/omf/gnome-utils/gnome-system-log-zh_TW.omf +share/locale/am/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/ar/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/az/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/be/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/bg/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/bn/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/bs/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/ca/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/cs/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/cy/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/da/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/de/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/el/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/en_CA/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/en_GB/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/es/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/et/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/eu/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/fa/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/fi/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/fr/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/ga/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/gl/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/gu/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/he/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/hi/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/hr/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/hu/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/id/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/it/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/ja/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/ko/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/lt/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/lv/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/mk/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/ml/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/mn/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/ms/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/nb/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/ne/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/nl/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/nn/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/no/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/pa/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/pl/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/pt/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/pt_BR/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/ro/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/ru/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/sk/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/sl/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/sq/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/sr/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/sr@Latn/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/sv/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/ta/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/th/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/tr/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/uk/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/vi/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/wa/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/zh_CN/LC_MESSAGES/gnome-utils-2.0.mo +share/locale/zh_TW/LC_MESSAGES/gnome-utils-2.0.mo +@dirrm share/gnome/omf/gnome-utils +@dirrm share/gnome/help/gnome-system-log/zh_TW/figures +@dirrm share/gnome/help/gnome-system-log/zh_TW +@dirrm share/gnome/help/gnome-system-log/zh_CN/figures +@dirrm share/gnome/help/gnome-system-log/zh_CN +@dirrm share/gnome/help/gnome-system-log/sv/figures +@dirrm share/gnome/help/gnome-system-log/sv +@dirrm share/gnome/help/gnome-system-log/ko/figures +@dirrm share/gnome/help/gnome-system-log/ko +@dirrm share/gnome/help/gnome-system-log/ja/figures +@dirrm share/gnome/help/gnome-system-log/ja +@dirrm share/gnome/help/gnome-system-log/it/figures +@dirrm share/gnome/help/gnome-system-log/it +@dirrm share/gnome/help/gnome-system-log/fr/figures +@dirrm share/gnome/help/gnome-system-log/fr +@dirrm share/gnome/help/gnome-system-log/es/figures +@dirrm share/gnome/help/gnome-system-log/es +@dirrm share/gnome/help/gnome-system-log/de/figures +@dirrm share/gnome/help/gnome-system-log/de +@dirrm share/gnome/help/gnome-system-log/C/figures +@dirrm share/gnome/help/gnome-system-log/C +@dirrm share/gnome/help/gnome-system-log +@dirrm share/gnome/help/gnome-search-tool/zh_TW/figures +@dirrm share/gnome/help/gnome-search-tool/zh_TW +@dirrm share/gnome/help/gnome-search-tool/zh_HK/figures +@dirrm share/gnome/help/gnome-search-tool/zh_HK +@dirrm share/gnome/help/gnome-search-tool/zh_CN/figures +@dirrm share/gnome/help/gnome-search-tool/zh_CN +@dirrm share/gnome/help/gnome-search-tool/sv/figures +@dirrm share/gnome/help/gnome-search-tool/sv +@dirrm share/gnome/help/gnome-search-tool/ko/figures +@dirrm share/gnome/help/gnome-search-tool/ko +@dirrm share/gnome/help/gnome-search-tool/ja/figures +@dirrm share/gnome/help/gnome-search-tool/ja +@dirrm share/gnome/help/gnome-search-tool/it/figures +@dirrm share/gnome/help/gnome-search-tool/it +@dirrm share/gnome/help/gnome-search-tool/fr/figures +@dirrm share/gnome/help/gnome-search-tool/fr +@dirrm share/gnome/help/gnome-search-tool/es/figures +@dirrm share/gnome/help/gnome-search-tool/es +@dirrm share/gnome/help/gnome-search-tool/C/figures +@dirrm share/gnome/help/gnome-search-tool/C +@dirrm share/gnome/help/gnome-search-tool +@dirrm share/gnome/help/gnome-dictionary/ja/figures +@dirrm share/gnome/help/gnome-dictionary/ja +@dirrm share/gnome/help/gnome-dictionary/C/figures +@dirrm share/gnome/help/gnome-dictionary/C +@dirrm share/gnome/help/gnome-dictionary +@dirrm share/gnome/gnome-system-log |