Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

9
devel/py-hgnested/DESCR Normal file
View File

@@ -0,0 +1,9 @@
hgnested is a Mercurial extension to work with nested repositories.
It was inspired by the forest extension by Robin Farine.
The extension allows to apply common Mercurial commands to all the nested
repositories at once like pull, push etc. It also allows to fetch a complete
tree of repositories through ssh or http.
See hg help hgnested for the complete list of commands.

23
devel/py-hgnested/MESSAGE Normal file
View File

@@ -0,0 +1,23 @@
===========================================================================
$NetBSD: MESSAGE,v 1.1 2014/09/10 10:14:07 richard Exp $
hgnested is a Mercurial extension to work with nested repositories.
It was inspired by the forest extension.
The extension allows to apply common Mercurial commands to all the nested
repositories at once like pull, push etc. It also allows to fetch a complete
tree of repositories through ssh or http.
To enable the "hgnested" extension, create an entry for it in your hgrc, like
this:
[extensions]
hgnested =
See `hg help hgnested` for the complete list of commands.
For more information please visit the following website:
http://code.google.com/p/hgnested/
===========================================================================

View File

@@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.4 2014/09/11 13:49:06 joerg Exp $
DISTNAME= hgnested-0.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= http://hgnested.googlecode.com/files/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.google.com/p/hgnested/
COMMENT= Mercurial extension to work with nested repositories
LICENSE= gnu-gpl-v3
USE_LANGUAGES= # none
DEPENDS+= ${PYPKGPREFIX}-mercurial>=1.6:../../devel/py-mercurial
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # XXX: devel/py-mercurial
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

9
devel/py-hgnested/PLIST Normal file
View File

@@ -0,0 +1,9 @@
@comment $NetBSD: PLIST,v 1.1 2014/09/10 10:14:08 richard Exp $
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/hgnested/__init__.py
${PYSITELIB}/hgnested/__init__.pyc
${PYSITELIB}/hgnested/__init__.pyo

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2014/09/10 10:14:08 richard Exp $
SHA1 (hgnested-0.6.tar.gz) = 41aaf34f1cd55778cea1fb9327d96e079ded6d55
RMD160 (hgnested-0.6.tar.gz) = 6f8c6e45813b9031efdbdd49788f61cd245543ab
Size (hgnested-0.6.tar.gz) = 20020 bytes