pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

beautysh: Import beautysh-3.8 as wip/beautysh



Module Name:	pkgsrc-wip
Committed By:	Roberto Neri <robn%gmx.com@localhost>
Pushed By:	robn
Date:		Sun Mar 25 16:47:06 2018 +0000
Changeset:	9ac67cf38e89eda02748dcf83495675bfee8a725

Modified Files:
	Makefile
Added Files:
	beautysh/DESCR
	beautysh/Makefile
	beautysh/PLIST
	beautysh/distinfo

Log Message:
beautysh: Import beautysh-3.8 as wip/beautysh

Bash beautifier for the masses

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9ac67cf38e89eda02748dcf83495675bfee8a725

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile          |  1 +
 beautysh/DESCR    |  1 +
 beautysh/Makefile | 18 ++++++++++++++++++
 beautysh/PLIST    | 16 ++++++++++++++++
 beautysh/distinfo |  6 ++++++
 5 files changed, 42 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index a70011e124..a13f822a90 100644
--- a/Makefile
+++ b/Makefile
@@ -223,6 +223,7 @@ SUBDIR+=	bastard
 SUBDIR+=	beads
 SUBDIR+=	beanstalkd
 SUBDIR+=	beast
+SUBDIR+=	beautysh
 SUBDIR+=	bedtools2
 SUBDIR+=	belle-sip
 SUBDIR+=	bertini
diff --git a/beautysh/DESCR b/beautysh/DESCR
new file mode 100644
index 0000000000..fc41ef101d
--- /dev/null
+++ b/beautysh/DESCR
@@ -0,0 +1 @@
+This program takes upon itself the hard task of beautifying Bash scripts
diff --git a/beautysh/Makefile b/beautysh/Makefile
new file mode 100644
index 0000000000..a82901dcf3
--- /dev/null
+++ b/beautysh/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	beautysh
+DISTNAME=	beautysh-3.8
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=bemeurer/}
+
+MAINTAINER=	robn%gmx.com@localhost
+HOMEPAGE=	https://github.com/bemeurer/beautysh/
+COMMENT=	Bash beautifier for the masses
+LICENSE=	gnu-gpl-v2
+
+PYSETUP=	setup.py
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/beautysh/PLIST b/beautysh/PLIST
new file mode 100644
index 0000000000..68914b9b1b
--- /dev/null
+++ b/beautysh/PLIST
@@ -0,0 +1,16 @@
+@comment $NetBSD$
+bin/beautysh
+${PYSITELIB}/${EGG_FILE}/PKG-INFO
+${PYSITELIB}/${EGG_FILE}/SOURCES.txt
+${PYSITELIB}/${EGG_FILE}/dependency_links.txt
+${PYSITELIB}/${EGG_FILE}/entry_points.txt
+${PYSITELIB}/${EGG_FILE}/top_level.txt
+${PYSITELIB}/beautysh/__init__.py
+${PYSITELIB}/beautysh/__main__.py
+${PYSITELIB}/beautysh/__init__.pyo
+${PYSITELIB}/beautysh/__init__.pyc
+${PYSITELIB}/beautysh/__main__.pyo
+${PYSITELIB}/beautysh/__main__.pyc
+${PYSITELIB}/beautysh/beautysh.pyo
+${PYSITELIB}/beautysh/beautysh.pyc
+${PYSITELIB}/beautysh/beautysh.py
diff --git a/beautysh/distinfo b/beautysh/distinfo
new file mode 100644
index 0000000000..4a5d70d544
--- /dev/null
+++ b/beautysh/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (beautysh-3.8.tar.gz) = 85830e4976fe53dc32d9a669332ee2c9c31d5452
+RMD160 (beautysh-3.8.tar.gz) = 119db8c607def9a75beb5b18a729580c92a1a526
+SHA512 (beautysh-3.8.tar.gz) = 0dc966315acf2a7736f9becdff6b6ac133c1bd6bef0395f888696261a607597d7f9538afdc57689e0ef57e5ca6c7ae07dec6093bbc3523b5278b0391d31f57c6
+Size (beautysh-3.8.tar.gz) = 18433 bytes


Home | Main Index | Thread Index | Old Index