diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-27 17:36:36 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-27 17:36:36 +0000 |
commit | 91f54cb0ce65b4be6425d146b0d71d6c767cec31 (patch) | |
tree | 4df21760aeb49b915f49253e209fd0b208c3838d /www | |
parent | Add support for cracklib, a password-checking library (diff) |
Update to 0.7.0.
PR: 48701
Submitted by: Andreas Schweitzer <aschweitzer@hs.uni-hamburg.de>
Notes
Notes:
svn path=/head/; revision=76579
Diffstat (limited to '')
-rw-r--r-- | www/dillo-i18n/Makefile | 5 | ||||
-rw-r--r-- | www/dillo-i18n/distinfo | 2 | ||||
-rw-r--r-- | www/dillo-i18n/pkg-descr | 5 | ||||
-rw-r--r-- | www/dillo-i18n/pkg-plist | 2 | ||||
-rw-r--r-- | www/dillo/Makefile | 5 | ||||
-rw-r--r-- | www/dillo/distinfo | 2 | ||||
-rw-r--r-- | www/dillo/pkg-descr | 5 | ||||
-rw-r--r-- | www/dillo/pkg-plist | 2 | ||||
-rw-r--r-- | www/dillo2/Makefile | 5 | ||||
-rw-r--r-- | www/dillo2/distinfo | 2 | ||||
-rw-r--r-- | www/dillo2/pkg-descr | 5 | ||||
-rw-r--r-- | www/dillo2/pkg-plist | 2 |
12 files changed, 18 insertions, 24 deletions
diff --git a/www/dillo-i18n/Makefile b/www/dillo-i18n/Makefile index 603d2bee7b7d..3bcc47e7c90f 100644 --- a/www/dillo-i18n/Makefile +++ b/www/dillo-i18n/Makefile @@ -6,10 +6,9 @@ # PORTNAME= dillo -PORTVERSION= 0.6.6 +PORTVERSION= 0.7.0 CATEGORIES= www -MASTER_SITES= http://dillo.auriga.wearlab.de/download/ \ - ftp://ftp.nuug.no/pub/anders/distfiles/ +MASTER_SITES= http://dillo.auriga.wearlab.de/download/ MAINTAINER= ports@FreeBSD.org COMMENT= A fast, small graphical Web browser built upon GTK+ diff --git a/www/dillo-i18n/distinfo b/www/dillo-i18n/distinfo index cb3ac3549ffa..1fb252d6f3db 100644 --- a/www/dillo-i18n/distinfo +++ b/www/dillo-i18n/distinfo @@ -1 +1 @@ -MD5 (dillo-0.6.6.tar.gz) = 01d681ba8bec7fdb074d1bbf99c13285 +MD5 (dillo-0.7.0.tar.gz) = 5cd0c6b17462329b988db417c475f048 diff --git a/www/dillo-i18n/pkg-descr b/www/dillo-i18n/pkg-descr index 188043209068..60885fd6a8df 100644 --- a/www/dillo-i18n/pkg-descr +++ b/www/dillo-i18n/pkg-descr @@ -2,7 +2,7 @@ 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 is small; source is less than 360 kB and binary is less than 270 Kb. Dillo aims to be a multiplatform browser alternative that's small, stable, developer-friendly, usable, fast, and extensible. @@ -12,6 +12,3 @@ Dillo is mainly based on GTK+ (GNOME is NOT required!) Dillo is very fast! WWW: http://dillo.auriga.wearlab.de/ - -- George Reid -greid@ukug.uk.freebsd.org diff --git a/www/dillo-i18n/pkg-plist b/www/dillo-i18n/pkg-plist index 55cd6a92826f..21b4ca1759d0 100644 --- a/www/dillo-i18n/pkg-plist +++ b/www/dillo-i18n/pkg-plist @@ -1,2 +1,4 @@ +@comment $FreeBSD$ bin/dillo +bin/bm_srv12 etc/dillorc.sample diff --git a/www/dillo/Makefile b/www/dillo/Makefile index 603d2bee7b7d..3bcc47e7c90f 100644 --- a/www/dillo/Makefile +++ b/www/dillo/Makefile @@ -6,10 +6,9 @@ # PORTNAME= dillo -PORTVERSION= 0.6.6 +PORTVERSION= 0.7.0 CATEGORIES= www -MASTER_SITES= http://dillo.auriga.wearlab.de/download/ \ - ftp://ftp.nuug.no/pub/anders/distfiles/ +MASTER_SITES= http://dillo.auriga.wearlab.de/download/ MAINTAINER= ports@FreeBSD.org COMMENT= A fast, small graphical Web browser built upon GTK+ diff --git a/www/dillo/distinfo b/www/dillo/distinfo index cb3ac3549ffa..1fb252d6f3db 100644 --- a/www/dillo/distinfo +++ b/www/dillo/distinfo @@ -1 +1 @@ -MD5 (dillo-0.6.6.tar.gz) = 01d681ba8bec7fdb074d1bbf99c13285 +MD5 (dillo-0.7.0.tar.gz) = 5cd0c6b17462329b988db417c475f048 diff --git a/www/dillo/pkg-descr b/www/dillo/pkg-descr index 188043209068..60885fd6a8df 100644 --- a/www/dillo/pkg-descr +++ b/www/dillo/pkg-descr @@ -2,7 +2,7 @@ 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 is small; source is less than 360 kB and binary is less than 270 Kb. Dillo aims to be a multiplatform browser alternative that's small, stable, developer-friendly, usable, fast, and extensible. @@ -12,6 +12,3 @@ Dillo is mainly based on GTK+ (GNOME is NOT required!) Dillo is very fast! WWW: http://dillo.auriga.wearlab.de/ - -- George Reid -greid@ukug.uk.freebsd.org diff --git a/www/dillo/pkg-plist b/www/dillo/pkg-plist index 55cd6a92826f..21b4ca1759d0 100644 --- a/www/dillo/pkg-plist +++ b/www/dillo/pkg-plist @@ -1,2 +1,4 @@ +@comment $FreeBSD$ bin/dillo +bin/bm_srv12 etc/dillorc.sample diff --git a/www/dillo2/Makefile b/www/dillo2/Makefile index 603d2bee7b7d..3bcc47e7c90f 100644 --- a/www/dillo2/Makefile +++ b/www/dillo2/Makefile @@ -6,10 +6,9 @@ # PORTNAME= dillo -PORTVERSION= 0.6.6 +PORTVERSION= 0.7.0 CATEGORIES= www -MASTER_SITES= http://dillo.auriga.wearlab.de/download/ \ - ftp://ftp.nuug.no/pub/anders/distfiles/ +MASTER_SITES= http://dillo.auriga.wearlab.de/download/ MAINTAINER= ports@FreeBSD.org COMMENT= A fast, small graphical Web browser built upon GTK+ diff --git a/www/dillo2/distinfo b/www/dillo2/distinfo index cb3ac3549ffa..1fb252d6f3db 100644 --- a/www/dillo2/distinfo +++ b/www/dillo2/distinfo @@ -1 +1 @@ -MD5 (dillo-0.6.6.tar.gz) = 01d681ba8bec7fdb074d1bbf99c13285 +MD5 (dillo-0.7.0.tar.gz) = 5cd0c6b17462329b988db417c475f048 diff --git a/www/dillo2/pkg-descr b/www/dillo2/pkg-descr index 188043209068..60885fd6a8df 100644 --- a/www/dillo2/pkg-descr +++ b/www/dillo2/pkg-descr @@ -2,7 +2,7 @@ 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 is small; source is less than 360 kB and binary is less than 270 Kb. Dillo aims to be a multiplatform browser alternative that's small, stable, developer-friendly, usable, fast, and extensible. @@ -12,6 +12,3 @@ Dillo is mainly based on GTK+ (GNOME is NOT required!) Dillo is very fast! WWW: http://dillo.auriga.wearlab.de/ - -- George Reid -greid@ukug.uk.freebsd.org diff --git a/www/dillo2/pkg-plist b/www/dillo2/pkg-plist index 55cd6a92826f..21b4ca1759d0 100644 --- a/www/dillo2/pkg-plist +++ b/www/dillo2/pkg-plist @@ -1,2 +1,4 @@ +@comment $FreeBSD$ bin/dillo +bin/bm_srv12 etc/dillorc.sample |