summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-08-24 10:32:53 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-08-24 10:32:53 +0800
commit8803892fa69e9b272bfaf17d175cecfd3745e394 (patch)
tree60962482bea5d6d0321f796353b1fd2f5aac5ab8
parent804e2e43161e00f4512d43e9daf29548be6d4b29 (diff)
downloadmarcuscom-ports-8803892fa69e9b272bfaf17d175cecfd3745e394.tar
marcuscom-ports-8803892fa69e9b272bfaf17d175cecfd3745e394.tar.gz
marcuscom-ports-8803892fa69e9b272bfaf17d175cecfd3745e394.tar.bz2
marcuscom-ports-8803892fa69e9b272bfaf17d175cecfd3745e394.tar.lz
marcuscom-ports-8803892fa69e9b272bfaf17d175cecfd3745e394.tar.xz
marcuscom-ports-8803892fa69e9b272bfaf17d175cecfd3745e394.tar.zst
marcuscom-ports-8803892fa69e9b272bfaf17d175cecfd3745e394.zip
Update to 2.11.92.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4614 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--devel/bug-buddy/Makefile4
-rw-r--r--devel/bug-buddy/distinfo4
-rw-r--r--devel/bug-buddy/pkg-plist6
-rw-r--r--devel/bugbuddy/Makefile4
-rw-r--r--devel/bugbuddy/distinfo4
-rw-r--r--devel/bugbuddy/pkg-plist6
-rw-r--r--sysutils/gconf-editor/Makefile31
-rw-r--r--sysutils/gconf-editor/distinfo2
-rw-r--r--sysutils/gconf-editor/pkg-descr2
-rw-r--r--sysutils/gconf-editor/pkg-plist99
10 files changed, 154 insertions, 8 deletions
diff --git a/devel/bug-buddy/Makefile b/devel/bug-buddy/Makefile
index 4928fa794..64f605db4 100644
--- a/devel/bug-buddy/Makefile
+++ b/devel/bug-buddy/Makefile
@@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/bugbuddy/Makefile,v 1.15 2005/07/21 18:42:38 mezz Exp $
+# $MCom: ports/devel/bugbuddy/Makefile,v 1.16 2005/07/26 02:14:56 marcus Exp $
#
PORTNAME= bugbuddy
-PORTVERSION= 2.11.1
+PORTVERSION= 2.11.92
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/bug-buddy/2.11
diff --git a/devel/bug-buddy/distinfo b/devel/bug-buddy/distinfo
index 9df343219..600e98d85 100644
--- a/devel/bug-buddy/distinfo
+++ b/devel/bug-buddy/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome2/bug-buddy-2.11.1.tar.bz2) = 490f9b8f63119bafd19a37a0f0719b65
-SIZE (gnome2/bug-buddy-2.11.1.tar.bz2) = 539600
+MD5 (gnome2/bug-buddy-2.11.92.tar.bz2) = fd6affcdb1a205b2acfc866eb4844c4a
+SIZE (gnome2/bug-buddy-2.11.92.tar.bz2) = 561719
diff --git a/devel/bug-buddy/pkg-plist b/devel/bug-buddy/pkg-plist
index d8dfb89c2..ea36fa1c0 100644
--- a/devel/bug-buddy/pkg-plist
+++ b/devel/bug-buddy/pkg-plist
@@ -17,12 +17,16 @@ share/gnome/bug-buddy/gnome.png
share/gnome/bug-buddy/ximian.png
share/gnome/help/bug-buddy/C/bug-buddy.xml
share/gnome/help/bug-buddy/C/legal.xml
+share/gnome/help/bug-buddy/es/bug-buddy.xml
share/gnome/help/bug-buddy/pa/bug-buddy.xml
share/gnome/help/bug-buddy/sr/bug-buddy.xml
+share/gnome/help/bug-buddy/uk/bug-buddy.xml
share/gnome/mime-info/bug-buddy.keys
share/gnome/omf/bug-buddy/bug-buddy-C.omf
+share/gnome/omf/bug-buddy/bug-buddy-es.omf
share/gnome/omf/bug-buddy/bug-buddy-pa.omf
share/gnome/omf/bug-buddy/bug-buddy-sr.omf
+share/gnome/omf/bug-buddy/bug-buddy-uk.omf
share/gnome/pixmaps/bug-buddy.png
share/locale/am/LC_MESSAGES/bug-buddy.mo
share/locale/ar/LC_MESSAGES/bug-buddy.mo
@@ -102,8 +106,10 @@ share/locale/zh_TW/LC_MESSAGES/bug-buddy.mo
@unexec rmdir %D/share/locale/mr/LC_MESSAGES 2> /dev/null || true
@unexec rmdir %D/share/locale/mr 2> /dev/null || true
@dirrm share/gnome/omf/bug-buddy
+@dirrm share/gnome/help/bug-buddy/uk
@dirrm share/gnome/help/bug-buddy/sr
@dirrm share/gnome/help/bug-buddy/pa
+@dirrm share/gnome/help/bug-buddy/es
@dirrm share/gnome/help/bug-buddy/C
@dirrm share/gnome/help/bug-buddy
@dirrm share/gnome/bug-buddy/bugzilla/ximian
diff --git a/devel/bugbuddy/Makefile b/devel/bugbuddy/Makefile
index 4928fa794..64f605db4 100644
--- a/devel/bugbuddy/Makefile
+++ b/devel/bugbuddy/Makefile
@@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/bugbuddy/Makefile,v 1.15 2005/07/21 18:42:38 mezz Exp $
+# $MCom: ports/devel/bugbuddy/Makefile,v 1.16 2005/07/26 02:14:56 marcus Exp $
#
PORTNAME= bugbuddy
-PORTVERSION= 2.11.1
+PORTVERSION= 2.11.92
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/bug-buddy/2.11
diff --git a/devel/bugbuddy/distinfo b/devel/bugbuddy/distinfo
index 9df343219..600e98d85 100644
--- a/devel/bugbuddy/distinfo
+++ b/devel/bugbuddy/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome2/bug-buddy-2.11.1.tar.bz2) = 490f9b8f63119bafd19a37a0f0719b65
-SIZE (gnome2/bug-buddy-2.11.1.tar.bz2) = 539600
+MD5 (gnome2/bug-buddy-2.11.92.tar.bz2) = fd6affcdb1a205b2acfc866eb4844c4a
+SIZE (gnome2/bug-buddy-2.11.92.tar.bz2) = 561719
diff --git a/devel/bugbuddy/pkg-plist b/devel/bugbuddy/pkg-plist
index d8dfb89c2..ea36fa1c0 100644
--- a/devel/bugbuddy/pkg-plist
+++ b/devel/bugbuddy/pkg-plist
@@ -17,12 +17,16 @@ share/gnome/bug-buddy/gnome.png
share/gnome/bug-buddy/ximian.png
share/gnome/help/bug-buddy/C/bug-buddy.xml
share/gnome/help/bug-buddy/C/legal.xml
+share/gnome/help/bug-buddy/es/bug-buddy.xml
share/gnome/help/bug-buddy/pa/bug-buddy.xml
share/gnome/help/bug-buddy/sr/bug-buddy.xml
+share/gnome/help/bug-buddy/uk/bug-buddy.xml
share/gnome/mime-info/bug-buddy.keys
share/gnome/omf/bug-buddy/bug-buddy-C.omf
+share/gnome/omf/bug-buddy/bug-buddy-es.omf
share/gnome/omf/bug-buddy/bug-buddy-pa.omf
share/gnome/omf/bug-buddy/bug-buddy-sr.omf
+share/gnome/omf/bug-buddy/bug-buddy-uk.omf
share/gnome/pixmaps/bug-buddy.png
share/locale/am/LC_MESSAGES/bug-buddy.mo
share/locale/ar/LC_MESSAGES/bug-buddy.mo
@@ -102,8 +106,10 @@ share/locale/zh_TW/LC_MESSAGES/bug-buddy.mo
@unexec rmdir %D/share/locale/mr/LC_MESSAGES 2> /dev/null || true
@unexec rmdir %D/share/locale/mr 2> /dev/null || true
@dirrm share/gnome/omf/bug-buddy
+@dirrm share/gnome/help/bug-buddy/uk
@dirrm share/gnome/help/bug-buddy/sr
@dirrm share/gnome/help/bug-buddy/pa
+@dirrm share/gnome/help/bug-buddy/es
@dirrm share/gnome/help/bug-buddy/C
@dirrm share/gnome/help/bug-buddy
@dirrm share/gnome/bug-buddy/bugzilla/ximian
diff --git a/sysutils/gconf-editor/Makefile b/sysutils/gconf-editor/Makefile
new file mode 100644
index 000000000..ff7f0c270
--- /dev/null
+++ b/sysutils/gconf-editor/Makefile
@@ -0,0 +1,31 @@
+# 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.11.92
+CATEGORIES= sysutils gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.11
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A gconf database editor for the GNOME 2 environment
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+INSTALLS_OMF= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui
+USE_AUTOTOOLS= libtool:15
+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..316cf3623
--- /dev/null
+++ b/sysutils/gconf-editor/distinfo
@@ -0,0 +1,2 @@
+MD5 (gnome2/gconf-editor-2.11.92.tar.bz2) = afbc07a3d861e1b43a5c2592419cc47d
+SIZE (gnome2/gconf-editor-2.11.92.tar.bz2) = 477844
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..53e077a58
--- /dev/null
+++ b/sysutils/gconf-editor/pkg-plist
@@ -0,0 +1,99 @@
+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/omf/gconf-editor/gconf-editor-C.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/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/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_TW/LC_MESSAGES/gconf-editor.mo
+@unexec rmdir %D/share/locale/ug/LC_MESSAGES 2> /dev/null || true
+@unexec rmdir %D/share/locale/ug 2> /dev/null || true
+@unexec rmdir %D/share/locale/te/LC_MESSAGES 2> /dev/null || true
+@unexec rmdir %D/share/locale/te 2> /dev/null || true
+@dirrm share/gnome/pixmaps/gconf-editor
+@dirrm share/gnome/omf/gconf-editor
+@dirrm share/gnome/help/gconf-editor/C/figures
+@dirrm share/gnome/help/gconf-editor/C
+@dirrm share/gnome/help/gconf-editor