diff options
author | clsung <clsung@FreeBSD.org> | 2006-01-11 02:32:19 +0000 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-01-11 02:32:19 +0000 |
commit | 118862a562695d0b0a0a9c3aca65d71815d0abc3 (patch) | |
tree | f84dfec8de615c9833d1ccf6fdd0acfdbfbbbfa4 /www/lifetype | |
parent | 3eba217d09c38cfec9bd8087292352316a4a9ba0 (diff) | |
download | FreeBSD-ports-118862a562695d0b0a0a9c3aca65d71815d0abc3.zip FreeBSD-ports-118862a562695d0b0a0a9c3aca65d71815d0abc3.tar.gz |
- project rename from plog to lifetype
PR: 91264
Submitted by: clsung
Repocopy by: marcus
Diffstat (limited to 'www/lifetype')
-rw-r--r-- | www/lifetype/Makefile | 15 | ||||
-rw-r--r-- | www/lifetype/distinfo | 3 | ||||
-rw-r--r-- | www/lifetype/pkg-descr | 4 | ||||
-rw-r--r-- | www/lifetype/pkg-message | 6 |
4 files changed, 16 insertions, 12 deletions
diff --git a/www/lifetype/Makefile b/www/lifetype/Makefile index 269bf62..ce6580c 100644 --- a/www/lifetype/Makefile +++ b/www/lifetype/Makefile @@ -1,19 +1,19 @@ -# New ports collection makefile for: plog -# Date created: 2004-10-27 +# New ports collection makefile for: lifetype +# Date created: Wed Jan 11 09:37:54 CST 2006 # Whom: clsung # # $FreeBSD$ # -PORTNAME= plog +PORTNAME= lifetype PORTVERSION= 1.0.1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= plog -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ +MASTER_SITE_SUBDIR= lifetype +DISTFILES= plog-${PORTVERSION}${EXTRACT_SUFX} \ _all_plugins${EXTRACT_SUFX} \ _all_templates${EXTRACT_SUFX} -EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} +EXTRACT_ONLY= plog-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= clsung@FreeBSD.org COMMENT= A PHP and MySQL based blogging platform @@ -27,9 +27,10 @@ PHP4_PORT?= www/mod_php4 NO_BUILD= YES WANT_PHP_WEB= YES WWWDOCROOT?= www/data -PLOGURL?= plog +PLOGURL?= lifetype WWWOWN?= www WWWGRP?= www +WRKSRC= ${WRKDIR}/plog-${PORTVERSION} PLOGDIR?= ${WWWDOCROOT}/${PLOGURL} PLIST= ${WRKDIR}/pkg-plist PKGMESSAGE= ${WRKDIR}/pkg-message diff --git a/www/lifetype/distinfo b/www/lifetype/distinfo index 21097c6..dfa2706 100644 --- a/www/lifetype/distinfo +++ b/www/lifetype/distinfo @@ -1,4 +1,7 @@ MD5 (plog-1.0.1.zip) = fa3fe2def5c7c70c71ba68ebdde15668 +SHA256 (plog-1.0.1.zip) = a761dc7d9ce199d6be95e486ffc0cc6d06182fa5c8506056f1e9d9aecd0d5e6c SIZE (plog-1.0.1.zip) = 2526240 MD5 (_all_plugins.zip) = IGNORE +SHA256 (_all_plugins.zip) = IGNORE MD5 (_all_templates.zip) = IGNORE +SHA256 (_all_templates.zip) = IGNORE diff --git a/www/lifetype/pkg-descr b/www/lifetype/pkg-descr index c9e0dbe..3af63a8 100644 --- a/www/lifetype/pkg-descr +++ b/www/lifetype/pkg-descr @@ -1,8 +1,8 @@ -pLog is a PHP and MySQL based blogging platform and its main goals +LifeType 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/ +WWW: http://www.lifetype.org/ diff --git a/www/lifetype/pkg-message b/www/lifetype/pkg-message index 1ca11e9..5384260 100644 --- a/www/lifetype/pkg-message +++ b/www/lifetype/pkg-message @@ -1,12 +1,12 @@ ====================================================================== **** NOTE **** -For first use of pLog, remember to point your browser to +For first use of LifeType, remember to point your browser to -http://your.plog.host/%%PLOGURL%%/wizard.php +http://your.lifetype.host/%%PLOGURL%%/wizard.php and, remember to load your templates at -http://your.plog.host/%%PLOGURL%%/admin.php?op=adminSettings +http://your.lifetype.host/%%PLOGURL%%/admin.php?op=adminSettings and then click 'scanTemplates' ====================================================================== |