FreeBSD Bugzilla – Attachment 162160 Details for
Bug 171640
New port: devel/ivykis Asynchronous I/O readiness notification library
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
shar-v2
ivykis.shar (text/plain), 5.20 KB, created by
Kurt Jaeger
on 2015-10-17 19:14:39 UTC
(
hide
)
Description:
shar-v2
Filename:
MIME Type:
Creator:
Kurt Jaeger
Created:
2015-10-17 19:14:39 UTC
Size:
5.20 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: ># ># ivykis ># ivykis/Makefile ># ivykis/distinfo ># ivykis/pkg-descr ># ivykis/files ># ivykis/files/patch-misc_Makefile.am ># ivykis/pkg-plist ># >echo c - ivykis >mkdir -p ivykis > /dev/null 2>&1 >echo x - ivykis/Makefile >sed 's/^X//' >ivykis/Makefile << '1e91cc389a968a881007afb68d028ecd' >X# $FreeBSD$ >X >XPORTNAME= ivykis >XPORTVERSION= 0.39 >XDISTVERSIONPREFIX=v >XCATEGORIES= devel >X >XMAINTAINER= algernon@madhouse-project.org >XCOMMENT= Asynchronous I/O readiness notification library >X >XLICENSE= LGPL21 >X >XUSES= libtool pkgconfig >XUSE_LDCONFIG= yes >XGNU_CONFIGURE= yes >X >XUSE_GITHUB= yes >XGH_ACCOUNT= buytenh >XGH_PROJECT= ivykis >X >Xpost-stage: >X ${MKDIR} ${STAGEDIR}${PREFIX}/libdata/pkgconfig >X ${MV} ${STAGEDIR}${PREFIX}/lib/pkgconfig/ivykis.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/ivykis.pc >X ${RMDIR} ${STAGEDIR}${PREFIX}/lib/pkgconfig >X ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libivykis.so.0.4.2 >X >X.include <bsd.port.mk> >1e91cc389a968a881007afb68d028ecd >echo x - ivykis/distinfo >sed 's/^X//' >ivykis/distinfo << '9f4f652eac399333a2c19b7f3e09a877' >XSHA256 (buytenh-ivykis-v0.39_GH0.tar.gz) = f9377f512cf5131e58c802f9c8744582710b08ed74f6e08b0f15ab613109152e >XSIZE (buytenh-ivykis-v0.39_GH0.tar.gz) = 411312 >9f4f652eac399333a2c19b7f3e09a877 >echo x - ivykis/pkg-descr >sed 's/^X//' >ivykis/pkg-descr << 'b135575f0e2ca9238b5837bcb9d53112' >XThe ivykis library is a thin, portable wrapper around OS-provided >Xmechanisms such as epoll(4), kqueue(2), poll(2) and select(2). It was >Xmainly designed for building high-performance network applications, >Xbut can be used in any event-driver application that uses pollable >Xfile descriptors as its event sources. >X >XPrograms written to the ivykis API are generally single-threaded (or >Xuse only a small number of threads), and never block on I/O. All >Xinput and output is done in a nonblocking fashion, with I/O readiness >Xnotification delivered via callback functions. >X >XWWW: http://libivykis.sourceforge.net/ >b135575f0e2ca9238b5837bcb9d53112 >echo c - ivykis/files >mkdir -p ivykis/files > /dev/null 2>&1 >echo x - ivykis/files/patch-misc_Makefile.am >sed 's/^X//' >ivykis/files/patch-misc_Makefile.am << '87260e8f6411b06a16974f04bd378ad0' >X--- misc/Makefile.am.orig 2015-10-17 19:07:02 UTC >X+++ misc/Makefile.am >X@@ -1,3 +1,3 @@ >X-pkgconfigdir = $(libdir)/pkgconfig >X+pkgconfigdir = $(libdatadir)/pkgconfig >X >X pkgconfig_DATA = ivykis.pc >87260e8f6411b06a16974f04bd378ad0 >echo x - ivykis/pkg-plist >sed 's/^X//' >ivykis/pkg-plist << 'c338914fad21ea71da8652301903a102' >Xinclude/iv.h >Xinclude/iv_avl.h >Xinclude/iv_event.h >Xinclude/iv_event_raw.h >Xinclude/iv_fd_pump.h >Xinclude/iv_list.h >Xinclude/iv_popen.h >Xinclude/iv_signal.h >Xinclude/iv_thread.h >Xinclude/iv_tls.h >Xinclude/iv_wait.h >Xinclude/iv_work.h >Xlib/libivykis.a >Xlib/libivykis.so >Xlib/libivykis.so.0 >Xlib/libivykis.so.0.4.2 >Xlibdata/pkgconfig/ivykis.pc >Xman/man3/IV_EVENT_INIT.3.gz >Xman/man3/IV_EVENT_RAW_INIT.3.gz >Xman/man3/IV_FD_PUMP_INIT.3.gz >Xman/man3/IV_POPEN_REQUEST_INIT.3.gz >Xman/man3/IV_SIGNAL_INIT.3.gz >Xman/man3/IV_WAIT_INTEREST_INIT.3.gz >Xman/man3/IV_WORK_ITEM_INIT.3.gz >Xman/man3/IV_WORK_POOL_INIT.3.gz >Xman/man3/iv_deinit.3.gz >Xman/man3/iv_event.3.gz >Xman/man3/iv_event_post.3.gz >Xman/man3/iv_event_raw.3.gz >Xman/man3/iv_event_raw_post.3.gz >Xman/man3/iv_event_raw_register.3.gz >Xman/man3/iv_event_raw_unregister.3.gz >Xman/man3/iv_event_register.3.gz >Xman/man3/iv_event_unregister.3.gz >Xman/man3/iv_examples.3.gz >Xman/man3/iv_fatal.3.gz >Xman/man3/iv_fd.3.gz >Xman/man3/iv_fd_pump.3.gz >Xman/man3/iv_fd_pump_destroy.3.gz >Xman/man3/iv_fd_pump_init.3.gz >Xman/man3/iv_fd_pump_is_done.3.gz >Xman/man3/iv_fd_pump_pump.3.gz >Xman/man3/iv_fd_register.3.gz >Xman/man3/iv_fd_register_try.3.gz >Xman/man3/iv_fd_registered.3.gz >Xman/man3/iv_fd_set_handler_err.3.gz >Xman/man3/iv_fd_set_handler_in.3.gz >Xman/man3/iv_fd_set_handler_out.3.gz >Xman/man3/iv_fd_unregister.3.gz >Xman/man3/iv_init.3.gz >Xman/man3/iv_inited.3.gz >Xman/man3/iv_invalidate_now.3.gz >Xman/man3/iv_main.3.gz >Xman/man3/iv_popen.3.gz >Xman/man3/iv_popen_request_close.3.gz >Xman/man3/iv_popen_request_submit.3.gz >Xman/man3/iv_quit.3.gz >Xman/man3/iv_set_fatal_msg_handler.3.gz >Xman/man3/iv_signal.3.gz >Xman/man3/iv_signal_register.3.gz >Xman/man3/iv_signal_unregister.3.gz >Xman/man3/iv_task.3.gz >Xman/man3/iv_task_register.3.gz >Xman/man3/iv_task_registered.3.gz >Xman/man3/iv_task_unregister.3.gz >Xman/man3/iv_thread.3.gz >Xman/man3/iv_thread_create.3.gz >Xman/man3/iv_thread_set_debug_state.3.gz >Xman/man3/iv_time.3.gz >Xman/man3/iv_timer.3.gz >Xman/man3/iv_timer_register.3.gz >Xman/man3/iv_timer_registered.3.gz >Xman/man3/iv_timer_unregister.3.gz >Xman/man3/iv_tls.3.gz >Xman/man3/iv_tls_user_ptr.3.gz >Xman/man3/iv_tls_user_register.3.gz >Xman/man3/iv_validate_now.3.gz >Xman/man3/iv_wait.3.gz >Xman/man3/iv_wait_interest_register.3.gz >Xman/man3/iv_wait_interest_register_spawn.3.gz >Xman/man3/iv_wait_interest_unregister.3.gz >Xman/man3/iv_work.3.gz >Xman/man3/iv_work_pool_create.3.gz >Xman/man3/iv_work_pool_put.3.gz >Xman/man3/iv_work_pool_submit_work.3.gz >Xman/man3/ivykis.3.gz >c338914fad21ea71da8652301903a102 >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
Actions:
View
Attachments on
bug 171640
:
127785
| 162160