head	1.4;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1;
locks; strict;
comment	@# @;


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

1.3
date	2009.08.22.00.38.07;	author amdmi3;	state Exp;
branches;
next	1.2;

1.2
date	2009.07.13.21.40.50;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2007.01.28.14.56.51;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	entrans
# Date created:		Jan-25-2007
# Whom:			Prudhvi Krishna <prudhvikrishna@@gmail.com>
#
# $FreeBSD: head/www/entrans/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	entrans
PORTVERSION=	0.3.2
CATEGORIES=	www
MASTER_SITES=	SF

MAINTAINER=	prudhvi-krishna-bsd@@surapaneni.in
COMMENT=	Entrans is an online, collaborative translation tool

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

USE_PHP=	mysql
NO_BUILD=	YES
WANT_PHP_WEB=	YES
ENTRANS?=	www/entrans
PLIST_SUB+=	ENTRANS=${ENTRANS}
PLIST=		${WRKDIR}/pkg-plist

PORTDOCS=	README INSTALL COPYING AUTHORS HACKING THANKS

pre-install:
	cd ${WRKSRC} && ${FIND} -s * -type f | \
		${SED} -e 's|^|${ENTRANS}/|' > ${PLIST} \
		&& ${FIND} -d * -type d | \
		${SED} -e 's|^|@@dirrm ${ENTRANS}/|' >> ${PLIST} \
		&& ${ECHO_CMD} @@dirrm ${ENTRANS} >> ${PLIST} \
		&& ${ECHO_CMD} @@dirrmtry www/data >> ${PLIST}
	if [ ! -f ${WRKSRC}/conf/database.conf.php.sample ]; then ${CP} \
		${WRKSRC}/conf/database.conf.php.sample ${WRKSRC}/conf/database.conf.php; fi

do-install:
	-@@${MKDIR} ${PREFIX}/${ENTRANS}
	@@${CHOWN} ${WWWOWN}:${WWWGRP} ${PREFIX}/${ENTRANS}
	@@${CHMOD} 755 ${PREFIX}/${ENTRANS}
	${CP} -R ${WRKSRC}/ ${PREFIX}/${ENTRANS}
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/${i}
.endfor
.endif

post-install:
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.3
log
@- Switch SourceForge ports to the new File Release System: categories starting with W
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@- Update maintainer mail adress

Submitted by:	Prudhvi (maintainer via irc)
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.1
log
@Entrans is an online, collaborative translation tool that
can be used for the translation of PO (Portable Object)
files. Entrans was developed with Indic community in mind
and has features, like built-in input editor, that make the
translation job a lot easier for Indic translators.

Some of the other useful features include

    * Simple and easy to use interface
    * User account management
    * Multiple levels of user roles for different task allocation
    * Seamless reuse of translations
    * Search and lookup
    * Navigation through untranslated strings
    * Header editing option
    * Vote for translations
    * Machine translation and transliteration
    * Upload files as compressed archives of PO files
    * Upload files through URLs

WWW:	http://entrans.sourceforge.net

PR:		ports/108331
Submitted by:	Prudhvi Krishna <prudhvikrishna at gmail.com>
@
text
@d14 1
a14 1
MAINTAINER=	prudhvikrishna@@gmail.com
@

