pkgsrc-WIP-changes archive

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

Added new package: plibsys.



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Wed Aug 30 13:24:08 2017 +0200
Changeset:	360189da52d414b38637527e4cccab1a82534c61

Added Files:
	plibsys/DESCR
	plibsys/Makefile
	plibsys/PLIST
	plibsys/distinfo

Log Message:
Added new package: plibsys.

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

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

diffstat:
 plibsys/DESCR    |  3 +++
 plibsys/Makefile | 19 +++++++++++++++++++
 plibsys/PLIST    | 37 +++++++++++++++++++++++++++++++++++++
 plibsys/distinfo |  6 ++++++
 4 files changed, 65 insertions(+)

diffs:
diff --git a/plibsys/DESCR b/plibsys/DESCR
new file mode 100644
index 0000000000..58ac224e1f
--- /dev/null
+++ b/plibsys/DESCR
@@ -0,0 +1,3 @@
+Highly portable C system library: threads and synchronization primitives,
+sockets (TCP, UDP, SCTP), IPv4 and IPv6, IPC, hash functions (MD5, SHA-1, SHA-2,
+SHA-3, GOST), binary trees (RB, AVL) and more. Native code performance.
diff --git a/plibsys/Makefile b/plibsys/Makefile
new file mode 100644
index 0000000000..10db2d651b
--- /dev/null
+++ b/plibsys/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	plibsys
+DISTNAME=	0.0.3
+PKGNAME=	${GITHUB_PROJECT}-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=saprykin/}
+DIST_SUBDIR=	${GITHUB_PROJECT}
+
+MAINTAINER=	root%zta.lk@localhost
+HOMEPAGE=	https://github.com/saprykin/plibsys/
+COMMENT=	Highly portable C system library
+LICENSE=	gnu-lgpl-v2
+
+WRKSRC=		${WRKDIR}/plibsys-0.0.3
+USE_CMAKE=	yes
+USE_LANGUAGES=	c c++
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/plibsys/PLIST b/plibsys/PLIST
new file mode 100644
index 0000000000..f1a9563b81
--- /dev/null
+++ b/plibsys/PLIST
@@ -0,0 +1,37 @@
+@comment $NetBSD$
+include/plibsys/patomic.h
+include/plibsys/pcondvariable.h
+include/plibsys/pcryptohash.h
+include/plibsys/pdir.h
+include/plibsys/perror.h
+include/plibsys/perrortypes.h
+include/plibsys/pfile.h
+include/plibsys/phashtable.h
+include/plibsys/pinifile.h
+include/plibsys/plibraryloader.h
+include/plibsys/plibsys.h
+include/plibsys/plibsysconfig.h
+include/plibsys/plist.h
+include/plibsys/pmacros.h
+include/plibsys/pmacroscompiler.h
+include/plibsys/pmacroscpu.h
+include/plibsys/pmacrosos.h
+include/plibsys/pmain.h
+include/plibsys/pmem.h
+include/plibsys/pmutex.h
+include/plibsys/pprocess.h
+include/plibsys/prwlock.h
+include/plibsys/psemaphore.h
+include/plibsys/pshm.h
+include/plibsys/pshmbuffer.h
+include/plibsys/psocket.h
+include/plibsys/psocketaddress.h
+include/plibsys/pspinlock.h
+include/plibsys/pstring.h
+include/plibsys/ptimeprofiler.h
+include/plibsys/ptree.h
+include/plibsys/ptypes.h
+include/plibsys/puthread.h
+lib/libplibsys.so
+lib/libplibsys.so.${PKGVERSION}
+lib/libplibsysstatic.a
diff --git a/plibsys/distinfo b/plibsys/distinfo
new file mode 100644
index 0000000000..eff446a8e8
--- /dev/null
+++ b/plibsys/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (plibsys/0.0.3.tar.gz) = 192fc6be257a4e06ec11e6576fad4682791024ba
+RMD160 (plibsys/0.0.3.tar.gz) = 2dde9eb0158e26a6bd18a83542eecb090864ca61
+SHA512 (plibsys/0.0.3.tar.gz) = e2393fecb3e5feae81a4d60cd03e2ca17bc58453efaa5598beacdc5acedbc7c90374f9f851301fee08ace8dace843a2dff8c1c449cd457302363c98dd24e0415
+Size (plibsys/0.0.3.tar.gz) = 2790644 bytes


Home | Main Index | Thread Index | Old Index