Skip to content

Commit

Permalink
www/angie: New port
Browse files Browse the repository at this point in the history
Angie is an efficient, powerful and scalable web server, that was forked from
nginx by some of its former core devs, with intention to extend functionality
far beyond original version.

Angie is a drop-in replacement for nginx, so you can use existing nginx
configuration without major changes.
  • Loading branch information
wenheping committed Jun 7, 2023
1 parent e278b8a commit 5313258
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 0 deletions.
1 change: 1 addition & 0 deletions www/Makefile
Expand Up @@ -26,6 +26,7 @@
SUBDIR += amfora
SUBDIR += amphetadesk
SUBDIR += analog
SUBDIR += angie
SUBDIR += anyremote2html
SUBDIR += apache-mode.el
SUBDIR += apache24
Expand Down
25 changes: 25 additions & 0 deletions www/angie/Makefile
@@ -0,0 +1,25 @@
PORTNAME= angie
PORTVERSION= 1.2.0
CATEGORIES= www
MASTER_SITES= https://download.angie.software/files/

MAINTAINER= wen@FreeBSD.org
COMMENT= Efficient, powerful and scalable web server
WWW= https://angie.software/en/

LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

LIB_DEPENDS= libpcre2-8.so:devel/pcre2

USES= gmake ssl

HAS_CONFIGURE= yes
ALL_TARGET=

CONFIGURE_ARGS= --with-openssl=${LOCALBASE}

post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/angie/sbin/angie

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions www/angie/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1686140577
SHA256 (angie-1.2.0.tar.gz) = 82f23115c2e8ebf00d5429622ad96e8c7e785e87bc298b292246660cc61e2cff
SIZE (angie-1.2.0.tar.gz) = 1510159
6 changes: 6 additions & 0 deletions www/angie/pkg-descr
@@ -0,0 +1,6 @@
Angie is an efficient, powerful and scalable web server, that was forked from
nginx by some of its former core devs, with intention to extend functionality
far beyond original version.

Angie is a drop-in replacement for nginx, so you can use existing nginx
configuration without major changes.
19 changes: 19 additions & 0 deletions www/angie/pkg-plist
@@ -0,0 +1,19 @@
angie/conf/angie.conf
angie/conf/angie.conf.default
angie/conf/fastcgi.conf
angie/conf/fastcgi.conf.default
angie/conf/fastcgi_params
angie/conf/fastcgi_params.default
angie/conf/koi-utf
angie/conf/koi-win
angie/conf/mime.types
angie/conf/mime.types.default
angie/conf/scgi_params
angie/conf/scgi_params.default
angie/conf/uwsgi_params
angie/conf/uwsgi_params.default
angie/conf/win-utf
angie/html/50x.html
angie/html/index.html
angie/sbin/angie
@dir angie/logs

0 comments on commit 5313258

Please sign in to comment.