From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 10 14:20:13 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4283F106566B for ; Thu, 10 May 2012 14:20:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AA3AA8FC12 for ; Thu, 10 May 2012 14:20:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4AEKCDL093004 for ; Thu, 10 May 2012 14:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4AEKCf8093003; Thu, 10 May 2012 14:20:12 GMT (envelope-from gnats) Resent-Date: Thu, 10 May 2012 14:20:12 GMT Resent-Message-Id: <201205101420.q4AEKCf8093003@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Luiz Gustavo Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A95E1065678 for ; Thu, 10 May 2012 14:11:29 +0000 (UTC) (envelope-from luizgustavo@luizgustavo.pro.br) Received: from mail-qc0-f182.google.com (mail-qc0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4C7ED8FC0C for ; Thu, 10 May 2012 14:11:28 +0000 (UTC) Received: by qcsg15 with SMTP id g15so1467346qcs.13 for ; Thu, 10 May 2012 07:11:28 -0700 (PDT) Received: by 10.220.180.195 with SMTP id bv3mr2759757vcb.34.1336659088387; Thu, 10 May 2012 07:11:28 -0700 (PDT) Received: from desktop.luizgustavo.pro.br ([187.108.176.79]) by mx.google.com with ESMTPS id v16sm8235649vdi.21.2012.05.10.07.11.26 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 10 May 2012 07:11:27 -0700 (PDT) Received: by desktop.luizgustavo.pro.br (Postfix, from userid 1001) id 8F6F484416; Thu, 10 May 2012 11:12:30 -0300 (BRT) Message-Id: <20120510141230.8F6F484416@desktop.luizgustavo.pro.br> Date: Thu, 10 May 2012 11:12:30 -0300 (BRT) From: Luiz Gustavo To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/167773: [NEW PORT] www/rhodecode: Is fast and powerful management tool for Mercurial and GIT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2012 14:20:13 -0000 >Number: 167773 >Category: ports >Synopsis: [NEW PORT] www/rhodecode: Is fast and powerful management tool for Mercurial and GIT >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 10 14:20:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: User & >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD desktop.luizgustavo.pro.br 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC >Description: RhodeCode is a fast and powerful management tool for Mercurial and GIT with a built in push/pull server and full text search and code-review. It works on http/https and has a built in permission/authentication system with the ability to authenticate via LDAP or ActiveDirectory. RhodeCode also provides simple API so it.s easy integrable with existing external systems. RhodeCode is similar in some respects to github or bitbucket, however RhodeCode can be run as standalone hosted application on your own server. It is open source and donation ware and focuses more on providing a customized, self administered interface for Mercurial and GIT repositories. WWW: http://www.rhodecode.org/ Generated with FreeBSD Port Tools 0.99_5 (mode: new) >How-To-Repeat: >Fix: --- .shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # rhodecode # rhodecode/Makefile # rhodecode/distinfo # rhodecode/files # rhodecode/files/pkg-message.in # rhodecode/pkg-descr # echo c - rhodecode mkdir -p rhodecode > /dev/null 2>&1 echo x - rhodecode/Makefile sed 's/^X//' >rhodecode/Makefile << '6b861e342781f0bbd4f4ffaa5dc58641' X# New ports collection makefile for: rhodecode X# Date created: 2012-05-10 X# Whom: gugabsd X# X# $FreeBSD$ X# X XPORTNAME= rhodecode XPORTVERSION= 1.3.4 XCATEGORIES= www devel python XMASTER_SITES= CHEESESHOP XDISTNAME= RhodeCode-${PORTVERSION} X XMAINTAINER= gugabsd@mundounix.com.br XCOMMENT= Is fast and powerful management tool for Mercurial and GIT X XLICENSE= GPLv3 X XRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pylons>=1.0:${PORTSDIR}/www/py-pylons \ X ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.7.3:${PORTSDIR}/databases/py-sqlalchemy \ X ${PYTHON_PKGNAMEPREFIX}pygments>=1.4:${PORTSDIR}/textproc/py-pygments \ X ${PYTHON_PKGNAMEPREFIX}pastescript>=1.7.5:${PORTSDIR}/www/py-pastescript \ X ${PYTHON_PKGNAMEPREFIX}whoosh>=2.3.2:${PORTSDIR}/textproc/py-whoosh \ X ${PYTHON_PKGNAMEPREFIX}babel>=0.9.6:${PORTSDIR}/devel/py-babel \ X ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil \ X ${PYTHON_PKGNAMEPREFIX}dulwich>=0.8.5:${PORTSDIR}/devel/dulwich \ X ${PYTHON_PKGNAMEPREFIX}docutils>=0.8.1:${PORTSDIR}/textproc/py-docutils \ X ${PYTHON_PKGNAMEPREFIX}bcrypt>=0.2:${PORTSDIR}/security/py-bcrypt \ X ${PYTHON_PKGNAMEPREFIX}mercurial>=2.0:${PORTSDIR}/devel/mercurial X XUSE_PYTHON= -2.7 XUSE_PYTHON= yes XUSE_PYDISTUTILS= easy_install XPYDISTUTILS_PKGNAME= RhodeCode X XOPTIONS= LDAP "support authenticate via LDAP" off XOPTIONS+= GIT "use GIT cvs support" off XOPTIONS+= CELERY "use Celery for better performance" off X X.include X X.if defined(WITH_LDAP) XRUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ldap>=2.4.6:${PORTSDIR}/net/py-ldap2 X.endif X X.if defined(WITH_GIT) XRUN_DEPENDS+= ${LOCALBASE}/bin/git:${PORTSDIR}/devel/git X.endif X X.if defined(WITH_CELERY) XRUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}celery>=2.4.6:${PORTSDIR}/devel/py-celery X.endif X X.include 6b861e342781f0bbd4f4ffaa5dc58641 echo x - rhodecode/distinfo sed 's/^X//' >rhodecode/distinfo << '9045f514b0b774b2a82cd7489e1d3fd8' XSHA256 (RhodeCode-1.3.4.tar.gz) = bccd9af196c67bc488b3005c374ca4867e9440012c3476ebcc257b83bdef1a9b XSIZE (RhodeCode-1.3.4.tar.gz) = 1953937 9045f514b0b774b2a82cd7489e1d3fd8 echo c - rhodecode/files mkdir -p rhodecode/files > /dev/null 2>&1 echo x - rhodecode/files/pkg-message.in sed 's/^X//' >rhodecode/files/pkg-message.in << 'a09ca538f3a3c1d9b8d5218f0fb3fee2' XRead instructions for setup in: X Xhttp://packages.python.org/RhodeCode/setup.html#setup a09ca538f3a3c1d9b8d5218f0fb3fee2 echo x - rhodecode/pkg-descr sed 's/^X//' >rhodecode/pkg-descr << 'd9369f6ee877099db783f2e444d9d83a' XRhodeCode is a fast and powerful management tool for Mercurial and GIT with a Xbuilt in push/pull server and full text search and code-review. It works on Xhttp/https and has a built in permission/authentication system with the ability Xto authenticate via LDAP or ActiveDirectory. RhodeCode also provides simple API Xso it.s easy integrable with existing external systems. X XRhodeCode is similar in some respects to github or bitbucket, however RhodeCode Xcan be run as standalone hosted application on your own server. It is open Xsource and donation ware and focuses more on providing a customized, self Xadministered interface for Mercurial and GIT repositories. X XWWW: http://www.rhodecode.org/ d9369f6ee877099db783f2e444d9d83a exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: