pkgsrc-WIP-changes archive

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

new package in wip: py-goless py-go



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Fri Jan 8 11:40:40 2016 +0100
Changeset:	8472d73b0f0386dafe378cf6a06daea07cdea068

Modified Files:
	socnetv/DESCR
	socnetv/Makefile
	socnetv/PLIST
	socnetv/distinfo
Added Files:
	py-decimalfp/DESCR
	py-decimalfp/Makefile
	py-decimalfp/PLIST
	py-decimalfp/distinfo
	py-go/DESCR
	py-go/Makefile
	py-go/PLIST
	py-go/distinfo
	py-goless/DESCR
	py-goless/Makefile
	py-goless/PLIST
	py-goless/distinfo
Removed Files:
	socnetv/patches/patch-Makefile

Log Message:
new package in wip: py-goless py-go

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

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

diffstat:
 py-decimalfp/DESCR             |  3 +++
 py-decimalfp/Makefile          | 14 ++++++++++++++
 py-decimalfp/PLIST             |  9 +++++++++
 py-decimalfp/distinfo          |  6 ++++++
 py-go/DESCR                    |  2 ++
 py-go/Makefile                 | 17 +++++++++++++++++
 py-go/PLIST                    |  7 +++++++
 py-go/distinfo                 |  6 ++++++
 py-goless/DESCR                |  1 +
 py-goless/Makefile             | 18 ++++++++++++++++++
 py-goless/PLIST                | 21 +++++++++++++++++++++
 py-goless/distinfo             |  6 ++++++
 socnetv/DESCR                  | 10 ----------
 socnetv/Makefile               | 25 ++++++++++++-------------
 socnetv/PLIST                  | 26 +-------------------------
 socnetv/distinfo               |  9 +++++----
 socnetv/patches/patch-Makefile | 32 --------------------------------
 17 files changed, 128 insertions(+), 84 deletions(-)

diffs:
diff --git a/py-decimalfp/DESCR b/py-decimalfp/DESCR
new file mode 100644
index 0000000..46af6d0
--- /dev/null
+++ b/py-decimalfp/DESCR
@@ -0,0 +1,3 @@
+The module decimalfp provides a Decimal number type which can represent
+decimal numbers of arbitrary magnitude and arbitrary precision, i.e. any
+number of fractional digits.
diff --git a/py-decimalfp/Makefile b/py-decimalfp/Makefile
new file mode 100644
index 0000000..a0f551f
--- /dev/null
+++ b/py-decimalfp/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+DISTNAME=	decimalfp-0.9.12
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math python
+MASTER_SITES=	${MASTER_SITE_PYPI:=d/decimalfp/}
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://pypi.python.org/pypi/decimalfp
+COMMENT=	Decimal fixed-point arithmetic
+LICENSE=	modified-bsd
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-decimalfp/PLIST b/py-decimalfp/PLIST
new file mode 100644
index 0000000..849e53f
--- /dev/null
+++ b/py-decimalfp/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD$
+${PYSITELIB}/_cdecimalfp.so
+${PYSITELIB}/_pydecimalfp.py
+${PYSITELIB}/_pydecimalfp.pyc
+${PYSITELIB}/_pydecimalfp.pyo
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/decimalfp.py
+${PYSITELIB}/decimalfp.pyc
+${PYSITELIB}/decimalfp.pyo
diff --git a/py-decimalfp/distinfo b/py-decimalfp/distinfo
new file mode 100644
index 0000000..9993d70
--- /dev/null
+++ b/py-decimalfp/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (decimalfp-0.9.12.tar.gz) = c4e3c75413531e8f5a5ab7229a7cd350b08e30cd
+RMD160 (decimalfp-0.9.12.tar.gz) = c3bb22cc5f0608f8bbe89e77600eae90530be12c
+SHA512 (decimalfp-0.9.12.tar.gz) = 35ca85be746b1c906db95367883ea08bfd9fb3c2187d4d8e449a1a34f1ded0fa6040ce5c1a00e3d80d233d6de2ca0ff2628c4c8347f69de559a8cc4fc37b5b8c
+Size (decimalfp-0.9.12.tar.gz) = 561265 bytes
diff --git a/py-go/DESCR b/py-go/DESCR
new file mode 100644
index 0000000..1ff72a6
--- /dev/null
+++ b/py-go/DESCR
@@ -0,0 +1,2 @@
+Needed to be installed to use the GO pygo package which allows calling
+python functions from GO lang
diff --git a/py-go/Makefile b/py-go/Makefile
new file mode 100644
index 0000000..df84878
--- /dev/null
+++ b/py-go/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	pygo-0.2.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES=	devel
+MASTER_SITES=	https://pypi.python.org/packages/source/p/pygo/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/muhamadazmy/python-pygo
+COMMENT=	Needed to be installed to use the GO pygo package
+
+USE_LANGUAGES=	# none
+
+PYDISTUTILSPKG=	yes
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-go/PLIST b/py-go/PLIST
new file mode 100644
index 0000000..d548f29
--- /dev/null
+++ b/py-go/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD$
+${PYSITELIB}/pygo/__init__.py
+${PYSITELIB}/pygo/__init__.pyc
+${PYSITELIB}/pygo/__init__.pyo
+${PYSITELIB}/pygo/pygo.py
+${PYSITELIB}/pygo/pygo.pyc
+${PYSITELIB}/pygo/pygo.pyo
diff --git a/py-go/distinfo b/py-go/distinfo
new file mode 100644
index 0000000..79b6349
--- /dev/null
+++ b/py-go/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (pygo-0.2.1.tar.gz) = a00baee4f85015a65d0bf56fd516c8c0e6aafd4e
+RMD160 (pygo-0.2.1.tar.gz) = f1c2f1b2bd9d496f320144b37946005d8f42acfb
+SHA512 (pygo-0.2.1.tar.gz) = 614cb0187c4de1ade3488431aacdd7cfe48e89d1daba165e4f0dc024e7c948cb02db17e703b3209973c238a8a2dd89b76ac20134c2a7eb5bc1f8e33630c386a7
+Size (pygo-0.2.1.tar.gz) = 1453 bytes
diff --git a/py-goless/DESCR b/py-goless/DESCR
new file mode 100644
index 0000000..1f874f5
--- /dev/null
+++ b/py-goless/DESCR
@@ -0,0 +1 @@
+Provides a Go-like concurrent programming style in Python
diff --git a/py-goless/Makefile b/py-goless/Makefile
new file mode 100644
index 0000000..0078e02
--- /dev/null
+++ b/py-goless/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	goless-0.7.2
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_PYPI:=g/goless/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://pypi.python.org/packages/source/g/goless/
+COMMENT=	Provides a Go-like concurrent programming style in Python
+LICENSE=	apache-2.0
+
+DEPENDS+=	${PYPKGPREFIX}-gevent>=1.0.2:../../net/py-gevent
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-goless/PLIST b/py-goless/PLIST
new file mode 100644
index 0000000..2da146a
--- /dev/null
+++ b/py-goless/PLIST
@@ -0,0 +1,21 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/goless/__init__.py
+${PYSITELIB}/goless/__init__.pyc
+${PYSITELIB}/goless/__init__.pyo
+${PYSITELIB}/goless/backends.py
+${PYSITELIB}/goless/backends.pyc
+${PYSITELIB}/goless/backends.pyo
+${PYSITELIB}/goless/channels.py
+${PYSITELIB}/goless/channels.pyc
+${PYSITELIB}/goless/channels.pyo
+${PYSITELIB}/goless/compat.py
+${PYSITELIB}/goless/compat.pyc
+${PYSITELIB}/goless/compat.pyo
+${PYSITELIB}/goless/selecting.py
+${PYSITELIB}/goless/selecting.pyc
+${PYSITELIB}/goless/selecting.pyo
diff --git a/py-goless/distinfo b/py-goless/distinfo
new file mode 100644
index 0000000..460385a
--- /dev/null
+++ b/py-goless/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (goless-0.7.2.tar.gz) = a04795a79f54ec55efdcdd3a8ec0b23f6e64881c
+RMD160 (goless-0.7.2.tar.gz) = fd80990add9546430b13696d13d7ca544ec9ad8f
+SHA512 (goless-0.7.2.tar.gz) = 668cacc65c13357ef43b355756548c317298ea3da5d9c3c593acd27f7fec10ee69a6659dab26dae6030974d956d771280cea8a7b0cf31d201cb4d8ab4f9cd19e
+Size (goless-0.7.2.tar.gz) = 8136 bytes
diff --git a/socnetv/DESCR b/socnetv/DESCR
index 0f76d74..e69de29 100644
--- a/socnetv/DESCR
+++ b/socnetv/DESCR
@@ -1,10 +0,0 @@
-Social Networks Visualizer (SocNetV) is a graphical and flexible application,
-which allows you to draw and visualize social networks and compute network
-statistics, i.e. distances, centralities, diameter etc.
-
-Various network file formats are supported, such as GraphML, Adjacency, Pajek,
-and GraphViz. You can modify an existing network, draw a new network using
-your mouse or have SocNetV create random networks for you.
-
-Furthermore, SocNetV can crawl an internet website for you and create
-the network of its outLinks.
diff --git a/socnetv/Makefile b/socnetv/Makefile
index 4232d56..50834ad 100644
--- a/socnetv/Makefile
+++ b/socnetv/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2012/11/12 16:26:52 othyro Exp $
-#
+# $NetBSD$
 
-DISTNAME=	SocNetV-0.90
-PKGNAME=	socnetv-0.90
+DISTNAME=	SocNetV-1.9
+PKGNAME=	${DISTNAME:tl}
 CATEGORIES=	math graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=socnetv/}
 
@@ -11,21 +10,21 @@ HOMEPAGE=	http://socnetv.sourceforge.net/index.html
 COMMENT=	Social network analysis and visualisation application
 LICENSE=	gnu-gpl-v3
 
-WRKSRC=		${WRKDIR}/socnetv-0.90
+WRKSRC=		${WRKDIR}/socnetv-1.9
 
-GNU_CONFIGURE=	yes
+QMAKE=			${QTDIR}/bin/qmake
 USE_TOOLS+=	gzip
-USE_LANGUAGES=	c c++
+USE_LANGUAGES= c++
 
-CONFIGURE_ARGS+=	--with-qt=${LOCALBASE}/qt4
+INSTALL_MAKE_FLAGS+=	INSTALL_ROOT=${DESTDIR}
 
 post-extract:
 	gzip -d ${WRKSRC}/man/socnetv.1.gz
 
+do-configure:
+	cd ${WRKSRC} && env ${CONFIGURE_ENV} \
+	${QMAKE} PREFIX=${PREFIX} INSTALLPATH=${PREFIX} socnetv.pro 
+
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../x11/libX11/buildlink3.mk"
-.include "../../x11/libXext/buildlink3.mk"
-.include "../../x11/qt4-libs/buildlink3.mk"
-BUILDLINK_API_DEPENDS.qt4-tools+=	qt4-tools>=4.1.0
-.include "../../x11/qt4-tools/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/socnetv/PLIST b/socnetv/PLIST
index 360862c..48d96a5 100644
--- a/socnetv/PLIST
+++ b/socnetv/PLIST
@@ -1,25 +1 @@
-@comment $NetBSD: PLIST,v 1.2 2014/06/20 09:26:26 jihbed Exp $
-bin/socnetv
-man/man1/socnetv.1
-share/applications/socnetv.desktop
-share/doc/socnetv/AUTHORS
-share/doc/socnetv/COPYING
-share/doc/socnetv/ChangeLog
-share/doc/socnetv/NEWS
-share/doc/socnetv/README
-share/doc/socnetv/TODO
-share/doc/socnetv/manual/analysis.html
-share/doc/socnetv/manual/bugs.html
-share/doc/socnetv/manual/credits.html
-share/doc/socnetv/manual/footer.html
-share/doc/socnetv/manual/formats.html
-share/doc/socnetv/manual/gfdl.html
-share/doc/socnetv/manual/gui.html
-share/doc/socnetv/manual/header.html
-share/doc/socnetv/manual/intro.html
-share/doc/socnetv/manual/manual.html
-share/doc/socnetv/manual/socnetv-logo-manual.png
-share/doc/socnetv/manual/socnetv.css
-share/doc/socnetv/manual/toc.html
-share/doc/socnetv/manual/visualisation.html
-share/pixmaps/socnetv.png
+@comment $NetBSD$
diff --git a/socnetv/distinfo b/socnetv/distinfo
index 0e46223..42212fc 100644
--- a/socnetv/distinfo
+++ b/socnetv/distinfo
@@ -1,6 +1,7 @@
 $NetBSD: distinfo,v 1.2 2014/06/20 09:26:26 jihbed Exp $
 
