diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-23 09:35:47 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-23 09:35:47 +0800 |
commit | 5392674a37fc269ddd04192ae196b6b2e9e86659 (patch) | |
tree | 5848d076939b5e93b3325e6fa01ce2b94d5f9d78 | |
parent | 8c9e68ad7551cc10d85475b1fb1842838a8d15c3 (diff) | |
download | marcuscom-ports-5392674a37fc269ddd04192ae196b6b2e9e86659.tar.gz marcuscom-ports-5392674a37fc269ddd04192ae196b6b2e9e86659.tar.zst marcuscom-ports-5392674a37fc269ddd04192ae196b6b2e9e86659.zip |
USE_X_PREFIX -> USE_XLIB, bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6703 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | sysutils/gconf-editor/Makefile | 35 | ||||
-rw-r--r-- | sysutils/gconf-editor/distinfo | 3 | ||||
-rw-r--r-- | sysutils/gconf-editor/files/patch-src_gconf-editor-window.c | 11 | ||||
-rw-r--r-- | sysutils/gconf-editor/pkg-descr | 2 | ||||
-rw-r--r-- | sysutils/gconf-editor/pkg-plist | 118 |
5 files changed, 169 insertions, 0 deletions
diff --git a/sysutils/gconf-editor/Makefile b/sysutils/gconf-editor/Makefile new file mode 100644 index 000000000..903f90dcb --- /dev/null +++ b/sysutils/gconf-editor/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: gconf-editor +# Date created: 12 May 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= gconf-editor +PORTVERSION= 2.14.0 +PORTREVISION= 2 +PORTEPOCH= 1 +CATEGORIES= sysutils gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A gconf database editor for the GNOME 2 environment + +USE_BZIP2= yes +USE_GETTEXT= yes +USE_XLIB= yes +INSTALLS_OMF= yes +INSTALLS_ICONS= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +MAN1= gconf-editor.1 +GCONF_SCHEMAS= gconf-editor.schemas + +.include <bsd.port.mk> diff --git a/sysutils/gconf-editor/distinfo b/sysutils/gconf-editor/distinfo new file mode 100644 index 000000000..1ced8c304 --- /dev/null +++ b/sysutils/gconf-editor/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/gconf-editor-2.14.0.tar.bz2) = eb8b979464f6e383e5a27b57ee4e8382 +SHA256 (gnome2/gconf-editor-2.14.0.tar.bz2) = 974e1ba2c6bb650ee638a80e81174582123d7bfbe14cccf613542dd103e2b554 +SIZE (gnome2/gconf-editor-2.14.0.tar.bz2) = 541099 diff --git a/sysutils/gconf-editor/files/patch-src_gconf-editor-window.c b/sysutils/gconf-editor/files/patch-src_gconf-editor-window.c new file mode 100644 index 000000000..7ff0eb544 --- /dev/null +++ b/sysutils/gconf-editor/files/patch-src_gconf-editor-window.c @@ -0,0 +1,11 @@ +--- src/gconf-editor-window.c.orig Mon Apr 24 03:19:49 2006 ++++ src/gconf-editor-window.c Mon Apr 24 03:20:00 2006 +@@ -950,7 +950,7 @@ gconf_editor_gconf_value_changed (GConfC + gconf_add_recent_key (window, key); + } + +- g_free (value); ++ gconf_value_free (value); + g_free (key); + gtk_tree_path_free (path); + } diff --git a/sysutils/gconf-editor/pkg-descr b/sysutils/gconf-editor/pkg-descr new file mode 100644 index 000000000..0c8d23c9b --- /dev/null +++ b/sysutils/gconf-editor/pkg-descr @@ -0,0 +1,2 @@ +gconf-editor is a GNOME 2 GConf database editor. It is analogous to +regedit on Windows. diff --git a/sysutils/gconf-editor/pkg-plist b/sysutils/gconf-editor/pkg-plist new file mode 100644 index 000000000..d3c4bd635 --- /dev/null +++ b/sysutils/gconf-editor/pkg-plist @@ -0,0 +1,118 @@ +bin/gconf-editor +share/gnome/applications/gconf-editor.desktop +share/gnome/help/gconf-editor/C/figures/entry-blank.png +share/gnome/help/gconf-editor/C/figures/entry-bool.png +share/gnome/help/gconf-editor/C/figures/entry-list.png +share/gnome/help/gconf-editor/C/figures/entry-number.png +share/gnome/help/gconf-editor/C/figures/entry-schema.png +share/gnome/help/gconf-editor/C/figures/entry-string.png +share/gnome/help/gconf-editor/C/figures/gconf_editor_anno_window.png +share/gnome/help/gconf-editor/C/gconf-editor.xml +share/gnome/help/gconf-editor/C/legal.xml +share/gnome/help/gconf-editor/uk/figures/entry-blank.png +share/gnome/help/gconf-editor/uk/figures/entry-bool.png +share/gnome/help/gconf-editor/uk/figures/entry-list.png +share/gnome/help/gconf-editor/uk/figures/entry-number.png +share/gnome/help/gconf-editor/uk/figures/entry-schema.png +share/gnome/help/gconf-editor/uk/figures/entry-string.png +share/gnome/help/gconf-editor/uk/figures/gconf_editor_anno_window.png +share/gnome/help/gconf-editor/uk/gconf-editor.xml +share/gnome/help/gconf-editor/uk/legal.xml +share/gnome/omf/gconf-editor/gconf-editor-C.omf +share/gnome/omf/gconf-editor/gconf-editor-uk.omf +share/gnome/pixmaps/gconf-editor/entry-blank.png +share/gnome/pixmaps/gconf-editor/entry-bool.png +share/gnome/pixmaps/gconf-editor/entry-list.png +share/gnome/pixmaps/gconf-editor/entry-number.png +share/gnome/pixmaps/gconf-editor/entry-schema.png +share/gnome/pixmaps/gconf-editor/entry-string.png +share/gnome/pixmaps/gconf-editor/folder-closed.png +share/gnome/pixmaps/gconf-editor/folder-open.png +share/icons/hicolor/48x48/apps/gconf-editor.png +share/locale/am/LC_MESSAGES/gconf-editor.mo +share/locale/ar/LC_MESSAGES/gconf-editor.mo +share/locale/az/LC_MESSAGES/gconf-editor.mo +share/locale/be/LC_MESSAGES/gconf-editor.mo +share/locale/bg/LC_MESSAGES/gconf-editor.mo +share/locale/bn/LC_MESSAGES/gconf-editor.mo +share/locale/br/LC_MESSAGES/gconf-editor.mo +share/locale/bs/LC_MESSAGES/gconf-editor.mo +share/locale/ca/LC_MESSAGES/gconf-editor.mo +share/locale/cs/LC_MESSAGES/gconf-editor.mo +share/locale/cy/LC_MESSAGES/gconf-editor.mo +share/locale/da/LC_MESSAGES/gconf-editor.mo +share/locale/de/LC_MESSAGES/gconf-editor.mo +share/locale/el/LC_MESSAGES/gconf-editor.mo +share/locale/en_CA/LC_MESSAGES/gconf-editor.mo +share/locale/en_GB/LC_MESSAGES/gconf-editor.mo +share/locale/es/LC_MESSAGES/gconf-editor.mo +share/locale/et/LC_MESSAGES/gconf-editor.mo +share/locale/eu/LC_MESSAGES/gconf-editor.mo +share/locale/fa/LC_MESSAGES/gconf-editor.mo +share/locale/fi/LC_MESSAGES/gconf-editor.mo +share/locale/fr/LC_MESSAGES/gconf-editor.mo +share/locale/ga/LC_MESSAGES/gconf-editor.mo +share/locale/gl/LC_MESSAGES/gconf-editor.mo +share/locale/gu/LC_MESSAGES/gconf-editor.mo +share/locale/he/LC_MESSAGES/gconf-editor.mo +share/locale/hi/LC_MESSAGES/gconf-editor.mo +share/locale/hr/LC_MESSAGES/gconf-editor.mo +share/locale/hu/LC_MESSAGES/gconf-editor.mo +share/locale/id/LC_MESSAGES/gconf-editor.mo +share/locale/it/LC_MESSAGES/gconf-editor.mo +share/locale/ja/LC_MESSAGES/gconf-editor.mo +share/locale/kn/LC_MESSAGES/gconf-editor.mo +share/locale/ko/LC_MESSAGES/gconf-editor.mo +share/locale/ku/LC_MESSAGES/gconf-editor.mo +share/locale/li/LC_MESSAGES/gconf-editor.mo +share/locale/lt/LC_MESSAGES/gconf-editor.mo +share/locale/lv/LC_MESSAGES/gconf-editor.mo +share/locale/mk/LC_MESSAGES/gconf-editor.mo +share/locale/ml/LC_MESSAGES/gconf-editor.mo +share/locale/mn/LC_MESSAGES/gconf-editor.mo +share/locale/mr/LC_MESSAGES/gconf-editor.mo +share/locale/ms/LC_MESSAGES/gconf-editor.mo +share/locale/nb/LC_MESSAGES/gconf-editor.mo +share/locale/ne/LC_MESSAGES/gconf-editor.mo +share/locale/nl/LC_MESSAGES/gconf-editor.mo +share/locale/no/LC_MESSAGES/gconf-editor.mo +share/locale/or/LC_MESSAGES/gconf-editor.mo +share/locale/pa/LC_MESSAGES/gconf-editor.mo +share/locale/pl/LC_MESSAGES/gconf-editor.mo +share/locale/pt/LC_MESSAGES/gconf-editor.mo +share/locale/pt_BR/LC_MESSAGES/gconf-editor.mo +share/locale/ro/LC_MESSAGES/gconf-editor.mo +share/locale/ru/LC_MESSAGES/gconf-editor.mo +share/locale/rw/LC_MESSAGES/gconf-editor.mo +share/locale/sk/LC_MESSAGES/gconf-editor.mo +share/locale/sl/LC_MESSAGES/gconf-editor.mo +share/locale/sq/LC_MESSAGES/gconf-editor.mo +share/locale/sr/LC_MESSAGES/gconf-editor.mo +share/locale/sr@Latn/LC_MESSAGES/gconf-editor.mo +share/locale/sv/LC_MESSAGES/gconf-editor.mo +share/locale/ta/LC_MESSAGES/gconf-editor.mo +share/locale/te/LC_MESSAGES/gconf-editor.mo +share/locale/th/LC_MESSAGES/gconf-editor.mo +share/locale/tr/LC_MESSAGES/gconf-editor.mo +share/locale/ug/LC_MESSAGES/gconf-editor.mo +share/locale/uk/LC_MESSAGES/gconf-editor.mo +share/locale/vi/LC_MESSAGES/gconf-editor.mo +share/locale/xh/LC_MESSAGES/gconf-editor.mo +share/locale/zh_CN/LC_MESSAGES/gconf-editor.mo +share/locale/zh_HK/LC_MESSAGES/gconf-editor.mo +share/locale/zh_TW/LC_MESSAGES/gconf-editor.mo +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/br/LC_MESSAGES +@dirrmtry share/locale/br +@dirrm share/gnome/pixmaps/gconf-editor +@dirrm share/gnome/omf/gconf-editor +@dirrm share/gnome/help/gconf-editor/uk/figures +@dirrm share/gnome/help/gconf-editor/uk +@dirrm share/gnome/help/gconf-editor/C/figures +@dirrm share/gnome/help/gconf-editor/C +@dirrm share/gnome/help/gconf-editor |