head	1.8;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.3;
locks; strict;
comment	@# @;


1.8
date	2013.01.02.03.37.47;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.11.17.06.02.35;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.09.03.09.43.07;	author kevlo;	state Exp;
branches;
next	1.5;

1.5
date	2012.05.23.08.40.26;	author kevlo;	state Exp;
branches;
next	1.4;

1.4
date	2012.01.06.07.09.36;	author kevlo;	state Exp;
branches;
next	1.3;

1.3
date	2011.09.30.02.58.59;	author kevlo;	state Exp;
branches;
next	1.2;

1.2
date	2011.06.07.05.50.31;	author kevlo;	state Exp;
branches;
next	1.1;

1.1
date	2011.04.26.07.08.31;	author kevlo;	state Exp;
branches;
next	;


desc
@@


1.8
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309799
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309799 | kevlo | 2013-01-02 03:35:20 +0000 (Wed, 02 Jan 2013) | 2 lines
## SVN ##
## SVN ## Update to 2.55.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# $FreeBSD: head/www/hotcrp/Makefile 309799 2013-01-02 03:35:20Z kevlo $

PORTNAME=	hotcrp
PORTVERSION=	2.55
CATEGORIES=	www
MASTER_SITES=	http://www.read.seas.harvard.edu/~kohler/hotcrp/

MAINTAINER=	kevlo@@FreeBSD.org
COMMENT=	Web based conference management software

RUN_DEPENDS=	${PEARDIR}/Mail.php:${PORTSDIR}/mail/pear-Mail \
		${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime \
		pdftohtml:${PORTSDIR}/textproc/pdftohtml \
		zip:${PORTSDIR}/archivers/zip

USE_PHP=	mysql gd session ctype
USE_MYSQL=	server

PEARDIR=	${PREFIX}/share/pear

WWWDOCROOT?=	www

NO_BUILD=	yes
SUB_FILES=	pkg-message

LICENSE=	BSD
LICENSE_FILE=	${WRKSRC}/LICENSE

do-install:
	${MKDIR} ${WWWDIR}
	@@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR}
	${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}

post-install:
	@@${CAT} ${PKGMESSAGE}
	@@cd ${WRKSRC} && \
	    ${FIND} -s -d . -type f -print | \
		${SED} -e "s#^\.#${WWWDIR_REL}#" >> ${TMPPLIST}
	@@cd ${WRKSRC} && \
	    ${FIND} -s -d . -type d  -print | \
		${SED} -e "s#^\.#@@dirrm ${WWWDIR_REL}#" >> ${TMPPLIST}

.include <bsd.port.mk>
@


1.7
log
@Switch exporter over
@
text
@d1 1
a1 6
# New ports collection makefile for:	hotcrp
# Date created:		26 April 2011
# Whom:			Kevin Lo <kevlo@@FreeBSD.org>
#
# $FreeBSD: head/www/hotcrp/Makefile 303596 2012-09-03 09:43:07Z kevlo $
#
d4 1
a4 1
PORTVERSION=	2.52
d36 6
a41 4
	@@${FIND} -s -d ${WWWDIR} -type f -print | \
		${SED} -e "s#${PREFIX}/##g" >> ${TMPPLIST}
	@@${FIND} -s -d ${WWWDIR} -type d  -print | \
		${SED} -E -e "s#${PREFIX}/#@@dirrm #g" >> ${TMPPLIST}
@


1.6
log
@SVN rev 303596 on 2012-09-03 09:43:07Z by kevlo

Update to 2.52
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@Update to 2.50
@
text
@d9 1
a9 1
PORTVERSION=	2.50
d14 1
a14 1
COMMENT=	A web based conference management software
@


1.4
log
@Update to 2.47
@
text
@d9 1
a9 1
PORTVERSION=	2.47
d18 2
a19 1
		pdftohtml:${PORTSDIR}/textproc/pdftohtml
@


1.3
log
@Update to 2.46
@
text
@d9 1
a9 1
PORTVERSION=	2.46
d11 1
a11 1
MASTER_SITES=	http://www.cs.ucla.edu/~kohler/hotcrp/
@


1.2
log
@- Add missing PHP extensions (session, ctype)
- Fix portlint warnings

PR:	ports/157552
Submitted by:	Lars Eggert
@
text
@d9 1
a9 2
PORTVERSION=	2.45
PORTREVISION=	1
@


1.1
log
@Initial import of hotcrp 2.45.

HotCRP is conference management software: it accepts paper submissions
and manages the review process.
@
text
@d10 1
d20 3
a22 1
USE_PHP=	mysql gd
d29 1
a29 1
SUB_FILES=      pkg-message
d37 1
a37 1
	${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} 
@

