mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add nautilus-gtkhtml 0.3.2, a simple NautilusView component for
displaying html files in Nautilus.
This commit is contained in:
parent
bb8a2f537e
commit
34eb70419f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59604
@ -198,6 +198,7 @@
|
||||
SUBDIR += mozilla
|
||||
SUBDIR += mozilla-embedded
|
||||
SUBDIR += mozilla-headers
|
||||
SUBDIR += nautilus-gtkhtml
|
||||
SUBDIR += neon
|
||||
SUBDIR += neowebscript
|
||||
SUBDIR += netraider
|
||||
|
38
www/nautilus-gtkhtml/Makefile
Normal file
38
www/nautilus-gtkhtml/Makefile
Normal file
@ -0,0 +1,38 @@
|
||||
# New ports collection makefile for: nautilus-gtkhtml
|
||||
# Date created: 21 May 2002
|
||||
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= nautilus-gtkhtml
|
||||
PORTVERSION= 0.3.2
|
||||
CATEGORIES= www gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta5
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= gtkhtml-2.0:${PORTSDIR}/www/libgtkhtml \
|
||||
nautilus.2:${PORTSDIR}/x11-fm/nautilus2
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
||||
--datadir=${PREFIX}/share/gnome
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
||||
|
||||
pre-patch:
|
||||
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
||||
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
||||
@find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
|
||||
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
||||
s|\$\(libdir\)/bonobo/servers|\$\(prefix\)/libdata/bonobo/servers|g ; \
|
||||
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
||||
|
||||
.include <bsd.port.mk>
|
1
www/nautilus-gtkhtml/distinfo
Normal file
1
www/nautilus-gtkhtml/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (gnome2/nautilus-gtkhtml-0.3.2.tar.bz2) = 5cf8cf3cc261afd1ef486bd1126f7f9e
|
13
www/nautilus-gtkhtml/files/patch-configure
Normal file
13
www/nautilus-gtkhtml/files/patch-configure
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
$FreeBSD: /tmp/pcvs/ports/www/nautilus-gtkhtml/files/Attic/patch-configure,v 1.1 2002-05-21 07:28:50 sobomax Exp $
|
||||
|
||||
--- configure.orig Mon May 20 15:11:25 2002
|
||||
+++ configure Mon May 20 15:12:24 2002
|
||||
@@ -7374,6 +7374,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'
|
1
www/nautilus-gtkhtml/pkg-comment
Normal file
1
www/nautilus-gtkhtml/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A simple NautilusView component for displaying html files in Nautilus
|
4
www/nautilus-gtkhtml/pkg-descr
Normal file
4
www/nautilus-gtkhtml/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This is a simple NautilusView component which embeds a GtkHTML2 widget,
|
||||
used to display HTML files.
|
||||
|
||||
WWW: http://www.gnome.org/
|
22
www/nautilus-gtkhtml/pkg-plist
Normal file
22
www/nautilus-gtkhtml/pkg-plist
Normal file
@ -0,0 +1,22 @@
|
||||
bin/nautilus-gtkhtml-view
|
||||
libdata/bonobo/servers/Nautilus_View_gtkhtml.server
|
||||
share/locale/az/LC_MESSAGES/nautilus-gtkhtml.mo
|
||||
share/locale/de/LC_MESSAGES/nautilus-gtkhtml.mo
|
||||
share/locale/es/LC_MESSAGES/nautilus-gtkhtml.mo
|
||||
share/locale/fi/LC_MESSAGES/nautilus-gtkhtml.mo
|
||||
share/locale/fr/LC_MESSAGES/nautilus-gtkhtml.mo
|
||||
share/locale/ja/LC_MESSAGES/nautilus-gtkhtml.mo
|
||||
share/locale/ko/LC_MESSAGES/nautilus-gtkhtml.mo
|
||||
share/locale/ms/LC_MESSAGES/nautilus-gtkhtml.mo
|
||||
share/locale/no/LC_MESSAGES/nautilus-gtkhtml.mo
|
||||
share/locale/pl/LC_MESSAGES/nautilus-gtkhtml.mo
|
||||
share/locale/pt/LC_MESSAGES/nautilus-gtkhtml.mo
|
||||
share/locale/ru/LC_MESSAGES/nautilus-gtkhtml.mo
|
||||
share/locale/sk/LC_MESSAGES/nautilus-gtkhtml.mo
|
||||
share/locale/sl/LC_MESSAGES/nautilus-gtkhtml.mo
|
||||
share/locale/sv/LC_MESSAGES/nautilus-gtkhtml.mo
|
||||
share/locale/tr/LC_MESSAGES/nautilus-gtkhtml.mo
|
||||
share/locale/vi/LC_MESSAGES/nautilus-gtkhtml.mo
|
||||
share/locale/wa/LC_MESSAGES/nautilus-gtkhtml.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/nautilus-gtkhtml.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/nautilus-gtkhtml.mo
|
Loading…
Reference in New Issue
Block a user