summaryrefslogtreecommitdiffstats
path: root/x11/libpanelappletmm
diff options
context:
space:
mode:
authorbland <bland@df743ca5-7f9a-e211-a948-0013205c9059>2004-07-14 22:14:56 +0800
committerbland <bland@df743ca5-7f9a-e211-a948-0013205c9059>2004-07-14 22:14:56 +0800
commit36cf8eefdd818ac3a82c16628771c5e09d106757 (patch)
tree444a04cd70e74d4340f49e15c9dbaf274e5d9538 /x11/libpanelappletmm
parent035fae0f35a09c1241d3e016b23f7aae293750a7 (diff)
downloadmarcuscom-ports-36cf8eefdd818ac3a82c16628771c5e09d106757.tar
marcuscom-ports-36cf8eefdd818ac3a82c16628771c5e09d106757.tar.gz
marcuscom-ports-36cf8eefdd818ac3a82c16628771c5e09d106757.tar.bz2
marcuscom-ports-36cf8eefdd818ac3a82c16628771c5e09d106757.tar.lz
marcuscom-ports-36cf8eefdd818ac3a82c16628771c5e09d106757.tar.xz
marcuscom-ports-36cf8eefdd818ac3a82c16628771c5e09d106757.tar.zst
marcuscom-ports-36cf8eefdd818ac3a82c16628771c5e09d106757.zip
Commited to FreeBSD repository.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2476 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/libpanelappletmm')
-rw-r--r--x11/libpanelappletmm/Makefile39
-rw-r--r--x11/libpanelappletmm/distinfo2
-rw-r--r--x11/libpanelappletmm/files/extra-patch-old_gcc_bugs28
-rw-r--r--x11/libpanelappletmm/pkg-descr3
-rw-r--r--x11/libpanelappletmm/pkg-plist26
5 files changed, 0 insertions, 98 deletions
diff --git a/x11/libpanelappletmm/Makefile b/x11/libpanelappletmm/Makefile
deleted file mode 100644
index c863535ef..000000000
--- a/x11/libpanelappletmm/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection makefile for: libpanelappletmm
-# Date created: 22 December 2003
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libpanelappletmm
-PORTVERSION= 2.5.0
-PORTREVISION= 3
-CATEGORIES= x11 gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.5
-DIST_SUBDIR= gnome2
-
-MAINTAINER= bland@FreeBSD.org
-COMMENT= C++ wrapper for libpanelapplet library
-
-LIB_DEPENDS= gtkmm-2.3.4:${PORTSDIR}/x11-toolkits/gtk--2
-BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_GNOME= gnomehack lthack gnomepanel
-GNOME_DESKTOP_VERSION=2
-USE_LIBTOOL_VER=13
-INSTALLS_SHLIB= yes
-CONFIGURE_ARGS= --enable-static
-
-PLIST_SUB= VERSION="2.5" API_VERSION="2.6"
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-EXTRA_PATCHES= ${PATCHDIR}/extra-patch-old_gcc_bugs
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/x11/libpanelappletmm/distinfo b/x11/libpanelappletmm/distinfo
deleted file mode 100644
index 196258a20..000000000
--- a/x11/libpanelappletmm/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (gnome2/libpanelappletmm-2.5.0.tar.bz2) = 04d859f1fa1b55fc17709c2c46d53d3d
-SIZE (gnome2/libpanelappletmm-2.5.0.tar.bz2) = 239621
diff --git a/x11/libpanelappletmm/files/extra-patch-old_gcc_bugs b/x11/libpanelappletmm/files/extra-patch-old_gcc_bugs
deleted file mode 100644
index 5f1e21414..000000000
--- a/x11/libpanelappletmm/files/extra-patch-old_gcc_bugs
+++ /dev/null
@@ -1,28 +0,0 @@
---- examples/simple/main.cc.orig Mon Dec 22 15:42:58 2003
-+++ examples/simple/main.cc Mon Dec 22 15:46:19 2003
-@@ -90,7 +90,6 @@
- MyApplet *myapplet = static_cast<MyApplet*>(applet);
- std::ostringstream output;
-
-- output.imbue(std::locale(""));
- output << "Applet size: " << myapplet->get_size();
-
- Gtk::MessageDialog dialog(Glib::locale_to_utf8(output.str()));
-@@ -102,7 +101,6 @@
- MyApplet* myapplet = static_cast<MyApplet*>(applet);
-
- std::ostringstream output;
-- output.imbue(std::locale(""));
-
- Gdk::Color back_color;
- Glib::RefPtr<Gdk::Pixmap> back_pixmap;
---- examples/gconf/main.cc.orig Mon Dec 22 15:48:35 2003
-+++ examples/gconf/main.cc Mon Dec 22 15:48:42 2003
-@@ -65,7 +65,6 @@
- MyApplet *myapplet = static_cast<MyApplet*>(applet);
- std::ostringstream output;
-
-- output.imbue(std::locale(""));
- output << "Applet gconf key: " << myapplet->gconf_get_full_key("");
-
- Gtk::MessageDialog dialog(Glib::locale_to_utf8(output.str()));
diff --git a/x11/libpanelappletmm/pkg-descr b/x11/libpanelappletmm/pkg-descr
deleted file mode 100644
index c16d7bcda..000000000
--- a/x11/libpanelappletmm/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-This is a set of thin C++ wrappers for libpanelapplet (part of gnomepanel).
-
-WWW: http://gtkmm.sourceforge.net/
diff --git a/x11/libpanelappletmm/pkg-plist b/x11/libpanelappletmm/pkg-plist
deleted file mode 100644
index 91c28a4f1..000000000
--- a/x11/libpanelappletmm/pkg-plist
+++ /dev/null
@@ -1,26 +0,0 @@
-include/libpanelappletmm-2.0/libpanelappletmm/private/applet_p.h
-include/libpanelappletmm-2.0/libpanelappletmm/private/enums_p.h
-include/libpanelappletmm-%%API_VERSION%%/libpanelappletmm.h
-include/libpanelappletmm-%%API_VERSION%%/libpanelappletmm/applet.h
-include/libpanelappletmm-%%API_VERSION%%/libpanelappletmm/enums.h
-include/libpanelappletmm-%%API_VERSION%%/libpanelappletmm/factory.h
-include/libpanelappletmm-%%API_VERSION%%/libpanelappletmm/init.h
-include/libpanelappletmm-%%API_VERSION%%/libpanelappletmm/private.h
-include/libpanelappletmm-%%API_VERSION%%/libpanelappletmm/wrap_init.h
-lib/libpanelappletmm-2.0/proc/m4/convert.m4
-lib/libpanelappletmm-2.0/proc/m4/convert_libpanelappletmm.m4
-lib/libpanelappletmm-%%VERSION%%.a
-lib/libpanelappletmm-%%VERSION%%.so
-lib/libpanelappletmm-%%VERSION%%.so.1
-lib/libpanelappletmm-%%API_VERSION%%/include/libpanelappletmmconfig.h
-libdata/pkgconfig/libpanelappletmm-%%API_VERSION%%.pc
-@dirrm lib/libpanelappletmm-%%API_VERSION%%/include
-@dirrm lib/libpanelappletmm-%%API_VERSION%%
-@dirrm lib/libpanelappletmm-2.0/proc/m4
-@dirrm lib/libpanelappletmm-2.0/proc
-@dirrm lib/libpanelappletmm-2.0
-@dirrm include/libpanelappletmm-%%API_VERSION%%/libpanelappletmm
-@dirrm include/libpanelappletmm-%%API_VERSION%%
-@dirrm include/libpanelappletmm-2.0/libpanelappletmm/private
-@dirrm include/libpanelappletmm-2.0/libpanelappletmm
-@dirrm include/libpanelappletmm-2.0