summaryrefslogtreecommitdiff
path: root/mbone (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chmod -> ${CHMOD}Michael Haro1999-08-222-4/+4
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Assorted ${WRKDIRPREFIX}/symlink ${PORTSDIR} fixes. mbone/vat still doesn'tSatoshi Asami1999-07-151-2/+2
| | | | | | | build but at least it will have a better chance. Notes: svn path=/head/; revision=20221
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-266-6/+6
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* sdr25 -> sdr-currentBill Fenner1999-03-301-2/+2
| | | | Notes: svn path=/head/; revision=17445
* Update sdr 2.4's MASTER_SITE and distfile name.Bill Fenner1999-03-302-4/+4
| | | | Notes: svn path=/head/; revision=17440
* Add sdr25.Satoshi Asami1999-01-281-1/+2
| | | | Notes: svn path=/head/; revision=16402
* Allow vat & vic to run with tcl8.0.4.Bill Fenner1999-01-102-4/+20
| | | | Notes: svn path=/head/; revision=15952
* Redefine sendfile as sf_sendfile to work around namespace pollution.Jacques Vidrine1998-12-161-14/+20
| | | | | | | Noticed by: Oleg Ogurok <oleg@ogurok.com> Notes: svn path=/head/; revision=15375
* Change MASTER_SITES to make this port fetchable, we are two (minor)Bill Fumerola1998-12-091-2/+2
| | | | | | | | | | updates behind in this port, but I cannot test mbone software, and this will make the port fetchable now. Informed By: Fenner's portsurvey Notes: svn path=/head/; revision=15236
* Use ${WRKDIRPREFIX}.Satoshi Asami1998-12-021-2/+2
| | | | Notes: svn path=/head/; revision=15051
* Fix for building on 3.0Jacques Vidrine1998-11-243-18/+18
| | | | Notes: svn path=/head/; revision=14870
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeSatoshi Asami1998-11-141-6/+8
| | | | | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk. Notes: svn path=/head/; revision=14512
* Fix checksum; distfile changed without changing name.Bill Fenner1998-10-251-1/+1
| | | | | | | | PR: ports/8287 Submitted by: Bruce A. Mah <bmah@ca.sandia.gov> Notes: svn path=/head/; revision=14180
* Unbreak.Justin M. Seger1998-10-132-9/+16
| | | | | | | Submitted by: steve Notes: svn path=/head/; revision=13946
* Mark BROKEN for ELF:Justin M. Seger1998-10-131-1/+3
| | | | | | | | | c++ -O2 -DUSE_SHM -DED_YBITS=4 -DSIGRET=void -I/usr/local/include -I/usr/local/include/tk8.0 -I/usr/local/include/tcl8.0 -I/usr/X11R6/include -I./jpeg -I./p64 -I. -o vic inet.o cellb_tables.o tkStripchart.o md5c.o random.o main.o net.o net-ip.o source.o iohandler.o timer.o idlecallback.o media-timer.o session.o session-rtpv1.o session-nv.o session-ivs.o decoder.o decoder-jpeg.o decoder-nv.o decoder-h261.o decoder-h261v1.o decoder-cellb.o device.o grabber.o vw.o Tcl.o Tcl2.o module.o transmitter.o encoder-nv.o encoder-cellb.o encoder-h261.o transcoder-jpeg.o framer-jpeg.o group-ipc.o confbus.o renderer.o renderer-window.o color.o color-true.o color-pseudo.o color-dither.o color-ed.o color-quant.o color-hi.o color-gray.o color-mono.o color-hist.o rgb-converter.o jpeg/jpeg.o p64/p64.o dct.o compositor.o rate-variable.o crypt.o crypt-dull.o grabber-still.o cm0.o cm1.o huffcode.o version.o bv.o ui-ctrlmenu.o ui-main.o ui-resource.o ui-srclist.o ui-stats.o ui-util.o ui-windows.o ui-switcher.o ui-extout.o ui-grabber.o ui-unix.o cf-main.o cf-tm.o cf-confbus.o cf-network.o cf-util.o tkerror.o entry.o tk.o strtol.o strtoul.o grabber-x11.cc grabber-meteor.o grabber-spigot.o -lspigot -L/usr/local/lib -ltk80 -L/usr/local/lib -ltcl80 -L/usr/X11R6/lib -lXext -lX11 -lm grabber-x11.cc: In method `int X11Grabber::X11Grab_Initialize(long unsigned int, int, int)': grabber-x11.cc:627: warning: implicit declaration of function `int VidUtil_DestroyXImage(...)' Notes: svn path=/head/; revision=13932
* Don't strip the binary when building ELF, and remove the emptySteve Price1998-09-272-1/+6
| | | | | | | share/doc/wb directory on deinstall. Notes: svn path=/head/; revision=13433
* Remove empty lib/speak_freely directory on deinstall.Steve Price1998-09-271-0/+1
| | | | Notes: svn path=/head/; revision=13432
* Make sure that autoconf can overwrite configure script.Steve Price1998-09-271-2/+2
| | | | Notes: svn path=/head/; revision=13431
* Somewhere along the line the binary's name changed to nte.Steve Price1998-09-271-1/+1
| | | | Notes: svn path=/head/; revision=13430
* Remove empty doc dir on deinstall.Steve Price1998-09-271-0/+1
| | | | Notes: svn path=/head/; revision=13429
* Remove regexp support for tk42.Steve Price1998-09-261-2/+2
| | | | Notes: svn path=/head/; revision=13404
* tk80 has been ELFized.Satoshi Asami1998-09-254-8/+8
| | | | Notes: svn path=/head/; revision=13387
* libgsm is now converted to ELF.Satoshi Asami1998-09-222-5/+5
| | | | Notes: svn path=/head/; revision=13329
* Master site moved.Bill Fenner1998-09-211-2/+2
| | | | Notes: svn path=/head/; revision=13299
* Update to 1.5a29Bill Fenner1998-08-273-18/+9
| | | | Notes: svn path=/head/; revision=12887
* This commit brought to you by the Paddock Bowling Alley.Tim Vanderhoek1998-08-184-9/+0
| | | | Notes: svn path=/head/; revision=12622
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-076-12/+12
| | | | Notes: svn path=/head/; revision=12335
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orSatoshi Asami1998-08-057-14/+14
| | | | | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly. Notes: svn path=/head/; revision=12289
* Fix the configure script to not try to build a grabber which is notBill Fenner1998-07-111-0/+10
| | | | | | | included in the vic source. Notes: svn path=/head/; revision=11837
* Change the vat port to use USE_AUTOCONF .Bill Fenner1998-06-263-1477/+13
| | | | | | | | | Hand-edit patches/patch-ah to remove the RCS $Header$ from the patch, so that CVS doesn't munge it. BE EXTREMELY CAREFUL WHEN REGENERATING patches/patch-ah! Notes: svn path=/head/; revision=11547
* Fix Luigi's recently committed submission:Bill Fenner1998-06-264-1671/+100
| | | | | | | | | | | - Actually include the x11 grabber in the compile - Don't force the capture type to PAL; leave it at auto - Remove debugging code and comments - Eliminate the need for kernel patch for tuner code - Don't patch one source file in more than one patch-XX files Notes: svn path=/head/; revision=11546
* These patches implement the following features in vic:Jordan K. Hubbard1998-06-242-0/+2041
| | | | | | | | | | | | | | | | | * an x11 grabber similar to the one present in nv. Extremely useful for interactive work (i'd say better than a camera in many cases). * add video controls to the meteor grabber (brightness etc.) * add tuner control when used with the meteor grabber (require a small modification to the kernel to let tuner be controlled via the grabber fd); Submitted by: luigi PR: 6814 Notes: svn path=/head/; revision=11502
* This patch contains an update to the audio-voxware.cc module in vatJordan K. Hubbard1998-06-241-0/+668
| | | | | | | | | | | | | to enable operation with the "pcm" driver and a wide range of full duplex cards including the old SB16 (up to Vibra16C). It also provides a modification to transmit audio from a mu-law file (useful for testing). Submitted by: luigi PR: 6813 Notes: svn path=/head/; revision=11501
* Depend on ghostscript5 instead of ghostscript4.Bill Fenner1998-06-241-3/+3
| | | | | | | | PR: ports/5380 Submitted by: luigi@iet.unipi.it Notes: svn path=/head/; revision=11495
* Back out changes to use tcl81.Thomas Gellekum1998-03-202-4/+4
| | | | | | | | | I have left out zircon, which seems to have provisions for tcl81, and hfsutils and filerunner, which have been upgraded and probably checked in the meantime. Notes: svn path=/head/; revision=10236
* Back out changes to use tcl81.Thomas Gellekum1998-03-172-93/+93
| | | | | | | Suggested by: The Meistersinger Notes: svn path=/head/; revision=10210
* Upgrade to use tcl8.1 and tk8.1.Justin M. Seger1998-02-244-98/+98
| | | | Notes: svn path=/head/; revision=9912
* Add tk virtual category where missing. List of ports which depend on tkBill Fenner1998-02-211-2/+2
| | | | | | | | | | | | but aren't in a tk virtual category from awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX I didn't do anything about the ports which depend on things which depend on a tk revision. I'd be afraid that the depended-upon port might change and thus outdate the virtual category in the depender. Notes: svn path=/head/; revision=9876
* Add send() kernel bug workaround to vic too.Bill Fenner1998-02-191-0/+117
| | | | Notes: svn path=/head/; revision=9840
* Fix memory leaks.Bill Fenner1998-02-192-0/+157
| | | | Notes: svn path=/head/; revision=9839
* Fix color behavior with tk8.0 -- tk was setting the highlight color to black.Bill Fenner1998-02-191-0/+45
| | | | Notes: svn path=/head/; revision=9838
* Handle a bug that LBL thought was fixed in 4.4BSD but wasn't: send()Bill Fenner1998-02-191-0/+117
| | | | | | | | | | on a socket with a pending error doesn't reset the error, so the socket is effectively useless. Use getsockopt(...SO_ERROR...) to clear the error status. The kernel should also be patched, but this patch is required for backwards compatibility. Notes: svn path=/head/; revision=9837
* Add rtptools.Bill Fenner1998-01-051-1/+2
| | | | Notes: svn path=/head/; revision=9275
* rtptools, a set of tools for recording/playing/monitoring RTPv2 streamsBill Fenner1998-01-056-0/+123
| | | | Notes: svn path=/head/; revision=9273
* Add BT848 grabber support.Bill Fenner1997-12-191-0/+725
| | | | | | | Submitted by: Amancio Hasty <hasty@rah.star-gate.com> Notes: svn path=/head/; revision=9131
* Upgrade to 2.4a7n. The encryption has been removed from this version soBill Fenner1997-12-193-26/+21
| | | | | | | | it's no longer RESTRICTED. Also de-obfuscate the port a little by removing the magic done by scripts/configure and moving it to the Makefile. Notes: svn path=/head/; revision=9130
* Don't use the libs.tcl from the distribution; let it get dynamicallyBill Fenner1997-10-151-1/+6
| | | | | | | generated instead. Fixes tcl library mismatch warning. Notes: svn path=/head/; revision=8289
* Use tcl7.6 and tk4.2Bill Fenner1997-09-252-7/+7
| | | | Notes: svn path=/head/; revision=8023
* Use tcl7.6 and tk4.2, and use autoconf instead of patching configure script.Bill Fenner1997-09-252-26/+47
| | | | Notes: svn path=/head/; revision=8020
* Upgrade to 6.1cAndrey A. Chernov1997-09-235-79/+63
| | | | Notes: svn path=/head/; revision=8008