- Add a new port: japanese/wordpress

WordPress is a state-of-the-art semantic personal publishing platform
  with a focus on aesthetics, web standards, and usability.

  More simply, Wordpress is what you use when you want to work
  with your blogging software, not fight it.

  WWW:	http://ja.wordpress.org/

PR:		ports/160172
Submitted by:	Takefu <takefu_AT_airport_DOT_fm>
This commit is contained in:
TAKATSU Tomonari 2011-10-16 05:24:10 +00:00
parent ecb09b40d4
commit 17ae7067ac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283594
5 changed files with 71 additions and 0 deletions

View File

@ -351,6 +351,7 @@
SUBDIR += webalizer
SUBDIR += wnn7egg
SUBDIR += wordnet-fpw
SUBDIR += wordpress
SUBDIR += wwasw-fpw
SUBDIR += xchat
SUBDIR += xdtp

View File

@ -0,0 +1,55 @@
# New ports collection makefile for: wordpress
# Date created: 2011-09-20
# Whom: Takefu
#
# $FreeBSD$
#
PORTNAME= wordpress
PORTVERSION= 3.2.1
CATEGORIES= japanese www
MASTER_SITES= http://ja.wordpress.org/
PKGNAMESUFFIX= -ja
DISTNAME= ${PORTNAME}-${PORTVERSION}${PKGNAMESUFFIX}
MAINTAINER= takefu@airport.fm
COMMENT= A state-of-the-art semantic personal publishing platform
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/license.txt
CONFLICTS_INSTALL= wordpress-3.* de-wordpress-de-3.*
NO_BUILD= yes
USE_PHP= gd mysql pcre tokenizer xml zip
WANT_PHP_WEB= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
SUB_FILES= pkg-message
PLIST= ${WRKDIR}/pkg-plist
PORTDOCS= license.txt readme.html
pre-everything::
@${ECHO_CMD} "If you want to upgrade, you must read upgrade document."
@${ECHO_CMD} ""
@sleep 1
pre-install:
cd ${WRKSRC}/ && \
(${FIND} -s * -type f | ${SED} -e 's|^|%%WWWDIR%%/|'; \
${FIND} -d . -type d | ${SED} -e 's|^\.|@dirrm %%WWWDIR%%|') > ${PLIST}
if [ ! -f ${WRKSRC}/wp-config-sample.php ]; then ${CP} \
${WRKSRC}/wp-config.php.sample ${WRKSRC}/wp-config.php; fi
do-install:
${INSTALL} -d -g ${WWWGRP} -m 755 -o ${WWWOWN} ${WWWDIR}/
${CP} -R ${WRKSRC}/ ${WWWDIR}/
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}/
cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (wordpress-3.2.1-ja.tar.gz) = 42f6371f529bef30163fe3b4dee3352b9739fcd3ea02edf68438ac081f3762e2
SIZE (wordpress-3.2.1-ja.tar.gz) = 4021787

View File

@ -0,0 +1,6 @@
**** NOTE ****
Before the first use of WordPress, copy wp-config-sample.php to wp-config.php
in %%WWWDIR%% and modify it to fit your MySQL.
Maybe you need 'mysqladmin create wordpress' first.
If you are upgrading from 1.x or 2.x to 3.x, please run
http://your.site/wordpress/wp-admin/upgrade.php to upgrade to WordPress 3.x

View File

@ -0,0 +1,7 @@
WordPress is a state-of-the-art semantic personal publishing platform
with a focus on aesthetics, web standards, and usability.
More simply, Wordpress is what you use when you want to work
with your blogging software, not fight it.
WWW: http://ja.wordpress.org/