[Midnightbsd-cvs] mports [18313] trunk/devel: add npth

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Mar 25 15:09:39 EDT 2015


Revision: 18313
          http://svnweb.midnightbsd.org/mports/?rev=18313
Author:   laffer1
Date:     2015-03-25 15:09:38 -0400 (Wed, 25 Mar 2015)
Log Message:
-----------
add npth

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/npth/
    trunk/devel/npth/Makefile
    trunk/devel/npth/distinfo
    trunk/devel/npth/pkg-descr
    trunk/devel/npth/pkg-plist

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2015-03-25 19:07:58 UTC (rev 18312)
+++ trunk/devel/Makefile	2015-03-25 19:09:38 UTC (rev 18313)
@@ -208,6 +208,7 @@
 SUBDIR += ncurses
 SUBDIR += newt
 SUBDIR += ninja
+SUBDIR += npth
 SUBDIR += nspr
 SUBDIR += objcunit
 SUBDIR += oniguruma

Added: trunk/devel/npth/Makefile
===================================================================
--- trunk/devel/npth/Makefile	                        (rev 0)
+++ trunk/devel/npth/Makefile	2015-03-25 19:09:38 UTC (rev 18313)
@@ -0,0 +1,19 @@
+# $MidnightBSD$
+
+PORTNAME=	npth
+PORTVERSION=	1.1
+CATEGORIES=	devel
+MASTER_SITES=	GNUPG/${PORTNAME}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	New GNU Portable Threads
+
+LICENSE=	lgpl3 gpl3
+LICENSE_COMB=	dual
+
+USES=		tar:bzip2 libtool
+USE_LDCONFIG=	yes
+GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/npth/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/npth/distinfo
===================================================================
--- trunk/devel/npth/distinfo	                        (rev 0)
+++ trunk/devel/npth/distinfo	2015-03-25 19:09:38 UTC (rev 18313)
@@ -0,0 +1,2 @@
+SHA256 (npth-1.1.tar.bz2) = 896c561eb2ec8da35f11828fb04a3fbff12d41ff657c799056d7dc4a66e5df7f
+SIZE (npth-1.1.tar.bz2) = 293362


Property changes on: trunk/devel/npth/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/npth/pkg-descr
===================================================================
--- trunk/devel/npth/pkg-descr	                        (rev 0)
+++ trunk/devel/npth/pkg-descr	2015-03-25 19:09:38 UTC (rev 18313)
@@ -0,0 +1,11 @@
+nPth - The New GNU Portable Threads Library
+
+This is a library to provide the GNU Pth API and thus a non-preemptive threads
+implementation.
+
+In contrast to GNU Pth is is based on the system's standard threads 
+implementation.  This allows the use of libraries which are not compatible to
+GNU Pth.  Experience with a Windows Pth emulation showed that this is a solid
+way to provide a co-routine based framework.
+
+WWW: http://www.gnupg.org


Property changes on: trunk/devel/npth/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/npth/pkg-plist
===================================================================
--- trunk/devel/npth/pkg-plist	                        (rev 0)
+++ trunk/devel/npth/pkg-plist	2015-03-25 19:09:38 UTC (rev 18313)
@@ -0,0 +1,6 @@
+bin/npth-config
+include/npth.h
+lib/libnpth.so
+lib/libnpth.so.0
+lib/libnpth.so.0.0.4
+share/aclocal/npth.m4


Property changes on: trunk/devel/npth/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list