View | Details | Raw Unified | Return to bug 271151 | Differences between
and this patch

Collapse All | Expand All

(-)b/www/icapeg/Makefile (+26 lines)
Added Link Here
1
PORTNAME=       	icapeg
2
DISTVERSIONPREFIX=  v
3
DISTVERSION=    	1.0.0
4
CATEGORIES=     	www
5
6
MAINTAINER=     	support@egirna.com
7
COMMENT=        	ICAP server implementation with Multi vendor support.
8
WWW=            	https://github.com/egirna/icapeg
9
10
LICENSE=        	APACHE20
11
LICENSE_FILE=   	${WRKSRC}/LICENSE
12
13
USES=           	go:modules
14
GO_MODULE=			github.com/egirna/icapeg
15
16
post-install:
17
	${MKDIR} ${STAGEDIR}${ETCDIR}
18
	${INSTALL_DATA} ${WRKSRC}/config.toml ${STAGEDIR}${ETCDIR}/config.toml.sample
19
	${MKDIR} ${STAGEDIR}${DATADIR}
20
	${INSTALL_DATA} ${WRKSRC}/temp/exception-page.html ${STAGEDIR}${DATADIR}/exception-page.html
21
22
PLIST_FILES=    	bin/icapeg \
23
					"@sample ${ETCDIR}/config.toml.sample" \
24
					"${DATADIR}/exception-page.html"
25
26
.include <bsd.port.mk>
(-)b/www/icapeg/distinfo (+5 lines)
Added Link Here
1
TIMESTAMP = 1683286476
2
SHA256 (go/www_icapeg/icapeg-v1.0.0/v1.0.0.mod) = f5dd506f5a783d79a500114ddb1606065ed43794743d9de63324349289436778
3
SIZE (go/www_icapeg/icapeg-v1.0.0/v1.0.0.mod) = 1066
4
SHA256 (go/www_icapeg/icapeg-v1.0.0/v1.0.0.zip) = 4ada6aa16317641f532574aad25dd993ad014502d9a2ab7f90a3ebf650c62319
5
SIZE (go/www_icapeg/icapeg-v1.0.0/v1.0.0.zip) = 5941840
(-)b/www/icapeg/pkg-descr (-1 / +4 lines)
Added Link Here
0
- 
1
ICAPeg is an Open Source implementation of ICAP (RFC 3507) server,
2
designed to enable web proxies to utilize the function of API based
3
services along with standalone executables and databases in order to
4
provide content inspection and manipulation services.

Return to bug 271151