Bug 90112 - want www/dillo i18n patched version
Summary: want www/dillo i18n patched version
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Edwin Groothuis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-08 18:50 UTC by Hirohisa Yamaguchi
Modified: 2005-12-29 14:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hirohisa Yamaguchi 2005-12-08 18:50:02 UTC
There is a i18n patch against dillo available from http://teki.jpn.ph/pc/software/

i want patched port.

Fix: 

i wrote a variant port www/dillo-i18n skelton.

ports/www/dillo-i18n/Makefile:
# New ports collection makefile for:   dillo-i18n
# Date created:        
# Whom:                
#
# $FreeBSD: $
#
# Tunables:
# WITH_DILLO_SSL: enable experimental SSL support
#

PKGNAMESUFFIX=	-i18n

PATCH_SITES=	http://teki.jpn.ph/pc/software/
PATCHFILES=	dillo-0.8.5-i18n-misc-20051207.diff.bz2
PATCH_DIST_STRIP=	-p1

MAINTAINER?=	tmseck@netcologne.de
COMMENT=	A fast, small graphical Web browser built upon GTK+

MD5_FILE=	${.CURDIR}/distinfo

MASTERDIR=	${.CURDIR}/../dillo
PKGDIR=		${.CURDIR}
PLIST=		${MASTERDIR}/pkg-plist

CONFLICTS=	dillo-0.8.*

.include "${MASTERDIR}/Makefile"

ports/www/dillo-i18n/distinfo:
SHA256 (dillo-0.8.5.tar.bz2) = 980ccd8e0c0a85e37478e33b5f4f59d2cfda5c16d30af3acad259626d387cd1a
MD5 (dillo-0.8.5.tar.bz2) = d0ab7fa1d40b310deb891388604188f8
SIZE (dillo-0.8.5.tar.bz2) 424795
SHA256 (dillo-0.8.5-i18n-misc-20051207.diff.bz2) = 63573329819898b35a669bbbdf73dd84f8c03c4dd9700e9a2da7f50e9b49bc7e
MD5 (dillo-0.8.5-i18n-misc-20051207.diff.bz2) = df0f2953c4224e2d8ecac815edb468fe
SIZE (dillo-0.8.5-18n-misc-20051207.diff.bz2) 247216

ports/www/dillo-i18n/pkg-descr:
Dillo aims to be a multiplatform browser alternative that's small,
stable, developer-friendly, usable, fast, and extensible.

WWW: http://www.dillo.org/

This package also supports multilingualization.
http://teki.jpn.ph/pc/software/
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-12-08 18:54:16 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2005-12-12 21:19:35 UTC
State Changed
From-To: feedback->repocopy

Repocopy request: www/dillo -> www/dillo-i18n 


Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2005-12-12 21:19:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->portmgr

Portmgr does do repocopies
Comment 4 Joe Marcus Clarke freebsd_committer freebsd_triage 2005-12-15 19:54:12 UTC
State Changed
From-To: repocopy->open

Repocopy completed. 


Comment 5 Joe Marcus Clarke freebsd_committer freebsd_triage 2005-12-15 19:54:12 UTC
Responsible Changed
From-To: portmgr->edwin

Repocopy completed.
Comment 6 Thomas-Martin Seck 2005-12-21 09:20:02 UTC
Dang, I should have responded quicker instead of fiddling with the port
itself :-)

Thanks to the submitter for the PR and edwin and portmgr for the repocopy.

Note that ports/90732 needs to be committed beforehand or else we'll run
into trouble regarding the duplicate pre-configure target...

OK, here comes the patch:

(Please remove files/patch-dpi-https.c from dillo-i18n when committing
this diff.)

diff -ruN /usr/ports/www/dillo-i18n/Makefile ./Makefile
--- /usr/ports/www/dillo-i18n/Makefile	Mon Jun 20 18:48:37 2005
+++ ./Makefile	Wed Dec 21 09:51:16 2005
@@ -1,54 +1,90 @@
-# New ports collection makefile for:   dillo
-# Date created:        23 February 2001
-# Whom:                George Reid <greid@ukug.uk.freebsd.org>
+# New ports collection makefile for:	dillo-i18n
+# Date created:			2005-12-11
+# Whom:               		Thomas-Martin Seck <tmseck@netcologne.de>
 #
-# $FreeBSD: ports/www/dillo-i18n/Makefile,v 1.31 2005/06/20 16:48:37 arved Exp $
+# $FreeBSD$
 #
 # Tunables:
-# WITH_DILLO_SSL: enable experimental SSL support
+# WITH_DILLO_META-REFRESH:	make dillo accept the meta-refresh tag
+# WITHOUT_DILLO_TABS:		disable support for tabbed browsing
+# WITHOUT_DILLO_ANTIALIAS:	disable support for antialiased display
 #
