Index: head/www/drupal9/Makefile =================================================================== --- head/www/drupal9/Makefile (nonexistent) +++ head/www/drupal9/Makefile (revision 558875) @@ -0,0 +1,50 @@ +# $FreeBSD$ + +PORTNAME= drupal9 +PORTVERSION= 9.0.10 +CATEGORIES= www +MASTER_SITES= http://ftp.drupal.org/files/projects/ +DISTNAME= drupal-${PORTVERSION} +DIST_SUBDIR= drupal + +MAINTAINER= acm@FreeBSD.org +COMMENT= Database driven web content management system (CMS) + +LICENSE= GPLv2+ + +USES= php:web shebangfix +USE_PHP= dom filter gd hash json mbstring opcache pcre pdo session \ + simplexml tokenizer xml +SHEBANG_FILES= core/scripts/password-hash.sh + +NO_ARCH= yes +NO_BUILD= yes +DOCS= core/CHANGELOG.txt core/INSTALL.mysql.txt core/INSTALL.sqlite.txt \ + LICENSE.txt README.txt core/COPYRIGHT.txt core/INSTALL.pgsql.txt \ + core/INSTALL.txt core/MAINTAINERS.txt core/UPDATE.txt + +OPTIONS_DEFINE= MYSQL SQLITE3 PGSQL DOCS +OPTIONS_DEFAULT= MYSQL + +SUB_FILES+= pkg-message + +PGSQL_USES= pgsql +PGSQL_USE= PHP=pdo_pgsql +SQLITE3_USE= PHP=pdo_sqlite +MYSQL_USES= mysql +MYSQL_USE= PHP=pdo_mysql + +post-extract: + @${MKDIR} ${WRKDIR}/DOCS + @${MV} ${DOCS:S|^|${WRKSRC}/|} ${WRKDIR}/DOCS/ + +do-install: + (cd ${WRKSRC} && ${COPYTREE_SHARE} . \ + ${STAGEDIR}${WWWDIR}) + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKDIR}/DOCS && ${COPYTREE_SHARE} . \ + ${STAGEDIR}${DOCSDIR}) + +.include Property changes on: head/www/drupal9/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: head/www/drupal9/distinfo =================================================================== --- head/www/drupal9/distinfo (nonexistent) +++ head/www/drupal9/distinfo (revision 558875) @@ -0,0 +1,3 @@ +TIMESTAMP = 1608599351 +SHA256 (drupal/drupal-9.0.10.tar.gz) = 50dc3b0bf71efd4f16021efa319339d8bfcefbb3ce1e8e2c33b5dc0a5c8782ff +SIZE (drupal/drupal-9.0.10.tar.gz) = 16867321 Property changes on: head/www/drupal9/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: head/www/drupal9/files/pkg-message.in =================================================================== --- head/www/drupal9/files/pkg-message.in (nonexistent) +++ head/www/drupal9/files/pkg-message.in (revision 558875) @@ -0,0 +1,52 @@ +[ +{ type: install + message: < + Options Indexes FollowSymlinks MultiViews + AllowOverride None + Order allow,deny + Allow from all + + +Please see http://drupal.org/cron for important information on setting up +periodic maintenance tasks in Drupal. + +Please see http://drupal.org/requirements for important information on +system requirements for Drupal 8. In particular, please ensure that your +configuration: + +- uses PHP 7.3 or later +- PHP "memory_limit" is set to "32Mb" or larger +- PHP "register_globals" is set to "Off" +- PHP "safe_mode" is set to "Off" +- PHP "session.cache_limiter" is set to "nocache" +EOM +} +{ type: UPGRADE + message: <