summaryrefslogtreecommitdiffstats
path: root/deskutils/gucharmap
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/gucharmap')
-rw-r--r--deskutils/gucharmap/Makefile47
-rw-r--r--deskutils/gucharmap/distinfo2
-rw-r--r--deskutils/gucharmap/files/patch-configure10
-rw-r--r--deskutils/gucharmap/files/patch-gucharmap_gucharmap-window.c39
-rw-r--r--deskutils/gucharmap/pkg-descr4
-rw-r--r--deskutils/gucharmap/pkg-plist157
6 files changed, 0 insertions, 259 deletions
diff --git a/deskutils/gucharmap/Makefile b/deskutils/gucharmap/Makefile
deleted file mode 100644
index 14c5d581b..000000000
--- a/deskutils/gucharmap/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# New ports collection makefile for: gucharmap
-# Date created: 02 Mar 2003
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gucharmap
-PORTVERSION= 1.4.1
-CATEGORIES= deskutils gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.4
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A Unicode/ISO10646 character map and font viewer
-
-BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
-LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
-RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_GNOME= gnomeprefix intlhack gnomehack gtk20
-WANT_GNOME= yes
-USE_LIBTOOL_VER=13
-INSTALLS_SHLIB= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD)
-.undef WITHOUT_GNOME
-.undef WITHOUT_ALL
-WITH_GNOME= yes
-.endif
-
-.include <bsd.port.pre.mk>
-
-.if ${HAVE_GNOME:Mlibgnomeui}!=""
-USE_GNOME+= libgnomeui
-PKGNAMESUFFIX= -gnome
-.else
-CONFIGURE_ARGS= --disable-gnome
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/deskutils/gucharmap/distinfo b/deskutils/gucharmap/distinfo
deleted file mode 100644
index 411e9efed..000000000
--- a/deskutils/gucharmap/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (gnome2/gucharmap-1.4.1.tar.bz2) = 8838c3171b9c7110f5d3110af5594141
-SIZE (gnome2/gucharmap-1.4.1.tar.bz2) = 1482646
diff --git a/deskutils/gucharmap/files/patch-configure b/deskutils/gucharmap/files/patch-configure
deleted file mode 100644
index f195f07b4..000000000
--- a/deskutils/gucharmap/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Wed Dec 11 18:31:51 2002
-+++ configure Thu Dec 12 12:07:17 2002
-@@ -7414,6 +7414,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/deskutils/gucharmap/files/patch-gucharmap_gucharmap-window.c b/deskutils/gucharmap/files/patch-gucharmap_gucharmap-window.c
deleted file mode 100644
index ce9879281..000000000
--- a/deskutils/gucharmap/files/patch-gucharmap_gucharmap-window.c
+++ /dev/null
@@ -1,39 +0,0 @@
---- gucharmap/gucharmap-window.c.orig Fri Feb 27 13:11:01 2004
-+++ gucharmap/gucharmap-window.c Wed Mar 3 22:45:21 2004
-@@ -417,8 +417,8 @@
- {
- GucharmapWindowPrivate *priv = GUCHARMAP_WINDOW_GET_PRIVATE (guw);
- gucharmap_charmap_set_chapters (guw->charmap, GUCHARMAP_CHAPTERS (gucharmap_script_chapters_new ()));
-- gtk_label_set_text (GTK_LABEL (gtk_bin_get_child (GTK_BIN (priv->next_chapter_menu_item))), _("Next Script"));;
-- gtk_label_set_text (GTK_LABEL (gtk_bin_get_child (GTK_BIN (priv->prev_chapter_menu_item))), _("Previous Script"));;
-+ gtk_label_set_text (GTK_LABEL (gtk_bin_get_child (GTK_BIN (priv->next_chapter_menu_item))), _("Next Script"));
-+ gtk_label_set_text (GTK_LABEL (gtk_bin_get_child (GTK_BIN (priv->prev_chapter_menu_item))), _("Previous Script"));
- }
- }
-
-@@ -430,8 +430,8 @@
- {
- GucharmapWindowPrivate *priv = GUCHARMAP_WINDOW_GET_PRIVATE (guw);
- gucharmap_charmap_set_chapters (guw->charmap, GUCHARMAP_CHAPTERS (gucharmap_block_chapters_new ()));
-- gtk_label_set_text (GTK_LABEL (gtk_bin_get_child (GTK_BIN (priv->next_chapter_menu_item))), _("Next Block"));;
-- gtk_label_set_text (GTK_LABEL (gtk_bin_get_child (GTK_BIN (priv->prev_chapter_menu_item))), _("Previous Block"));;
-+ gtk_label_set_text (GTK_LABEL (gtk_bin_get_child (GTK_BIN (priv->next_chapter_menu_item))), _("Next Block"));
-+ gtk_label_set_text (GTK_LABEL (gtk_bin_get_child (GTK_BIN (priv->prev_chapter_menu_item))), _("Previous Block"));
- }
- }
-
-@@ -834,12 +834,12 @@
- g_signal_connect (priv->status, "realize", G_CALLBACK (status_realize), guw);
-
- priv->progress = gtk_progress_bar_new ();
-- gtk_box_pack_start (GTK_BOX (hbox), priv->progress, FALSE, FALSE, 0);;
-+ gtk_box_pack_start (GTK_BOX (hbox), priv->progress, FALSE, FALSE, 0);
-
- #if 0
- grip = gtk_statusbar_new ();
- gtk_statusbar_set_has_resize_grip (GTK_STATUSBAR (grip), TRUE);
-- gtk_box_pack_start (GTK_BOX (hbox), grip, FALSE, FALSE, 0);;
-+ gtk_box_pack_start (GTK_BOX (hbox), grip, FALSE, FALSE, 0);
- #endif
- gtk_widget_show_all (hbox);
-
diff --git a/deskutils/gucharmap/pkg-descr b/deskutils/gucharmap/pkg-descr
deleted file mode 100644
index e69361663..000000000
--- a/deskutils/gucharmap/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-gucharmap is a Unicode/ISO10646 character map and font viewer. It uses
-GTK+ 2, and supports anti-aliased, scalable fonts.
-
-WWW: http://gucharmap.sourceforge.net/
diff --git a/deskutils/gucharmap/pkg-plist b/deskutils/gucharmap/pkg-plist
deleted file mode 100644
index 835800a74..000000000
--- a/deskutils/gucharmap/pkg-plist
+++ /dev/null
@@ -1,157 +0,0 @@
-bin/charmap
-bin/gnome-character-map
-bin/gucharmap
-include/gucharmap/gucharmap-block-chapters.h
-include/gucharmap/gucharmap-chapters.h
-include/gucharmap/gucharmap-charmap.h
-include/gucharmap/gucharmap-codepoint-list.h
-include/gucharmap/gucharmap-mini-fontsel.h
-include/gucharmap/gucharmap-script-chapters.h
-include/gucharmap/gucharmap-script-codepoint-list.h
-include/gucharmap/gucharmap-search-dialog.h
-include/gucharmap/gucharmap-table.h
-include/gucharmap/gucharmap-unicode-info.h
-include/gucharmap/gucharmap-window.h
-include/gucharmap/gucharmap.h
-lib/libgucharmap.a
-lib/libgucharmap.so
-lib/libgucharmap.so.4
-libdata/pkgconfig/gucharmap.pc
-share/gnome/applications/gucharmap.desktop
-share/gnome/help/gucharmap/C/figures/gucharmap_start_window.png
-share/gnome/help/gucharmap/C/figures/gucharmap_window.png
-share/gnome/help/gucharmap/C/gucharmap.xml
-share/gnome/help/gucharmap/C/legal.xml
-share/gnome/help/gucharmap/de/figures/gucharmap_window.png
-share/gnome/help/gucharmap/de/gucharmap.xml
-share/gnome/help/gucharmap/de/legal.xml
-share/gnome/help/gucharmap/es/figures/gucharmap_window.png
-share/gnome/help/gucharmap/es/gucharmap.xml
-share/gnome/help/gucharmap/es/legal.xml
-share/gnome/help/gucharmap/fr/figures/gucharmap_window.png
-share/gnome/help/gucharmap/fr/gucharmap.xml
-share/gnome/help/gucharmap/fr/legal.xml
-share/gnome/help/gucharmap/it/figures/gucharmap_window.png
-share/gnome/help/gucharmap/it/gucharmap.xml
-share/gnome/help/gucharmap/it/legal.xml
-share/gnome/help/gucharmap/ja/figures/gucharmap_window.png
-share/gnome/help/gucharmap/ja/gucharmap.xml
-share/gnome/help/gucharmap/ja/legal.xml
-share/gnome/help/gucharmap/ko/figures/gucharmap_window.png
-share/gnome/help/gucharmap/ko/gucharmap.xml
-share/gnome/help/gucharmap/ko/legal.xml
-share/gnome/help/gucharmap/sv/figures/gucharmap_window.png
-share/gnome/help/gucharmap/sv/gucharmap.xml
-share/gnome/help/gucharmap/sv/legal.xml
-share/gnome/help/gucharmap/zh_CN/figures/gucharmap_window.png
-share/gnome/help/gucharmap/zh_CN/gucharmap.xml
-share/gnome/help/gucharmap/zh_CN/legal.xml
-share/gnome/help/gucharmap/zh_TW/figures/gucharmap_window.png
-share/gnome/help/gucharmap/zh_TW/gucharmap.xml
-share/gnome/help/gucharmap/zh_TW/legal.xml
-share/gnome/omf/gucharmap/gucharmap-C.omf
-@exec scrollkeeper-install -q %D/share/gnome/omf/gucharmap/gucharmap-C.omf 2>/dev/null || /usr/bin/true
-share/gnome/omf/gucharmap/gucharmap-de.omf
-@exec scrollkeeper-install -q %D/share/gnome/omf/gucharmap/gucharmap-de.omf 2>/dev/null || /usr/bin/true
-share/gnome/omf/gucharmap/gucharmap-es.omf
-@exec scrollkeeper-install -q %D/share/gnome/omf/gucharmap/gucharmap-es.omf 2>/dev/null || /usr/bin/true
-share/gnome/omf/gucharmap/gucharmap-fr.omf
-@exec scrollkeeper-install -q %D/share/gnome/omf/gucharmap/gucharmap-fr.omf 2>/dev/null || /usr/bin/true
-share/gnome/omf/gucharmap/gucharmap-it.omf
-@exec scrollkeeper-install -q %D/share/gnome/omf/gucharmap/gucharmap-it.omf 2>/dev/null || /usr/bin/true
-share/gnome/omf/gucharmap/gucharmap-ja.omf
-@exec scrollkeeper-install -q %D/share/gnome/omf/gucharmap/gucharmap-ja.omf 2>/dev/null || /usr/bin/true
-share/gnome/omf/gucharmap/gucharmap-ko.omf
-@exec scrollkeeper-install -q %D/share/gnome/omf/gucharmap/gucharmap-ko.omf 2>/dev/null || /usr/bin/true
-share/gnome/omf/gucharmap/gucharmap-sv.omf
-@exec scrollkeeper-install -q %D/share/gnome/omf/gucharmap/gucharmap-sv.omf 2>/dev/null || /usr/bin/true
-share/gnome/omf/gucharmap/gucharmap-zh_CN.omf
-@exec scrollkeeper-install -q %D/share/gnome/omf/gucharmap/gucharmap-zh_CN.omf 2>/dev/null || /usr/bin/true
-share/gnome/omf/gucharmap/gucharmap-zh_TW.omf
-@exec scrollkeeper-install -q %D/share/gnome/omf/gucharmap/gucharmap-zh_TW.omf 2>/dev/null || /usr/bin/true
-share/gnome/pixmaps/gucharmap.png
-share/locale/am/LC_MESSAGES/gucharmap.mo
-share/locale/ar/LC_MESSAGES/gucharmap.mo
-share/locale/az/LC_MESSAGES/gucharmap.mo
-share/locale/be/LC_MESSAGES/gucharmap.mo
-share/locale/bn/LC_MESSAGES/gucharmap.mo
-share/locale/ca/LC_MESSAGES/gucharmap.mo
-share/locale/cs/LC_MESSAGES/gucharmap.mo
-share/locale/cy/LC_MESSAGES/gucharmap.mo
-share/locale/da/LC_MESSAGES/gucharmap.mo
-share/locale/de/LC_MESSAGES/gucharmap.mo
-share/locale/el/LC_MESSAGES/gucharmap.mo
-share/locale/en_CA/LC_MESSAGES/gucharmap.mo
-share/locale/en_GB/LC_MESSAGES/gucharmap.mo
-share/locale/eo/LC_MESSAGES/gucharmap.mo
-share/locale/es/LC_MESSAGES/gucharmap.mo
-share/locale/fa/LC_MESSAGES/gucharmap.mo
-share/locale/fi/LC_MESSAGES/gucharmap.mo
-share/locale/fr/LC_MESSAGES/gucharmap.mo
-share/locale/ga/LC_MESSAGES/gucharmap.mo
-share/locale/hi/LC_MESSAGES/gucharmap.mo
-share/locale/hr/LC_MESSAGES/gucharmap.mo
-share/locale/hu/LC_MESSAGES/gucharmap.mo
-share/locale/id/LC_MESSAGES/gucharmap.mo
-share/locale/is/LC_MESSAGES/gucharmap.mo
-share/locale/it/LC_MESSAGES/gucharmap.mo
-share/locale/ja/LC_MESSAGES/gucharmap.mo
-share/locale/ko/LC_MESSAGES/gucharmap.mo
-share/locale/lt/LC_MESSAGES/gucharmap.mo
-share/locale/mk/LC_MESSAGES/gucharmap.mo
-share/locale/ml/LC_MESSAGES/gucharmap.mo
-share/locale/mn/LC_MESSAGES/gucharmap.mo
-share/locale/ms/LC_MESSAGES/gucharmap.mo
-share/locale/nl/LC_MESSAGES/gucharmap.mo
-share/locale/nn/LC_MESSAGES/gucharmap.mo
-share/locale/no/LC_MESSAGES/gucharmap.mo
-share/locale/pa/LC_MESSAGES/gucharmap.mo
-share/locale/pl/LC_MESSAGES/gucharmap.mo
-share/locale/pt/LC_MESSAGES/gucharmap.mo
-share/locale/pt_BR/LC_MESSAGES/gucharmap.mo
-share/locale/ru/LC_MESSAGES/gucharmap.mo
-share/locale/sk/LC_MESSAGES/gucharmap.mo
-share/locale/sq/LC_MESSAGES/gucharmap.mo
-share/locale/sr/LC_MESSAGES/gucharmap.mo
-share/locale/sr@Latn/LC_MESSAGES/gucharmap.mo
-share/locale/sv/LC_MESSAGES/gucharmap.mo
-share/locale/ta/LC_MESSAGES/gucharmap.mo
-share/locale/th/LC_MESSAGES/gucharmap.mo
-share/locale/uk/LC_MESSAGES/gucharmap.mo
-share/locale/vi/LC_MESSAGES/gucharmap.mo
-share/locale/wa/LC_MESSAGES/gucharmap.mo
-share/locale/zh_CN/LC_MESSAGES/gucharmap.mo
-share/locale/zh_TW/LC_MESSAGES/gucharmap.mo
-@dirrm share/gnome/omf/gucharmap
-@dirrm share/gnome/help/gucharmap/zh_TW/figures
-@dirrm share/gnome/help/gucharmap/zh_TW
-@dirrm share/gnome/help/gucharmap/zh_CN/figures
-@dirrm share/gnome/help/gucharmap/zh_CN
-@dirrm share/gnome/help/gucharmap/sv/figures
-@dirrm share/gnome/help/gucharmap/sv
-@dirrm share/gnome/help/gucharmap/ko/figures
-@dirrm share/gnome/help/gucharmap/ko
-@dirrm share/gnome/help/gucharmap/ja/figures
-@dirrm share/gnome/help/gucharmap/ja
-@dirrm share/gnome/help/gucharmap/it/figures
-@dirrm share/gnome/help/gucharmap/it
-@dirrm share/gnome/help/gucharmap/fr/figures
-@dirrm share/gnome/help/gucharmap/fr
-@dirrm share/gnome/help/gucharmap/es/figures
-@dirrm share/gnome/help/gucharmap/es
-@dirrm share/gnome/help/gucharmap/de/figures
-@dirrm share/gnome/help/gucharmap/de
-@dirrm share/gnome/help/gucharmap/C/figures
-@dirrm share/gnome/help/gucharmap/C
-@dirrm share/gnome/help/gucharmap
-@dirrm include/gucharmap
-@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gucharmap/gucharmap-C.omf 2>/dev/null || /usr/bin/true
-@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gucharmap/gucharmap-de.omf 2>/dev/null || /usr/bin/true
-@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gucharmap/gucharmap-es.omf 2>/dev/null || /usr/bin/true
-@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gucharmap/gucharmap-fr.omf 2>/dev/null || /usr/bin/true
-@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gucharmap/gucharmap-it.omf 2>/dev/null || /usr/bin/true
-@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gucharmap/gucharmap-ja.omf 2>/dev/null || /usr/bin/true
-@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gucharmap/gucharmap-ko.omf 2>/dev/null || /usr/bin/true
-@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gucharmap/gucharmap-sv.omf 2>/dev/null || /usr/bin/true
-@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gucharmap/gucharmap-zh_CN.omf 2>/dev/null || /usr/bin/true
-@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gucharmap/gucharmap-zh_TW.omf 2>/dev/null || /usr/bin/true