1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Add libwww2 - a glib/gtk/gnome wrapper for libwww.

This commit is contained in:
Maxim Sobolev 2000-07-26 12:28:53 +00:00
parent 88fb6bfa8e
commit be10fc365b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31044
7 changed files with 58 additions and 0 deletions

View File

@ -47,6 +47,7 @@
SUBDIR += flashplugin
SUBDIR += fxhtml
SUBDIR += g-gcl
SUBDIR += glibwww2
SUBDIR += gn
SUBDIR += gnuinfo
SUBDIR += gnujsp

32
www/glibwww/Makefile Normal file
View File

@ -0,0 +1,32 @@
# New ports collection makefile for: glibwww2
# Date created: 26 July 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= glibwww2
PORTVERSION= 0.1
CATEGORIES= www gnome
MASTER_SITES= http://www.geocities.com/lordzephyroth/
MAINTAINER= sobomax@FreeBSD.org
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \
wwwzip.1:${PORTSDIR}/www/libwww
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GLIB_CONFIG="${GLIB_CONFIG}" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>

1
www/glibwww/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (glibwww2-0.1.tar.gz) = 83fbd69ce7a5d3009e7fa1a09b54dc83

View File

@ -0,0 +1,11 @@
--- Makefile.in.orig Wed Jul 26 14:35:29 2000
+++ Makefile.in Wed Jul 26 14:40:27 2000
@@ -105,7 +105,7 @@
cflags_set = @cflags_set@
cxxflags_set = @cxxflags_set@
-confexecdir = $(libdir)
+confexecdir = $(sysconfdir)
confexec_DATA = glibwwwConf.sh
SUBDIRS = macros src

1
www/glibwww/pkg-comment Normal file
View File

@ -0,0 +1 @@
A library for people wanting to use libwww with gtk/gnome

6
www/glibwww/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
Event register/unregister functions that use the glib event loop. This makes
libwww fit nicely into just about any gnome or gtk+ program.
This code may be useful for other people wanting to use libwww with gtk.
This code includes a nice bonobo control.

6
www/glibwww/pkg-plist Normal file
View File

@ -0,0 +1,6 @@
etc/glibwwwConf.sh
include/glibwww2/glibwww.h
lib/libglibwww.a
lib/libglibwww.so
lib/libglibwww.so.1
@dirrm include/glibwww2