diff options
author | clsung <clsung@FreeBSD.org> | 2006-01-11 10:30:44 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-01-11 10:30:44 +0800 |
commit | c5c1c87e2bd49f7f803b484aa66becce3a478f79 (patch) | |
tree | ae071fa8300b7a80f44b2a92082f63f9cb38e2e6 /www | |
parent | 9e5bd7714e3a2dee88e39084741a510918c22ac3 (diff) | |
download | freebsd-ports-gnome-c5c1c87e2bd49f7f803b484aa66becce3a478f79.tar.gz freebsd-ports-gnome-c5c1c87e2bd49f7f803b484aa66becce3a478f79.tar.zst freebsd-ports-gnome-c5c1c87e2bd49f7f803b484aa66becce3a478f79.zip |
- projcet rename to lifetype
PR: 91264
Submitted by: clsung
Repocopy by: marcus
Diffstat (limited to 'www')
-rw-r--r-- | www/plog/Makefile | 87 | ||||
-rw-r--r-- | www/plog/distinfo | 4 | ||||
-rw-r--r-- | www/plog/files/patch-wizard.php | 12 | ||||
-rw-r--r-- | www/plog/pkg-descr | 8 | ||||
-rw-r--r-- | www/plog/pkg-message | 12 |
5 files changed, 0 insertions, 123 deletions
diff --git a/www/plog/Makefile b/www/plog/Makefile deleted file mode 100644 index 269bf62d72c2..000000000000 --- a/www/plog/Makefile +++ /dev/null @@ -1,87 +0,0 @@ -# New ports collection makefile for: plog -# Date created: 2004-10-27 -# Whom: clsung -# -# $FreeBSD$ -# - -PORTNAME= plog -PORTVERSION= 1.0.1 -CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= plog -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ - _all_plugins${EXTRACT_SUFX} \ - _all_templates${EXTRACT_SUFX} -EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} - -MAINTAINER= clsung@FreeBSD.org -COMMENT= A PHP and MySQL based blogging platform - -IGNOREFILES= _all_plugins${EXTRACT_SUFX} _all_templates${EXTRACT_SUFX} - -USE_ZIP= YES - -USE_PHP= ctype mysql pcre session xml -PHP4_PORT?= www/mod_php4 -NO_BUILD= YES -WANT_PHP_WEB= YES -WWWDOCROOT?= www/data -PLOGURL?= plog -WWWOWN?= www -WWWGRP?= www -PLOGDIR?= ${WWWDOCROOT}/${PLOGURL} -PLIST= ${WRKDIR}/pkg-plist -PKGMESSAGE= ${WRKDIR}/pkg-message - -OPTIONS= BIG5 "With Big5 chinese template fix" off \ - GD "With GD Support" on \ - IMAGICK "With ImageMagick Support" off - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_GD) -RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/gd.so:${PORTSDIR}/${gd_DEPENDS} -.endif - -.if defined(WITH_IMAGICK) -RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:${PORTSDIR}/${imagick_DEPENDS} -.endif - -.if defined(WITHOUT_GD) && !defined(WITH_IMAGICK) -pre-patch: - @${ECHO_CMD} "Without GD or ImageMagick support. No thumbnails will be generated at all." -.endif - -post-extract: -.for x in plugins templates - cd ${WRKSRC}/${x} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/_all_${x}${EXTRACT_SUFX} -.endfor - -.if defined(WITH_BIG5) -USE_REINPLACE=yes - -post-patch: - ${FIND} ${WRKSRC}/templates -name "*.template" | \ - ${XARGS} ${REINPLACE_CMD} -e 's/|capitalize//g' -e 's/%b/%B/g' - ${FIND} ${WRKSRC}/templates -name "*.template.bak" -delete -.endif -pre-install: - @${RM} -f ${PLIST} - @cd ${WRKSRC} && ${FIND} -s . -type f | \ - ${SED} -e 's|^./||;s|^|${PLOGDIR}/|' > ${PLIST} \ - && ${ECHO_CMD} "@unexec ${RM} -fr %D/${PLOGDIR}/tmp/* 2>/dev/null || ${TRUE}" >> ${PLIST} \ - && ${FIND} -d * -type d | \ - ${SED} -e 's|^|@dirrm ${PLOGDIR}/|' >> ${PLIST} \ - && ${ECHO_CMD} @dirrm ${PLOGDIR} >> ${PLIST} - -do-install: - @${MKDIR} ${PREFIX}/${PLOGDIR} - @${CP} -R ${WRKSRC}/ ${PREFIX}/${PLOGDIR} - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${PLOGDIR} - -post-install: - @${SED} -e 's|%%PLOGURL%%|${PLOGURL}|' pkg-message > ${PKGMESSAGE} - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/www/plog/distinfo b/www/plog/distinfo deleted file mode 100644 index 21097c686bee..000000000000 --- a/www/plog/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (plog-1.0.1.zip) = fa3fe2def5c7c70c71ba68ebdde15668 -SIZE (plog-1.0.1.zip) = 2526240 -MD5 (_all_plugins.zip) = IGNORE -MD5 (_all_templates.zip) = IGNORE diff --git a/www/plog/files/patch-wizard.php b/www/plog/files/patch-wizard.php deleted file mode 100644 index 61121398850a..000000000000 --- a/www/plog/files/patch-wizard.php +++ /dev/null @@ -1,12 +0,0 @@ ---- wizard.php.orig Wed May 25 01:20:42 2005 -+++ wizard.php Fri May 27 14:40:20 2005 -@@ -1419,6 +1419,9 @@ - } - }
-
-+ // dirty hack, ignore duplicate table/key/column and upgrade anyway -+ $errors = false; -+ - if( !$errors )
- $message .= "Changes to table <strong>$tableId</strong> executed successfully.<br/>";
- else {
diff --git a/www/plog/pkg-descr b/www/plog/pkg-descr deleted file mode 100644 index c9e0dbe6e196..000000000000 --- a/www/plog/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -pLog is a PHP and MySQL based blogging platform and its main goals -are flexibility and extendibility. It uses a powerful template system -based on the Smarty template engine to render the templates, whick -makes the platform highly customizable and safer to let other people -customize the templates, since the presentation code is isolated from -the PHP code. - -WWW: http://www.plogworld.net/ diff --git a/www/plog/pkg-message b/www/plog/pkg-message deleted file mode 100644 index 1ca11e9cd3e6..000000000000 --- a/www/plog/pkg-message +++ /dev/null @@ -1,12 +0,0 @@ -====================================================================== - **** NOTE **** -For first use of pLog, remember to point your browser to - -http://your.plog.host/%%PLOGURL%%/wizard.php - -and, remember to load your templates at - -http://your.plog.host/%%PLOGURL%%/admin.php?op=adminSettings - -and then click 'scanTemplates' -====================================================================== |