devel/czmq: Move to net/czmq, Update to 2.0.3

- Update to 2.0.3
- Update pkg-plist
- Switch primary category to net/
- Update COMMENT to match other ZeroMQ ports and Google Juice
- Point LIB_DEPENDS to the latest libzmq4 port
- Remove gmake from USES (make works fine)
- Group USE/USES entries together and sort
- Add regression-test target
- pkg-descr: Tab->space in WWW:
- Whitespace alignment

- Move devel/czmq to net/czmq
- Update Makefile entries in devel/ and net/
- Add a MOVED entry
This commit is contained in:
Kubilay Kocak 2013-11-29 13:48:04 +00:00
parent 97ad6dfe9a
commit e2b70a7be6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335177
8 changed files with 34 additions and 13 deletions

1
MOVED
View File

@ -5269,3 +5269,4 @@ deskutils/q4wine|emulators/q4wine|2013-11-26|Move to better category
devel/p5-MooseX-ChainedAccessors||2013-11-27|Has expired: Marked as depreciated upstream
devel/py-distribute|devel/py-setuptools|2013-11-27|Replaced with setuptools
devel/zmq-devel|net/libzmq3|2013-11-28|Rename according to upstream and move to more suitable category
devel/czmq|net/czmq|2013-11-29|Move to a more suitable category and with other libzmq ports

View File

@ -324,7 +324,6 @@
SUBDIR += cxref
SUBDIR += cxxtest
SUBDIR += cxxtools
SUBDIR += czmq
SUBDIR += d-feet
SUBDIR += darts
SUBDIR += dasm

View File

@ -1,2 +0,0 @@
SHA256 (czmq-1.4.1.tar.gz) = 7b2074a3b753459a6fdb88d9cc52b725142783793bdbce35d0bfa52fad64425c
SIZE (czmq-1.4.1.tar.gz) = 440955

View File

@ -91,6 +91,7 @@
SUBDIR += cvsupchk
SUBDIR += cvsync
SUBDIR += cyphesis
SUBDIR += czmq
SUBDIR += daemonlogger
SUBDIR += dante
SUBDIR += daq

View File

@ -2,21 +2,24 @@
# $FreeBSD$
PORTNAME= czmq
PORTVERSION= 1.4.1
CATEGORIES= devel net
PORTVERSION= 2.0.3
CATEGORIES= net
MASTER_SITES= http://download.zeromq.org/
MAINTAINER= koobs@FreeBSD.org
COMMENT= High-level C Binding for zmq
COMMENT= High-level C Binding for ZeroMQ
LICENSE= LGPL3
LIB_DEPENDS= libzmq.so:${PORTSDIR}/devel/zmq
LIB_DEPENDS= libzmq.so:${PORTSDIR}/net/libzmq4
USES= pathfix gmake
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_prog_czmq_have_asciidoc=no
CONFIGURE_ARGS= --with-libzmq=${LOCALBASE}
USES= pathfix
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libzmq=${LOCALBASE}
regression-test: build
@cd ${WRKSRC} && ${MAKE} check
.include <bsd.port.mk>

2
net/czmq/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (czmq-2.0.3.tar.gz) = adaac33f03d58c3a2ab48be9095df3c4bc876d331c115965b5c48830fa7cd84c
SIZE (czmq-2.0.3.tar.gz) = 533845

View File

@ -1,3 +1,3 @@
High-level C binding for ZMQ.
WWW: http://czmq.zeromq.org/
WWW: http://czmq.zeromq.org/

View File

@ -1,9 +1,16 @@
bin/czmq_selftest
bin/makecert
include/czmq.h
include/czmq_prelude.h
include/zauth.h
include/zbeacon.h
include/zcert.h
include/zcertstore.h
include/zchunk.h
include/zclock.h
include/zconfig.h
include/zctx.h
include/zdir.h
include/zfile.h
include/zframe.h
include/zhash.h
@ -11,19 +18,27 @@ include/zlist.h
include/zloop.h
include/zmsg.h
include/zmutex.h
include/zpoller.h
include/zsocket.h
include/zsockopt.h
include/zstr.h
include/zsys.h
include/zthread.h
include/ztree.h
lib/libczmq.a
lib/libczmq.la
lib/libczmq.so
lib/libczmq.so.1
lib/libczmq.so.2
libdata/pkgconfig/libczmq.pc
man/man3/zauth.3.gz
man/man3/zbeacon.3.gz
man/man3/zcert.3.gz
man/man3/zcertstore.3.gz
man/man3/zchunk.3.gz
man/man3/zclock.3.gz
man/man3/zconfig.3.gz
man/man3/zctx.3.gz
man/man3/zdir.3.gz
man/man3/zfile.3.gz
man/man3/zframe.3.gz
man/man3/zhash.3.gz
@ -31,9 +46,11 @@ man/man3/zlist.3.gz
man/man3/zloop.3.gz
man/man3/zmsg.3.gz
man/man3/zmutex.3.gz
man/man3/zpoller.3.gz
man/man3/zsocket.3.gz
man/man3/zsockopt.3.gz
man/man3/zstr.3.gz
man/man3/zsys.3.gz
man/man3/zthread.3.gz
man/man3/ztree.3.gz
man/man7/czmq.7.gz