Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Dec 2010 01:02:20 GMT
From:      C-S <c-s@c-s.li>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/153013: [NEW PORT] devel/bzr-upload
Message-ID:  <201012110102.oBB12KQc065450@red.freebsd.org>
Resent-Message-ID: <201012110110.oBB1A7EF048914@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         153013
>Category:       ports
>Synopsis:       [NEW PORT] devel/bzr-upload
>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:   Sat Dec 11 01:10:07 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     C-S
>Release:        
>Organization:
>Environment:
>Description:
Bzr plugin to incrementally upload changes to a dumb server.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	bzr-upload/Makefile
#	bzr-upload/distinfo
#	bzr-upload/pkg-descr
#	bzr-upload/pkg-plist
#
echo x - bzr-upload/Makefile
sed 's/^X//' >bzr-upload/Makefile << '4adf0875f73494f0d8db1b25bcbd6f61'
X# Ports collection makefile for:	bzr-upload
X# Date created:				2010-12-11
X# Whom:					Carlo Strub
X#
X# $FreeBSD$
X#
X
XPORTNAME=	bzr-upload
XPORTVERSION=	1.0.0
XCATEGORIES=	devel
XMASTER_SITES=	http://launchpadlibrarian.net/60433187/ \
X		http://www.c-s.li/ports/
X
XMAINTAINER=	c-s@c-s.li
XCOMMENT=	Bzr plugin to incrementally upload changes to a dumb server
X
XBUILD_DEPENDS=	bzr:${PORTSDIR}/devel/bazaar-ng
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XLICENSE=	GPLv2
X
XWRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
X
XUSE_PYTHON=		yes
XUSE_PYDISTUTILS=	yes
XPYDISTUTILS_PKGNAME=	bzr_upload
X
X.include <bsd.port.mk>
4adf0875f73494f0d8db1b25bcbd6f61
echo x - bzr-upload/distinfo
sed 's/^X//' >bzr-upload/distinfo << '9c6e05ca9e409279f3c8f246807bba4d'
XSHA256 (bzr-upload-1.0.0.tar.gz) = db8326e156e551b180c4abb8660fdc1f11332d41504ab26572f014ce1e655cd3
XSIZE (bzr-upload-1.0.0.tar.gz) = 21952
9c6e05ca9e409279f3c8f246807bba4d
echo x - bzr-upload/pkg-descr
sed 's/^X//' >bzr-upload/pkg-descr << '3b43f868ac757011f8e75513e0cb12ff'
XWeb sites are often hosted on servers where bzr can't be installed. In other
Xcases, the web site must not give access to its corresponding branch (for
Xsecurity reasons for example). Finally, web hosting providers often provides
Xonly ftp access to upload sites.
X
XThis plugin uploads only the relevant changes in your working tree since the
Xlast upload using ftp or sftp protocols.
X
XWWW: https://launchpad.net/bzr-upload
3b43f868ac757011f8e75513e0cb12ff
echo x - bzr-upload/pkg-plist
sed 's/^X//' >bzr-upload/pkg-plist << '19f62553836755d2540974884de69a19'
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/upload/__init__.py
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/upload/__init__.pyc
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/upload/__init__.pyo
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/upload/info.py
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/upload/info.pyc
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/upload/info.pyo
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/upload/tests/__init__.py
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/upload/tests/__init__.pyc
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/upload/tests/__init__.pyo
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/upload/tests/test_auto_upload_hook.py
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/upload/tests/test_auto_upload_hook.pyc
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/upload/tests/test_auto_upload_hook.pyo
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/upload/tests/test_upload.py
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/upload/tests/test_upload.pyc
X%%PYTHON_SITELIBDIR%%/bzrlib/plugins/upload/tests/test_upload.pyo
X@dirrm %%PYTHON_SITELIBDIR%%/bzrlib/plugins/upload/tests
X@dirrm %%PYTHON_SITELIBDIR%%/bzrlib/plugins/upload
X@dirrmtry %%PYTHON_SITELIBDIR%%/bzrlib/plugins
X@dirrmtry %%PYTHON_SITELIBDIR%%/bzrlib
19f62553836755d2540974884de69a19
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012110102.oBB12KQc065450>