-
-PORTNAME=	dillo
-PORTVERSION=	0.8.5
-CATEGORIES=	www
-MASTER_SITES=	http://www.dillo.org/download/
+# Please see www/dillo for any general tunables not listed here.
+#
+# XXX:
+# SSL support is currently broken in this version of the i18n patchset:
+# On FreeBSD 4 with OpenSSL 0.9.7d, the configure script refuses to enable
+# ssl at all and on FreeBSD 5 and up, linking is broken.
+
+PKGNAMESUFFIX=	-i18n
+
+PATCH_SITES=	http://teki.jpn.ph/pc/software/
+PATCHFILES=	dillo-0.8.5-i18n-misc-20051207.diff.bz2
+PATCH_DIST_STRIP=	-p1
 
 MAINTAINER=	tmseck@netcologne.de
-COMMENT=	A fast, small graphical Web browser built upon GTK+
+COMMENT=	A fast, small graphical Web browser with support for i18n
+
+MD5_FILE=	${.CURDIR}/distinfo
 
-RUN_DEPENDS=	wget:${PORTSDIR}/ftp/wget
-LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
-		png.5:${PORTSDIR}/graphics/png
-
-USE_BZIP2=	yes
-USE_GNOME=	gnometarget gtk12
-USE_REINPLACE=	yes
-USE_GMAKE=	yes
-GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS=	--enable-ipv6 --libdir=${PREFIX}/libexec
+MASTERDIR=	${.CURDIR}/../../www/dillo
+PKGDIR=		${.CURDIR}
+PLIST_SUB=	NLS=""
+
+CONFLICTS=	dillo-[0-9].[0-9].[0-9]*
+
+.if !defined(WITHOUT_NLS)
+USE_GETTEXT=	yes
+PLIST_SUB=	NLS=""
+.else
+# Unfortunately, this option does not work yet; the dpi plugins do not
+# build without NLS support anymore.
+# I leave this option in in case anyone really wants to fix this in the
+# i18n patch.
+PLIST_SUB=	NLS="@comment "
+CONFIGURE_ARGS+=	--disable-nls
+IGNORE=		does not build without NLS support
+.endif
 
 .if defined(WITH_DILLO_SSL)
-CONFIGURE_ARGS+=	--enable-ssl
-USE_OPENSSL=	yes
+IGNORE=		does not build with SSL support
+.endif
+
+.if defined(WITH_DILLO_META-REFRESH)
+CONFIGURE_ARGS+=	--enable-meta-refresh
 .else
-CONFIGURE_ARGS+=	--disable-ssl
+CONFIGURE_ARGS+=	--disable-meta-refresh
 .endif
 
