1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- project rename from plog to lifetype

PR:		91264
Submitted by:	clsung
Repocopy by:	marcus
This commit is contained in:
Cheng-Lung Sung 2006-01-11 02:32:19 +00:00
parent 2d0ef2abc1
commit f66c361bac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153225
4 changed files with 16 additions and 12 deletions

View File

@ -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

View File

@ -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

View File

@ -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/

View File

@ -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'
======================================================================