mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
mod_line_edit is a general-purpose filter for text documents. It
operates as a simple on-the-fly line editor, applying search-and-replace rules defined in a configuration or .htaccess file. WWW: http://apache.webthing.com/mod_line_edit/ PR: ports/108053 Submitted by: Dominic Marks <dom at goodforbusiness.co.uk>
This commit is contained in:
parent
3acbc054bb
commit
6d29e03fa5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182944
@ -339,6 +339,7 @@
|
||||
SUBDIR += mod_layout2
|
||||
SUBDIR += mod_limitipconn
|
||||
SUBDIR += mod_limitipconn2
|
||||
SUBDIR += mod_line_edit
|
||||
SUBDIR += mod_log_config-st
|
||||
SUBDIR += mod_log_data
|
||||
SUBDIR += mod_log_mysql
|
||||
|
36
www/mod_line_edit/Makefile
Normal file
36
www/mod_line_edit/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# New ports collection Makefile for: mod_line_edit
|
||||
#
|
||||
# Date created: 10/01/2007
|
||||
# Whom: Dominic Marks <dom@goodforbusiness.co.uk>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mod_line_edit
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://apache.webthing.com/mod_line_edit/
|
||||
DISTFILES= mod_line_edit.c
|
||||
|
||||
MAINTAINER= dom@helenmarks.co.uk
|
||||
COMMENT= Apache module for simple text rewriting
|
||||
|
||||
USE_APACHE= yes
|
||||
WITH_APACHE2= yes
|
||||
|
||||
do-extract:
|
||||
@${DO_NADA}
|
||||
|
||||
pre-fetch:
|
||||
@${MKDIR} ${WRKDIR}
|
||||
|
||||
post-fetch:
|
||||
@${CP} ${DISTDIR}/mod_line_edit.c ${WRKDIR}
|
||||
|
||||
do-build:
|
||||
@(cd ${WRKDIR} && ${APXS} -c mod_line_edit.c)
|
||||
|
||||
do-install:
|
||||
@(cd ${WRKDIR} && ${APXS} -A -i mod_line_edit.la)
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/mod_line_edit/distinfo
Normal file
3
www/mod_line_edit/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (mod_line_edit.c) = 80d17d06a164bfc7f7e0dfb841693bb1
|
||||
SHA256 (mod_line_edit.c) = 9c6c33d401f545ebd3826df96a2ccaa07b25db0b99ba13e4d88b10a2d49f8b0b
|
||||
SIZE (mod_line_edit.c) = 17096
|
6
www/mod_line_edit/pkg-descr
Normal file
6
www/mod_line_edit/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
mod_line_edit is a general-purpose filter for text documents. It
|
||||
operates as a simple on-the-fly line editor, applying
|
||||
search-and-replace rules defined in a configuration or .htaccess
|
||||
file.
|
||||
|
||||
WWW: http://apache.webthing.com/mod_line_edit/
|
3
www/mod_line_edit/pkg-plist
Normal file
3
www/mod_line_edit/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
libexec/apache2/mod_line_edit.so
|
||||
@exec %D/sbin/apxs -e -A -n line_edit %D/%F
|
||||
@unexec %D/sbin/apxs -e -A -n line_edit %D/%F
|
Loading…
Reference in New Issue
Block a user