-SHA1 (SocNetV-1.0.tar.gz) = 1359c9ac160651de4cfded1e460c843831352add
-RMD160 (SocNetV-1.0.tar.gz) = b3bdc6bc0012c4e4281e82866786a16293a46f87
-Size (SocNetV-1.0.tar.gz) = 1539508 bytes
-SHA1 (patch-Makefile) = 5f50a04504ef01f853e4561b31501a80ebd0b11a
+SHA1 (SocNetV-1.9.tar.gz) = 50935070d56b9a71f8d97366826999e6f221cc0d
+RMD160 (SocNetV-1.9.tar.gz) = d685d5bcb3ef9c328b40502a49159cce931d46ae
+SHA512 (SocNetV-1.9.tar.gz) = 97750ca139d4eb72ade66109e4116567735354870ef46107af51d3ca6419c6ee69fb7781421de1a224253ed17307cc9fbe9df2d7e619624fbf076e3d60a96473
+Size (SocNetV-1.9.tar.gz) = 958160 bytes
+SHA1 (patch-socnetv.pro) = 163665211c3b9dd61c11a9cd4be251c252cc7a01
diff --git a/socnetv/patches/patch-Makefile b/socnetv/patches/patch-Makefile
deleted file mode 100644
index 84603a9..0000000
--- a/socnetv/patches/patch-Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-$NetBSD: patch-Makefile,v 1.1.1.1 2011/10/28 21:00:52 jihbed Exp $
-
---- Makefile.in.orig	2009-10-02 14:43:25.000000000 +0100
-+++ Makefile.in	2010-12-10 12:38:27.000000000 +0100
-@@ -48,17 +48,17 @@
- 	@make -f $(name).mak
- 
- install:	$(name) src/images/$(name).png
--	@install -d -v -m 0755 $(DESTDIR)$(prefix)/bin
--	@install -d -v -m 0755 $(DESTDIR)$(prefix)/share/pixmaps
--	@install -d -v -m 0755 $(DESTDIR)$(prefix)/share/applications
--	@install -v -m 0755 $(name) $(DESTDIR)$(prefix)/bin/$(name)
--	@install -v -m 0644 src/images/$(name).png $(DESTDIR)$(prefix)/share/pixmaps/$(name).png
--	@install -v -m 0644 $(name).desktop $(DESTDIR)$(prefix)/share/applications/$(name).desktop
--	mkdir -p $(DESTDIR)$(prefix)/share/man/man1
--	@install -v -m 0644 man/* $(DESTDIR)$(prefix)/share/man/man1
-+	@install -d  -m 0755 $(DESTDIR)$(prefix)/bin
-+	@install -d  -m 0755 $(DESTDIR)$(prefix)/share/pixmaps
-+	@install -d  -m 0755 $(DESTDIR)$(prefix)/share/applications
-+	@install  -m 0755 $(name) $(DESTDIR)$(prefix)/bin/$(name)
-+	@install  -m 0644 src/images/$(name).png $(DESTDIR)$(prefix)/share/pixmaps/$(name).png
-+	@install  -m 0644 $(name).desktop $(DESTDIR)$(prefix)/share/applications/$(name).desktop
-+	mkdir -p $(DESTDIR)$(prefix)/man/man1
-+	@install  -m 0644 man/* $(DESTDIR)$(prefix)/man/man1
- 	mkdir -p $(DESTDIR)$(prefix)/share/doc/$(name)/manual
--	@install -v -m 0644 manual/* $(DESTDIR)$(prefix)/share/doc/$(name)/manual/
--	@install -v -m 0644 README NEWS COPYING AUTHORS TODO ChangeLog $(DESTDIR)$(prefix)/share/doc/$(name)/ 
-+	@install  -m 0644 manual/* $(DESTDIR)$(prefix)/share/doc/$(name)/manual/
-+	@install  -m 0644 README NEWS COPYING AUTHORS TODO ChangeLog $(DESTDIR)$(prefix)/share/doc/$(name)/ 
- 
- uninstall:	$(DESTDIR)$(prefix)/bin/$(name)
- 	@rm -vf $(DESTDIR)$(prefix)/bin/$(name)


Home | Main Index | Thread Index | Old Index