head	1.5;
access;
symbols
	RELEASE_8_3_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2013.02.21.02.55.21;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.11.17.06.03.10;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.07.26.10.22.06;	author ak;	state Exp;
branches;
next	1.2;

1.2
date	2012.05.07.18.42.49;	author pawel;	state Exp;
branches;
next	1.1;

1.1
date	2011.12.20.21.41.42;	author pawel;	state Exp;
branches;
next	;


desc
@@


1.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312694
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# New ports collection makefile for: volta
# Date created: 28 November 2011
# Whom: mahlon
#
# $FreeBSD: head/www/volta/Makefile 312694 2013-02-21 02:25:42Z miwi $
#

PORTNAME=	volta
DISTVERSION=	0.2.0
CATEGORIES=	www
MASTER_SITES=	http://dl.dropbox.com/u/7234177/Releases/ \
		http://projects.martini.nu/volta/chrome/site/
EXTRACT_SUFX=	.tgz

MAINTAINER=	mahlon@@martini.nu
COMMENT=	A high performance, low resource URI rewriter for Squid

LICENSE=	BSD
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	cdb:${PORTSDIR}/databases/tinycdb

USE_PKGCONFIG=	build
USE_GMAKE=	yes
USE_LUA=	5.1
ALL_TARGET=	${PORTNAME}
NO_INSTALL=	yes

CFLAGS+=	-I${PREFIX}/include
LDFLAGS+=	-L${PREFIX}/lib

PLIST_FILES=	bin/volta
PORTDOCS=	README INSTALL LICENSE ChangeLog
SUB_FILES=	pkg-message

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}
.endif
	${INSTALL_PROGRAM} ${WRKSRC}/volta ${PREFIX}/bin
	@@${ECHO_CMD} ""
	@@${CAT} ${PKGMESSAGE}
	@@${ECHO_CMD} ""

.include <bsd.port.mk>
@


1.4
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/www/volta/Makefile 301558 2012-07-26 10:22:06Z ak $
d23 1
@


1.3
log
@SVN rev 301558 on 2012-07-26 10:22:06Z by ak

- Update to 0.2.0

PR:	ports/170182
Submitted by:	Mahlon E. Smith <mahlon@@martini.nu> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@Update to version 0.1.1

PR:		ports/167585
Submitted by:	maintainer
@
text
@d9 1
a9 1
DISTVERSION=	0.1.1
@


1.1
log
@Volta is a high performance, low resource URI rewriter for use with the
Squid caching proxy server (http://www.squid-cache.org) With it, you
can dynamically alter URI requests that pass through Squid based on
various criteria.

It uses a state machine to parse URIs and rules, and a constant database
to store and access those rules.

WWW: http://projects.martini.nu/volta/

PR:		ports/162935
Submitted by:	Mahlon E. Smith
@
text
@d9 1
a9 1
DISTVERSION=	0.0.1
d24 1
@

