Index: head/www/Makefile =================================================================== --- head/www/Makefile (revision 31043) +++ head/www/Makefile (revision 31044) @@ -1,182 +1,183 @@ # $FreeBSD$ # SUBDIR += Mosaic # requires Motif SUBDIR += WebMagick SUBDIR += adzapper SUBDIR += amaya SUBDIR += analog SUBDIR += aolserver SUBDIR += apache13 SUBDIR += apache13-fp SUBDIR += apache13-modssl SUBDIR += apache13-ssl SUBDIR += apache13+ipv6 SUBDIR += apache-jserv SUBDIR += arena SUBDIR += ashe # requires Motif SUBDIR += asp2php SUBDIR += aswedit SUBDIR += bacon SUBDIR += bkmrkconv SUBDIR += bluefish SUBDIR += bsdi-netscape47-communicator SUBDIR += bsdi-netscape47-communicator.us SUBDIR += bsdi-netscape47-navigator SUBDIR += bsdi-netscape47-navigator.us SUBDIR += boa SUBDIR += cadaver SUBDIR += calamaris SUBDIR += cgi-lib SUBDIR += cgic SUBDIR += cgihtml SUBDIR += cgiparse SUBDIR += cgiwrap SUBDIR += checkbot SUBDIR += chimera SUBDIR += chimera2 SUBDIR += comline SUBDIR += css-mode.el SUBDIR += decss SUBDIR += demoroniser SUBDIR += djvuplugin SUBDIR += erwn SUBDIR += evg SUBDIR += fcgi SUBDIR += fhttpd SUBDIR += flashplugin SUBDIR += fxhtml SUBDIR += g-gcl + SUBDIR += glibwww2 SUBDIR += gn SUBDIR += gnuinfo SUBDIR += gnujsp SUBDIR += grail SUBDIR += gtkhtml SUBDIR += harvest SUBDIR += hotjava SUBDIR += htmlpp SUBDIR += http-analyze SUBDIR += httperf SUBDIR += httptunnel SUBDIR += hypermail SUBDIR += indexme SUBDIR += jesred SUBDIR += junkbuster SUBDIR += kannel SUBDIR += kdreamsite SUBDIR += kwebsearch SUBDIR += kwebwatch SUBDIR += libghttp SUBDIR += libwww SUBDIR += libxpg4-ns SUBDIR += linbot SUBDIR += linemode SUBDIR += links SUBDIR += linux-flashplugin SUBDIR += linux-lesstif-ns SUBDIR += linux-netscape4 SUBDIR += linux-netscape47-communicator SUBDIR += linux-netscape47-navigator SUBDIR += linux-netscape6 SUBDIR += lynx SUBDIR += lynx-current SUBDIR += lynx-ssl SUBDIR += mapedit SUBDIR += marc-search SUBDIR += mathopd SUBDIR += mhonarc SUBDIR += mod_dav SUBDIR += mod_dtcl SUBDIR += mod_perl SUBDIR += mod_php3 SUBDIR += mod_php4 SUBDIR += momspider SUBDIR += mozilla SUBDIR += netscape-remote SUBDIR += netscape-wrapper SUBDIR += netscape3 SUBDIR += netscape3-gold SUBDIR += netscape4-communicator SUBDIR += netscape4-communicator.us SUBDIR += netscape4-navigator SUBDIR += netscape47-communicator SUBDIR += netscape47-communicator.us SUBDIR += netscape47-navigator SUBDIR += netscape47-navigator.us SUBDIR += nscache SUBDIR += npc SUBDIR += p5-Apache SUBDIR += p5-Apache-ASP SUBDIR += p5-Apache-DBI SUBDIR += p5-Apache-Radius SUBDIR += p5-Apache-Session SUBDIR += p5-CGI SUBDIR += p5-CGI_Lite SUBDIR += p5-CGI-FastTemplate SUBDIR += p5-FastCGI SUBDIR += p5-HTML SUBDIR += p5-HTML-Embperl SUBDIR += p5-HTML-Mason SUBDIR += p5-HTML-Parser SUBDIR += p5-HTML-QuickCheck SUBDIR += p5-HTML-Stream SUBDIR += p5-HTML-Summary SUBDIR += p5-HTML-TableLayout SUBDIR += p5-HTML-Tree SUBDIR += p5-HTTPD-Tools SUBDIR += p5-ParallelUA SUBDIR += p5-WWW-Search SUBDIR += p5-libapreq SUBDIR += p5-libwww SUBDIR += peacock SUBDIR += plugger SUBDIR += publicfile SUBDIR += py-HTMLgen SUBDIR += qdecoder SUBDIR += quanta SUBDIR += roxen SUBDIR += ruboard SUBDIR += screem SUBDIR += sitecopy SUBDIR += smb_auth SUBDIR += snarf SUBDIR += squid22 SUBDIR += squid23 SUBDIR += squidclients SUBDIR += squidguard SUBDIR += squidtimes SUBDIR += squirm SUBDIR += ssserver SUBDIR += swish-e SUBDIR += tclhttpd SUBDIR += thttpd SUBDIR += tidy SUBDIR += tinyproxy SUBDIR += transproxy SUBDIR += udmsearch SUBDIR += vrweb SUBDIR += w3 SUBDIR += w3c-httpd SUBDIR += w3m SUBDIR += w3m-ssl SUBDIR += w3mir SUBDIR += wcol SUBDIR += web500gw SUBDIR += webalizer SUBDIR += webalizer-2 SUBDIR += webcopy SUBDIR += webcrawl SUBDIR += webfs SUBDIR += webglimpse SUBDIR += weblint SUBDIR += webstone SUBDIR += wml SUBDIR += wmnetselect SUBDIR += wn SUBDIR += wwwcount SUBDIR += wwwoffle SUBDIR += wwwstat SUBDIR += xitami SUBDIR += zope .include Property changes on: head/www/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.231 \ No newline at end of property +1.232 \ No newline at end of property Index: head/www/glibwww/Makefile =================================================================== --- head/www/glibwww/Makefile (nonexistent) +++ head/www/glibwww/Makefile (revision 31044) @@ -0,0 +1,32 @@ +# New ports collection makefile for: glibwww2 +# Date created: 26 July 2000 +# Whom: Maxim Sobolev +# +# $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 Property changes on: head/www/glibwww/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/www/glibwww/distinfo =================================================================== --- head/www/glibwww/distinfo (nonexistent) +++ head/www/glibwww/distinfo (revision 31044) @@ -0,0 +1 @@ +MD5 (glibwww2-0.1.tar.gz) = 83fbd69ce7a5d3009e7fa1a09b54dc83 Property changes on: head/www/glibwww/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/www/glibwww/files/patch-aa =================================================================== --- head/www/glibwww/files/patch-aa (nonexistent) +++ head/www/glibwww/files/patch-aa (revision 31044) @@ -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 Property changes on: head/www/glibwww/files/patch-aa ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/www/glibwww/pkg-comment =================================================================== --- head/www/glibwww/pkg-comment (nonexistent) +++ head/www/glibwww/pkg-comment (revision 31044) @@ -0,0 +1 @@ +A library for people wanting to use libwww with gtk/gnome Property changes on: head/www/glibwww/pkg-comment ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/www/glibwww/pkg-descr =================================================================== --- head/www/glibwww/pkg-descr (nonexistent) +++ head/www/glibwww/pkg-descr (revision 31044) @@ -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. Property changes on: head/www/glibwww/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/www/glibwww/pkg-plist =================================================================== --- head/www/glibwww/pkg-plist (nonexistent) +++ head/www/glibwww/pkg-plist (revision 31044) @@ -0,0 +1,6 @@ +etc/glibwwwConf.sh +include/glibwww2/glibwww.h +lib/libglibwww.a +lib/libglibwww.so +lib/libglibwww.so.1 +@dirrm include/glibwww2 Property changes on: head/www/glibwww/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property