mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Initial import.
Barque is another WWW browser with gtkhtml.
This commit is contained in:
parent
2f0cf7d36a
commit
d0ce7b1275
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40573
@ -21,6 +21,7 @@
|
||||
SUBDIR += aswedit
|
||||
SUBDIR += august
|
||||
SUBDIR += bacon
|
||||
SUBDIR += barque
|
||||
SUBDIR += bk2site
|
||||
SUBDIR += bkmrkconv
|
||||
SUBDIR += bluefish
|
||||
|
40
www/barque/Makefile
Normal file
40
www/barque/Makefile
Normal file
@ -0,0 +1,40 @@
|
||||
# New ports collection makefile for: barque
|
||||
# Date created: 28 March 2001
|
||||
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= barque
|
||||
PORTVERSION= 0.1.2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTFILES= ${PORTNAME}-0.1-2.tar.gz
|
||||
|
||||
MAINTAINER= nakai@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= gtkhtml.8:${PORTSDIR}/www/gtkhtml \
|
||||
bonobo.2:${PORTSDIR}/devel/bonobo \
|
||||
gconf-1.1:${PORTSDIR}/devel/gconf \
|
||||
gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \
|
||||
ghttp.1:${PORTSDIR}/www/libghttp \
|
||||
glade.4:${PORTSDIR}/devel/libglade
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-0.1-2
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= yes
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
pre-patch:
|
||||
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
|
||||
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
||||
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
||||
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
||||
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
||||
|
||||
.include <bsd.port.mk>
|
1
www/barque/distinfo
Normal file
1
www/barque/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (barque-0.1-2.tar.gz) = 2cfe1677744ad2ba9a38a16df3d3881c
|
20
www/barque/files/patch-aa
Normal file
20
www/barque/files/patch-aa
Normal file
@ -0,0 +1,20 @@
|
||||
--- src/barque.c.orig Thu Mar 29 18:04:32 2001
|
||||
+++ src/barque.c Thu Mar 29 18:04:43 2001
|
||||
@@ -263,7 +263,7 @@
|
||||
{
|
||||
int i;
|
||||
char *filename = NULL, *rootnode = NULL;
|
||||
- GError* error = NULL;
|
||||
+ GConfError* error = NULL;
|
||||
GladeXML *xml;
|
||||
|
||||
|
||||
@@ -274,7 +274,7 @@
|
||||
/* initialize gconf */
|
||||
if (!gconf_init(argc, argv, &error)) {
|
||||
g_assert(error != NULL);
|
||||
- g_warning("GConf init failed:\n %s", error->message);
|
||||
+ g_warning("GConf init failed:\n %s", error->str);
|
||||
g_error_free(error);
|
||||
error = NULL;
|
||||
return 1;
|
19
www/barque/files/patch-ab
Normal file
19
www/barque/files/patch-ab
Normal file
@ -0,0 +1,19 @@
|
||||
--- capplet/barque-capplet.c.orig Thu Mar 29 18:19:20 2001
|
||||
+++ capplet/barque-capplet.c Thu Mar 29 18:19:32 2001
|
||||
@@ -91,14 +91,14 @@
|
||||
int main(int argc, char *argv[]) {
|
||||
GladeXML *xml;
|
||||
GtkWidget *prefs;
|
||||
- static GError *error = NULL;
|
||||
+ static GConfError *error = NULL;
|
||||
|
||||
if (gnome_capplet_init ("barque-capplet", VERSION, argc, argv, NULL, 0, NULL) < 0)
|
||||
return 1;
|
||||
|
||||
if (!gconf_init(argc, argv, &error)) {
|
||||
g_assert(error != NULL);
|
||||
- g_warning("GConf init failed:\n %s", error->message);
|
||||
+ g_warning("GConf init failed:\n %s", error->str);
|
||||
return 1;
|
||||
}
|
||||
|
1
www/barque/pkg-comment
Normal file
1
www/barque/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
|
1
www/barque/pkg-descr
Normal file
1
www/barque/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
|
8
www/barque/pkg-plist
Normal file
8
www/barque/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
bin/barque
|
||||
bin/barque-capplet
|
||||
share/gnome/apps/Settings/barque.desktop
|
||||
share/gnome/barque/authpopup.glade
|
||||
share/gnome/barque/barque-capplet.glade
|
||||
share/gnome/barque/barque.glade
|
||||
share/gnome/control-center/barque.desktop
|
||||
@dirrm share/gnome/barque
|
Loading…
Reference in New Issue
Block a user