From ba78e03015d3f55f331ed5230168cfe2bd66e6a6 Mon Sep 17 00:00:00 2001 From: zuntum Date: Wed, 31 Oct 2001 20:59:00 +0000 Subject: Move pkg/ files into package's toplevel directory --- mbone/common-mml/DESCR | 15 +++++++++++++++ mbone/common-mml/PLIST | 45 +++++++++++++++++++++++++++++++++++++++++++++ mbone/common-mml/pkg/DESCR | 15 --------------- mbone/common-mml/pkg/PLIST | 45 --------------------------------------------- mbone/imm/DESCR | 8 ++++++++ mbone/imm/PLIST | 5 +++++ mbone/imm/pkg/DESCR | 8 -------- mbone/imm/pkg/PLIST | 5 ----- mbone/nte/DESCR | 16 ++++++++++++++++ mbone/nte/PLIST | 2 ++ mbone/nte/pkg/DESCR | 16 ---------------- mbone/nte/pkg/PLIST | 2 -- mbone/rat/DESCR | 2 ++ mbone/rat/PLIST | 3 +++ mbone/rat/pkg/DESCR | 2 -- mbone/rat/pkg/PLIST | 3 --- mbone/sdr/DESCR | 4 ++++ mbone/sdr/PLIST | 2 ++ mbone/sdr/pkg/DESCR | 4 ---- mbone/sdr/pkg/PLIST | 2 -- mbone/vat/DESCR | 2 ++ mbone/vat/PLIST | 3 +++ mbone/vat/pkg/DESCR | 2 -- mbone/vat/pkg/PLIST | 3 --- mbone/vic/DESCR | 9 +++++++++ mbone/vic/PLIST | 4 ++++ mbone/vic/pkg/DESCR | 9 --------- mbone/vic/pkg/PLIST | 4 ---- 28 files changed, 120 insertions(+), 120 deletions(-) create mode 100644 mbone/common-mml/DESCR create mode 100644 mbone/common-mml/PLIST delete mode 100644 mbone/common-mml/pkg/DESCR delete mode 100644 mbone/common-mml/pkg/PLIST create mode 100644 mbone/imm/DESCR create mode 100644 mbone/imm/PLIST delete mode 100644 mbone/imm/pkg/DESCR delete mode 100644 mbone/imm/pkg/PLIST create mode 100644 mbone/nte/DESCR create mode 100644 mbone/nte/PLIST delete mode 100644 mbone/nte/pkg/DESCR delete mode 100644 mbone/nte/pkg/PLIST create mode 100644 mbone/rat/DESCR create mode 100644 mbone/rat/PLIST delete mode 100644 mbone/rat/pkg/DESCR delete mode 100644 mbone/rat/pkg/PLIST create mode 100644 mbone/sdr/DESCR create mode 100644 mbone/sdr/PLIST delete mode 100644 mbone/sdr/pkg/DESCR delete mode 100644 mbone/sdr/pkg/PLIST create mode 100644 mbone/vat/DESCR create mode 100644 mbone/vat/PLIST delete mode 100644 mbone/vat/pkg/DESCR delete mode 100644 mbone/vat/pkg/PLIST create mode 100644 mbone/vic/DESCR create mode 100644 mbone/vic/PLIST delete mode 100644 mbone/vic/pkg/DESCR delete mode 100644 mbone/vic/pkg/PLIST (limited to 'mbone') diff --git a/mbone/common-mml/DESCR b/mbone/common-mml/DESCR new file mode 100644 index 00000000000..ec50437fa2d --- /dev/null +++ b/mbone/common-mml/DESCR @@ -0,0 +1,15 @@ +The UCL common multimedia library implements a number of algorithms and +protocols needed by a number of our applications. It compiles standalone +on a range of Unix systems (Solaris, Linux, Irix, FreeBSD) and on Windows +95/98/NT. + +The following protocols/algorithms are included in the library: + + * Base64 encoding/decoding + * Binary tree + * Random number + * HMAC authentication + * MD5 + * DES + * RTP + * Mbus diff --git a/mbone/common-mml/PLIST b/mbone/common-mml/PLIST new file mode 100644 index 00000000000..754427b1785 --- /dev/null +++ b/mbone/common-mml/PLIST @@ -0,0 +1,45 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:35:03 zuntum Exp $ +lib/libuclmmbase.a +lib/libuclmmbase.la +lib/libuclmmbase.so +lib/libuclmmbase.so.1 +lib/libuclmmbase.so.1.2 +include/common-mml/acconfig.h +include/common-mml/addrinfo.h +include/common-mml/addrsize.h +include/common-mml/asarray.h +include/common-mml/base64.h +include/common-mml/bittypes.h +include/common-mml/btree.h +include/common-mml/cdecl_ext.h +include/common-mml/config_unix.h +include/common-mml/config_win32.h +include/common-mml/crypt_random.h +include/common-mml/debug.h +include/common-mml/drand48.h +include/common-mml/gettimeofday.h +include/common-mml/hmac.h +include/common-mml/inet_ntop.h +include/common-mml/inet_pton.h +include/common-mml/mbus.h +include/common-mml/mbus_addr.h +include/common-mml/mbus_config.h +include/common-mml/mbus_parser.h +include/common-mml/md5.h +include/common-mml/memory.h +include/common-mml/net_udp.h +include/common-mml/ntp.h +include/common-mml/qfDES.h +include/common-mml/rtp.h +include/common-mml/sockstorage.h +include/common-mml/test_base64.h +include/common-mml/test_des.h +include/common-mml/test_mbus_addr.h +include/common-mml/test_mbus_parser.h +include/common-mml/test_md5.h +include/common-mml/test_memory.h +include/common-mml/test_net_udp.h +include/common-mml/uclconf.h +include/common-mml/util.h +include/common-mml/version.h +@dirrm include/common-mml diff --git a/mbone/common-mml/pkg/DESCR b/mbone/common-mml/pkg/DESCR deleted file mode 100644 index ec50437fa2d..00000000000 --- a/mbone/common-mml/pkg/DESCR +++ /dev/null @@ -1,15 +0,0 @@ -The UCL common multimedia library implements a number of algorithms and -protocols needed by a number of our applications. It compiles standalone -on a range of Unix systems (Solaris, Linux, Irix, FreeBSD) and on Windows -95/98/NT. - -The following protocols/algorithms are included in the library: - - * Base64 encoding/decoding - * Binary tree - * Random number - * HMAC authentication - * MD5 - * DES - * RTP - * Mbus diff --git a/mbone/common-mml/pkg/PLIST b/mbone/common-mml/pkg/PLIST deleted file mode 100644 index 1fef3b6fe12..00000000000 --- a/mbone/common-mml/pkg/PLIST +++ /dev/null @@ -1,45 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2001/01/04 15:10:50 agc Exp $ -lib/libuclmmbase.a -lib/libuclmmbase.la -lib/libuclmmbase.so -lib/libuclmmbase.so.1 -lib/libuclmmbase.so.1.2 -include/common-mml/acconfig.h -include/common-mml/addrinfo.h -include/common-mml/addrsize.h -include/common-mml/asarray.h -include/common-mml/base64.h -include/common-mml/bittypes.h -include/common-mml/btree.h -include/common-mml/cdecl_ext.h -include/common-mml/config_unix.h -include/common-mml/config_win32.h -include/common-mml/crypt_random.h -include/common-mml/debug.h -include/common-mml/drand48.h -include/common-mml/gettimeofday.h -include/common-mml/hmac.h -include/common-mml/inet_ntop.h -include/common-mml/inet_pton.h -include/common-mml/mbus.h -include/common-mml/mbus_addr.h -include/common-mml/mbus_config.h -include/common-mml/mbus_parser.h -include/common-mml/md5.h -include/common-mml/memory.h -include/common-mml/net_udp.h -include/common-mml/ntp.h -include/common-mml/qfDES.h -include/common-mml/rtp.h -include/common-mml/sockstorage.h -include/common-mml/test_base64.h -include/common-mml/test_des.h -include/common-mml/test_mbus_addr.h -include/common-mml/test_mbus_parser.h -include/common-mml/test_md5.h -include/common-mml/test_memory.h -include/common-mml/test_net_udp.h -include/common-mml/uclconf.h -include/common-mml/util.h -include/common-mml/version.h -@dirrm include/common-mml diff --git a/mbone/imm/DESCR b/mbone/imm/DESCR new file mode 100644 index 00000000000..15c4d5abf98 --- /dev/null +++ b/mbone/imm/DESCR @@ -0,0 +1,8 @@ +IMM has been designed to efficiently replicate files/file directories +using a reliable dissemination protocol framework and provide archiving +and post processing features. The default mode of operation is for imm +to receive and display compressed imagery files (e.g., jpg,gif) using +xv or xloadimage as a post processor. + +The sdr plugin file from the earlier imm release has been integrated into +the NetBSD sdr package. diff --git a/mbone/imm/PLIST b/mbone/imm/PLIST new file mode 100644 index 00000000000..a0fc1e5238c --- /dev/null +++ b/mbone/imm/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:35:04 zuntum Exp $ +bin/imm +bin/immserv +bin/mnm +bin/mdpsniff diff --git a/mbone/imm/pkg/DESCR b/mbone/imm/pkg/DESCR deleted file mode 100644 index 15c4d5abf98..00000000000 --- a/mbone/imm/pkg/DESCR +++ /dev/null @@ -1,8 +0,0 @@ -IMM has been designed to efficiently replicate files/file directories -using a reliable dissemination protocol framework and provide archiving -and post processing features. The default mode of operation is for imm -to receive and display compressed imagery files (e.g., jpg,gif) using -xv or xloadimage as a post processor. - -The sdr plugin file from the earlier imm release has been integrated into -the NetBSD sdr package. diff --git a/mbone/imm/pkg/PLIST b/mbone/imm/pkg/PLIST deleted file mode 100644 index 884ada178e2..00000000000 --- a/mbone/imm/pkg/PLIST +++ /dev/null @@ -1,5 +0,0 @@ -@comment $NetBSD: PLIST,v 1.3 1997/11/24 15:04:31 is Exp $ -bin/imm -bin/immserv -bin/mnm -bin/mdpsniff diff --git a/mbone/nte/DESCR b/mbone/nte/DESCR new file mode 100644 index 00000000000..5ad644edc63 --- /dev/null +++ b/mbone/nte/DESCR @@ -0,0 +1,16 @@ +NTE is a shared text editor designed for use on the Mbone. It is +not a word processor and it is not a whiteboard - if you want a +whiteboard, wb from LBL is a much better whiteboard. + +Using NTE can be very interactive - unless you lock a block of +text, anyone else in your session can edit that text or delete it. +This is intentional. Many people can (if they wish) edit the same +document simultaneously. Many people can even edit the same block +of text simultaneously, but if more than one person tries to edit +the same line at one time, a conflict will occur, which results in +only one of the changes being preserved. + +In general, it is up to you how you use NTE. You must develop +human protocols to be able to collaborate, even in face-to-face +meetings, and NTE is no exception. It will work well if you +cooperate, and not if you don't. diff --git a/mbone/nte/PLIST b/mbone/nte/PLIST new file mode 100644 index 00000000000..fa364a8a81a --- /dev/null +++ b/mbone/nte/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:35:06 zuntum Exp $ +bin/nt diff --git a/mbone/nte/pkg/DESCR b/mbone/nte/pkg/DESCR deleted file mode 100644 index 5ad644edc63..00000000000 --- a/mbone/nte/pkg/DESCR +++ /dev/null @@ -1,16 +0,0 @@ -NTE is a shared text editor designed for use on the Mbone. It is -not a word processor and it is not a whiteboard - if you want a -whiteboard, wb from LBL is a much better whiteboard. - -Using NTE can be very interactive - unless you lock a block of -text, anyone else in your session can edit that text or delete it. -This is intentional. Many people can (if they wish) edit the same -document simultaneously. Many people can even edit the same block -of text simultaneously, but if more than one person tries to edit -the same line at one time, a conflict will occur, which results in -only one of the changes being preserved. - -In general, it is up to you how you use NTE. You must develop -human protocols to be able to collaborate, even in face-to-face -meetings, and NTE is no exception. It will work well if you -cooperate, and not if you don't. diff --git a/mbone/nte/pkg/PLIST b/mbone/nte/pkg/PLIST deleted file mode 100644 index cb4e97a878e..00000000000 --- a/mbone/nte/pkg/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 1998/03/06 12:54:10 frueauf Exp $ -bin/nt diff --git a/mbone/rat/DESCR b/mbone/rat/DESCR new file mode 100644 index 00000000000..aafda540bc7 --- /dev/null +++ b/mbone/rat/DESCR @@ -0,0 +1,2 @@ +Rat allows users to conduct host-to-host or multihost audio +teleconferences over an internet. diff --git a/mbone/rat/PLIST b/mbone/rat/PLIST new file mode 100644 index 00000000000..8ef9e6dc167 --- /dev/null +++ b/mbone/rat/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:35:07 zuntum Exp $ +bin/rat +man/man1/rat.1.gz diff --git a/mbone/rat/pkg/DESCR b/mbone/rat/pkg/DESCR deleted file mode 100644 index aafda540bc7..00000000000 --- a/mbone/rat/pkg/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -Rat allows users to conduct host-to-host or multihost audio -teleconferences over an internet. diff --git a/mbone/rat/pkg/PLIST b/mbone/rat/pkg/PLIST deleted file mode 100644 index 11bf9415840..00000000000 --- a/mbone/rat/pkg/PLIST +++ /dev/null @@ -1,3 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 1998/03/05 22:26:26 mycroft Exp $ -bin/rat -man/man1/rat.1.gz diff --git a/mbone/sdr/DESCR b/mbone/sdr/DESCR new file mode 100644 index 00000000000..fd77f78b054 --- /dev/null +++ b/mbone/sdr/DESCR @@ -0,0 +1,4 @@ +Sdr is a session directory tool designed to allow the advertisement +and joining of multicast conferences on the Mbone. It was originally +based on sd written by Van Jacobson at LBNL, but implements a later +version of the session description protocol than sd does. diff --git a/mbone/sdr/PLIST b/mbone/sdr/PLIST new file mode 100644 index 00000000000..6ab47b80f3c --- /dev/null +++ b/mbone/sdr/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:35:09 zuntum Exp $ +bin/sdr diff --git a/mbone/sdr/pkg/DESCR b/mbone/sdr/pkg/DESCR deleted file mode 100644 index fd77f78b054..00000000000 --- a/mbone/sdr/pkg/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -Sdr is a session directory tool designed to allow the advertisement -and joining of multicast conferences on the Mbone. It was originally -based on sd written by Van Jacobson at LBNL, but implements a later -version of the session description protocol than sd does. diff --git a/mbone/sdr/pkg/PLIST b/mbone/sdr/pkg/PLIST deleted file mode 100644 index 8151a90be77..00000000000 --- a/mbone/sdr/pkg/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 1997/11/18 17:21:32 is Exp $ -bin/sdr diff --git a/mbone/vat/DESCR b/mbone/vat/DESCR new file mode 100644 index 00000000000..61f95885629 --- /dev/null +++ b/mbone/vat/DESCR @@ -0,0 +1,2 @@ +Vat allows users to conduct host-to-host or multihost audio +teleconferences over an internet. diff --git a/mbone/vat/PLIST b/mbone/vat/PLIST new file mode 100644 index 00000000000..ab8015507a0 --- /dev/null +++ b/mbone/vat/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:35:11 zuntum Exp $ +bin/vat +man/man1/vat.1 diff --git a/mbone/vat/pkg/DESCR b/mbone/vat/pkg/DESCR deleted file mode 100644 index 61f95885629..00000000000 --- a/mbone/vat/pkg/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -Vat allows users to conduct host-to-host or multihost audio -teleconferences over an internet. diff --git a/mbone/vat/pkg/PLIST b/mbone/vat/pkg/PLIST deleted file mode 100644 index a1a6fd21aed..00000000000 --- a/mbone/vat/pkg/PLIST +++ /dev/null @@ -1,3 +0,0 @@ -@comment $NetBSD: PLIST,v 1.3 2000/01/26 22:14:27 jlam Exp $ -bin/vat -man/man1/vat.1 diff --git a/mbone/vic/DESCR b/mbone/vic/DESCR new file mode 100644 index 00000000000..614b0bc2c05 --- /dev/null +++ b/mbone/vic/DESCR @@ -0,0 +1,9 @@ +The UCB/LBNL video tool, vic, is a real-time, multimedia application +for video conferencing over the Internet. + +Vic was designed with a flexible and extensible architecture to support +heterogeneous environments and configurations. For example, in high +bandwidth settings, multi-megabit full-motion JPEG streams can be +sourced using hardware assisted compression, while in low bandwidth +environments like the Internet, aggressive low bit-rate coding can +be carried out in software. diff --git a/mbone/vic/PLIST b/mbone/vic/PLIST new file mode 100644 index 00000000000..be2c9e4e53a --- /dev/null +++ b/mbone/vic/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:35:12 zuntum Exp $ +bin/histtolut +bin/vic +man/man1/vic.1 diff --git a/mbone/vic/pkg/DESCR b/mbone/vic/pkg/DESCR deleted file mode 100644 index 614b0bc2c05..00000000000 --- a/mbone/vic/pkg/DESCR +++ /dev/null @@ -1,9 +0,0 @@ -The UCB/LBNL video tool, vic, is a real-time, multimedia application -for video conferencing over the Internet. - -Vic was designed with a flexible and extensible architecture to support -heterogeneous environments and configurations. For example, in high -bandwidth settings, multi-megabit full-motion JPEG streams can be -sourced using hardware assisted compression, while in low bandwidth -environments like the Internet, aggressive low bit-rate coding can -be carried out in software. diff --git a/mbone/vic/pkg/PLIST b/mbone/vic/pkg/PLIST deleted file mode 100644 index 93f711b90ac..00000000000 --- a/mbone/vic/pkg/PLIST +++ /dev/null @@ -1,4 +0,0 @@ -@comment $NetBSD: PLIST,v 1.3 2000/01/26 23:15:20 jlam Exp $ -bin/histtolut -bin/vic -man/man1/vic.1 -- cgit v1.2.3