diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-06 02:46:08 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-06 02:46:08 +0000 |
commit | 5435a0a2929e298c6a30a210943bcdc7ba602f47 (patch) | |
tree | 040ac88f56f4b9c817295672647d91f9c84af998 /devel | |
parent | feccf6245d1246d16a9e5d7c3179023490cdc00d (diff) | |
download | ports-5435a0a2929e298c6a30a210943bcdc7ba602f47.tar.gz ports-5435a0a2929e298c6a30a210943bcdc7ba602f47.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/jrtplib/Makefile | 21 | ||||
-rw-r--r-- | devel/jrtplib/distinfo | 1 | ||||
-rw-r--r-- | devel/jrtplib/pkg-descr | 11 | ||||
-rw-r--r-- | devel/jrtplib/pkg-plist | 30 |
5 files changed, 64 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 6a3fee7c7e1f..9a3e492d5adc 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -299,6 +299,7 @@ SUBDIR += invitation_to_ruby SUBDIR += ixlib SUBDIR += jam + SUBDIR += jrtplib SUBDIR += kaptain SUBDIR += kdbg SUBDIR += kdesdk3 diff --git a/devel/jrtplib/Makefile b/devel/jrtplib/Makefile new file mode 100644 index 000000000000..8cb50b4b3547 --- /dev/null +++ b/devel/jrtplib/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: jrtplib +# Date created: 4 March 2003 +# Whom: Petr Holub <hopet@ics.muni.cz> +# +# $FreeBSD$ +# + +PORTNAME= jrtplib +PORTVERSION= 2.7 +CATEGORIES= devel +MASTER_SITES= http://lumumba.luc.ac.be/jori/jrtplib/ + +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 + +.include <bsd.port.mk> diff --git a/devel/jrtplib/distinfo b/devel/jrtplib/distinfo new file mode 100644 index 000000000000..8d0df3080f11 --- /dev/null +++ b/devel/jrtplib/distinfo @@ -0,0 +1 @@ +MD5 (jrtplib-2.7.tar.gz) = e70ed7dd06b195b9f2066394a3fd0d13 diff --git a/devel/jrtplib/pkg-descr b/devel/jrtplib/pkg-descr new file mode 100644 index 000000000000..8213bfa33cfc --- /dev/null +++ b/devel/jrtplib/pkg-descr @@ -0,0 +1,11 @@ +JRTPLIB is an object-oriented RTP library written in C++ by Jori Liesenborgs. +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) + +WWW: http://lumumba.luc.ac.be/jori/jrtplib/jrtplib.html + +- Petr +hopet@ics.muni.cz diff --git a/devel/jrtplib/pkg-plist b/devel/jrtplib/pkg-plist new file mode 100644 index 000000000000..df338132e404 --- /dev/null +++ b/devel/jrtplib/pkg-plist @@ -0,0 +1,30 @@ +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 +lib/libjrtp.a +lib/libjrtp.so +lib/libjrtp.so-2.7 +lib/libjrtp.so.2.7 |