ports/devel/libdispatch/pkg/PLIST

40 lines
1.1 KiB
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
@conflict blocksruntime-*
@pkgpath devel/blocksruntime
include/Block.h
include/dispatch/
include/dispatch/base.h
include/dispatch/block.h
include/dispatch/data.h
include/dispatch/dispatch.h
include/dispatch/group.h
include/dispatch/introspection.h
include/dispatch/io.h
include/dispatch/object.h
include/dispatch/once.h
include/dispatch/queue.h
include/dispatch/semaphore.h
include/dispatch/source.h
include/dispatch/time.h
include/os/
include/os/generic_unix_base.h
include/os/generic_win_base.h
include/os/object.h
@lib lib/libBlocksRuntime.so.${LIBBlocksRuntime_VERSION}
@lib lib/libdispatch.so.${LIBdispatch_VERSION}
@man man/man3/dispatch.3
@man man/man3/dispatch_after.3
@man man/man3/dispatch_api.3
@man man/man3/dispatch_apply.3
@man man/man3/dispatch_async.3
@man man/man3/dispatch_data_create.3
@man man/man3/dispatch_group_create.3
@man man/man3/dispatch_io_create.3
@man man/man3/dispatch_io_read.3
@man man/man3/dispatch_object.3
@man man/man3/dispatch_once.3
@man man/man3/dispatch_queue_create.3
@man man/man3/dispatch_read.3
@man man/man3/dispatch_semaphore_create.3
@man man/man3/dispatch_source_create.3
@man man/man3/dispatch_time.3