FreeBSD Bugzilla – Attachment 148419 Details for
Bug 194418
New REJIK, version for SQUID 3.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Rever to name rejik, tergetted to latest squid 3.4
rejik.shar (text/plain), 32.48 KB, created by
Oleg Deordiev
on 2014-10-18 06:39:43 UTC
(
hide
)
Description:
Rever to name rejik, tergetted to latest squid 3.4
Filename:
MIME Type:
Creator:
Oleg Deordiev
Created:
2014-10-18 06:39:43 UTC
Size:
32.48 KB
patch
obsolete
>#!/bin/sh ># This is a shell archive (produced by GNU sharutils 4.14). ># To extract the files from this archive, save it to some FILE, remove ># everything before the '#!/bin/sh' line above, then type 'sh FILE'. ># >lock_dir=_sh30317 ># Made on 2014-10-18 09:36 EEST by <admin@oleg>. ># Source directory was '/data/tmp/3'. ># ># Existing files will *not* be overwritten, unless '-c' is specified. ># ># This shar contains: ># length mode name ># ------ ---------- ------------------------------------------ ># 169 -rw-r--r-- rejik/pkg-descr ># 3059 -rw-r--r-- rejik/pkg-plist ># 3507 -rw-r--r-- rejik/Makefile ># 321 -rw-r--r-- rejik/files/patch-Makefile ># 498 -rw-r--r-- rejik/files/pkg-message.in ># 532 -rw-r--r-- rejik/distinfo ># 169 -rw-r--r-- rejik/pkg-descr ># 3059 -rw-r--r-- rejik/pkg-plist ># 3507 -rw-r--r-- rejik/Makefile ># 321 -rw-r--r-- rejik/files/patch-Makefile ># 498 -rw-r--r-- rejik/files/pkg-message.in ># 321 -rw-r--r-- rejik/files/patch-Makefile ># 498 -rw-r--r-- rejik/files/pkg-message.in ># 532 -rw-r--r-- rejik/distinfo ># >MD5SUM=${MD5SUM-md5sum} >f=`${MD5SUM} --version | egrep '^md5sum .*(core|text)utils'` >test -n "${f}" && md5check=true || md5check=false >${md5check} || \ > echo 'Note: not verifying md5sums. Consider installing GNU coreutils.' >if test "X$1" = "X-c" >then keep_file='' >else keep_file=true >fi >echo=echo >save_IFS="${IFS}" >IFS="${IFS}:" >gettext_dir= >locale_dir= >set_echo=false > >for dir in $PATH >do > if test -f $dir/gettext \ > && ($dir/gettext --version >/dev/null 2>&1) > then > case `$dir/gettext --version 2>&1 | sed 1q` in > *GNU*) gettext_dir=$dir > set_echo=true > break ;; > esac > fi >done > >if ${set_echo} >then > set_echo=false > for dir in $PATH > do > if test -f $dir/shar \ > && ($dir/shar --print-text-domain-dir >/dev/null 2>&1) > then > locale_dir=`$dir/shar --print-text-domain-dir` > set_echo=true > break > fi > done > > if ${set_echo} > then > TEXTDOMAINDIR=$locale_dir > export TEXTDOMAINDIR > TEXTDOMAIN=sharutils > export TEXTDOMAIN > echo="$gettext_dir/gettext -s" > fi >fi >IFS="$save_IFS" >if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null >then if (echo -n test; echo 1,2,3) | grep n >/dev/null > then shar_n= shar_c=' >' > else shar_n=-n shar_c= ; fi >else shar_n= shar_c='\c' ; fi >f=shar-touch.$$ >st1=200112312359.59 >st2=123123592001.59 >st2tr=123123592001.5 # old SysV 14-char limit >st3=1231235901 > >if touch -am -t ${st1} ${f} >/dev/null 2>&1 && \ > test ! -f ${st1} && test -f ${f}; then > shar_touch='touch -am -t $1$2$3$4$5$6.$7 "$8"' > >elif touch -am ${st2} ${f} >/dev/null 2>&1 && \ > test ! -f ${st2} && test ! -f ${st2tr} && test -f ${f}; then > shar_touch='touch -am $3$4$5$6$1$2.$7 "$8"' > >elif touch -am ${st3} ${f} >/dev/null 2>&1 && \ > test ! -f ${st3} && test -f ${f}; then > shar_touch='touch -am $3$4$5$6$2 "$8"' > >else > shar_touch=: > echo > ${echo} 'WARNING: not restoring timestamps. Consider getting and >installing GNU '\''touch'\'', distributed in GNU coreutils...' > echo >fi >rm -f ${st1} ${st2} ${st2tr} ${st3} ${f} ># >if test ! -d ${lock_dir} ; then : >else ${echo} "lock directory ${lock_dir} exists" > exit 1 >fi >if mkdir ${lock_dir} >then ${echo} "x - created lock directory ${lock_dir}." >else ${echo} "x - failed to create lock directory ${lock_dir}." > exit 1 >fi ># ============= rejik/pkg-descr ============== >if test ! -d 'rejik'; then > mkdir 'rejik' >if test $? -eq 0 >then ${echo} "x - created directory rejik." >else ${echo} "x - failed to create directory rejik." > exit 1 >fi >fi >if test -n "${keep_file}" && test -f 'rejik/pkg-descr' >then >${echo} "x - SKIPPING rejik/pkg-descr (file already exists)" > >else >${echo} "x - extracting rejik/pkg-descr (text)" > sed 's/^X//' << 'SHAR_EOF' > 'rejik/pkg-descr' && >Rejik is a squid redirector used for blocking unwanted content basing >on URLs and Perl Compatible Regular Expressions (http://www.pcre.org/). >X >WWW: http://www.rejik.ru/ >SHAR_EOF > (set 20 14 10 18 09 31 55 'rejik/pkg-descr' > eval "${shar_touch}") && \ > chmod 0644 'rejik/pkg-descr' >if test $? -ne 0 >then ${echo} "restore of rejik/pkg-descr failed" >fi > if ${md5check} > then ( > ${MD5SUM} -c >/dev/null 2>&1 || ${echo} 'rejik/pkg-descr': 'MD5 check failed' > ) << \SHAR_EOF >c03bdee5c7985d649b2a4a202a3f2ed5 rejik/pkg-descr >SHAR_EOF > >else >test `LC_ALL=C wc -c < 'rejik/pkg-descr'` -ne 169 && \ > ${echo} "restoration warning: size of 'rejik/pkg-descr' is not 169" > fi >fi ># ============= rejik/pkg-plist ============== >if test ! -d 'rejik'; then > mkdir 'rejik' >if test $? -eq 0 >then ${echo} "x - created directory rejik." >else ${echo} "x - failed to create directory rejik." > exit 1 >fi >fi >if test -n "${keep_file}" && test -f 'rejik/pkg-plist' >then >${echo} "x - SKIPPING rejik/pkg-plist (file already exists)" > >else >${echo} "x - extracting rejik/pkg-plist (text)" > sed 's/^X//' << 'SHAR_EOF' > 'rejik/pkg-plist' && >%%DBL%%%%INSTALL_DIR%%/dbl/FAST >%%DBL%%%%INSTALL_DIR%%/dbl/FULL >%%DBL%%@dirrmtry %%INSTALL_DIR%%/dbl/NEW >%%DBL%%@unexec if cmp -s %%PREFIX%%/%%INSTALL_DIR%%/dbl/Update %%PREFIX%%/%%INSTALL_DIR%%/dbl/Update.dist; then rm -f %%PREFIX%%/%%INSTALL_DIR%%/dbl/Update; fi >%%DBL%%%%INSTALL_DIR%%/dbl/Update.dist >%%DBL%%@exec [ -f %%PREFIX%%/%%INSTALL_DIR%%/dbl/Update ] || cp -p %%PREFIX%%/%%INSTALL_DIR%%/dbl/Update.dist %%PREFIX%%/%%INSTALL_DIR%%/dbl/Update >%%DBL%%@unexec if cmp -s %%PREFIX%%/%%INSTALL_DIR%%/dbl/Update.Fast %%PREFIX%%/%%INSTALL_DIR%%/dbl/Update.Fast.dist; then rm -f %%PREFIX%%/%%INSTALL_DIR%%/dbl/Update.Fast; fi >%%DBL%%%%INSTALL_DIR%%/dbl/Update.Fast.dist >%%DBL%%@exec [ -f %%PREFIX%%/%%INSTALL_DIR%%/dbl/Update.Fast ] || cp -p %%PREFIX%%/%%INSTALL_DIR%%/dbl/Update.Fast.dist %%PREFIX%%/%%INSTALL_DIR%%/dbl/Update.Fast >%%DBL%%@unexec if cmp -s %%PREFIX%%/%%INSTALL_DIR%%/dbl/dbl_expand %%PREFIX%%/%%INSTALL_DIR%%/dbl/dbl_expand.dist; then rm -f %%PREFIX%%/%%INSTALL_DIR%%/dbl/dbl_expand; fi >%%DBL%%%%INSTALL_DIR%%/dbl/dbl_expand.dist >%%DBL%%@exec [ -f %%PREFIX%%/%%INSTALL_DIR%%/dbl/dbl_expand ] || cp -p %%PREFIX%%/%%INSTALL_DIR%%/dbl/dbl_expand.dist %%PREFIX%%/%%INSTALL_DIR%%/dbl/dbl_expand >%%DBL%%%%INSTALL_DIR%%/dbl/dbl_stat >%%DBL%%@dirrmtry %%INSTALL_DIR%%/dbl/lists >%%DBL%%@dirrmtry %%INSTALL_DIR%%/dbl >%%INSTALL_DIR%%/make-cache >%%INSTALL_DIR%%/redirector >@unexec if cmp -s %%PREFIX%%/%%INSTALL_DIR%%/redirector.conf %%PREFIX%%/%%INSTALL_DIR%%/redirector.conf.dist; then rm -f %%PREFIX%%/%%INSTALL_DIR%%/redirector.conf; fi >%%INSTALL_DIR%%/redirector.conf.dist >@exec [ -f %%PREFIX%%/%%INSTALL_DIR%%/redirector.conf ] || cp -p %%PREFIX%%/%%INSTALL_DIR%%/redirector.conf.dist %%PREFIX%%/%%INSTALL_DIR%%/redirector.conf >%%INSTALL_DIR%%/tools/IN.gz >%%INSTALL_DIR%%/tools/benchmark >%%INSTALL_DIR%%/tools/check-redirector >%%INSTALL_DIR%%/tools/kill-cache >%%INSTALL_DIR%%/tools/set-permissions >@dirrm %%INSTALL_DIR%%/tools >@dirrmtry %%INSTALL_DIR%% >%%BAN%%share/examples/%%INSTALL_DIR%%/banlists/banners/pcre >%%BAN%%share/examples/%%INSTALL_DIR%%/banlists/banners/urls >%%BAN%%@dirrm share/examples/%%INSTALL_DIR%%/banlists/banners >%%BAN%%share/examples/%%INSTALL_DIR%%/banlists/js/urls >%%BAN%%@dirrm share/examples/%%INSTALL_DIR%%/banlists/js >%%BAN%%share/examples/%%INSTALL_DIR%%/banlists/mp3/pcre >%%BAN%%@dirrm share/examples/%%INSTALL_DIR%%/banlists/mp3 >%%BAN%%share/examples/%%INSTALL_DIR%%/banlists/porno/urls >%%BAN%%@dirrm share/examples/%%INSTALL_DIR%%/banlists/porno >%%BAN%%@dirrm share/examples/%%INSTALL_DIR%%/banlists >%%WWW%%share/examples/%%INSTALL_DIR%%/squid-like-www-en/1x1.gif >%%WWW%%share/examples/%%INSTALL_DIR%%/squid-like-www-en/access_denied.html >%%WWW%%share/examples/%%INSTALL_DIR%%/squid-like-www-en/audio-video.html >%%WWW%%share/examples/%%INSTALL_DIR%%/squid-like-www-en/js.js >%%WWW%%share/examples/%%INSTALL_DIR%%/squid-like-www-en/porno.html >%%WWW%%share/examples/%%INSTALL_DIR%%/squid-like-www-en/spyware.html >%%WWW%%@dirrm share/examples/%%INSTALL_DIR%%/squid-like-www-en >@dirrmtry share/examples/%%INSTALL_DIR%% >SHAR_EOF > (set 20 14 10 18 09 31 55 'rejik/pkg-plist' > eval "${shar_touch}") && \ > chmod 0644 'rejik/pkg-plist' >if test $? -ne 0 >then ${echo} "restore of rejik/pkg-plist failed" >fi > if ${md5check} > then ( > ${MD5SUM} -c >/dev/null 2>&1 || ${echo} 'rejik/pkg-plist': 'MD5 check failed' > ) << \SHAR_EOF >31512149bb87075195f31ebeeb5a3221 rejik/pkg-plist >SHAR_EOF > >else >test `LC_ALL=C wc -c < 'rejik/pkg-plist'` -ne 3059 && \ > ${echo} "restoration warning: size of 'rejik/pkg-plist' is not 3059" > fi >fi ># ============= rejik/Makefile ============== >if test -n "${keep_file}" && test -f 'rejik/Makefile' >then >${echo} "x - SKIPPING rejik/Makefile (file already exists)" > >else >${echo} "x - extracting rejik/Makefile (text)" > sed 's/^X//' << 'SHAR_EOF' > 'rejik/Makefile' && ># Created by: Elisey Savateev <b3k@mail.ru> ># $FreeBSD: head/www/rejik/Makefile 365187 2014-08-17 14:06:11Z marino $ >X >PORTNAME= rejik >PORTVERSION= 3.2.11 >CATEGORIES= www >MASTER_SITES= http://www.rejik.ru/download/ >DISTNAME= redirector-${PORTVERSION}_squid_3.4 >DISTFILES= ${DISTNAME}${EXTRACT_SUFX} >X >MAINTAINER= ports@FreeBSD.org >COMMENT= Squid redirector used for blocking unwanted content >X >LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre >RUN_DEPENDS= squid:${PORTSDIR}/www/squid >X >PLIST_SUB= INSTALL_DIR=${INSTALL_DIR} >SUB_LIST= INSTALL_PATH=${INSTALL_PATH} SQUID_USER=${SQUID_USER} SQUID_GROUP=${SQUID_GROUP} >SUB_FILES= pkg-message >X >WRKSRC= ${WRKDIR}/${DISTNAME} >X >OPTIONS_DEFINE= BAN DBL WWW >X >OPTIONS_DEFAULT=BAN WWW >X >BAN_DESC= With banlists >DBL_DESC= With DBL scripts >WWW_DESC= With error pages >X >NO_STAGE= yes >X.include <bsd.port.options.mk> >X ># Redifine this if you need >SQUID_USER?= squid >SQUID_GROUP?= squid >INSTALL_DIR?= ${PORTNAME} >INSTALL_PATH?= ${PREFIX}/${INSTALL_DIR} >X >X.if ${PORT_OPTIONS:MBAN} >DISTFILES+= banlists-2.x.x.tgz >PLIST_SUB+= BAN="" >X.else >PLIST_SUB+= BAN="@comment " >X.endif >X >X.if ${PORT_OPTIONS:MWWW} >DISTFILES+= squid-like-www-en.tgz >PLIST_SUB+= WWW="" >X.else >PLIST_SUB+= WWW="@comment " >X.endif >X >X.if ${PORT_OPTIONS:MDBL} >DISTFILES+= dbl-2.0.tgz >USES+= perl5 tar:tgz >USE_PERL5= run >RUN_DEPENDS+= p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv \ >X p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ >X wget:${PORTSDIR}/ftp/wget >PLIST_SUB+= DBL="" >X.else >PLIST_SUB+= DBL="@comment " >X.endif >X >X.include <bsd.port.pre.mk> >X >post-extract: >X @${ECHO_MSG} "===> ----------------------------------------------" >X @${ECHO_MSG} "===> Make sure that squid runs under user squid" >X @${ECHO_MSG} "===> and group squid. If not, redefine SQUID_USER" >X @${ECHO_MSG} "===> and SQUID_GROUP." >X @${ECHO_MSG} "===> ----------------------------------------------" >X >post-patch: >X @${REINPLACE_CMD} -e 's|nobody|${SQUID_USER}|g; s|nogroup|${SQUID_GROUP}|g; \ >X s|/usr/local/rejik3|${INSTALL_PATH}|g' \ >X ${WRKSRC}/Makefile >X @${REINPLACE_CMD} -e 's|/usr/local/rejik3|${INSTALL_PATH}|g' \ >X ${WRKSRC}/vars.h ${WRKSRC}/redirector.conf.dist >X >post-install: >X @[ -f ${INSTALL_PATH}/redirector.conf ] || \ >X ${CP} -p ${INSTALL_PATH}/redirector.conf.dist ${INSTALL_PATH}/redirector.conf >X.if !defined(WITHOUT_BAN) >X.if !exists(${EXAMPLESDIR}) >X @${MKDIR} ${EXAMPLESDIR} >X.endif >X @${CP} -R ${WRKDIR}/banlists ${EXAMPLESDIR} >X.endif >X.if defined(WITH_DBL) >X @${REINPLACE_CMD} -e 's|/usr/bin/wget|${LOCALBASE}/bin/wget|g ; \ >X s|/usr/local/rejik3|${INSTALL_PATH}|g' \ >X ${WRKDIR}/dbl/Update ${WRKDIR}/dbl/Update.Fast ${WRKDIR}/dbl/dbl_expand >X @${RM} ${WRKDIR}/dbl/*.bak >X @${CP} ${WRKDIR}/dbl/Update ${WRKDIR}/dbl/Update.dist >X @${CP} ${WRKDIR}/dbl/Update.Fast ${WRKDIR}/dbl/Update.Fast.dist >X @${CP} ${WRKDIR}/dbl/dbl_expand ${WRKDIR}/dbl/dbl_expand.dist >X @${CP} -Rn ${WRKDIR}/dbl ${INSTALL_PATH} >X @${CHOWN} -R ${SQUID_USER}:${SQUID_GROUP} ${INSTALL_PATH}/dbl >X @[ -f ${INSTALL_PATH}/dbl/Update ] || \ >X ${CP} -p ${INSTALL_PATH}/dbl/Update.dist ${INSTALL_PATH}/dbl/Update >X @[ -f ${INSTALL_PATH}/dbl/Update.Fast ] || \ >X ${CP} -p ${INSTALL_PATH}/dbl/Update.Fast.dist ${INSTALL_PATH}/dbl/Update.Fast >X @[ -f ${INSTALL_PATH}/dbl/dbl_expand ] || \ >X ${CP} -p ${INSTALL_PATH}/dbl/dbl_expand.dist ${INSTALL_PATH}/dbl/dbl_expand >X.endif >X.if !defined(WITHOUT_WWW) >X.if !exists(${EXAMPLESDIR}) >X @${MKDIR} ${EXAMPLESDIR} >X.endif >X @${CP} -R ${WRKDIR}/squid-like-www-en ${EXAMPLESDIR} >X.endif >X >X @${CAT} ${PKGMESSAGE} >X >X.include <bsd.port.post.mk> >SHAR_EOF > (set 20 14 10 18 09 35 52 'rejik/Makefile' > eval "${shar_touch}") && \ > chmod 0644 'rejik/Makefile' >if test $? -ne 0 >then ${echo} "restore of rejik/Makefile failed" >fi > if ${md5check} > then ( > ${MD5SUM} -c >/dev/null 2>&1 || ${echo} 'rejik/Makefile': 'MD5 check failed' > ) << \SHAR_EOF >4098dac1b209ebada4c49d70326fadcb rejik/Makefile >SHAR_EOF > >else >test `LC_ALL=C wc -c < 'rejik/Makefile'` -ne 3507 && \ > ${echo} "restoration warning: size of 'rejik/Makefile' is not 3507" > fi >fi ># ============= rejik/files/patch-Makefile ============== >if test ! -d 'rejik/files'; then > mkdir 'rejik/files' >if test $? -eq 0 >then ${echo} "x - created directory rejik/files." >else ${echo} "x - failed to create directory rejik/files." > exit 1 >fi >fi >if test -n "${keep_file}" && test -f 'rejik/files/patch-Makefile' >then >${echo} "x - SKIPPING rejik/files/patch-Makefile (file already exists)" > >else >${echo} "x - extracting rejik/files/patch-Makefile (text)" > sed 's/^X//' << 'SHAR_EOF' > 'rejik/files/patch-Makefile' && >--- Makefile.bak Sat Oct 29 09:55:05 2005 >+++ Makefile Wed Nov 2 12:52:41 2005 >@@ -4,7 +4,7 @@ >X SQUID_GROUP=nogroup >X >X CC=gcc -Wall >-INCLUDE=-I/usr/include -I/usr/local/include -I/usr/include/pcre >+INCLUDE=-I/usr/include -I/usr/local/include -I/usr/local/include/pcre >X LIBS=-L/lib `pcre-config --libs` >X >X ### Don't edit >SHAR_EOF > (set 20 14 10 18 09 31 55 'rejik/files/patch-Makefile' > eval "${shar_touch}") && \ > chmod 0644 'rejik/files/patch-Makefile' >if test $? -ne 0 >then ${echo} "restore of rejik/files/patch-Makefile failed" >fi > if ${md5check} > then ( > ${MD5SUM} -c >/dev/null 2>&1 || ${echo} 'rejik/files/patch-Makefile': 'MD5 check failed' > ) << \SHAR_EOF >f5bedde8c5c6e03bb6ffb74d2bdc2327 rejik/files/patch-Makefile >SHAR_EOF > >else >test `LC_ALL=C wc -c < 'rejik/files/patch-Makefile'` -ne 321 && \ > ${echo} "restoration warning: size of 'rejik/files/patch-Makefile' is not 321" > fi >fi ># ============= rejik/files/pkg-message.in ============== >if test ! -d 'rejik/files'; then > mkdir 'rejik/files' >if test $? -eq 0 >then ${echo} "x - created directory rejik/files." >else ${echo} "x - failed to create directory rejik/files." > exit 1 >fi >fi >if test -n "${keep_file}" && test -f 'rejik/files/pkg-message.in' >then >${echo} "x - SKIPPING rejik/files/pkg-message.in (file already exists)" > >else >${echo} "x - extracting rejik/files/pkg-message.in (text)" > sed 's/^X//' << 'SHAR_EOF' > 'rejik/files/pkg-message.in' && >=============================================================================== >1. Make sure that squid runs under user %%SQUID_USER%% and group %%SQUID_GROUP%%. >X >2. See %%INSTALL_PATH%%/redirector.conf.dist for default configuration. Edit %%INSTALL_PATH%%/redirector.conf if you need. >X >3. Add line >X redirect_program %%INSTALL_PATH%%/redirector to squid.conf. >X >4. See http://www.rejik.ru/ for detailed instructions. >=============================================================================== >SHAR_EOF > (set 20 14 10 18 09 31 55 'rejik/files/pkg-message.in' > eval "${shar_touch}") && \ > chmod 0644 'rejik/files/pkg-message.in' >if test $? -ne 0 >then ${echo} "restore of rejik/files/pkg-message.in failed" >fi > if ${md5check} > then ( > ${MD5SUM} -c >/dev/null 2>&1 || ${echo} 'rejik/files/pkg-message.in': 'MD5 check failed' > ) << \SHAR_EOF >1f3dbf60da7e037ba92c15aa66425975 rejik/files/pkg-message.in >SHAR_EOF > >else >test `LC_ALL=C wc -c < 'rejik/files/pkg-message.in'` -ne 498 && \ > ${echo} "restoration warning: size of 'rejik/files/pkg-message.in' is not 498" > fi >fi ># ============= rejik/distinfo ============== >if test -n "${keep_file}" && test -f 'rejik/distinfo' >then >${echo} "x - SKIPPING rejik/distinfo (file already exists)" > >else >${echo} "x - extracting rejik/distinfo (text)" > sed 's/^X//' << 'SHAR_EOF' > 'rejik/distinfo' && >SHA256 (redirector-3.2.11_squid_3.4.tgz) = f6659d1c68f13c600ecd1736ac249c93eb91c6d834607caf3ecdba690cdcf771 >SIZE (redirector-3.2.11_squid_3.4.tgz) = 44790 >SHA256 (banlists-2.x.x.tgz) = 221a40e8db9d19477d6fdece00c9152526a0d2f0c2298504fc99b4378457b09e >SIZE (banlists-2.x.x.tgz) = 116100 >SHA256 (squid-like-www-en.tgz) = c4f32179c742cec5f0f03891f8bf0eb4825bfff3a36e6bf0952d641a0973332a >SIZE (squid-like-www-en.tgz) = 920 >SHA256 (dbl-2.0.tgz) = 45577958a9f9519919e0b61ccfdbda30a467f55721d94a67cb07e8f1c1e55c55 >SIZE (dbl-2.0.tgz) = 3355 >SHAR_EOF > (set 20 14 10 18 09 31 55 'rejik/distinfo' > eval "${shar_touch}") && \ > chmod 0644 'rejik/distinfo' >if test $? -ne 0 >then ${echo} "restore of rejik/distinfo failed" >fi > if ${md5check} > then ( > ${MD5SUM} -c >/dev/null 2>&1 || ${echo} 'rejik/distinfo': 'MD5 check failed' > ) << \SHAR_EOF >f6dbc1321c11ad8d61c740181c2b7f32 rejik/distinfo >SHAR_EOF > >else >test `LC_ALL=C wc -c < 'rejik/distinfo'` -ne 532 && \ > ${echo} "restoration warning: size of 'rejik/distinfo' is not 532" > fi >fi ># ============= rejik/pkg-descr ============== >if test -n "${keep_file}" && test -f 'rejik/pkg-descr' >then >${echo} "x - SKIPPING rejik/pkg-descr (file already exists)" > >else >${echo} "x - extracting rejik/pkg-descr (text)" > sed 's/^X//' << 'SHAR_EOF' > 'rejik/pkg-descr' && >Rejik is a squid redirector used for blocking unwanted content basing >on URLs and Perl Compatible Regular Expressions (http://www.pcre.org/). >X >WWW: http://www.rejik.ru/ >SHAR_EOF > (set 20 14 10 18 09 31 55 'rejik/pkg-descr' > eval "${shar_touch}") && \ > chmod 0644 'rejik/pkg-descr' >if test $? -ne 0 >then ${echo} "restore of rejik/pkg-descr failed" >fi > if ${md5check} > then ( > ${MD5SUM} -c >/dev/null 2>&1 || ${echo} 'rejik/pkg-descr': 'MD5 check failed' > ) << \SHAR_EOF >c03bdee5c7985d649b2a4a202a3f2ed5 rejik/pkg-descr >SHAR_EOF > >else >test `LC_ALL=C wc -c < 'rejik/pkg-descr'` -ne 169 && \ > ${echo} "restoration warning: size of 'rejik/pkg-descr' is not 169" > fi >fi ># ============= rejik/pkg-plist ============== >if test -n "${keep_file}" && test -f 'rejik/pkg-plist' >then >${echo} "x - SKIPPING rejik/pkg-plist (file already exists)" > >else >${echo} "x - extracting rejik/pkg-plist (text)" > sed 's/^X//' << 'SHAR_EOF' > 'rejik/pkg-plist' && >%%DBL%%%%INSTALL_DIR%%/dbl/FAST >%%DBL%%%%INSTALL_DIR%%/dbl/FULL >%%DBL%%@dirrmtry %%INSTALL_DIR%%/dbl/NEW >%%DBL%%@unexec if cmp -s %%PREFIX%%/%%INSTALL_DIR%%/dbl/Update %%PREFIX%%/%%INSTALL_DIR%%/dbl/Update.dist; then rm -f %%PREFIX%%/%%INSTALL_DIR%%/dbl/Update; fi >%%DBL%%%%INSTALL_DIR%%/dbl/Update.dist >%%DBL%%@exec [ -f %%PREFIX%%/%%INSTALL_DIR%%/dbl/Update ] || cp -p %%PREFIX%%/%%INSTALL_DIR%%/dbl/Update.dist %%PREFIX%%/%%INSTALL_DIR%%/dbl/Update >%%DBL%%@unexec if cmp -s %%PREFIX%%/%%INSTALL_DIR%%/dbl/Update.Fast %%PREFIX%%/%%INSTALL_DIR%%/dbl/Update.Fast.dist; then rm -f %%PREFIX%%/%%INSTALL_DIR%%/dbl/Update.Fast; fi >%%DBL%%%%INSTALL_DIR%%/dbl/Update.Fast.dist >%%DBL%%@exec [ -f %%PREFIX%%/%%INSTALL_DIR%%/dbl/Update.Fast ] || cp -p %%PREFIX%%/%%INSTALL_DIR%%/dbl/Update.Fast.dist %%PREFIX%%/%%INSTALL_DIR%%/dbl/Update.Fast >%%DBL%%@unexec if cmp -s %%PREFIX%%/%%INSTALL_DIR%%/dbl/dbl_expand %%PREFIX%%/%%INSTALL_DIR%%/dbl/dbl_expand.dist; then rm -f %%PREFIX%%/%%INSTALL_DIR%%/dbl/dbl_expand; fi >%%DBL%%%%INSTALL_DIR%%/dbl/dbl_expand.dist >%%DBL%%@exec [ -f %%PREFIX%%/%%INSTALL_DIR%%/dbl/dbl_expand ] || cp -p %%PREFIX%%/%%INSTALL_DIR%%/dbl/dbl_expand.dist %%PREFIX%%/%%INSTALL_DIR%%/dbl/dbl_expand >%%DBL%%%%INSTALL_DIR%%/dbl/dbl_stat >%%DBL%%@dirrmtry %%INSTALL_DIR%%/dbl/lists >%%DBL%%@dirrmtry %%INSTALL_DIR%%/dbl >%%INSTALL_DIR%%/make-cache >%%INSTALL_DIR%%/redirector >@unexec if cmp -s %%PREFIX%%/%%INSTALL_DIR%%/redirector.conf %%PREFIX%%/%%INSTALL_DIR%%/redirector.conf.dist; then rm -f %%PREFIX%%/%%INSTALL_DIR%%/redirector.conf; fi >%%INSTALL_DIR%%/redirector.conf.dist >@exec [ -f %%PREFIX%%/%%INSTALL_DIR%%/redirector.conf ] || cp -p %%PREFIX%%/%%INSTALL_DIR%%/redirector.conf.dist %%PREFIX%%/%%INSTALL_DIR%%/redirector.conf >%%INSTALL_DIR%%/tools/IN.gz >%%INSTALL_DIR%%/tools/benchmark >%%INSTALL_DIR%%/tools/check-redirector >%%INSTALL_DIR%%/tools/kill-cache >%%INSTALL_DIR%%/tools/set-permissions >@dirrm %%INSTALL_DIR%%/tools >@dirrmtry %%INSTALL_DIR%% >%%BAN%%share/examples/%%INSTALL_DIR%%/banlists/banners/pcre >%%BAN%%share/examples/%%INSTALL_DIR%%/banlists/banners/urls >%%BAN%%@dirrm share/examples/%%INSTALL_DIR%%/banlists/banners >%%BAN%%share/examples/%%INSTALL_DIR%%/banlists/js/urls >%%BAN%%@dirrm share/examples/%%INSTALL_DIR%%/banlists/js >%%BAN%%share/examples/%%INSTALL_DIR%%/banlists/mp3/pcre >%%BAN%%@dirrm share/examples/%%INSTALL_DIR%%/banlists/mp3 >%%BAN%%share/examples/%%INSTALL_DIR%%/banlists/porno/urls >%%BAN%%@dirrm share/examples/%%INSTALL_DIR%%/banlists/porno >%%BAN%%@dirrm share/examples/%%INSTALL_DIR%%/banlists >%%WWW%%share/examples/%%INSTALL_DIR%%/squid-like-www-en/1x1.gif >%%WWW%%share/examples/%%INSTALL_DIR%%/squid-like-www-en/access_denied.html >%%WWW%%share/examples/%%INSTALL_DIR%%/squid-like-www-en/audio-video.html >%%WWW%%share/examples/%%INSTALL_DIR%%/squid-like-www-en/js.js >%%WWW%%share/examples/%%INSTALL_DIR%%/squid-like-www-en/porno.html >%%WWW%%share/examples/%%INSTALL_DIR%%/squid-like-www-en/spyware.html >%%WWW%%@dirrm share/examples/%%INSTALL_DIR%%/squid-like-www-en >@dirrmtry share/examples/%%INSTALL_DIR%% >SHAR_EOF > (set 20 14 10 18 09 31 55 'rejik/pkg-plist' > eval "${shar_touch}") && \ > chmod 0644 'rejik/pkg-plist' >if test $? -ne 0 >then ${echo} "restore of rejik/pkg-plist failed" >fi > if ${md5check} > then ( > ${MD5SUM} -c >/dev/null 2>&1 || ${echo} 'rejik/pkg-plist': 'MD5 check failed' > ) << \SHAR_EOF >31512149bb87075195f31ebeeb5a3221 rejik/pkg-plist >SHAR_EOF > >else >test `LC_ALL=C wc -c < 'rejik/pkg-plist'` -ne 3059 && \ > ${echo} "restoration warning: size of 'rejik/pkg-plist' is not 3059" > fi >fi ># ============= rejik/Makefile ============== >if test -n "${keep_file}" && test -f 'rejik/Makefile' >then >${echo} "x - SKIPPING rejik/Makefile (file already exists)" > >else >${echo} "x - extracting rejik/Makefile (text)" > sed 's/^X//' << 'SHAR_EOF' > 'rejik/Makefile' && ># Created by: Elisey Savateev <b3k@mail.ru> ># $FreeBSD: head/www/rejik/Makefile 365187 2014-08-17 14:06:11Z marino $ >X >PORTNAME= rejik >PORTVERSION= 3.2.11 >CATEGORIES= www >MASTER_SITES= http://www.rejik.ru/download/ >DISTNAME= redirector-${PORTVERSION}_squid_3.4 >DISTFILES= ${DISTNAME}${EXTRACT_SUFX} >X >MAINTAINER= ports@FreeBSD.org >COMMENT= Squid redirector used for blocking unwanted content >X >LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre >RUN_DEPENDS= squid:${PORTSDIR}/www/squid >X >PLIST_SUB= INSTALL_DIR=${INSTALL_DIR} >SUB_LIST= INSTALL_PATH=${INSTALL_PATH} SQUID_USER=${SQUID_USER} SQUID_GROUP=${SQUID_GROUP} >SUB_FILES= pkg-message >X >WRKSRC= ${WRKDIR}/${DISTNAME} >X >OPTIONS_DEFINE= BAN DBL WWW >X >OPTIONS_DEFAULT=BAN WWW >X >BAN_DESC= With banlists >DBL_DESC= With DBL scripts >WWW_DESC= With error pages >X >NO_STAGE= yes >X.include <bsd.port.options.mk> >X ># Redifine this if you need >SQUID_USER?= squid >SQUID_GROUP?= squid >INSTALL_DIR?= ${PORTNAME} >INSTALL_PATH?= ${PREFIX}/${INSTALL_DIR} >X >X.if ${PORT_OPTIONS:MBAN} >DISTFILES+= banlists-2.x.x.tgz >PLIST_SUB+= BAN="" >X.else >PLIST_SUB+= BAN="@comment " >X.endif >X >X.if ${PORT_OPTIONS:MWWW} >DISTFILES+= squid-like-www-en.tgz >PLIST_SUB+= WWW="" >X.else >PLIST_SUB+= WWW="@comment " >X.endif >X >X.if ${PORT_OPTIONS:MDBL} >DISTFILES+= dbl-2.0.tgz >USES+= perl5 tar:tgz >USE_PERL5= run >RUN_DEPENDS+= p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv \ >X p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ >X wget:${PORTSDIR}/ftp/wget >PLIST_SUB+= DBL="" >X.else >PLIST_SUB+= DBL="@comment " >X.endif >X >X.include <bsd.port.pre.mk> >X >post-extract: >X @${ECHO_MSG} "===> ----------------------------------------------" >X @${ECHO_MSG} "===> Make sure that squid runs under user squid" >X @${ECHO_MSG} "===> and group squid. If not, redefine SQUID_USER" >X @${ECHO_MSG} "===> and SQUID_GROUP." >X @${ECHO_MSG} "===> ----------------------------------------------" >X >post-patch: >X @${REINPLACE_CMD} -e 's|nobody|${SQUID_USER}|g; s|nogroup|${SQUID_GROUP}|g; \ >X s|/usr/local/rejik3|${INSTALL_PATH}|g' \ >X ${WRKSRC}/Makefile >X @${REINPLACE_CMD} -e 's|/usr/local/rejik3|${INSTALL_PATH}|g' \ >X ${WRKSRC}/vars.h ${WRKSRC}/redirector.conf.dist >X >post-install: >X @[ -f ${INSTALL_PATH}/redirector.conf ] || \ >X ${CP} -p ${INSTALL_PATH}/redirector.conf.dist ${INSTALL_PATH}/redirector.conf >X.if !defined(WITHOUT_BAN) >X.if !exists(${EXAMPLESDIR}) >X @${MKDIR} ${EXAMPLESDIR} >X.endif >X @${CP} -R ${WRKDIR}/banlists ${EXAMPLESDIR} >X.endif >X.if defined(WITH_DBL) >X @${REINPLACE_CMD} -e 's|/usr/bin/wget|${LOCALBASE}/bin/wget|g ; \ >X s|/usr/local/rejik3|${INSTALL_PATH}|g' \ >X ${WRKDIR}/dbl/Update ${WRKDIR}/dbl/Update.Fast ${WRKDIR}/dbl/dbl_expand >X @${RM} ${WRKDIR}/dbl/*.bak >X @${CP} ${WRKDIR}/dbl/Update ${WRKDIR}/dbl/Update.dist >X @${CP} ${WRKDIR}/dbl/Update.Fast ${WRKDIR}/dbl/Update.Fast.dist >X @${CP} ${WRKDIR}/dbl/dbl_expand ${WRKDIR}/dbl/dbl_expand.dist >X @${CP} -Rn ${WRKDIR}/dbl ${INSTALL_PATH} >X @${CHOWN} -R ${SQUID_USER}:${SQUID_GROUP} ${INSTALL_PATH}/dbl >X @[ -f ${INSTALL_PATH}/dbl/Update ] || \ >X ${CP} -p ${INSTALL_PATH}/dbl/Update.dist ${INSTALL_PATH}/dbl/Update >X @[ -f ${INSTALL_PATH}/dbl/Update.Fast ] || \ >X ${CP} -p ${INSTALL_PATH}/dbl/Update.Fast.dist ${INSTALL_PATH}/dbl/Update.Fast >X @[ -f ${INSTALL_PATH}/dbl/dbl_expand ] || \ >X ${CP} -p ${INSTALL_PATH}/dbl/dbl_expand.dist ${INSTALL_PATH}/dbl/dbl_expand >X.endif >X.if !defined(WITHOUT_WWW) >X.if !exists(${EXAMPLESDIR}) >X @${MKDIR} ${EXAMPLESDIR} >X.endif >X @${CP} -R ${WRKDIR}/squid-like-www-en ${EXAMPLESDIR} >X.endif >X >X @${CAT} ${PKGMESSAGE} >X >X.include <bsd.port.post.mk> >SHAR_EOF > (set 20 14 10 18 09 35 52 'rejik/Makefile' > eval "${shar_touch}") && \ > chmod 0644 'rejik/Makefile' >if test $? -ne 0 >then ${echo} "restore of rejik/Makefile failed" >fi > if ${md5check} > then ( > ${MD5SUM} -c >/dev/null 2>&1 || ${echo} 'rejik/Makefile': 'MD5 check failed' > ) << \SHAR_EOF >4098dac1b209ebada4c49d70326fadcb rejik/Makefile >SHAR_EOF > >else >test `LC_ALL=C wc -c < 'rejik/Makefile'` -ne 3507 && \ > ${echo} "restoration warning: size of 'rejik/Makefile' is not 3507" > fi >fi ># ============= rejik/files/patch-Makefile ============== >if test -n "${keep_file}" && test -f 'rejik/files/patch-Makefile' >then >${echo} "x - SKIPPING rejik/files/patch-Makefile (file already exists)" > >else >${echo} "x - extracting rejik/files/patch-Makefile (text)" > sed 's/^X//' << 'SHAR_EOF' > 'rejik/files/patch-Makefile' && >--- Makefile.bak Sat Oct 29 09:55:05 2005 >+++ Makefile Wed Nov 2 12:52:41 2005 >@@ -4,7 +4,7 @@ >X SQUID_GROUP=nogroup >X >X CC=gcc -Wall >-INCLUDE=-I/usr/include -I/usr/local/include -I/usr/include/pcre >+INCLUDE=-I/usr/include -I/usr/local/include -I/usr/local/include/pcre >X LIBS=-L/lib `pcre-config --libs` >X >X ### Don't edit >SHAR_EOF > (set 20 14 10 18 09 31 55 'rejik/files/patch-Makefile' > eval "${shar_touch}") && \ > chmod 0644 'rejik/files/patch-Makefile' >if test $? -ne 0 >then ${echo} "restore of rejik/files/patch-Makefile failed" >fi > if ${md5check} > then ( > ${MD5SUM} -c >/dev/null 2>&1 || ${echo} 'rejik/files/patch-Makefile': 'MD5 check failed' > ) << \SHAR_EOF >f5bedde8c5c6e03bb6ffb74d2bdc2327 rejik/files/patch-Makefile >SHAR_EOF > >else >test `LC_ALL=C wc -c < 'rejik/files/patch-Makefile'` -ne 321 && \ > ${echo} "restoration warning: size of 'rejik/files/patch-Makefile' is not 321" > fi >fi ># ============= rejik/files/pkg-message.in ============== >if test -n "${keep_file}" && test -f 'rejik/files/pkg-message.in' >then >${echo} "x - SKIPPING rejik/files/pkg-message.in (file already exists)" > >else >${echo} "x - extracting rejik/files/pkg-message.in (text)" > sed 's/^X//' << 'SHAR_EOF' > 'rejik/files/pkg-message.in' && >=============================================================================== >1. Make sure that squid runs under user %%SQUID_USER%% and group %%SQUID_GROUP%%. >X >2. See %%INSTALL_PATH%%/redirector.conf.dist for default configuration. Edit %%INSTALL_PATH%%/redirector.conf if you need. >X >3. Add line >X redirect_program %%INSTALL_PATH%%/redirector to squid.conf. >X >4. See http://www.rejik.ru/ for detailed instructions. >=============================================================================== >SHAR_EOF > (set 20 14 10 18 09 31 55 'rejik/files/pkg-message.in' > eval "${shar_touch}") && \ > chmod 0644 'rejik/files/pkg-message.in' >if test $? -ne 0 >then ${echo} "restore of rejik/files/pkg-message.in failed" >fi > if ${md5check} > then ( > ${MD5SUM} -c >/dev/null 2>&1 || ${echo} 'rejik/files/pkg-message.in': 'MD5 check failed' > ) << \SHAR_EOF >1f3dbf60da7e037ba92c15aa66425975 rejik/files/pkg-message.in >SHAR_EOF > >else >test `LC_ALL=C wc -c < 'rejik/files/pkg-message.in'` -ne 498 && \ > ${echo} "restoration warning: size of 'rejik/files/pkg-message.in' is not 498" > fi >fi ># ============= rejik/files/patch-Makefile ============== >if test -n "${keep_file}" && test -f 'rejik/files/patch-Makefile' >then >${echo} "x - SKIPPING rejik/files/patch-Makefile (file already exists)" > >else >${echo} "x - extracting rejik/files/patch-Makefile (text)" > sed 's/^X//' << 'SHAR_EOF' > 'rejik/files/patch-Makefile' && >--- Makefile.bak Sat Oct 29 09:55:05 2005 >+++ Makefile Wed Nov 2 12:52:41 2005 >@@ -4,7 +4,7 @@ >X SQUID_GROUP=nogroup >X >X CC=gcc -Wall >-INCLUDE=-I/usr/include -I/usr/local/include -I/usr/include/pcre >+INCLUDE=-I/usr/include -I/usr/local/include -I/usr/local/include/pcre >X LIBS=-L/lib `pcre-config --libs` >X >X ### Don't edit >SHAR_EOF > (set 20 14 10 18 09 31 55 'rejik/files/patch-Makefile' > eval "${shar_touch}") && \ > chmod 0644 'rejik/files/patch-Makefile' >if test $? -ne 0 >then ${echo} "restore of rejik/files/patch-Makefile failed" >fi > if ${md5check} > then ( > ${MD5SUM} -c >/dev/null 2>&1 || ${echo} 'rejik/files/patch-Makefile': 'MD5 check failed' > ) << \SHAR_EOF >f5bedde8c5c6e03bb6ffb74d2bdc2327 rejik/files/patch-Makefile >SHAR_EOF > >else >test `LC_ALL=C wc -c < 'rejik/files/patch-Makefile'` -ne 321 && \ > ${echo} "restoration warning: size of 'rejik/files/patch-Makefile' is not 321" > fi >fi ># ============= rejik/files/pkg-message.in ============== >if test -n "${keep_file}" && test -f 'rejik/files/pkg-message.in' >then >${echo} "x - SKIPPING rejik/files/pkg-message.in (file already exists)" > >else >${echo} "x - extracting rejik/files/pkg-message.in (text)" > sed 's/^X//' << 'SHAR_EOF' > 'rejik/files/pkg-message.in' && >=============================================================================== >1. Make sure that squid runs under user %%SQUID_USER%% and group %%SQUID_GROUP%%. >X >2. See %%INSTALL_PATH%%/redirector.conf.dist for default configuration. Edit %%INSTALL_PATH%%/redirector.conf if you need. >X >3. Add line >X redirect_program %%INSTALL_PATH%%/redirector to squid.conf. >X >4. See http://www.rejik.ru/ for detailed instructions. >=============================================================================== >SHAR_EOF > (set 20 14 10 18 09 31 55 'rejik/files/pkg-message.in' > eval "${shar_touch}") && \ > chmod 0644 'rejik/files/pkg-message.in' >if test $? -ne 0 >then ${echo} "restore of rejik/files/pkg-message.in failed" >fi > if ${md5check} > then ( > ${MD5SUM} -c >/dev/null 2>&1 || ${echo} 'rejik/files/pkg-message.in': 'MD5 check failed' > ) << \SHAR_EOF >1f3dbf60da7e037ba92c15aa66425975 rejik/files/pkg-message.in >SHAR_EOF > >else >test `LC_ALL=C wc -c < 'rejik/files/pkg-message.in'` -ne 498 && \ > ${echo} "restoration warning: size of 'rejik/files/pkg-message.in' is not 498" > fi >fi ># ============= rejik/distinfo ============== >if test -n "${keep_file}" && test -f 'rejik/distinfo' >then >${echo} "x - SKIPPING rejik/distinfo (file already exists)" > >else >${echo} "x - extracting rejik/distinfo (text)" > sed 's/^X//' << 'SHAR_EOF' > 'rejik/distinfo' && >SHA256 (redirector-3.2.11_squid_3.4.tgz) = f6659d1c68f13c600ecd1736ac249c93eb91c6d834607caf3ecdba690cdcf771 >SIZE (redirector-3.2.11_squid_3.4.tgz) = 44790 >SHA256 (banlists-2.x.x.tgz) = 221a40e8db9d19477d6fdece00c9152526a0d2f0c2298504fc99b4378457b09e >SIZE (banlists-2.x.x.tgz) = 116100 >SHA256 (squid-like-www-en.tgz) = c4f32179c742cec5f0f03891f8bf0eb4825bfff3a36e6bf0952d641a0973332a >SIZE (squid-like-www-en.tgz) = 920 >SHA256 (dbl-2.0.tgz) = 45577958a9f9519919e0b61ccfdbda30a467f55721d94a67cb07e8f1c1e55c55 >SIZE (dbl-2.0.tgz) = 3355 >SHAR_EOF > (set 20 14 10 18 09 31 55 'rejik/distinfo' > eval "${shar_touch}") && \ > chmod 0644 'rejik/distinfo' >if test $? -ne 0 >then ${echo} "restore of rejik/distinfo failed" >fi > if ${md5check} > then ( > ${MD5SUM} -c >/dev/null 2>&1 || ${echo} 'rejik/distinfo': 'MD5 check failed' > ) << \SHAR_EOF >f6dbc1321c11ad8d61c740181c2b7f32 rejik/distinfo >SHAR_EOF > >else >test `LC_ALL=C wc -c < 'rejik/distinfo'` -ne 532 && \ > ${echo} "restoration warning: size of 'rejik/distinfo' is not 532" > fi >fi >if rm -fr ${lock_dir} >then ${echo} "x - removed lock directory ${lock_dir}." >else ${echo} "x - failed to remove lock directory ${lock_dir}." > exit 1 >fi >exit 0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 194418
:
148393
| 148419