summaryrefslogtreecommitdiffstats
path: root/devel/devhelp
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-12-01 06:00:17 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-12-01 06:00:17 +0800
commit2e4d2e942a99fbc51adebabc4cd543a91491ba37 (patch)
tree5fb7c33c9eb700d394e22ec7c7faf4258b91ea3b /devel/devhelp
parent2d95636f2e1c4896bca367221f0b972b5903e72a (diff)
downloadmarcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar
marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.gz
marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.bz2
marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.lz
marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.xz
marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.zst
marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.zip
Clean up after 2.32 got committed. Only gdm 2.32 isn't committed because of
focus issues. And it doesn't seem it getting any traction upstream. Next stop GNOME 3.0. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14916 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/devhelp')
-rw-r--r--devel/devhelp/Makefile54
-rw-r--r--devel/devhelp/distinfo3
-rw-r--r--devel/devhelp/files/patch-src_dh-book-manager.c13
-rw-r--r--devel/devhelp/pkg-descr8
-rw-r--r--devel/devhelp/pkg-plist147
5 files changed, 0 insertions, 225 deletions
diff --git a/devel/devhelp/Makefile b/devel/devhelp/Makefile
deleted file mode 100644
index 7e09cd5bb..000000000
--- a/devel/devhelp/Makefile
+++ /dev/null
@@ -1,54 +0,0 @@
-# New ports collection makefile for: devhelp
-# Date created: 29 May 2003
-# Whom: Adam Weinberger <adamw@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/devel/devhelp/Makefile,v 1.37 2010/09/28 07:58:17 kwm Exp $
-
-PORTNAME= devhelp
-PORTVERSION= 2.32.0
-PORTEPOCH= 1
-CATEGORIES= devel gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Developer help browser for GNOME 2
-
-LIB_DEPENDS= webkit-1.0.13:${PORTSDIR}/www/webkit-gtk2 \
- unique-1.0.2:${PORTSDIR}/x11-toolkits/unique
-
-USE_BZIP2= yes
-USE_XORG= x11
-USE_GETTEXT= yes
-USE_GMAKE= yes
-USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui libwnck
-USE_AUTOTOOLS= libtool:22
-GNU_CONFIGURE= yes
-INSTALLS_ICONS= yes
-USE_LDCONFIG= yes
-GCONF_SCHEMAS= devhelp.schemas
-CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
- LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
-
-OPTIONS= GEDIT "Enable GEdit plug-in support" off
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_GEDIT)
-BUILD_DEPENDS+= gedit:${PORTSDIR}/editors/gedit
-RUN_DEPENDS+= gedit:${PORTSDIR}/editors/gedit
-PLIST_SUB+= GEDIT=""
-.else
-PLIST_SUB+= GEDIT="@comment "
-.endif
-
-post-patch:
-.if defined(WITHOUT_GEDIT)
- @${REINPLACE_CMD} -e 's|gedit-plugin||' \
- ${WRKSRC}/misc/Makefile.in
- @${REINPLACE_CMD} -e 's|-DGTK_DISABLE_SINGLE_INCLUDES||g' \
- ${WRKSRC}/src/Makefile.in
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/devel/devhelp/distinfo b/devel/devhelp/distinfo
deleted file mode 100644
index a132abcb5..000000000
--- a/devel/devhelp/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnome2/devhelp-2.32.0.tar.bz2) = c6690a45609caa00ecd9cd92f7d28915
-SHA256 (gnome2/devhelp-2.32.0.tar.bz2) = 61b342cbaf27379be9baa5df1f34c9464916601ec4378fa7e1c76fcc686553e4
-SIZE (gnome2/devhelp-2.32.0.tar.bz2) = 503689
diff --git a/devel/devhelp/files/patch-src_dh-book-manager.c b/devel/devhelp/files/patch-src_dh-book-manager.c
deleted file mode 100644
index a9d8640db..000000000
--- a/devel/devhelp/files/patch-src_dh-book-manager.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/dh-book-manager.c.orig 2010-09-01 11:30:01.000000000 +0200
-+++ src/dh-book-manager.c 2010-09-01 11:31:03.000000000 +0200
-@@ -149,6 +149,10 @@ book_manager_add_books_in_data_dir (DhBo
- dir = g_build_filename (data_dir, "devhelp", "books", NULL);
- book_manager_add_from_dir (book_manager, dir);
- g_free (dir);
-+
-+ dir = g_build_filename (data_dir, "doc", NULL);
-+ book_manager_add_from_dir (book_manager, dir);
-+ g_free (dir);
- }
-
- void
diff --git a/devel/devhelp/pkg-descr b/devel/devhelp/pkg-descr
deleted file mode 100644
index 2d617b391..000000000
--- a/devel/devhelp/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-devhelp is a developer's help browser for GNOME 2. It is a GUI
-frontend to books about GNOME development, providing cross-referenced,
-easily searchable information. Many books are available, and can
-be found through the project's website.
-
-WWW: http://www.imendio.com/projects/devhelp/
-
--Adam Weinberger <adamw@FreeBSD.org>
diff --git a/devel/devhelp/pkg-plist b/devel/devhelp/pkg-plist
deleted file mode 100644
index 429773074..000000000
--- a/devel/devhelp/pkg-plist
+++ /dev/null
@@ -1,147 +0,0 @@
-bin/devhelp
-include/devhelp-2.0/devhelp/dh-assistant-view.h
-include/devhelp-2.0/devhelp/dh-assistant.h
-include/devhelp-2.0/devhelp/dh-base.h
-include/devhelp-2.0/devhelp/dh-book-manager.h
-include/devhelp-2.0/devhelp/dh-book-tree.h
-include/devhelp-2.0/devhelp/dh-book.h
-include/devhelp-2.0/devhelp/dh-error.h
-include/devhelp-2.0/devhelp/dh-keyword-model.h
-include/devhelp-2.0/devhelp/dh-link.h
-include/devhelp-2.0/devhelp/dh-search.h
-include/devhelp-2.0/devhelp/dh-window.h
-%%GEDIT%%lib/gedit-2/plugins/devhelp.gedit-plugin
-%%GEDIT%%lib/gedit-2/plugins/devhelp/__init__.py
-%%GEDIT%%lib/gedit-2/plugins/devhelp/__init__.pyc
-%%GEDIT%%lib/gedit-2/plugins/devhelp/__init__.pyo
-%%GEDIT%%lib/gedit-2/plugins/devhelp/devhelp.py
-%%GEDIT%%lib/gedit-2/plugins/devhelp/devhelp.pyc
-%%GEDIT%%lib/gedit-2/plugins/devhelp/devhelp.pyo
-lib/libdevhelp-2.a
-lib/libdevhelp-2.la
-lib/libdevhelp-2.so
-lib/libdevhelp-2.so.1
-libdata/pkgconfig/libdevhelp-2.0.pc
-share/applications/devhelp.desktop
-share/devhelp/assistant/assistant.css
-share/devhelp/assistant/assistant.js
-share/devhelp/devhelp.defaults
-share/devhelp/dtd/devhelp-1.dtd
-share/devhelp/ui/devhelp.builder
-share/devhelp/ui/window.ui
-share/icons/hicolor/16x16/apps/devhelp.png
-share/icons/hicolor/22x22/apps/devhelp.png
-share/icons/hicolor/24x24/apps/devhelp.png
-share/icons/hicolor/32x32/apps/devhelp.png
-share/icons/hicolor/48x48/apps/devhelp.png
-share/icons/hicolor/scalable/apps/devhelp.svg
-share/locale/am/LC_MESSAGES/devhelp.mo
-share/locale/ar/LC_MESSAGES/devhelp.mo
-share/locale/ast/LC_MESSAGES/devhelp.mo
-share/locale/az/LC_MESSAGES/devhelp.mo
-share/locale/be/LC_MESSAGES/devhelp.mo
-share/locale/be@latin/LC_MESSAGES/devhelp.mo
-share/locale/bg/LC_MESSAGES/devhelp.mo
-share/locale/bn/LC_MESSAGES/devhelp.mo
-share/locale/bn_IN/LC_MESSAGES/devhelp.mo
-share/locale/ca/LC_MESSAGES/devhelp.mo
-share/locale/ca@valencia/LC_MESSAGES/devhelp.mo
-share/locale/cs/LC_MESSAGES/devhelp.mo
-share/locale/da/LC_MESSAGES/devhelp.mo
-share/locale/de/LC_MESSAGES/devhelp.mo
-share/locale/dz/LC_MESSAGES/devhelp.mo
-share/locale/el/LC_MESSAGES/devhelp.mo
-share/locale/en_CA/LC_MESSAGES/devhelp.mo
-share/locale/en_GB/LC_MESSAGES/devhelp.mo
-share/locale/en@shaw/LC_MESSAGES/devhelp.mo
-share/locale/eo/LC_MESSAGES/devhelp.mo
-share/locale/es/LC_MESSAGES/devhelp.mo
-share/locale/et/LC_MESSAGES/devhelp.mo
-share/locale/fi/LC_MESSAGES/devhelp.mo
-share/locale/fr/LC_MESSAGES/devhelp.mo
-share/locale/gl/LC_MESSAGES/devhelp.mo
-share/locale/gu/LC_MESSAGES/devhelp.mo
-share/locale/he/LC_MESSAGES/devhelp.mo
-share/locale/hi/LC_MESSAGES/devhelp.mo
-share/locale/hr/LC_MESSAGES/devhelp.mo
-share/locale/hu/LC_MESSAGES/devhelp.mo
-share/locale/hy/LC_MESSAGES/devhelp.mo
-share/locale/id/LC_MESSAGES/devhelp.mo
-share/locale/is/LC_MESSAGES/devhelp.mo
-share/locale/it/LC_MESSAGES/devhelp.mo
-share/locale/ja/LC_MESSAGES/devhelp.mo
-share/locale/kn/LC_MESSAGES/devhelp.mo
-share/locale/ko/LC_MESSAGES/devhelp.mo
-share/locale/lt/LC_MESSAGES/devhelp.mo
-share/locale/lv/LC_MESSAGES/devhelp.mo
-share/locale/mai/LC_MESSAGES/devhelp.mo
-share/locale/mk/LC_MESSAGES/devhelp.mo
-share/locale/ml/LC_MESSAGES/devhelp.mo
-share/locale/ms/LC_MESSAGES/devhelp.mo
-share/locale/nb/LC_MESSAGES/devhelp.mo
-share/locale/ne/LC_MESSAGES/devhelp.mo
-share/locale/nl/LC_MESSAGES/devhelp.mo
-share/locale/nn/LC_MESSAGES/devhelp.mo
-share/locale/oc/LC_MESSAGES/devhelp.mo
-share/locale/or/LC_MESSAGES/devhelp.mo
-share/locale/pa/LC_MESSAGES/devhelp.mo
-share/locale/pl/LC_MESSAGES/devhelp.mo
-share/locale/ps/LC_MESSAGES/devhelp.mo
-share/locale/pt/LC_MESSAGES/devhelp.mo
-share/locale/pt_BR/LC_MESSAGES/devhelp.mo
-share/locale/ro/LC_MESSAGES/devhelp.mo
-share/locale/ru/LC_MESSAGES/devhelp.mo
-share/locale/rw/LC_MESSAGES/devhelp.mo
-share/locale/sk/LC_MESSAGES/devhelp.mo
-share/locale/sl/LC_MESSAGES/devhelp.mo
-share/locale/sq/LC_MESSAGES/devhelp.mo
-share/locale/sr/LC_MESSAGES/devhelp.mo
-share/locale/sr@latin/LC_MESSAGES/devhelp.mo
-share/locale/sv/LC_MESSAGES/devhelp.mo
-share/locale/ta/LC_MESSAGES/devhelp.mo
-share/locale/te/LC_MESSAGES/devhelp.mo
-share/locale/th/LC_MESSAGES/devhelp.mo
-share/locale/tr/LC_MESSAGES/devhelp.mo
-share/locale/ug/LC_MESSAGES/devhelp.mo
-share/locale/uk/LC_MESSAGES/devhelp.mo
-share/locale/vi/LC_MESSAGES/devhelp.mo
-share/locale/zh_CN/LC_MESSAGES/devhelp.mo
-share/locale/zh_HK/LC_MESSAGES/devhelp.mo
-share/locale/zh_TW/LC_MESSAGES/devhelp.mo
-@dirrm share/devhelp/ui
-@dirrm share/devhelp/dtd
-@dirrm share/devhelp/assistant
-@dirrm share/devhelp
-@dirrm include/devhelp-2.0/devhelp
-@dirrm include/devhelp-2.0
-@dirrmtry share/applications
-@dirrmtry share/locale/zh_HK/LC_MESSAGES
-@dirrmtry share/locale/zh_HK
-@dirrmtry share/locale/ug/LC_MESSAGES
-@dirrmtry share/locale/ug
-@dirrmtry share/locale/te/LC_MESSAGES
-@dirrmtry share/locale/te
-@dirrmtry share/locale/sr@latin/LC_MESSAGES
-@dirrmtry share/locale/sr@latin
-@dirrmtry share/locale/rw/LC_MESSAGES
-@dirrmtry share/locale/rw
-@dirrmtry share/locale/ps/LC_MESSAGES
-@dirrmtry share/locale/ps
-@dirrmtry share/locale/oc/LC_MESSAGES
-@dirrmtry share/locale/oc
-@dirrmtry share/locale/mai/LC_MESSAGES
-@dirrmtry share/locale/mai
-@dirrmtry share/locale/eo/LC_MESSAGES
-@dirrmtry share/locale/eo
-@dirrmtry share/locale/en@shaw/LC_MESSAGES
-@dirrmtry share/locale/en@shaw
-@dirrmtry share/locale/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
-@dirrmtry share/locale/ca@valencia/LC_MESSAGES
-@dirrmtry share/locale/ca@valencia
-@dirrmtry share/locale/bn_IN/LC_MESSAGES
-@dirrmtry share/locale/bn_IN
-@dirrmtry share/locale/be@latin/LC_MESSAGES
-@dirrmtry share/locale/be@latin
-@dirrmtry share/locale/ast/LC_MESSAGES
-@dirrmtry share/locale/ast