From e8bb0ff3ab3739ba91e0ad6a2463c1b78d848160 Mon Sep 17 00:00:00 2001 From: demon Date: Mon, 26 Feb 2001 10:36:27 +0000 Subject: Add dillo 0.3.2, a fast, small graphical Web browser built upon GTK+. PR: 25312 Submitted by: George Reid --- www/Makefile | 1 + www/dillo-i18n/Makefile | 25 +++++++++++++++++++++++++ www/dillo-i18n/distinfo | 1 + www/dillo-i18n/files/patch-aa | 38 ++++++++++++++++++++++++++++++++++++++ www/dillo-i18n/pkg-comment | 1 + www/dillo-i18n/pkg-descr | 17 +++++++++++++++++ www/dillo-i18n/pkg-plist | 1 + www/dillo/Makefile | 25 +++++++++++++++++++++++++ www/dillo/distinfo | 1 + www/dillo/files/patch-aa | 38 ++++++++++++++++++++++++++++++++++++++ www/dillo/pkg-comment | 1 + www/dillo/pkg-descr | 17 +++++++++++++++++ www/dillo/pkg-plist | 1 + www/dillo2/Makefile | 25 +++++++++++++++++++++++++ www/dillo2/distinfo | 1 + www/dillo2/files/patch-aa | 38 ++++++++++++++++++++++++++++++++++++++ www/dillo2/pkg-comment | 1 + www/dillo2/pkg-descr | 17 +++++++++++++++++ www/dillo2/pkg-plist | 1 + 19 files changed, 250 insertions(+) create mode 100644 www/dillo-i18n/Makefile create mode 100644 www/dillo-i18n/distinfo create mode 100644 www/dillo-i18n/files/patch-aa create mode 100644 www/dillo-i18n/pkg-comment create mode 100644 www/dillo-i18n/pkg-descr create mode 100644 www/dillo-i18n/pkg-plist create mode 100644 www/dillo/Makefile create mode 100644 www/dillo/distinfo create mode 100644 www/dillo/files/patch-aa create mode 100644 www/dillo/pkg-comment create mode 100644 www/dillo/pkg-descr create mode 100644 www/dillo/pkg-plist create mode 100644 www/dillo2/Makefile create mode 100644 www/dillo2/distinfo create mode 100644 www/dillo2/files/patch-aa create mode 100644 www/dillo2/pkg-comment create mode 100644 www/dillo2/pkg-descr create mode 100644 www/dillo2/pkg-plist (limited to 'www') diff --git a/www/Makefile b/www/Makefile index 3516a483f6f0..a4b70e22d7a4 100644 --- a/www/Makefile +++ b/www/Makefile @@ -42,6 +42,7 @@ SUBDIR += css-mode.el SUBDIR += decss SUBDIR += demoroniser + SUBDIR += dillo SUBDIR += djvuplugin SUBDIR += eddie SUBDIR += encompass diff --git a/www/dillo-i18n/Makefile b/www/dillo-i18n/Makefile new file mode 100644 index 000000000000..8825cdd71ae7 --- /dev/null +++ b/www/dillo-i18n/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: dillo +# Date created: 23 February 2001 +# Whom: George Reid +# +# $FreeBSD$ +# + +PORTNAME= dillo +PORTVERSION= 0.3.2 +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= greid@ukug.uk.freebsd.org + +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ + intl.1:${PORTSDIR}/devel/gettext + +USE_GTK= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--includedir="${LOCALBASE}/include" \ + --libdir="${LOCALBASE}/lib" +USE_GMAKE= yes + +.include diff --git a/www/dillo-i18n/distinfo b/www/dillo-i18n/distinfo new file mode 100644 index 000000000000..9ebd0f3e6669 --- /dev/null +++ b/www/dillo-i18n/distinfo @@ -0,0 +1 @@ +MD5 (dillo-0.3.2.tar.gz) = 224c2d7cd7bb77457b6aaec28ed19af6 diff --git a/www/dillo-i18n/files/patch-aa b/www/dillo-i18n/files/patch-aa new file mode 100644 index 000000000000..ff90249ff0e8 --- /dev/null +++ b/www/dillo-i18n/files/patch-aa @@ -0,0 +1,38 @@ +--- configure.orig Wed Dec 27 22:36:16 2000 ++++ configure Fri Feb 23 15:51:30 2001 +@@ -1617,7 +1617,7 @@ + jpeg_ok=no + fi + done +- ++jpeg_ok=yes + fi + echo "$ac_t""$jpeg_ok" 1>&6 + if test "$jpeg_ok" = yes; then +@@ -1627,14 +1627,14 @@ + fi + fi + +-echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6 +-echo "configure:1632: checking for pthread_create in -lpthread" >&5 ++echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6 ++echo "configure:1632: checking for pthread_create in -lc_r" >&5 + ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lpthread $LIBS" ++LIBS="-lc_r $LIBS" + cat > conftest.$ac_ext <&6 diff --git a/www/dillo-i18n/pkg-comment b/www/dillo-i18n/pkg-comment new file mode 100644 index 000000000000..86c4046af250 --- /dev/null +++ b/www/dillo-i18n/pkg-comment @@ -0,0 +1 @@ +A fast, small graphical Web browser built upon GTK+ diff --git a/www/dillo-i18n/pkg-descr b/www/dillo-i18n/pkg-descr new file mode 100644 index 000000000000..7ffe9e193fce --- /dev/null +++ b/www/dillo-i18n/pkg-descr @@ -0,0 +1,17 @@ +Dillo is a web browser project completely written in C (currently the code +is based on gzilla-0.2.2's widget, and a new improved network engine +written from scratch). + +Dillo is small; source and binary are less than 220 Kb each. + +Dillo aims to be a multiplataform browser alternative that's small, +stable, developer-friendly, usable, fast, and extensible. + +Dillo is mainly based on GTK+ (GNOME is NOT required!) + +Dillo is very fast! + +WWW: http://dillo.sourceforge.net/ + +- George Reid +greid@ukug.uk.freebsd.org diff --git a/www/dillo-i18n/pkg-plist b/www/dillo-i18n/pkg-plist new file mode 100644 index 000000000000..b339b7ba6971 --- /dev/null +++ b/www/dillo-i18n/pkg-plist @@ -0,0 +1 @@ +bin/dillo diff --git a/www/dillo/Makefile b/www/dillo/Makefile new file mode 100644 index 000000000000..8825cdd71ae7 --- /dev/null +++ b/www/dillo/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: dillo +# Date created: 23 February 2001 +# Whom: George Reid +# +# $FreeBSD$ +# + +PORTNAME= dillo +PORTVERSION= 0.3.2 +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= greid@ukug.uk.freebsd.org + +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ + intl.1:${PORTSDIR}/devel/gettext + +USE_GTK= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--includedir="${LOCALBASE}/include" \ + --libdir="${LOCALBASE}/lib" +USE_GMAKE= yes + +.include diff --git a/www/dillo/distinfo b/www/dillo/distinfo new file mode 100644 index 000000000000..9ebd0f3e6669 --- /dev/null +++ b/www/dillo/distinfo @@ -0,0 +1 @@ +MD5 (dillo-0.3.2.tar.gz) = 224c2d7cd7bb77457b6aaec28ed19af6 diff --git a/www/dillo/files/patch-aa b/www/dillo/files/patch-aa new file mode 100644 index 000000000000..ff90249ff0e8 --- /dev/null +++ b/www/dillo/files/patch-aa @@ -0,0 +1,38 @@ +--- configure.orig Wed Dec 27 22:36:16 2000 ++++ configure Fri Feb 23 15:51:30 2001 +@@ -1617,7 +1617,7 @@ + jpeg_ok=no + fi + done +- ++jpeg_ok=yes + fi + echo "$ac_t""$jpeg_ok" 1>&6 + if test "$jpeg_ok" = yes; then +@@ -1627,14 +1627,14 @@ + fi + fi + +-echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6 +-echo "configure:1632: checking for pthread_create in -lpthread" >&5 ++echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6 ++echo "configure:1632: checking for pthread_create in -lc_r" >&5 + ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lpthread $LIBS" ++LIBS="-lc_r $LIBS" + cat > conftest.$ac_ext <&6 diff --git a/www/dillo/pkg-comment b/www/dillo/pkg-comment new file mode 100644 index 000000000000..86c4046af250 --- /dev/null +++ b/www/dillo/pkg-comment @@ -0,0 +1 @@ +A fast, small graphical Web browser built upon GTK+ diff --git a/www/dillo/pkg-descr b/www/dillo/pkg-descr new file mode 100644 index 000000000000..7ffe9e193fce --- /dev/null +++ b/www/dillo/pkg-descr @@ -0,0 +1,17 @@ +Dillo is a web browser project completely written in C (currently the code +is based on gzilla-0.2.2's widget, and a new improved network engine +written from scratch). + +Dillo is small; source and binary are less than 220 Kb each. + +Dillo aims to be a multiplataform browser alternative that's small, +stable, developer-friendly, usable, fast, and extensible. + +Dillo is mainly based on GTK+ (GNOME is NOT required!) + +Dillo is very fast! + +WWW: http://dillo.sourceforge.net/ + +- George Reid +greid@ukug.uk.freebsd.org diff --git a/www/dillo/pkg-plist b/www/dillo/pkg-plist new file mode 100644 index 000000000000..b339b7ba6971 --- /dev/null +++ b/www/dillo/pkg-plist @@ -0,0 +1 @@ +bin/dillo diff --git a/www/dillo2/Makefile b/www/dillo2/Makefile new file mode 100644 index 000000000000..8825cdd71ae7 --- /dev/null +++ b/www/dillo2/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: dillo +# Date created: 23 February 2001 +# Whom: George Reid +# +# $FreeBSD$ +# + +PORTNAME= dillo +PORTVERSION= 0.3.2 +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= greid@ukug.uk.freebsd.org + +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ + intl.1:${PORTSDIR}/devel/gettext + +USE_GTK= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--includedir="${LOCALBASE}/include" \ + --libdir="${LOCALBASE}/lib" +USE_GMAKE= yes + +.include diff --git a/www/dillo2/distinfo b/www/dillo2/distinfo new file mode 100644 index 000000000000..9ebd0f3e6669 --- /dev/null +++ b/www/dillo2/distinfo @@ -0,0 +1 @@ +MD5 (dillo-0.3.2.tar.gz) = 224c2d7cd7bb77457b6aaec28ed19af6 diff --git a/www/dillo2/files/patch-aa b/www/dillo2/files/patch-aa new file mode 100644 index 000000000000..ff90249ff0e8 --- /dev/null +++ b/www/dillo2/files/patch-aa @@ -0,0 +1,38 @@ +--- configure.orig Wed Dec 27 22:36:16 2000 ++++ configure Fri Feb 23 15:51:30 2001 +@@ -1617,7 +1617,7 @@ + jpeg_ok=no + fi + done +- ++jpeg_ok=yes + fi + echo "$ac_t""$jpeg_ok" 1>&6 + if test "$jpeg_ok" = yes; then +@@ -1627,14 +1627,14 @@ + fi + fi + +-echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6 +-echo "configure:1632: checking for pthread_create in -lpthread" >&5 ++echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6 ++echo "configure:1632: checking for pthread_create in -lc_r" >&5 + ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lpthread $LIBS" ++LIBS="-lc_r $LIBS" + cat > conftest.$ac_ext <&6 diff --git a/www/dillo2/pkg-comment b/www/dillo2/pkg-comment new file mode 100644 index 000000000000..86c4046af250 --- /dev/null +++ b/www/dillo2/pkg-comment @@ -0,0 +1 @@ +A fast, small graphical Web browser built upon GTK+ diff --git a/www/dillo2/pkg-descr b/www/dillo2/pkg-descr new file mode 100644 index 000000000000..7ffe9e193fce --- /dev/null +++ b/www/dillo2/pkg-descr @@ -0,0 +1,17 @@ +Dillo is a web browser project completely written in C (currently the code +is based on gzilla-0.2.2's widget, and a new improved network engine +written from scratch). + +Dillo is small; source and binary are less than 220 Kb each. + +Dillo aims to be a multiplataform browser alternative that's small, +stable, developer-friendly, usable, fast, and extensible. + +Dillo is mainly based on GTK+ (GNOME is NOT required!) + +Dillo is very fast! + +WWW: http://dillo.sourceforge.net/ + +- George Reid +greid@ukug.uk.freebsd.org diff --git a/www/dillo2/pkg-plist b/www/dillo2/pkg-plist new file mode 100644 index 000000000000..b339b7ba6971 --- /dev/null +++ b/www/dillo2/pkg-plist @@ -0,0 +1 @@ +bin/dillo -- cgit