Bug 180364 - [NEW PORT] www/ap22-mod_realdoc: Apache module to support atomic deploys
Summary: [NEW PORT] www/ap22-mod_realdoc: Apache module to support atomic deploys
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-07 14:20 UTC by gslin
Modified: 2014-05-25 06:40 UTC (History)
1 user (show)

See Also:


Attachments
.shar (1.58 KB, text/plain)
2013-07-07 14:20 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2013-07-07 14:20:00 UTC
mod_realdoc is an Apache module which does a realpath on the docroot
symlink and sets the absolute path as the real document root for the
remainder of the request.

WWW: https://github.com/etsy/mod_realdoc

Generated with FreeBSD Port Tools 0.99_8 (mode: new)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-07 14:20:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Bryan Drewery freebsd_committer freebsd_triage 2013-09-22 15:10:15 UTC
Responsible Changed
From-To: miwi->freebsd-ports-bugs

Back to the heap due to timeout
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2014-05-25 06:32:44 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-05-25 06:33:16 UTC
Author: miwi
Date: Sun May 25 05:33:09 2014
New Revision: 355129
URL: http://svnweb.freebsd.org/changeset/ports/355129
QAT: https://qat.redports.org/buildarchive/r355129/

Log:
  mod_realdoc is an Apache module which does a realpath on the docroot
  symlink and sets the absolute path as the real document root for the
  remainder of the request.
  
  WWW: https://github.com/etsy/mod_realdoc
  
  PR:		ports/180364
  Submitted by:	Gea-Suan Lin <gslin@gslin.org>

Added:
  head/www/mod_realdoc/
  head/www/mod_realdoc/Makefile   (contents, props changed)
  head/www/mod_realdoc/distinfo   (contents, props changed)
  head/www/mod_realdoc/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sun May 25 05:31:13 2014	(r355128)
+++ head/www/Makefile	Sun May 25 05:33:09 2014	(r355129)
@@ -517,6 +517,7 @@
     SUBDIR += mod_python33
     SUBDIR += mod_python35
     SUBDIR += mod_qos
+    SUBDIR += mod_realdoc
     SUBDIR += mod_remoteip
     SUBDIR += mod_reproxy
     SUBDIR += mod_rivet

Added: head/www/mod_realdoc/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/mod_realdoc/Makefile	Sun May 25 05:33:09 2014	(r355129)
@@ -0,0 +1,21 @@
+# Created by: Gea-Suan Lin <gslin@gslin.org>
+# $FreeBSD$
+
+PORTNAME=	mod_realdoc
+PORTVERSION=	20130701
+CATEGORIES=	www
+MASTER_SITES=	GH \
+		http://freebsd.cs.nctu.edu.tw/~gslin/files/
+
+MAINTAINER=	gslin@gslin.org
+COMMENT=	Apache module to support atomic deploys
+
+AP_FAST_BUILD=	yes
+AP_GENPLIST=	yes
+GH_ACCOUNT=	etsy
+GH_COMMIT=	4925acc
+GH_TAGNAME=	${GH_COMMIT}
+USE_APACHE=	22+
+USE_GITHUB=	yes
+
+.include <bsd.port.mk>

Added: head/www/mod_realdoc/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/mod_realdoc/distinfo	Sun May 25 05:33:09 2014	(r355129)
@@ -0,0 +1,2 @@
+SHA256 (mod_realdoc-20130701.tar.gz) = 8ccb15b10b61955fbbb479f05bc5c159d3b68abab284a91afb8cd013b728945c
+SIZE (mod_realdoc-20130701.tar.gz) = 3177

Added: head/www/mod_realdoc/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/mod_realdoc/pkg-descr	Sun May 25 05:33:09 2014	(r355129)
@@ -0,0 +1,5 @@
+mod_realdoc is an Apache module which does a realpath on the docroot
+symlink and sets the absolute path as the real document root for the
+remainder of the request.
+
+WWW: https://github.com/etsy/mod_realdoc
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"