summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-10-10 13:44:50 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-10-10 13:44:50 +0800
commitbf7f56b6af3b2707fccafaf970c2cb2e041f599f (patch)
tree3b2226c9c1507772f56a467c3599123f9131c202 /x11
parentb2afcb5aa2ddb5d67f30646a86db04d697e88965 (diff)
downloadmarcuscom-ports-bf7f56b6af3b2707fccafaf970c2cb2e041f599f.tar
marcuscom-ports-bf7f56b6af3b2707fccafaf970c2cb2e041f599f.tar.gz
marcuscom-ports-bf7f56b6af3b2707fccafaf970c2cb2e041f599f.tar.bz2
marcuscom-ports-bf7f56b6af3b2707fccafaf970c2cb2e041f599f.tar.lz
marcuscom-ports-bf7f56b6af3b2707fccafaf970c2cb2e041f599f.tar.xz
marcuscom-ports-bf7f56b6af3b2707fccafaf970c2cb2e041f599f.tar.zst
marcuscom-ports-bf7f56b6af3b2707fccafaf970c2cb2e041f599f.zip
Add yelp.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@48 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r--x11/yelp/Makefile38
-rw-r--r--x11/yelp/distinfo1
-rw-r--r--x11/yelp/files/patch-configure19
-rw-r--r--x11/yelp/pkg-comment1
-rw-r--r--x11/yelp/pkg-descr4
-rw-r--r--x11/yelp/pkg-plist181
6 files changed, 244 insertions, 0 deletions
diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile
new file mode 100644
index 000000000..09d0179a0
--- /dev/null
+++ b/x11/yelp/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: yelp
+# Date created: 18 May 2002
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD: ports/x11/yelp/Makefile,v 1.13 2002/09/20 17:07:51 marcus Exp $
+#
+
+PORTNAME= yelp
+PORTVERSION= 2.1.0
+CATEGORIES= x11 gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.1
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+
+LIB_DEPENDS= gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui \
+ gtkhtml-2.0:${PORTSDIR}/www/libgtkhtml
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_REINPLACE= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomeprefix gnomehack
+USE_GMAKE= yes
+USE_LIBTOOL= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
+CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
+MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias"
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
+ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|\@prefix\@/share|\@datadir\@|g' \
+ ${WRKSRC}/stylesheets/docbook/catalog.in
+
+.include <bsd.port.mk>
diff --git a/x11/yelp/distinfo b/x11/yelp/distinfo
new file mode 100644
index 000000000..c7a1e77b5
--- /dev/null
+++ b/x11/yelp/distinfo
@@ -0,0 +1 @@
+MD5 (gnome2/yelp-2.1.0.tar.bz2) = 9fe1256f36607ea3660cfdf9bd3be0ac
diff --git a/x11/yelp/files/patch-configure b/x11/yelp/files/patch-configure
new file mode 100644
index 000000000..a6e8fbc28
--- /dev/null
+++ b/x11/yelp/files/patch-configure
@@ -0,0 +1,19 @@
+--- configure.orig Tue May 28 02:02:29 2002
++++ configure Tue May 28 02:03:10 2002
+@@ -7381,6 +7381,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'
+@@ -9979,7 +9980,7 @@
+
+ YELP_MODULES="gnome-vfs-2.0 libgnomeui-2.0 libbonobo-2.0"
+
+-YELP_IDL_INCLUDES="`$PKG_CONFIG --variable=idldir gnome-vfs-2.0 libgnomeui-2.0 libbonobo-2.0 bonobo-activation-2.0| sed -e 's/^/ /' -e 's/ \+$//' -e 's/ \+/ -I /g' -e 's/^ \+//'`"
++YELP_IDL_INCLUDES="`$PKG_CONFIG --variable=idldir libgtkhtml-2.0 gnome-vfs-2.0 libgnomeui-2.0 libbonobo-2.0 bonobo-activation-2.0| xargs -n1 echo -n ' -I '`"
+
+ echo "$as_me:9984: checking for bzread in -lbz2" >&5
+ echo $ECHO_N "checking for bzread in -lbz2... $ECHO_C" >&6
diff --git a/x11/yelp/pkg-comment b/x11/yelp/pkg-comment
new file mode 100644
index 000000000..1b13a12ad
--- /dev/null
+++ b/x11/yelp/pkg-comment
@@ -0,0 +1 @@
+A help browser for GNOME 2.0 desktop
diff --git a/x11/yelp/pkg-descr b/x11/yelp/pkg-descr
new file mode 100644
index 000000000..5267ad53b
--- /dev/null
+++ b/x11/yelp/pkg-descr
@@ -0,0 +1,4 @@
+Yelp is a help browser for GNOME 2.0. The name Yelp was suggested by Daniel
+Lundin. Yelp is pronounced the same as the swedish word for 'help'.
+
+WWW: http://www.gnome.org/
diff --git a/x11/yelp/pkg-plist b/x11/yelp/pkg-plist
new file mode 100644
index 000000000..4bc438795
--- /dev/null
+++ b/x11/yelp/pkg-plist
@@ -0,0 +1,181 @@
+bin/gman
+bin/gnome-help
+bin/yelp
+bin/yelp-pregenerate
+libdata/bonobo/servers/GNOME_Yelp.server
+libexec/yelp-db2html
+share/gnome/applications/yelp.desktop
+share/gnome/images/yelp/bcg.png
+share/gnome/images/yelp/empty.png
+share/gnome/images/yelp/gnome2-button.png
+share/gnome/sgml/docbook/yelp/docbook/VERSION
+share/gnome/sgml/docbook/yelp/docbook/common/af.xml
+share/gnome/sgml/docbook/yelp/docbook/common/ca.xml
+share/gnome/sgml/docbook/yelp/docbook/common/common.xsl
+share/gnome/sgml/docbook/yelp/docbook/common/cs.xml
+share/gnome/sgml/docbook/yelp/docbook/common/da.xml
+share/gnome/sgml/docbook/yelp/docbook/common/de.xml
+share/gnome/sgml/docbook/yelp/docbook/common/el.xml
+share/gnome/sgml/docbook/yelp/docbook/common/en.xml
+share/gnome/sgml/docbook/yelp/docbook/common/es.xml
+share/gnome/sgml/docbook/yelp/docbook/common/et.xml
+share/gnome/sgml/docbook/yelp/docbook/common/eu.xml
+share/gnome/sgml/docbook/yelp/docbook/common/fi.xml
+share/gnome/sgml/docbook/yelp/docbook/common/fr.xml
+share/gnome/sgml/docbook/yelp/docbook/common/gentext.xsl
+share/gnome/sgml/docbook/yelp/docbook/common/hu.xml
+share/gnome/sgml/docbook/yelp/docbook/common/id.xml
+share/gnome/sgml/docbook/yelp/docbook/common/it.xml
+share/gnome/sgml/docbook/yelp/docbook/common/ja.xml
+share/gnome/sgml/docbook/yelp/docbook/common/ko.xml
+share/gnome/sgml/docbook/yelp/docbook/common/l10n.dtd
+share/gnome/sgml/docbook/yelp/docbook/common/l10n.xml
+share/gnome/sgml/docbook/yelp/docbook/common/l10n.xsl
+share/gnome/sgml/docbook/yelp/docbook/common/labels.xsl
+share/gnome/sgml/docbook/yelp/docbook/common/nl.xml
+share/gnome/sgml/docbook/yelp/docbook/common/nn.xml
+share/gnome/sgml/docbook/yelp/docbook/common/no.xml
+share/gnome/sgml/docbook/yelp/docbook/common/pl.xml
+share/gnome/sgml/docbook/yelp/docbook/common/pt.xml
+share/gnome/sgml/docbook/yelp/docbook/common/pt_br.xml
+share/gnome/sgml/docbook/yelp/docbook/common/ro.xml
+share/gnome/sgml/docbook/yelp/docbook/common/ru.xml
+share/gnome/sgml/docbook/yelp/docbook/common/sk.xml
+share/gnome/sgml/docbook/yelp/docbook/common/sl.xml
+share/gnome/sgml/docbook/yelp/docbook/common/sr.xml
+share/gnome/sgml/docbook/yelp/docbook/common/subtitles.xsl
+share/gnome/sgml/docbook/yelp/docbook/common/sv.xml
+share/gnome/sgml/docbook/yelp/docbook/common/table.xsl
+share/gnome/sgml/docbook/yelp/docbook/common/th.xml
+share/gnome/sgml/docbook/yelp/docbook/common/titles.xsl
+share/gnome/sgml/docbook/yelp/docbook/common/tr.xml
+share/gnome/sgml/docbook/yelp/docbook/common/uk.xml
+share/gnome/sgml/docbook/yelp/docbook/common/xh.xml
+share/gnome/sgml/docbook/yelp/docbook/common/zh_cn.xml
+share/gnome/sgml/docbook/yelp/docbook/common/zh_tw.xml
+share/gnome/sgml/docbook/yelp/docbook/dtd/calstblx.dtd
+share/gnome/sgml/docbook/yelp/docbook/dtd/catalog
+share/gnome/sgml/docbook/yelp/docbook/dtd/dbcentx.mod
+share/gnome/sgml/docbook/yelp/docbook/dtd/dbgenent.mod
+share/gnome/sgml/docbook/yelp/docbook/dtd/dbhierx.mod
+share/gnome/sgml/docbook/yelp/docbook/dtd/dbnotnx.mod
+share/gnome/sgml/docbook/yelp/docbook/dtd/dbpoolx.mod
+share/gnome/sgml/docbook/yelp/docbook/dtd/docbookx.dtd
+share/gnome/sgml/docbook/yelp/docbook/dtd/ent/iso-amsa.ent
+share/gnome/sgml/docbook/yelp/docbook/dtd/ent/iso-amsb.ent
+share/gnome/sgml/docbook/yelp/docbook/dtd/ent/iso-amsc.ent
+share/gnome/sgml/docbook/yelp/docbook/dtd/ent/iso-amsn.ent
+share/gnome/sgml/docbook/yelp/docbook/dtd/ent/iso-amso.ent
+share/gnome/sgml/docbook/yelp/docbook/dtd/ent/iso-amsr.ent
+share/gnome/sgml/docbook/yelp/docbook/dtd/ent/iso-box.ent
+share/gnome/sgml/docbook/yelp/docbook/dtd/ent/iso-cyr1.ent
+share/gnome/sgml/docbook/yelp/docbook/dtd/ent/iso-cyr2.ent
+share/gnome/sgml/docbook/yelp/docbook/dtd/ent/iso-dia.ent
+share/gnome/sgml/docbook/yelp/docbook/dtd/ent/iso-grk1.ent
+share/gnome/sgml/docbook/yelp/docbook/dtd/ent/iso-grk2.ent
+share/gnome/sgml/docbook/yelp/docbook/dtd/ent/iso-grk3.ent
+share/gnome/sgml/docbook/yelp/docbook/dtd/ent/iso-grk4.ent
+share/gnome/sgml/docbook/yelp/docbook/dtd/ent/iso-lat1.ent
+share/gnome/sgml/docbook/yelp/docbook/dtd/ent/iso-lat2.ent
+share/gnome/sgml/docbook/yelp/docbook/dtd/ent/iso-num.ent
+share/gnome/sgml/docbook/yelp/docbook/dtd/ent/iso-pub.ent
+share/gnome/sgml/docbook/yelp/docbook/dtd/ent/iso-tech.ent
+share/gnome/sgml/docbook/yelp/docbook/dtd/soextblx.dtd
+share/gnome/sgml/docbook/yelp/docbook/html/admon.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/autoidx.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/autotoc.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/biblio.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/block.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/calc-chunks.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/callout.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/changebars.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/chunk-experimental.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/chunk.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/chunker.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/component.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/division.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/docbook.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/ebnf.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/expchunk.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/footnote.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/formal.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/glossary.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/graphics.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/html.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/index.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/info.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/inline.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/keywords.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/lists.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/math.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/oldchunker.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/onechunk.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/param.xml
+share/gnome/sgml/docbook/yelp/docbook/html/param.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/pi.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/qandaset.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/refentry.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/sections.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/synop.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/table.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/titlepage.templates.xml
+share/gnome/sgml/docbook/yelp/docbook/html/titlepage.templates.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/titlepage.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/toc.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/verbatim.xsl
+share/gnome/sgml/docbook/yelp/docbook/html/xref.xsl
+share/gnome/sgml/docbook/yelp/docbook/images/blank.png
+share/gnome/sgml/docbook/yelp/docbook/images/caution.png
+share/gnome/sgml/docbook/yelp/docbook/images/important.png
+share/gnome/sgml/docbook/yelp/docbook/images/note.png
+share/gnome/sgml/docbook/yelp/docbook/images/tip.png
+share/gnome/sgml/docbook/yelp/docbook/images/warning.png
+share/gnome/sgml/docbook/yelp/docbook/lib/lib.xsl
+share/gnome/sgml/docbook/yelp/l10n.xml
+share/gnome/sgml/docbook/yelp/yelp-custom.xsl
+share/gnome/sgml/docbook/yelp/yelp-customization.xsl
+share/gnome/yelp/catalog
+share/gnome/yelp/important_docs.xml
+share/locale/az/LC_MESSAGES/yelp.mo
+share/locale/bg/LC_MESSAGES/yelp.mo
+share/locale/ca/LC_MESSAGES/yelp.mo
+share/locale/da/LC_MESSAGES/yelp.mo
+share/locale/de/LC_MESSAGES/yelp.mo
+share/locale/el/LC_MESSAGES/yelp.mo
+share/locale/es/LC_MESSAGES/yelp.mo
+share/locale/et/LC_MESSAGES/yelp.mo
+share/locale/fr/LC_MESSAGES/yelp.mo
+share/locale/gl/LC_MESSAGES/yelp.mo
+share/locale/hu/LC_MESSAGES/yelp.mo
+share/locale/it/LC_MESSAGES/yelp.mo
+share/locale/ja/LC_MESSAGES/yelp.mo
+share/locale/ko/LC_MESSAGES/yelp.mo
+share/locale/lv/LC_MESSAGES/yelp.mo
+share/locale/ms/LC_MESSAGES/yelp.mo
+share/locale/nl/LC_MESSAGES/yelp.mo
+share/locale/nn/LC_MESSAGES/yelp.mo
+share/locale/no/LC_MESSAGES/yelp.mo
+share/locale/pl/LC_MESSAGES/yelp.mo
+share/locale/pt/LC_MESSAGES/yelp.mo
+share/locale/pt_BR/LC_MESSAGES/yelp.mo
+share/locale/ro/LC_MESSAGES/yelp.mo
+share/locale/ru/LC_MESSAGES/yelp.mo
+share/locale/sk/LC_MESSAGES/yelp.mo
+share/locale/sl/LC_MESSAGES/yelp.mo
+share/locale/sv/LC_MESSAGES/yelp.mo
+share/locale/tr/LC_MESSAGES/yelp.mo
+share/locale/uk/LC_MESSAGES/yelp.mo
+share/locale/vi/LC_MESSAGES/yelp.mo
+share/locale/wa/LC_MESSAGES/yelp.mo
+share/locale/zh_CN/LC_MESSAGES/yelp.mo
+share/locale/zh_TW/LC_MESSAGES/yelp.mo
+@dirrm share/gnome/yelp
+@dirrm share/gnome/sgml/docbook/yelp/docbook/lib
+@dirrm share/gnome/sgml/docbook/yelp/docbook/images
+@dirrm share/gnome/sgml/docbook/yelp/docbook/html
+@dirrm share/gnome/sgml/docbook/yelp/docbook/dtd/ent
+@dirrm share/gnome/sgml/docbook/yelp/docbook/dtd
+@dirrm share/gnome/sgml/docbook/yelp/docbook/common
+@dirrm share/gnome/sgml/docbook/yelp/docbook
+@dirrm share/gnome/sgml/docbook/yelp
+@dirrm share/gnome/images/yelp