FreeBSD Bugzilla – Attachment 167668 Details for
Bug 207669
[NEW PORT] devel/libconcurrent: Tiny asymmetric-coroutine library
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
libconcurrent.shar
libconcurrent.shar (text/plain), 3.25 KB, created by
Tobias Kortkamp
on 2016-03-03 04:01:35 UTC
(
hide
)
Description:
libconcurrent.shar
Filename:
MIME Type:
Creator:
Tobias Kortkamp
Created:
2016-03-03 04:01:35 UTC
Size:
3.25 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># libconcurrent ># libconcurrent/pkg-descr ># libconcurrent/pkg-plist ># libconcurrent/distinfo ># libconcurrent/Makefile ># >echo c - libconcurrent >mkdir -p libconcurrent > /dev/null 2>&1 >echo x - libconcurrent/pkg-descr >sed 's/^X//' >libconcurrent/pkg-descr << 'a15b0680f686179002eb6c1cb5c443c6' >XTiny asymmetric-coroutine library: >X- generator bidirectional communication with yield_value/resume_value >X- native context switch >X- C11 >X >XWWW: https://github.com/sharow/libconcurrent/ >a15b0680f686179002eb6c1cb5c443c6 >echo x - libconcurrent/pkg-plist >sed 's/^X//' >libconcurrent/pkg-plist << '7c93996c67170e715b45b5b5d653755c' >Xinclude/concurrent/concurrent.h >Xinclude/concurrent/shortname.h >Xlib/libconcurrent.a >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/accumulator.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/concurrent_sort1.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/coroutine1.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/coroutine2.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/float1.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/float2.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/makefile >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/many_context1.c >X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/time_slice1.c >7c93996c67170e715b45b5b5d653755c >echo x - libconcurrent/distinfo >sed 's/^X//' >libconcurrent/distinfo << '742cd98497523498ce757f73a86fc6df' >XSHA256 (sharow-libconcurrent-0.0.20160303-f55d33a789a4b2c6267268ec2d44a245f766f500_GH0.tar.gz) = 418adeab02ce005756fc9c33165cf121ec4950f7e8f96b842fe22838a23953f4 >XSIZE (sharow-libconcurrent-0.0.20160303-f55d33a789a4b2c6267268ec2d44a245f766f500_GH0.tar.gz) = 9550 >742cd98497523498ce757f73a86fc6df >echo x - libconcurrent/Makefile >sed 's/^X//' >libconcurrent/Makefile << 'fee343c34e2e4f0372028a825eb8564f' >X# Created by: Tobias Kortkamp <t@tobik.me> >X# $FreeBSD$ >X >XPORTNAME= libconcurrent >XPORTVERSION= 0.0.20160303 >XCATEGORIES= devel >X >XMAINTAINER= t@tobik.me >XCOMMENT= Tiny asymmetric-coroutine library >X >XLICENSE= ZLIB >XLICENSE_FILE= ${WRKSRC}/LICENSE >X >XBUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm >X >XUSE_GITHUB= yes >XGH_ACCOUNT= sharow >X# Rolling release >XGH_TAGNAME= f55d33a789a4b2c6267268ec2d44a245f766f500 >X >XONLY_FOR_ARCHS= i386 amd64 >X >XOPTIONS_DEFINE= EXAMPLES >XOPTIONS_DEFAULT= EXAMPLES >X >XMAKEFILE= makefile >XMAKE_ARGS= LIBCONCURRENT_DESTDIR=${STAGEDIR}${PREFIX} >XUSES= gmake >X >Xpost-patch: >X# libconcurrent's makefile resets ${ARCH} internally and the ports >X# system interferes with that for some reason, so replace it with a >X# more neutral variant. >X @${REINPLACE_CMD} 's/ARCH/LIBCONCURRENT_ARCH/g' ${WRKSRC}/makefile >X# Same with ${DESTDIR} >X @${REINPLACE_CMD} 's/DESTDIR/LIBCONCURRENT_DESTDIR/g' ${WRKSRC}/makefile >X >Xpost-patch-EXAMPLES-on: >X# Fix examples makefile to work out-of-tree >X @${REINPLACE_CMD} 's|INCDIR+=-I../include|INCDIR+=-I${PREFIX}/include|g' \ >X ${WRKSRC}/examples/makefile >X @${REINPLACE_CMD} 's|-L../|-L${PREFIX}/lib|g' \ >X ${WRKSRC}/examples/makefile >X >Xpost-install-EXAMPLES-on: >X @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >X @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) >X >X.include <bsd.port.mk> >fee343c34e2e4f0372028a825eb8564f >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
tobik
:
maintainer-approval+
Actions:
View
Attachments on
bug 207669
:
167667
| 167668