-post-patch:
-	@${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g ; \
-		 s|-D_THREAD_SAFE|${PTHREAD_CFLAGS}|g' ${WRKSRC}/configure
-	@${REINPLACE_CMD} -e 's|dillorc|dillorc.sample|g' ${WRKSRC}/Makefile.in
-	@${CP} ${WRKSRC}/dillorc ${WRKSRC}/dillorc.sample
+.if defined(WITHOUT_DILLO_TABS)
+CONFIGURE_ARGS+=	--disable-tabs
+.else
+CONFIGURE_ARGS+=	--enable-tabs
+.endif
+
+.if !defined(WITHOUT_DILLO_ANTIALIAS)
+LIB_DEPENDS+=	Xft.2:${PORTSDIR}/x11-fonts/libXft
+CONFIGURE_ARGS+=	--enable-anti-alias
+.else
+CONFIGURE_ARGS+=	--disable-anti-alias
+.endif
 
 pre-configure:
-.if !defined(WITH_DILLO_SSL)
+.if !defined(WITH_DILLO_META-REFRESH)
 	@${ECHO_CMD} ""
-	@${ECHO_CMD} "   You can enable dillo's experimental SSL support by specifing"
-	@${ECHO_CMD} "   WITH_DILLO_SSL=yes in your make environment or on the"
-	@${ECHO_CMD} "   commandline."
+	@${ECHO_CMD} "   Set WITH_DILLO_META-REFRESH=yes in your make environment or on the"
+	@${ECHO_CMD} "   commandline to make dillo respect the meta-refresh tag."
+.endif
+.if !defined(WITHOUT_DILLO_TABS)
+	@${ECHO_CMD} ""
+	@${ECHO_CMD} "   Set WITHOUT_DILLO_TABS=yes in your make environment or on the"
+	@${ECHO_CMD} "   commandline to disable support for tabbed browsing."
+.endif
+.if !defined(WITHOUT_DILLO_ANTIALIAS)
 	@${ECHO_CMD} ""
+	@${ECHO_CMD} "   Set WITHOUT_DILLO_ANTIALIAS=yes in your make environment or on the"
+	@${ECHO_CMD} "   commandline to disable support for antialiased fonts."
 .endif
+	@${ECHO_CMD} ""
 
-.include <bsd.port.mk>
+.include "${MASTERDIR}/Makefile"
diff -ruN /usr/ports/www/dillo-i18n/distinfo ./distinfo
--- /usr/ports/www/dillo-i18n/distinfo	Mon Jun 20 18:48:37 2005
+++ ./distinfo	Sun Dec 11 18:59:10 2005
@@ -1,2 +1,6 @@
 MD5 (dillo-0.8.5.tar.bz2) = d0ab7fa1d40b310deb891388604188f8
+SHA256 (dillo-0.8.5.tar.bz2) = 980ccd8e0c0a85e37478e33b5f4f59d2cfda5c16d30af3acad259626d387cd1a
 SIZE (dillo-0.8.5.tar.bz2) = 424795
+MD5 (dillo-0.8.5-i18n-misc-20051207.diff.bz2) = df0f2953c4224e2d8ecac815edb468fe
+SHA256 (dillo-0.8.5-i18n-misc-20051207.diff.bz2) = 63573329819898b35a669bbbdf73dd84f8c03c4dd9700e9a2da7f50e9b49bc7e
+SIZE (dillo-0.8.5-i18n-misc-20051207.diff.bz2) = 247216
diff -ruN /usr/ports/www/dillo-i18n/files/patch-dpi-https.c ./files/patch-dpi-https.c
--- /usr/ports/www/dillo-i18n/files/patch-dpi-https.c	Thu Oct 28 17:23:34 2004
+++ ./files/patch-dpi-https.c	Thu Jan  1 01:00:00 1970
@@ -1,26 +0,0 @@
---- dpi/https.c.orig	Sun Oct  3 17:16:15 2004
-+++ dpi/https.c	Sun Oct  3 17:17:47 2004
-@@ -53,7 +53,6 @@
- #include <glib.h>
- #include "dpiutil.h"
- 
--#undef ENABLE_SSL
- #ifdef ENABLE_SSL
- 
- #include <openssl/ssl.h>
-@@ -605,13 +616,8 @@ static void no_ssl_support(void)
-       "<b>}</b>\n\n"
-       "  <b>*** Dillo's prototype plugin for https support"
-       " is disabled now ***</b>\n\n"
--      "  If you want to test this <b>alpha</b> support code, just remove\n"
--      "  line 56 from https.c, recompile and reinstall.\n\n"
--      "  (beware that this https support is very limited now)\n\n"
--      "  To use https and SSL, you must have \n"
--      "  the OpenSSL development libraries installed.  Check your\n"
--      "  O/S distribution provider, or check out\n"
--      "  <a href=\"http://www.openssl.org\">www.openssl.org</a>\n\n"
-+      "  If you want to test this <b>alpha</b> support code, define\n"
-+      "  WITH_DILLO_SSL in your make environment and rebuild the port.\n\n"
-       "  --\n"
-       "</pre></body></html>\n",
-       http_query
diff -ruN /usr/ports/www/dillo-i18n/pkg-descr ./pkg-descr
--- /usr/ports/www/dillo-i18n/pkg-descr	Thu Oct 28 17:23:34 2004
+++ ./pkg-descr	Wed Dec 21 09:55:34 2005
@@ -1,4 +1,11 @@
 Dillo aims to be a multiplatform browser alternative that's small,
 stable, developer-friendly, usable, fast, and extensible.
 
-WWW: http://www.dillo.org/
+This package adds multilingualization and a lot of other features missing
+from plain dillo.  Please see http://teki.jpn.ph/pc/software/index-e.shtml
+for further information.
+
+NOTE:
+This patched version of dillo is not supported by the dillo developers.
+
+WWW: http://teki.jpn.ph/pc/software/index-e.shtml
diff -ruN /usr/ports/www/dillo-i18n/pkg-plist ./pkg-plist
--- /usr/ports/www/dillo-i18n/pkg-plist	Thu Oct 28 17:23:34 2004
+++ ./pkg-plist	Sun Dec 11 18:59:10 2005
@@ -1,5 +1,6 @@
-@comment $FreeBSD: ports/www/dillo-i18n/pkg-plist,v 1.5 2004/10/28 15:23:34 pav Exp $
+@comment $FreeBSD$
 bin/dillo
+bin/dillocfg
 bin/dpid
 bin/dpidc
 etc/dillorc.sample
@@ -10,6 +11,9 @@
 libexec/dillo/dpi/ftp/ftp.filter.dpi
 libexec/dillo/dpi/hello/hello.filter.dpi
 libexec/dillo/dpi/https/https.filter.dpi
+%%NLS%%share/locale/ja/LC_MESSAGES/dillo.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/dillo.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/dillo.mo
 @dirrm libexec/dillo/dpi/https
 @dirrm libexec/dillo/dpi/hello
 @dirrm libexec/dillo/dpi/ftp
Comment 7 Edwin Groothuis freebsd_committer freebsd_triage 2005-12-29 12:05:58 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 8 Hirohisa Yamaguchi 2005-12-29 14:05:37 UTC
oops, ident string is incorrect
``$FreeBSD$'' should be ``$FreeBSD:$'' :)
                                  ^

At Thu, 29 Dec 2005 12:06:41 GMT,
Edwin Groothuis wrote:
> 
> Synopsis: want www/dillo i18n patched version
> 
> State-Changed-From-To: open->closed
> State-Changed-By: edwin
> State-Changed-When: Thu Dec 29 12:05:58 UTC 2005
> State-Changed-Why: 
> Committed, thanks!
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=90112
>