mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add dillo 0.3.2, a fast, small graphical Web browser built upon GTK+.
PR: 25312 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
This commit is contained in:
parent
87be5af113
commit
e27be0e14f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38783
@ -42,6 +42,7 @@
|
||||
SUBDIR += css-mode.el
|
||||
SUBDIR += decss
|
||||
SUBDIR += demoroniser
|
||||
SUBDIR += dillo
|
||||
SUBDIR += djvuplugin
|
||||
SUBDIR += eddie
|
||||
SUBDIR += encompass
|
||||
|
25
www/dillo-i18n/Makefile
Normal file
25
www/dillo-i18n/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: dillo
|
||||
# Date created: 23 February 2001
|
||||
# Whom: George Reid <greid@ukug.uk.freebsd.org>
|
||||
#
|
||||
# $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 <bsd.port.mk>
|
1
www/dillo-i18n/distinfo
Normal file
1
www/dillo-i18n/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (dillo-0.3.2.tar.gz) = 224c2d7cd7bb77457b6aaec28ed19af6
|
38
www/dillo-i18n/files/patch-aa
Normal file
38
www/dillo-i18n/files/patch-aa
Normal file
@ -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 <<EOF
|
||||
#line 1640 "configure"
|
||||
#include "confdefs.h"
|
||||
@@ -1668,7 +1668,7 @@
|
||||
#define $ac_tr_lib 1
|
||||
EOF
|
||||
|
||||
- LIBS="-lpthread $LIBS"
|
||||
+ LIBS="-lc_r $LIBS"
|
||||
|
||||
else
|
||||
echo "$ac_t""no" 1>&6
|
1
www/dillo-i18n/pkg-comment
Normal file
1
www/dillo-i18n/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A fast, small graphical Web browser built upon GTK+
|
17
www/dillo-i18n/pkg-descr
Normal file
17
www/dillo-i18n/pkg-descr
Normal file
@ -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
|
1
www/dillo-i18n/pkg-plist
Normal file
1
www/dillo-i18n/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/dillo
|
25
www/dillo/Makefile
Normal file
25
www/dillo/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: dillo
|
||||
# Date created: 23 February 2001
|
||||
# Whom: George Reid <greid@ukug.uk.freebsd.org>
|
||||
#
|
||||
# $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 <bsd.port.mk>
|
1
www/dillo/distinfo
Normal file
1
www/dillo/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (dillo-0.3.2.tar.gz) = 224c2d7cd7bb77457b6aaec28ed19af6
|
38
www/dillo/files/patch-aa
Normal file
38
www/dillo/files/patch-aa
Normal file
@ -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 <<EOF
|
||||
#line 1640 "configure"
|
||||
#include "confdefs.h"
|
||||
@@ -1668,7 +1668,7 @@
|
||||
#define $ac_tr_lib 1
|
||||
EOF
|
||||
|
||||
- LIBS="-lpthread $LIBS"
|
||||
+ LIBS="-lc_r $LIBS"
|
||||
|
||||
else
|
||||
echo "$ac_t""no" 1>&6
|
1
www/dillo/pkg-comment
Normal file
1
www/dillo/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A fast, small graphical Web browser built upon GTK+
|
17
www/dillo/pkg-descr
Normal file
17
www/dillo/pkg-descr
Normal file
@ -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
|
1
www/dillo/pkg-plist
Normal file
1
www/dillo/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/dillo
|
25
www/dillo2/Makefile
Normal file
25
www/dillo2/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: dillo
|
||||
# Date created: 23 February 2001
|
||||
# Whom: George Reid <greid@ukug.uk.freebsd.org>
|
||||
#
|
||||
# $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 <bsd.port.mk>
|
1
www/dillo2/distinfo
Normal file
1
www/dillo2/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (dillo-0.3.2.tar.gz) = 224c2d7cd7bb77457b6aaec28ed19af6
|
38
www/dillo2/files/patch-aa
Normal file
38
www/dillo2/files/patch-aa
Normal file
@ -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 <<EOF
|
||||
#line 1640 "configure"
|
||||
#include "confdefs.h"
|
||||
@@ -1668,7 +1668,7 @@
|
||||
#define $ac_tr_lib 1
|
||||
EOF
|
||||
|
||||
- LIBS="-lpthread $LIBS"
|
||||
+ LIBS="-lc_r $LIBS"
|
||||
|
||||
else
|
||||
echo "$ac_t""no" 1>&6
|
1
www/dillo2/pkg-comment
Normal file
1
www/dillo2/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A fast, small graphical Web browser built upon GTK+
|
17
www/dillo2/pkg-descr
Normal file
17
www/dillo2/pkg-descr
Normal file
@ -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
|
1
www/dillo2/pkg-plist
Normal file
1
www/dillo2/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/dillo
|
Loading…
Reference in New Issue
Block a user