From owner-svn-ports-head@FreeBSD.ORG Tue Jul 1 12:31:07 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EE880398; Tue, 1 Jul 2014 12:31:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 78DDB2AA5; Tue, 1 Jul 2014 12:31:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s61CV5Zp049549; Tue, 1 Jul 2014 12:31:05 GMT (envelope-from bf@svn.freebsd.org) Received: (from bf@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s61CV4QV049538; Tue, 1 Jul 2014 12:31:04 GMT (envelope-from bf@svn.freebsd.org) Message-Id: <201407011231.s61CV4QV049538@svn.freebsd.org> From: Brendan Fabeny Date: Tue, 1 Jul 2014 12:31:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359984 - head/www/dillo2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2014 12:31:07 -0000 Author: bf Date: Tue Jul 1 12:31:04 2014 New Revision: 359984 URL: http://svnweb.freebsd.org/changeset/ports/359984 QAT: https://qat.redports.org/buildarchive/r359984/ Log: update to 3.0.4; use staging; provide distinfo for hyphenation files Modified: head/www/dillo2/Makefile head/www/dillo2/distinfo head/www/dillo2/pkg-descr head/www/dillo2/pkg-plist Modified: head/www/dillo2/Makefile ============================================================================== --- head/www/dillo2/Makefile Tue Jul 1 12:29:05 2014 (r359983) +++ head/www/dillo2/Makefile Tue Jul 1 12:31:04 2014 (r359984) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dillo -DISTVERSION= 3.0.3 +PORTVERSION= 3.0.4 CATEGORIES= www ipv6 MASTER_SITES= http://www.dillo.org/download/ LOCAL/bf/dillo/ \ TEX_CTAN:hyphen @@ -17,13 +17,12 @@ COMMENT= A fast, small graphical Web bro LICENSE= GPLv3 -LIB_DEPENDS= fltk:${PORTSDIR}/x11-toolkits/fltk +LIB_DEPENDS= libfltk.so:${PORTSDIR}/x11-toolkits/fltk RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget USES= gmake pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes -MAN1= dillo.1 CONFIGURE_ARGS= --libdir=${PREFIX}/libexec CONFLICTS= dillo-i18n-[0-9]* \ dillo-0* @@ -36,7 +35,6 @@ COOKIES_DESC= Cookie support HYPHENATION_DESC= Hyphenation file(s) for HYPHENATION_LANGS SSL_DESC= Experimental HTTPS support -NO_STAGE= yes .include .if ${PORT_OPTIONS:MCOOKIES} @@ -72,7 +70,6 @@ HYPHENATION_LANGS?= \ IGNORE= remove the invalid hyphenation language "${_l}" from HYPHENATION_LANGS .else DISTFILES+= hyph-${_l}.pat.txt:hyphen -BROKEN= no distinfo provided PLIST_FILES+= libexec/dillo/hyphenation/${_l:C/-.*\$//}.pat .endif .endfor @@ -118,19 +115,19 @@ post-patch: post-install: .for f in dillorc domainrc dpidrc keysrc . if !exists(${PREFIX}/etc/dillo/${f}) - ${INSTALL_DATA} ${PREFIX}/etc/dillo/${f}.dist ${PREFIX}/etc/dillo/${f} + ${INSTALL_DATA} ${STAGEDIR}${PREFIX}/etc/dillo/${f}.dist ${STAGEDIR}${PREFIX}/etc/dillo/${f} . endif .endfor .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/doc/* ${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR} .endif - @${MKDIR} ${PREFIX}/libexec/dillo/hyphenation - @${TOUCH} ${PREFIX}/libexec/dillo/hyphenation/.keep_me + @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/dillo/hyphenation + @${TOUCH} ${STAGEDIR}${PREFIX}/libexec/dillo/hyphenation/.keep_me .if ${PORT_OPTIONS:MHYPHENATION} .for _l in ${HYPHENATION_LANGS} @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/hyph-${_l}.pat.txt \ - ${PREFIX}/libexec/dillo/hyphenation/${_l:C/-.*\$//}.pat + ${STAGEDIR}${PREFIX}/libexec/dillo/hyphenation/${_l:C/-.*\$//}.pat .endfor .endif Modified: head/www/dillo2/distinfo ============================================================================== --- head/www/dillo2/distinfo Tue Jul 1 12:29:05 2014 (r359983) +++ head/www/dillo2/distinfo Tue Jul 1 12:31:04 2014 (r359984) @@ -1,71 +1,140 @@ -SHA256 (dillo/dillo-3.0.3.tar.bz2) = 48241ca96d4c2f4bf83ebeb40c741c990fab0d6b0f7b9766a64234e481008dd2 -SIZE (dillo/dillo-3.0.3.tar.bz2) = 685824 -SHA256 (dillo/hyph-af.pat.txt) = IGNORE -SHA256 (dillo/hyph-as.pat.txt) = IGNORE -SHA256 (dillo/hyph-bg.pat.txt) = IGNORE -SHA256 (dillo/hyph-bn.pat.txt) = IGNORE -SHA256 (dillo/hyph-ca.pat.txt) = IGNORE -SHA256 (dillo/hyph-cop.pat.txt) = IGNORE -SHA256 (dillo/hyph-cs.pat.txt) = IGNORE -SHA256 (dillo/hyph-cy.pat.txt) = IGNORE -SHA256 (dillo/hyph-da.pat.txt) = IGNORE -SHA256 (dillo/hyph-de-1901.pat.txt) = IGNORE -SHA256 (dillo/hyph-de-1996.pat.txt) = IGNORE -SHA256 (dillo/hyph-de-ch-1901.pat.txt) = IGNORE -SHA256 (dillo/hyph-el-monoton.pat.txt) = IGNORE -SHA256 (dillo/hyph-el-polyton.pat.txt) = IGNORE -SHA256 (dillo/hyph-en-gb.pat.txt) = IGNORE -SHA256 (dillo/hyph-en-us.pat.txt) = IGNORE -SHA256 (dillo/hyph-eo.pat.txt) = IGNORE -SHA256 (dillo/hyph-es.pat.txt) = IGNORE -SHA256 (dillo/hyph-et.pat.txt) = IGNORE -SHA256 (dillo/hyph-eu.pat.txt) = IGNORE -SHA256 (dillo/hyph-fi.pat.txt) = IGNORE -SHA256 (dillo/hyph-fr.pat.txt) = IGNORE -SHA256 (dillo/hyph-fur.pat.txt) = IGNORE -SHA256 (dillo/hyph-ga.pat.txt) = IGNORE -SHA256 (dillo/hyph-gl.pat.txt) = IGNORE -SHA256 (dillo/hyph-grc.pat.txt) = IGNORE -SHA256 (dillo/hyph-gu.pat.txt) = IGNORE -SHA256 (dillo/hyph-hi.pat.txt) = IGNORE -SHA256 (dillo/hyph-hr.pat.txt) = IGNORE -SHA256 (dillo/hyph-hsb.pat.txt) = IGNORE -SHA256 (dillo/hyph-hu.pat.txt) = IGNORE -SHA256 (dillo/hyph-hy.pat.txt) = IGNORE -SHA256 (dillo/hyph-ia.pat.txt) = IGNORE -SHA256 (dillo/hyph-id.pat.txt) = IGNORE -SHA256 (dillo/hyph-is.pat.txt) = IGNORE -SHA256 (dillo/hyph-it.pat.txt) = IGNORE -SHA256 (dillo/hyph-kmr.pat.txt) = IGNORE -SHA256 (dillo/hyph-kn.pat.txt) = IGNORE -SHA256 (dillo/hyph-la.pat.txt) = IGNORE -SHA256 (dillo/hyph-lt.pat.txt) = IGNORE -SHA256 (dillo/hyph-lv.pat.txt) = IGNORE -SHA256 (dillo/hyph-ml.pat.txt) = IGNORE -SHA256 (dillo/hyph-mn-cyrl.pat.txt) = IGNORE -SHA256 (dillo/hyph-mr.pat.txt) = IGNORE -SHA256 (dillo/hyph-mul-ethi.pat.txt) = IGNORE -SHA256 (dillo/hyph-nb.pat.txt) = IGNORE -SHA256 (dillo/hyph-nl.pat.txt) = IGNORE -SHA256 (dillo/hyph-nn.pat.txt) = IGNORE -SHA256 (dillo/hyph-or.pat.txt) = IGNORE -SHA256 (dillo/hyph-pa.pat.txt) = IGNORE -SHA256 (dillo/hyph-pl.pat.txt) = IGNORE -SHA256 (dillo/hyph-pms.pat.txt) = IGNORE -SHA256 (dillo/hyph-pt.pat.txt) = IGNORE -SHA256 (dillo/hyph-rm.pat.txt) = IGNORE -SHA256 (dillo/hyph-ro.pat.txt) = IGNORE -SHA256 (dillo/hyph-ru.pat.txt) = IGNORE -SHA256 (dillo/hyph-sa.pat.txt) = IGNORE -SHA256 (dillo/hyph-sh-cyrl.pat.txt) = IGNORE -SHA256 (dillo/hyph-sh-latn.pat.txt) = IGNORE -SHA256 (dillo/hyph-sk.pat.txt) = IGNORE -SHA256 (dillo/hyph-sl.pat.txt) = IGNORE -SHA256 (dillo/hyph-sr-cyrl.pat.txt) = IGNORE -SHA256 (dillo/hyph-sv.pat.txt) = IGNORE -SHA256 (dillo/hyph-ta.pat.txt) = IGNORE -SHA256 (dillo/hyph-te.pat.txt) = IGNORE -SHA256 (dillo/hyph-tk.pat.txt) = IGNORE -SHA256 (dillo/hyph-tr.pat.txt) = IGNORE -SHA256 (dillo/hyph-uk.pat.txt) = IGNORE -SHA256 (dillo/hyph-zh-latn-pinyin.pat.txt) = IGNORE +SHA256 (dillo/dillo-3.0.4.tar.bz2) = ee2bab25010dd27b18ba80259df6eb8f6b549f5af596539c08eed0b70322df39 +SIZE (dillo/dillo-3.0.4.tar.bz2) = 738826 +SHA256 (dillo/hyph-af.pat.txt) = 094be0ccc966cb8a9919abffb4d481566bbc25d62bb182647be9feb431de5b5b +SIZE (dillo/hyph-af.pat.txt) = 76602 +SHA256 (dillo/hyph-as.pat.txt) = 7e919515a24ff650b14cb21458498aadf5267b5cdc761058e72f274544a4ecb6 +SIZE (dillo/hyph-as.pat.txt) = 368 +SHA256 (dillo/hyph-bg.pat.txt) = 8039123b4e00e44be1b6de62829116a8567a43ac22521c2080cbe17ffd666115 +SIZE (dillo/hyph-bg.pat.txt) = 12831 +SHA256 (dillo/hyph-bn.pat.txt) = 7e919515a24ff650b14cb21458498aadf5267b5cdc761058e72f274544a4ecb6 +SIZE (dillo/hyph-bn.pat.txt) = 368 +SHA256 (dillo/hyph-ca.pat.txt) = 2dc1bdf12b59ade48a70a3af4692c79bbc1be4e786ad625164cdf90f0e5e7753 +SIZE (dillo/hyph-ca.pat.txt) = 5196 +SHA256 (dillo/hyph-cop.pat.txt) = 9c3b254145940bbf09cad234c21e40d3c4deeac0929e9f12b3267efe9b7e2207 +SIZE (dillo/hyph-cop.pat.txt) = 5209 +SHA256 (dillo/hyph-cs.pat.txt) = 6d868b0196c049cb834640902068857617e6697748b039941feee4402a3508ac +SIZE (dillo/hyph-cs.pat.txt) = 21737 +SHA256 (dillo/hyph-cy.pat.txt) = ba1025eecf4464bd1709d6e4d19c4744fd79d540509ed1dc8d8e00e4b243786c +SIZE (dillo/hyph-cy.pat.txt) = 43100 +SHA256 (dillo/hyph-da.pat.txt) = a093ef99375717fe34d261b05d2fdc8e64f8a9f741578c020204374f4c39a20c +SIZE (dillo/hyph-da.pat.txt) = 6153 +SHA256 (dillo/hyph-de-1901.pat.txt) = aa18580882fc20cac0b330c04cef10dd023216ae8f2c9b0208afe25aecaed6dd +SIZE (dillo/hyph-de-1901.pat.txt) = 104907 +SHA256 (dillo/hyph-de-1996.pat.txt) = 36953568ac154ad587e35159bc4e7e2d084b07f55cbb1a6e83c387f1dd886226 +SIZE (dillo/hyph-de-1996.pat.txt) = 101489 +SHA256 (dillo/hyph-de-ch-1901.pat.txt) = 37e836c9d3212e264bbcf0ff77e327d7c48f4f28e246881e4d21e3cdca6c9246 +SIZE (dillo/hyph-de-ch-1901.pat.txt) = 103095 +SHA256 (dillo/hyph-el-monoton.pat.txt) = ae58ac05e9c88dcfa6a2ebecb2fd6aebb08c3f36c4bf3c4e96984c0a2a71ad2e +SIZE (dillo/hyph-el-monoton.pat.txt) = 3905 +SHA256 (dillo/hyph-el-polyton.pat.txt) = ee93362de2e568ec0254dad0595aa79804d1c26815976cace38522f5afac3ff6 +SIZE (dillo/hyph-el-polyton.pat.txt) = 11776 +SHA256 (dillo/hyph-en-gb.pat.txt) = 651b89b4a0d4051995db8586e81ab109a4c7395d7706c06483893ebab5af013b +SIZE (dillo/hyph-en-gb.pat.txt) = 54769 +SHA256 (dillo/hyph-en-us.pat.txt) = 0f57318b878b132547ae92db39a6e1d1cf2a05d9008874955d6ecb910007a463 +SIZE (dillo/hyph-en-us.pat.txt) = 31489 +SHA256 (dillo/hyph-eo.pat.txt) = aecb4cf4ac1676c31f90a1329afca7f194f73ae418ec4740b7bb418c1c5375da +SIZE (dillo/hyph-eo.pat.txt) = 18239 +SHA256 (dillo/hyph-es.pat.txt) = fd64125cc873122175fea4d14391607132691ef74b94ceba17cbf56d5f718dad +SIZE (dillo/hyph-es.pat.txt) = 27711 +SHA256 (dillo/hyph-et.pat.txt) = e04675ba1851dca1cdaab9fe5cb8dea2f7b04dfc9bf89820fc6bc9ef7eb7fd16 +SIZE (dillo/hyph-et.pat.txt) = 23266 +SHA256 (dillo/hyph-eu.pat.txt) = bbb0b2619153956a8e15c9e6941e20d7f6d736499c4161f016172a6d2985cc4d +SIZE (dillo/hyph-eu.pat.txt) = 949 +SHA256 (dillo/hyph-fi.pat.txt) = ccabb0b3f403eca9999c0cd73b75d16b0220f2052d8f6aad2f98b5f1854dc027 +SIZE (dillo/hyph-fi.pat.txt) = 1547 +SHA256 (dillo/hyph-fr.pat.txt) = 8c1879d5ccba078694881ae5bb3fef0c4eedb0743327c88faf2a355202867086 +SIZE (dillo/hyph-fr.pat.txt) = 9582 +SHA256 (dillo/hyph-fur.pat.txt) = e51b6e51c29233b79b2ecc0493fe2b99177ef98e99b925d9603841fb30942478 +SIZE (dillo/hyph-fur.pat.txt) = 2186 +SHA256 (dillo/hyph-ga.pat.txt) = 207d76d5666607cf1ec73b736cc821f8502fc0eeae822e5c460ed5615cb7202b +SIZE (dillo/hyph-ga.pat.txt) = 43243 +SHA256 (dillo/hyph-gl.pat.txt) = 78185ecaff922fc2fb7c8acc164ed5a303119eb280d4af48745fd7513a628522 +SIZE (dillo/hyph-gl.pat.txt) = 20714 +SHA256 (dillo/hyph-grc.pat.txt) = d61ff400b2492ccb217202dea00cd9e1a29bba8e17b39a4da475abf4438f1418 +SIZE (dillo/hyph-grc.pat.txt) = 63006 +SHA256 (dillo/hyph-gu.pat.txt) = 717fbb82d36d78025c0ab660658d9f07dba8da8508e529acee5186820b81807c +SIZE (dillo/hyph-gu.pat.txt) = 337 +SHA256 (dillo/hyph-hi.pat.txt) = a070afade79f4ba1701db681cd91be25922cbdff975bc8ec1884214fcb6f4971 +SIZE (dillo/hyph-hi.pat.txt) = 359 +SHA256 (dillo/hyph-hr.pat.txt) = 4a2ad51bd5a2dba979d99b02bd0abad25c7ae15d9f1eb9c4b1b6cc2ac7bcf3d2 +SIZE (dillo/hyph-hr.pat.txt) = 7617 +SHA256 (dillo/hyph-hsb.pat.txt) = 2f9866fd489eaf2d8a64045ac2a12b9e3b57793d57da4795d2bbf5d36d3f7a45 +SIZE (dillo/hyph-hsb.pat.txt) = 10083 +SHA256 (dillo/hyph-hu.pat.txt) = 7e0f87d5409c19a1aa772caa51bdfbdb8d1ac8850289783a53aae10ff31dbab1 +SIZE (dillo/hyph-hu.pat.txt) = 528090 +SHA256 (dillo/hyph-hy.pat.txt) = badaeb19d5bda800ea870ccfb774e2db8ed14fc1104b6a3fe419644a84ccc43d +SIZE (dillo/hyph-hy.pat.txt) = 11410 +SHA256 (dillo/hyph-ia.pat.txt) = cf0eb8ba228ec69d03318f6c9617a8a703be42c9880510786fbbb3271a2e4c6a +SIZE (dillo/hyph-ia.pat.txt) = 3219 +SHA256 (dillo/hyph-id.pat.txt) = 484a55a28d3cbffabd8b6ca0305079b2128dfb6c58cd140556b50dca6c7e29b2 +SIZE (dillo/hyph-id.pat.txt) = 808 +SHA256 (dillo/hyph-is.pat.txt) = 68a5f188bebcb7714ecc71f55391ce27174f6683b26204500b258f28cf846c4e +SIZE (dillo/hyph-is.pat.txt) = 26023 +SHA256 (dillo/hyph-it.pat.txt) = ce650cffad4e81ecaf04591f3274a8ed909e82c587698c55e33b00e2aa7746de +SIZE (dillo/hyph-it.pat.txt) = 1840 +SHA256 (dillo/hyph-kmr.pat.txt) = 80bdb7635999aad9010654cfef8703f0f503e8f3b4b444ce9dedee1e44bf4fc7 +SIZE (dillo/hyph-kmr.pat.txt) = 1351 +SHA256 (dillo/hyph-kn.pat.txt) = d7939c1e1c8fef58585cd0af4c852d665440cf16c3c5cdf2f956bc4ce1201292 +SIZE (dillo/hyph-kn.pat.txt) = 373 +SHA256 (dillo/hyph-la.pat.txt) = c333bf3b72a0775c3cd499618c3af4fbd6b1c1f890f2d5b58360dd5b3a9c810b +SIZE (dillo/hyph-la.pat.txt) = 1757 +SHA256 (dillo/hyph-lt.pat.txt) = 38e3ac46376bc32db4197facffedff4ee442c3871f0244e08cd520d62665d56d +SIZE (dillo/hyph-lt.pat.txt) = 8417 +SHA256 (dillo/hyph-lv.pat.txt) = f24446f5c68d9732b4a017d193724241edff598f02573f0767894fb2f9abe10c +SIZE (dillo/hyph-lv.pat.txt) = 84332 +SHA256 (dillo/hyph-ml.pat.txt) = 842d36348d00d3e0b079fdeaf2b975d53e788317a2da6233724a97c09222619d +SIZE (dillo/hyph-ml.pat.txt) = 515 +SHA256 (dillo/hyph-mn-cyrl.pat.txt) = 476463ab5b28ad58b080259f85cf8a974a1cda36c0fb379a47fc4c37df00be42 +SIZE (dillo/hyph-mn-cyrl.pat.txt) = 12894 +SHA256 (dillo/hyph-mr.pat.txt) = a070afade79f4ba1701db681cd91be25922cbdff975bc8ec1884214fcb6f4971 +SIZE (dillo/hyph-mr.pat.txt) = 359 +SHA256 (dillo/hyph-mul-ethi.pat.txt) = ad11ee346eef21fe4d821caf895ddfc6bc22d0b7fa6d33b2ddfdd2c78fbab008 +SIZE (dillo/hyph-mul-ethi.pat.txt) = 2538 +SHA256 (dillo/hyph-nb.pat.txt) = e080c77da3d0f8de7e464f69082f5e2485e43ed349a2a7018b84e0adef785806 +SIZE (dillo/hyph-nb.pat.txt) = 192730 +SHA256 (dillo/hyph-nl.pat.txt) = ac5795c1d6cd7027e6ec3a9e58e173789f999669e40ffd81755a4db7d3214165 +SIZE (dillo/hyph-nl.pat.txt) = 83149 +SHA256 (dillo/hyph-nn.pat.txt) = e080c77da3d0f8de7e464f69082f5e2485e43ed349a2a7018b84e0adef785806 +SIZE (dillo/hyph-nn.pat.txt) = 192730 +SHA256 (dillo/hyph-or.pat.txt) = 8092c7d8facd85c0aeb72a825fcd68057bc2ac7a97c006d4331108212ea71b62 +SIZE (dillo/hyph-or.pat.txt) = 332 +SHA256 (dillo/hyph-pa.pat.txt) = a9b5522e2738ee145c0051a0dfc77580ca3308688d94e0d10ccf04308ab517ed +SIZE (dillo/hyph-pa.pat.txt) = 308 +SHA256 (dillo/hyph-pl.pat.txt) = 4b9c3583f176efb76dccee7e630ac7516567abd96dcbc3ebaa2388e795774b48 +SIZE (dillo/hyph-pl.pat.txt) = 30339 +SHA256 (dillo/hyph-pms.pat.txt) = 0462ddb61c346db315493c914c80b04d2e2ef1d13b48f92b8deda6f033f323e9 +SIZE (dillo/hyph-pms.pat.txt) = 1877 +SHA256 (dillo/hyph-pt.pat.txt) = 6b50256e72d5448cec1801866e9027491f66552c8957f72b6e0ec315159e7931 +SIZE (dillo/hyph-pt.pat.txt) = 1445 +SHA256 (dillo/hyph-rm.pat.txt) = def282207d5a5fbd2a2327c5eb81e09ab4a70b9ff3f6c76a03dc0202f6fb17ca +SIZE (dillo/hyph-rm.pat.txt) = 2036 +SHA256 (dillo/hyph-ro.pat.txt) = 888e44981860ccb9d980fe5d8077053efa8801aeb42cfdc493705217d5b41caf +SIZE (dillo/hyph-ro.pat.txt) = 3440 +SHA256 (dillo/hyph-ru.pat.txt) = 12fa91c83d56ffefa589cf022d9f24ec5a5f4035b4c09484cf4270128c2c162a +SIZE (dillo/hyph-ru.pat.txt) = 63271 +SHA256 (dillo/hyph-sa.pat.txt) = e8adb07b040b241b3a7c30688bf967ce7cff05dbd5580c8e05979662d98f4ea0 +SIZE (dillo/hyph-sa.pat.txt) = 5377 +SHA256 (dillo/hyph-sh-cyrl.pat.txt) = f637b0c1ab70e840200e1f99ebad87459c4cb9c7fada03229b616ecf6117b45b +SIZE (dillo/hyph-sh-cyrl.pat.txt) = 29762 +SHA256 (dillo/hyph-sh-latn.pat.txt) = 600d327c7326cafb6854063083e2d7d9bec8da99214be05745ec3274ce6aae25 +SIZE (dillo/hyph-sh-latn.pat.txt) = 20607 +SHA256 (dillo/hyph-sk.pat.txt) = 6d98c4164657cbf2da4dfb7e34cc919a6304aa4416e7bd03807e4f321dfc7102 +SIZE (dillo/hyph-sk.pat.txt) = 19365 +SHA256 (dillo/hyph-sl.pat.txt) = 7a08718a42e1bfbfc0547ec117d82b51c55987c46f7445cf14f1af3cffd69c39 +SIZE (dillo/hyph-sl.pat.txt) = 6053 +SHA256 (dillo/hyph-sr-cyrl.pat.txt) = ec8a3415d75a7a5899aada1379cf980373832a2bbe5814fcc339e242845322e0 +SIZE (dillo/hyph-sr-cyrl.pat.txt) = 28149 +SHA256 (dillo/hyph-sv.pat.txt) = 1fbf98f5d316712fd4e86f564643ad7341184f9ce8b30e0e18d06eceb4f52a79 +SIZE (dillo/hyph-sv.pat.txt) = 29398 +SHA256 (dillo/hyph-ta.pat.txt) = 6ccd02f3254fd7f4a2d1d98b6ab03d2880e7b4d6f45781e03c1944f787a91caa +SIZE (dillo/hyph-ta.pat.txt) = 457 +SHA256 (dillo/hyph-te.pat.txt) = 43676d49d447ccfe6e4cf8280a879a08ddbc1f50cf86145f7bf7564119b57d35 +SIZE (dillo/hyph-te.pat.txt) = 368 +SHA256 (dillo/hyph-tk.pat.txt) = a016ebc51d23accd92d958f58b4c10583432f56ea4e70ab2987bbf517ca8ec50 +SIZE (dillo/hyph-tk.pat.txt) = 13246 +SHA256 (dillo/hyph-tr.pat.txt) = 0e7dda13d183f667e3eca0f7ea426dbe51458ca6072b878eb35102966ec22f03 +SIZE (dillo/hyph-tr.pat.txt) = 2787 +SHA256 (dillo/hyph-uk.pat.txt) = 48c8640eb073bee879fb3d57cd91068bf70129b0bb8f7f5db6ecf9e056b57d1e +SIZE (dillo/hyph-uk.pat.txt) = 43682 +SHA256 (dillo/hyph-zh-latn-pinyin.pat.txt) = b3f48edbae8ab8100a290c6fa9d5242d92b4850565f34bd7b14516a1b68ca80e +SIZE (dillo/hyph-zh-latn-pinyin.pat.txt) = 803 Modified: head/www/dillo2/pkg-descr ============================================================================== --- head/www/dillo2/pkg-descr Tue Jul 1 12:29:05 2014 (r359983) +++ head/www/dillo2/pkg-descr Tue Jul 1 12:31:04 2014 (r359984) @@ -1,6 +1,6 @@ Dillo aims to be a multiplatform alternative browser that's small, stable, developer-friendly, usable, fast, and extensible. This -new, experimental version of Dillo is based upon FLTK2 toolkit, +new, experimental version of Dillo is based upon FLTK toolkit, rather than GTK1, and has been substantially rewritten. WWW: http://www.dillo.org/ Modified: head/www/dillo2/pkg-plist ============================================================================== --- head/www/dillo2/pkg-plist Tue Jul 1 12:29:05 2014 (r359983) +++ head/www/dillo2/pkg-plist Tue Jul 1 12:31:04 2014 (r359984) @@ -24,6 +24,7 @@ libexec/dillo/dpi/hello/hello.filter.dpi libexec/dillo/dpi/https/https.filter.dpi libexec/dillo/dpi/vsource/vsource.filter.dpi libexec/dillo/hyphenation/.keep_me +man/man1/dillo.1.gz @dirrmtry libexec/dillo/hyphenation @dirrm libexec/dillo/dpi/https @dirrm libexec/dillo/dpi/hello