Path to this page:
./
www/geeklog,
PHP/MySQL based application for managing dynamic web content
Branch: pkgsrc-2008Q4,
Version: 1.4.1nb4,
Package name: geeklog-1.4.1nb4,
Maintainer: tacaGeeklog is a PHP/MySQL based application for managing dynamic web content.
"Out of the box", it is a blog engine, or a CMS with support for comments,
trackbacks, multiple syndication formats, spam protection, and all the
other vital features of such a system.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.4 2007/05/20 15:56:44 taca Exp $
GEEKLOG_DIR="@GEEKLOG_DIR@"
GEEKLOG_EXAMPLESDIR="@GEEKLOG_EXAMPLESDIR@"
GEEKLOG_PUBDIR="@GEEKLOG_PUBDIR@"
GEEKLOG_TMPL_SUB="@GEEKLOG_TMPL_SUB@"
GEEKLOG_TMPL_DIR="@GEEKLOG_TMPL_DIR@"
case ${STAGE} in
DEINSTALL)
(cd ${GEEKLOG_PUBDIR}; ${RM} -fr admin)
(cd ${GEEKLOG_TMPL_DIR}
${FIND} ${GEEKLOG_TMPL_SUB} -type f -print | \
while read f; do
file="${GEEKLOG_PUBDIR}/$f"
if ${TEST} -f ${file} -a -f ${f} && \
${CMP} -s ${file} ${f}; then
${RM} -f ${file}
fi
done
cd ${GEEKLOG_PUBDIR}
${FIND} -d ${GEEKLOG_TMPL_SUB} -type d -print |
while read d; do
${RMDIR} ${d} 2>/dev/null
done
# XXX: work around for remaining config.php and system/lib-custom.php
conf_files="${GEEKLOG_EXAMPLESDIR}/config.php \
${GEEKLOG_DIR}/config.php \
${GEEKLOG_EXAMPLESDIR}/system/lib-custom.php \
${GEEKLOG_DIR}/system/lib-custom.php"
file_list=
set ${conf_files}
while ${TEST} $# -gt 0; do
eg=$1; shift
cf=$1; shift
if ${TEST} -f ${cf} -a -f ${eg} && ${CMP} -s ${cf} ${eg}; then
${RM} ${cf}
else
file_list="${file_list} ${cf}"
fi
done
if ${TEST} -n "${file_list}"; then
${ECHO} "==========================================================================="
${ECHO} "The following files are no longer being used by ${PKGNAME},"
${ECHO} "and they can be removed if no other packages are using them:"
${ECHO} ""
for f in ${file_list}; do
${ECHO} " ${f}"
done
${ECHO} ""
${ECHO} "==========================================================================="
fi
)
;;
esac
Required to run:[
databases/php-mysql]
Master sites:
SHA1: c323c29b523598b97d7e0957435c0ec0c31cb290
RMD160: bfac9946b34d0254fedd3a54cf742b044d347a3c
Filesize: 3546.294 KB
Version history: (Expand)
- (2009-01-06) Package added to pkgsrc.se, version geeklog-1.4.1nb4 (created)