aboutsummaryrefslogtreecommitdiff
path: root/devel/jrtplib
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-11-16 10:36:38 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-11-16 10:36:38 +0000
commit15d1c65eec772c55a95e181b5c3e9c00b2ce650b (patch)
treee207efefe11a33e9c93926c72b0918d7247082e5 /devel/jrtplib
parent0384c2bec4b4b7b45c168b63c79153791be74d7f (diff)
downloadports-15d1c65eec772c55a95e181b5c3e9c00b2ce650b.tar.gz
ports-15d1c65eec772c55a95e181b5c3e9c00b2ce650b.zip
Notes
Diffstat (limited to 'devel/jrtplib')
-rw-r--r--devel/jrtplib/Makefile24
-rw-r--r--devel/jrtplib/distinfo4
-rw-r--r--devel/jrtplib/files/patch-aa40
-rw-r--r--devel/jrtplib/pkg-descr4
-rw-r--r--devel/jrtplib/pkg-plist77
5 files changed, 65 insertions, 84 deletions
diff --git a/devel/jrtplib/Makefile b/devel/jrtplib/Makefile
index d92c4f5e7668..1b3e418e3c49 100644
--- a/devel/jrtplib/Makefile
+++ b/devel/jrtplib/Makefile
@@ -5,19 +5,19 @@
# $FreeBSD$
#
-PORTNAME= jrtplib
-PORTVERSION= 2.7
-PORTREVISION= 1
-CATEGORIES= devel
-MASTER_SITES= http://lumumba.luc.ac.be/jori/jrtplib/
+PORTNAME= jrtplib
+PORTVERSION= 3.1.0
+CATEGORIES= devel
+MASTER_SITES= http://research.edm.luc.ac.be/jori/jrtplib/
-MAINTAINER= hopet@ics.muni.cz
-COMMENT= Object-oriented RTP library written in C++
+MAINTAINER= hopet@ics.muni.cz
+COMMENT= Object-oriented RTP library written in C++
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-INSTALLS_SHLIB= yes
-NO_FILTER_SHLIBS= yes
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+INSTALLS_SHLIB= yes
+NO_FILTER_SHLIBS= yes
+CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ARGS= --disable-jthread
.include <bsd.port.mk>
diff --git a/devel/jrtplib/distinfo b/devel/jrtplib/distinfo
index 12d191a88485..a0a3db44270f 100644
--- a/devel/jrtplib/distinfo
+++ b/devel/jrtplib/distinfo
@@ -1,2 +1,2 @@
-MD5 (jrtplib-2.7.tar.gz) = e70ed7dd06b195b9f2066394a3fd0d13
-SIZE (jrtplib-2.7.tar.gz) = 93096
+MD5 (jrtplib-3.1.0.tar.gz) = 2a3e268a2d422bca69884b9c5be522d7
+SIZE (jrtplib-3.1.0.tar.gz) = 410223
diff --git a/devel/jrtplib/files/patch-aa b/devel/jrtplib/files/patch-aa
deleted file mode 100644
index 4435ec91094d..000000000000
--- a/devel/jrtplib/files/patch-aa
+++ /dev/null
@@ -1,40 +0,0 @@
---- configure.orig Sat Oct 18 14:09:40 2003
-+++ configure Sat Oct 18 14:22:56 2003
-@@ -1187,7 +1187,7 @@
-
-
-
--RTP_CFLAGS="-O2"
-+RTP_CFLAGS="-fPIC -O2"
- RTP_TARGETS=dummymsg
- RTP_ARFLAGS=
- RTP_LDFLAGS=
-@@ -1806,7 +1806,7 @@
- GCC=`test $ac_compiler_gnu = yes && echo yes`
- ac_test_CFLAGS=${CFLAGS+set}
- ac_save_CFLAGS=$CFLAGS
--CFLAGS="-g"
-+CFLAGS="-fPIC -g"
- echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
- echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
- if test "${ac_cv_prog_cc_g+set}" = set; then
-@@ -1856,15 +1856,15 @@
- CFLAGS=$ac_save_CFLAGS
- elif test $ac_cv_prog_cc_g = yes; then
- if test "$GCC" = yes; then
-- CFLAGS="-g -O2"
-+ CFLAGS="-fPIC -g -O2"
- else
-- CFLAGS="-g"
-+ CFLAGS="-fPIC -g"
- fi
- else
- if test "$GCC" = yes; then
-- CFLAGS="-O2"
-+ CFLAGS="-fPIC -O2"
- else
-- CFLAGS=
-+ CFLAGS="-fPIC"
- fi
- fi
- # Some people use a C++ compiler to compile C. Since we use `exit',
diff --git a/devel/jrtplib/pkg-descr b/devel/jrtplib/pkg-descr
index 8213bfa33cfc..08474da2e30b 100644
--- a/devel/jrtplib/pkg-descr
+++ b/devel/jrtplib/pkg-descr
@@ -3,9 +3,9 @@ It was partly developed for his thesis at the School for Knowledge Technology
(or 'School voor Kennistechnologie' in Dutch), a cooperation between the
'Limburgs Universitair Centrum' (LUC) and the 'Universiteit Maastricht' (UM).
-The latest version of the library is 2.7 (December 12, 2002)
+The latest version of the library is 3.1.0 (as of November, 2004)
-WWW: http://lumumba.luc.ac.be/jori/jrtplib/jrtplib.html
+WWW: http://research.edm.luc.ac.be/jori/jrtplib/jrtplib.html
- Petr
hopet@ics.muni.cz
diff --git a/devel/jrtplib/pkg-plist b/devel/jrtplib/pkg-plist
index df338132e404..97e2c834dbc6 100644
--- a/devel/jrtplib/pkg-plist
+++ b/devel/jrtplib/pkg-plist
@@ -1,30 +1,51 @@
-include/jrtplib/rtpconfig.h
-include/jrtplib/rtpconfig_unix.h
-include/jrtplib/rtpconfig_win.h
-include/jrtplib/rtpconnection.h
-include/jrtplib/rtpcontributingsources.h
-include/jrtplib/rtpdebug.h
-include/jrtplib/rtpdefines.h
-include/jrtplib/rtpdestlist.h
-include/jrtplib/rtperror.h
-include/jrtplib/rtpexceptionstructs.h
-include/jrtplib/rtphandlers.h
-include/jrtplib/rtpiptable.h
-include/jrtplib/rtplocalinfo.h
-include/jrtplib/rtpmcasttable.h
-include/jrtplib/rtppacket.h
-include/jrtplib/rtppacketprocessor.h
-include/jrtplib/rtprandom.h
-include/jrtplib/rtprtcpmodule.h
-include/jrtplib/rtpsession.h
-include/jrtplib/rtpsourcedata.h
-include/jrtplib/rtpsourcedescription.h
-include/jrtplib/rtpsources.h
-include/jrtplib/rtpsrclist.h
-include/jrtplib/rtpstructs.h
-include/jrtplib/rtptimeutil.h
-@dirrm include/jrtplib
+include/jrtplib3/rtcpapppacket.h
+include/jrtplib3/rtcpbyepacket.h
+include/jrtplib3/rtcpcompoundpacket.h
+include/jrtplib3/rtcpcompoundpacketbuilder.h
+include/jrtplib3/rtcppacket.h
+include/jrtplib3/rtcppacketbuilder.h
+include/jrtplib3/rtcprrpacket.h
+include/jrtplib3/rtcpscheduler.h
+include/jrtplib3/rtcpsdesinfo.h
+include/jrtplib3/rtcpsdespacket.h
+include/jrtplib3/rtcpsrpacket.h
+include/jrtplib3/rtcpunknownpacket.h
+include/jrtplib3/rtpaddress.h
+include/jrtplib3/rtpcollisionlist.h
+include/jrtplib3/rtpconfig.h
+include/jrtplib3/rtpconfig_unix.h
+include/jrtplib3/rtpconfig_win.h
+include/jrtplib3/rtpdebug.h
+include/jrtplib3/rtpdefines.h
+include/jrtplib3/rtperrors.h
+include/jrtplib3/rtphashtable.h
+include/jrtplib3/rtpinternalsourcedata.h
+include/jrtplib3/rtpipv4address.h
+include/jrtplib3/rtpipv4destination.h
+include/jrtplib3/rtpipv6address.h
+include/jrtplib3/rtpipv6destination.h
+include/jrtplib3/rtpkeyhashtable.h
+include/jrtplib3/rtplibraryversion.h
+include/jrtplib3/rtppacket.h
+include/jrtplib3/rtppacketbuilder.h
+include/jrtplib3/rtppollthread.h
+include/jrtplib3/rtprandom.h
+include/jrtplib3/rtprawpacket.h
+include/jrtplib3/rtpsession.h
+include/jrtplib3/rtpsessionparams.h
+include/jrtplib3/rtpsessionsources.h
+include/jrtplib3/rtpsourcedata.h
+include/jrtplib3/rtpsources.h
+include/jrtplib3/rtpstructs.h
+include/jrtplib3/rtptimeutilities.h
+include/jrtplib3/rtptransmitter.h
+include/jrtplib3/rtptypes.h
+include/jrtplib3/rtptypes_unix.h
+include/jrtplib3/rtptypes_win.h
+include/jrtplib3/rtpudpv4transmitter.h
+include/jrtplib3/rtpudpv6transmitter.h
+lib/libjrtp-3.1.0.so
lib/libjrtp.a
+lib/libjrtp.la
lib/libjrtp.so
-lib/libjrtp.so-2.7
-lib/libjrtp.so.2.7
+@dirrm include/jrtplib3