Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jul 2014 01:56:36 +0000 (UTC)
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362172 - in head/devel: . py-xerox
Message-ID:  <201407180156.s6I1uaj8037546@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nivit
Date: Fri Jul 18 01:56:36 2014
New Revision: 362172
URL: http://svnweb.freebsd.org/changeset/ports/362172
QAT: https://qat.redports.org/buildarchive/r362172/

Log:
  Xerox is a copy + paste module for Python.
  
  WWW: http://github.com/kennethreitz/xerox

Added:
  head/devel/py-xerox/
  head/devel/py-xerox/Makefile   (contents, props changed)
  head/devel/py-xerox/distinfo   (contents, props changed)
  head/devel/py-xerox/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Jul 18 01:55:41 2014	(r362171)
+++ head/devel/Makefile	Fri Jul 18 01:56:36 2014	(r362172)
@@ -3937,6 +3937,7 @@
     SUBDIR += py-xattr
     SUBDIR += py-xcaplib
     SUBDIR += py-xdg
+    SUBDIR += py-xerox
     SUBDIR += py-xmltodict
     SUBDIR += py-xoltar-toolkit
     SUBDIR += py-yaml

Added: head/devel/py-xerox/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-xerox/Makefile	Fri Jul 18 01:56:36 2014	(r362172)
@@ -0,0 +1,21 @@
+# Created by: Nicola Vitale <nivit@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	xerox
+PORTVERSION=	0.3.1
+#PORTREVISION=	0
+CATEGORIES=	devel
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	nivit@FreeBSD.org
+COMMENT=	Simple copy and paste in Python
+
+LICENSE=	MIT
+
+PYDISTUTILS_AUTOPLIST=	yes
+
+USE_PYDISTUTILS=	yes
+USE_PYTHON=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-xerox/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-xerox/distinfo	Fri Jul 18 01:56:36 2014	(r362172)
@@ -0,0 +1,2 @@
+SHA256 (xerox-0.3.1.tar.gz) = fc06c3e27776390dc9646f10d6efbc91c0fa2e66c86dc9f728653af2c8a33a9d
+SIZE (xerox-0.3.1.tar.gz) = 3160

Added: head/devel/py-xerox/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-xerox/pkg-descr	Fri Jul 18 01:56:36 2014	(r362172)
@@ -0,0 +1,3 @@
+Xerox is a copy + paste module for Python.
+
+WWW: http://github.com/kennethreitz/xerox



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