Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Dec 2019 07:41:42 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520544 - in head/www: . p5-Apache-Config-Preproc p5-Apache-Defaults
Message-ID:  <201912210741.xBL7fghE064175@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Sat Dec 21 07:41:41 2019
New Revision: 520544
URL: https://svnweb.freebsd.org/changeset/ports/520544

Log:
  Add two Perl modules to work with Apache HTTP server configuration.

Added:
  head/www/p5-Apache-Config-Preproc/
  head/www/p5-Apache-Config-Preproc/Makefile   (contents, props changed)
  head/www/p5-Apache-Config-Preproc/distinfo   (contents, props changed)
  head/www/p5-Apache-Config-Preproc/pkg-descr   (contents, props changed)
  head/www/p5-Apache-Config-Preproc/pkg-plist   (contents, props changed)
  head/www/p5-Apache-Defaults/
  head/www/p5-Apache-Defaults/Makefile   (contents, props changed)
  head/www/p5-Apache-Defaults/distinfo   (contents, props changed)
  head/www/p5-Apache-Defaults/pkg-descr   (contents, props changed)
  head/www/p5-Apache-Defaults/pkg-plist   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sat Dec 21 07:36:09 2019	(r520543)
+++ head/www/Makefile	Sat Dec 21 07:41:41 2019	(r520544)
@@ -502,10 +502,12 @@
     SUBDIR += p5-Apache-AuthCookie
     SUBDIR += p5-Apache-AuthTicket
     SUBDIR += p5-Apache-Clean2
+    SUBDIR += p5-Apache-Config-Preproc
     SUBDIR += p5-Apache-ConfigFile
     SUBDIR += p5-Apache-ConfigParser
     SUBDIR += p5-Apache-DB
     SUBDIR += p5-Apache-DBI
+    SUBDIR += p5-Apache-Defaults
     SUBDIR += p5-Apache-Gallery
     SUBDIR += p5-Apache-Htgroup
     SUBDIR += p5-Apache-LogFormat-Compiler

Added: head/www/p5-Apache-Config-Preproc/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Apache-Config-Preproc/Makefile	Sat Dec 21 07:41:41 2019	(r520544)
@@ -0,0 +1,21 @@
+# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Apache-Config-Preproc
+PORTVERSION=	1.03
+CATEGORIES=	www perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	perl@FreeBSD.org
+COMMENT=	Preprocess Apache server configuration files
+
+LICENSE=	LGPL21
+
+RUN_DEPENDS=	p5-Apache-Admin-Config>=0.95:www/p5-Apache-Admin-Config
+
+NO_ARCH=	yes
+USES=		perl5
+USE_PERL5=	configure
+
+.include <bsd.port.mk>

Added: head/www/p5-Apache-Config-Preproc/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Apache-Config-Preproc/distinfo	Sat Dec 21 07:41:41 2019	(r520544)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1556631365
+SHA256 (Apache-Config-Preproc-1.03.tar.gz) = 88e305e980740c37ae953680769d0340b6a25486861b8a743a62a3de8f27804f
+SIZE (Apache-Config-Preproc-1.03.tar.gz) = 22692

Added: head/www/p5-Apache-Config-Preproc/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Apache-Config-Preproc/pkg-descr	Sat Dec 21 07:41:41 2019	(r520544)
@@ -0,0 +1,10 @@
+Apache::Config::Preproc reads and parses Apache server configuration file,
+expanding the syntactic constructs selected by the -expand option.  In the
+simplest case, the argument to that option is a reference to the list of
+names.  Each name in the list identifies a module responsible for processing
+specific Apache configuration keywords.  For convenience, most modules are
+named after the keyword they process, so that, e.g. include is responsible
+for inclusion of the files listed with Include and IncludeOptional
+statements.
+
+WWW: https://metacpan.org/release/Apache-Config-Preproc

Added: head/www/p5-Apache-Config-Preproc/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Apache-Config-Preproc/pkg-plist	Sat Dec 21 07:41:41 2019	(r520544)
@@ -0,0 +1,12 @@
+%%SITE_PERL%%/Apache/Config/Preproc.pm
+%%SITE_PERL%%/Apache/Config/Preproc/compact.pm
+%%SITE_PERL%%/Apache/Config/Preproc/ifdefine.pm
+%%SITE_PERL%%/Apache/Config/Preproc/ifmodule.pm
+%%SITE_PERL%%/Apache/Config/Preproc/include.pm
+%%SITE_PERL%%/Apache/Config/Preproc/macro.pm
+%%PERL5_MAN3%%/Apache::Config::Preproc.3.gz
+%%PERL5_MAN3%%/Apache::Config::Preproc::compact.3.gz
+%%PERL5_MAN3%%/Apache::Config::Preproc::ifdefine.3.gz
+%%PERL5_MAN3%%/Apache::Config::Preproc::ifmodule.3.gz
+%%PERL5_MAN3%%/Apache::Config::Preproc::include.3.gz
+%%PERL5_MAN3%%/Apache::Config::Preproc::macro.3.gz

Added: head/www/p5-Apache-Defaults/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Apache-Defaults/Makefile	Sat Dec 21 07:41:41 2019	(r520544)
@@ -0,0 +1,22 @@
+# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Apache-Defaults
+PORTVERSION=	1.02
+CATEGORIES=	www perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	perl@FreeBSD.org
+COMMENT=	Get default settings for Apache httpd daemon
+
+LICENSE=	GPLv3+
+
+RUN_DEPENDS=	p5-DateTime-Format-Strptime>=1.54:devel/p5-DateTime-Format-Strptime \
+		p5-Shell-GetEnv>=0.10:devel/p5-Shell-GetEnv
+
+NO_ARCH=	yes
+USES=		perl5
+USE_PERL5=	configure
+
+.include <bsd.port.mk>

Added: head/www/p5-Apache-Defaults/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Apache-Defaults/distinfo	Sat Dec 21 07:41:41 2019	(r520544)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1566737872
+SHA256 (Apache-Defaults-1.02.tar.gz) = 1d57070e765038c3fa18337d5274b5d47efbb5fb52ee8bd97b464e0f670f5db9
+SIZE (Apache-Defaults-1.02.tar.gz) = 17669

Added: head/www/p5-Apache-Defaults/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Apache-Defaults/pkg-descr	Sat Dec 21 07:41:41 2019	(r520544)
@@ -0,0 +1,6 @@
+This module provides a mechanism for detecting version, default settings,
+and preloaded modules of the Apache httpd server.  It does so by locating
+the server binary, invoking it with appropriate options and analyzing the
+output it produces.
+
+WWW: https://metacpan.org/release/Apache-Defaults

Added: head/www/p5-Apache-Defaults/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Apache-Defaults/pkg-plist	Sat Dec 21 07:41:41 2019	(r520544)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Apache/Defaults.pm
+%%PERL5_MAN3%%/Apache::Defaults.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912210741.xBL7fghE064175>