svn commit: r419242 - in head/devel: . py-sourcemap

Ruslan Makhmatkhanov rm at FreeBSD.org
Fri Jul 29 12:10:00 UTC 2016


Author: rm
Date: Fri Jul 29 12:09:58 2016
New Revision: 419242
URL: https://svnweb.freebsd.org/changeset/ports/419242

Log:
  Parse JavaScript source maps.
  
  WWW: https://pypi.python.org/pypi/sourcemap

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Jul 29 12:09:19 2016	(r419241)
+++ head/devel/Makefile	Fri Jul 29 12:09:58 2016	(r419242)
@@ -4453,6 +4453,7 @@
     SUBDIR += py-snack
     SUBDIR += py-snackwich
     SUBDIR += py-sortedcontainers
+    SUBDIR += py-sourcemap
     SUBDIR += py-spark
     SUBDIR += py-speaklater
     SUBDIR += py-spyder

Added: head/devel/py-sourcemap/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-sourcemap/Makefile	Fri Jul 29 12:09:58 2016	(r419242)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	sourcemap
+PORTVERSION=	0.2.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	rm at FreeBSD.org
+COMMENT=	Parse JavaScript source maps
+
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+NO_ARCH=	yes
+USES=		python:2.7+
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/devel/py-sourcemap/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-sourcemap/distinfo	Fri Jul 29 12:09:58 2016	(r419242)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1469629303
+SHA256 (sourcemap-0.2.0.tar.gz) = d18dc73b1f79070347d6ce0a671f46aff96d191f74b0c85aa415780800464ea4
+SIZE (sourcemap-0.2.0.tar.gz) = 6292

Added: head/devel/py-sourcemap/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-sourcemap/pkg-descr	Fri Jul 29 12:09:58 2016	(r419242)
@@ -0,0 +1,3 @@
+Parse JavaScript source maps.
+
+WWW: https://pypi.python.org/pypi/sourcemap


More information about the svn-ports-head mailing list