Index: branches/2017Q2/french/Makefile =================================================================== --- branches/2017Q2/french/Makefile (revision 442992) +++ branches/2017Q2/french/Makefile (revision 442993) @@ -1,26 +1,27 @@ # $FreeBSD$ # COMMENT = French support SUBDIR += aspell SUBDIR += aster SUBDIR += calligra-l10n SUBDIR += eficas SUBDIR += eric6 SUBDIR += fortune-mod-zarathoustra SUBDIR += geonext SUBDIR += gimp-help SUBDIR += homard SUBDIR += hunspell SUBDIR += hyphen SUBDIR += jdictionary-fre-hun SUBDIR += kde4-l10n SUBDIR += libreoffice SUBDIR += med SUBDIR += mythes SUBDIR += php_doc SUBDIR += trytond28_account_fr SUBDIR += verbiste + SUBDIR += wordpress .include Index: branches/2017Q2/french/wordpress/Makefile =================================================================== --- branches/2017Q2/french/wordpress/Makefile (nonexistent) +++ branches/2017Q2/french/wordpress/Makefile (revision 442993) @@ -0,0 +1,55 @@ +# Created by: Elvis Chiang +# $FreeBSD$ + +PORTNAME= wordpress +PORTVERSION= 4.7.3 +PORTEPOCH= 1 +DISTVERSIONSUFFIX= -fr_FR +CATEGORIES= french www +MASTER_SITES= http://fr.wordpress.org/ + +MAINTAINER= joneum@bsdproject.de +COMMENT= State-of-the-art semantic personal publishing platform + +LICENSE= GPLv2 + +CONFLICTS_INSTALL= de-wordpress-[0-9].* ja-wordpress-[0-9].* ru-wordpress-[0-9].* + +NO_ARCH= yes +NO_BUILD= yes +USES= php:web cpe +USE_PHP= curl gd hash mysqli pcre tokenizer xml zip zlib ftp +WRKSRC= ${WRKDIR}/${PORTNAME} + +.if ${PORTVERSION:N*.*.*} +CPE_VERSION= ${PORTVERSION}.0 +.endif + +SUB_FILES= pkg-message +PLIST= ${WRKDIR}/pkg-plist +PORTDOCS= license.txt readme.html + +OPTIONS_DEFINE= DOCS + +pre-everything:: + @${ECHO_CMD} "If you want to upgrade, you must read upgrade document." + @${ECHO_CMD} "" + @sleep 1 + +pre-install: + ${ECHO_CMD} '@owner www' > ${PLIST} + ${ECHO_CMD} '@group www' >> ${PLIST} + cd ${WRKSRC}/ && ${FIND} -s * -type f | ${SED} -e 's|^|%%WWWDIR%%/|' >> ${PLIST} + ${ECHO_CMD} '@owner' >> ${PLIST} + ${ECHO_CMD} '@group' >> ${PLIST} + if [ ! -f ${WRKSRC}/wp-config-sample.php ]; then ${CP} \ + ${WRKSRC}/wp-config.php.sample ${WRKSRC}/wp-config.php; fi + +do-install: + ${INSTALL} -d -m 755 ${STAGEDIR}${WWWDIR}/ + ${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR}/ + ${FIND} ${STAGEDIR}${WWWDIR}/ -type d -exec ${CHMOD} g+w {} \; + ${MKDIR} ${STAGEDIR}${DOCSDIR}/ + cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ + +.include Property changes on: branches/2017Q2/french/wordpress/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2017Q2/french/wordpress/distinfo =================================================================== --- branches/2017Q2/french/wordpress/distinfo (nonexistent) +++ branches/2017Q2/french/wordpress/distinfo (revision 442993) @@ -0,0 +1,3 @@ +TIMESTAMP = 1492764444 +SHA256 (wordpress-4.7.3-fr_FR.tar.gz) = 43b017da95f6e3763affaba53ef9d67282f99082dca93d7c34e85aee8b883f59 +SIZE (wordpress-4.7.3-fr_FR.tar.gz) = 8488876 Property changes on: branches/2017Q2/french/wordpress/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2017Q2/french/wordpress/pkg-descr =================================================================== --- branches/2017Q2/french/wordpress/pkg-descr (nonexistent) +++ branches/2017Q2/french/wordpress/pkg-descr (revision 442993) @@ -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://fr.wordpress.org/ Property changes on: branches/2017Q2/french/wordpress/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2017Q2/french/wordpress/files/pkg-message.in =================================================================== --- branches/2017Q2/french/wordpress/files/pkg-message.in (nonexistent) +++ branches/2017Q2/french/wordpress/files/pkg-message.in (revision 442993) @@ -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 or 3.x to 4.x, please run +http://your.site/wordpress/wp-admin/upgrade.php to upgrade to WordPress 4.x Property changes on: branches/2017Q2/french/wordpress/files/pkg-message.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2017Q2 =================================================================== --- branches/2017Q2 (revision 442992) +++ branches/2017Q2 (revision 442993) Property changes on: branches/2017Q2 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r439030,439052