diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2015-06-16 10:40:32 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2015-06-16 10:40:32 +0000 |
commit | c4b91ac1a4e382e5ed54631696a1b7352e837d2c (patch) | |
tree | 12d7dcec658ec05e9b49e20ab1fc47a7fe7fd21e /net/czmq/pkg-plist | |
parent | 8b8abf18b5e5d9c2f595e90106fb1e5d04a5d10d (diff) | |
download | ports-c4b91ac1a4e382e5ed54631696a1b7352e837d2c.tar.gz ports-c4b91ac1a4e382e5ed54631696a1b7352e837d2c.zip |
Notes
Diffstat (limited to 'net/czmq/pkg-plist')
-rw-r--r-- | net/czmq/pkg-plist | 42 |
1 files changed, 28 insertions, 14 deletions
diff --git a/net/czmq/pkg-plist b/net/czmq/pkg-plist index 8d5a27267ae6..f61b2e0993a6 100644 --- a/net/czmq/pkg-plist +++ b/net/czmq/pkg-plist @@ -1,18 +1,13 @@ -bin/build-android.gsl -bin/build-autoconf.gsl -bin/build-cmake.gsl -bin/build-mingw32.gsl -bin/build-vs2008.gsl -bin/build-vs2010.gsl -bin/build-vs2012.gsl -bin/build-vs2013.gsl -bin/czmq_selftest bin/makecert -bin/project.gsl include/czmq.h +include/czmq_library.h include/czmq_prelude.h +include/zactor.h +include/zarmour.h include/zauth.h +include/zauth_v2.h include/zbeacon.h +include/zbeacon_v2.h include/zcert.h include/zcertstore.h include/zchunk.h @@ -24,16 +19,23 @@ include/zdir.h include/zdir_patch.h include/zfile.h include/zframe.h +include/zgossip.h include/zhash.h +include/zhashx.h +include/ziflist.h include/zlist.h -include/zlog.h +include/zlistx.h include/zloop.h include/zmonitor.h +include/zmonitor_v2.h include/zmsg.h include/zmutex.h include/zpoller.h include/zproxy.h +include/zproxy_v2.h include/zrex.h +include/zsock.h +include/zsock_option.h include/zsocket.h include/zsockopt.h include/zstr.h @@ -42,11 +44,16 @@ include/zthread.h include/zuuid.h lib/libczmq.a lib/libczmq.so -lib/libczmq.so.1 -lib/libczmq.so.1.1.0 +lib/libczmq.so.3 +lib/libczmq.so.3.0.0 libdata/pkgconfig/libczmq.pc +man/man1/makecert.1.gz +man/man3/zactor.3.gz +man/man3/zarmour.3.gz man/man3/zauth.3.gz +man/man3/zauth_v2.3.gz man/man3/zbeacon.3.gz +man/man3/zbeacon_v2.3.gz man/man3/zcert.3.gz man/man3/zcertstore.3.gz man/man3/zchunk.3.gz @@ -58,16 +65,23 @@ man/man3/zdir.3.gz man/man3/zdir_patch.3.gz man/man3/zfile.3.gz man/man3/zframe.3.gz +man/man3/zgossip.3.gz man/man3/zhash.3.gz +man/man3/zhashx.3.gz +man/man3/ziflist.3.gz man/man3/zlist.3.gz -man/man3/zlog.3.gz +man/man3/zlistx.3.gz man/man3/zloop.3.gz man/man3/zmonitor.3.gz +man/man3/zmonitor_v2.3.gz man/man3/zmsg.3.gz man/man3/zmutex.3.gz man/man3/zpoller.3.gz man/man3/zproxy.3.gz +man/man3/zproxy_v2.3.gz man/man3/zrex.3.gz +man/man3/zsock.3.gz +man/man3/zsock_option.3.gz man/man3/zsocket.3.gz man/man3/zsockopt.3.gz man/man3/zstr.3.gz |