summaryrefslogtreecommitdiff
path: root/mbone (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to Tcl/Tk version 8.2 and fix for gcc 2.95.Steve Price1999-11-295-47/+79
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23484
* Update to Tcl/Tk version 8.2 and get this to build with gcc 2.95.Steve Price1999-11-2915-58/+219
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23483
* Update to use Tcl/Tk version 8.2.Steve Price1999-11-284-6/+17
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23474
* Need to #include sys/signal.h earlier so this builds again on -current.Steve Price1999-11-281-0/+10
| | | | Notes: svn path=/head/; revision=23469
* Update to version Tk version 8.2.Steve Price1999-11-282-3/+3
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23468
* Switch to tcl/tk 8.2Justin M. Seger1999-11-063-39/+512
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=22945
* Make the second argument to hcreate a size_t so this compiles cleanlySteve Price1999-09-271-2/+19
| | | | | | | on the Alpha. Notes: svn path=/head/; revision=21972
* Rewrite virtual function pointer code so it can compile with EGCS on myRoger Hardiman1999-09-091-26/+92
| | | | | | | | | | | -current machine. Also I fixed the code for grabbing from the X11 desktop in 24 bit colour modes. Previously it gave us a blurred yellow image. Now it can capture the X11 desktop in full 24 bit colour for both XRGB and XBGR Truecolour. Notes: svn path=/head/; revision=21475
* Upgrade to sdr 2.7Bill Fenner1999-09-095-43/+14
| | | | Notes: svn path=/head/; revision=21472
* Mirror the distfile in ~cpiazza/distfiles, the main server is downChris Piazza1999-09-081-1/+2
| | | | | | | | | | for at least an hour every day for backups etc. PR: 13611 Requested by: maintainer Notes: svn path=/head/; revision=21446
* Fix a filename which contains an explicit version number.Roger Hardiman1999-09-081-1/+1
| | | | Notes: svn path=/head/; revision=21413
* Oops, I forgot about Id -> FreeBSD.Bill Fenner1999-09-041-1/+1
| | | | Notes: svn path=/head/; revision=21263
* PortlintifyBill Fenner1999-09-041-3/+4
| | | | | | | | PR: ports/13447 Submitted by: Oleg V. Volkov <rover@lglobus.ru> Notes: svn path=/head/; revision=21258
* Activate rat.Bill Fenner1999-09-041-0/+1
| | | | Notes: svn path=/head/; revision=21240
* Forgot to update descriptions before importing, oops.Bill Fenner1999-09-042-3/+9
| | | | Notes: svn path=/head/; revision=21239
* The UCL Robust Audio Tool.Bill Fenner1999-09-047-0/+68
| | | | | | | | PR: ports/12535 Submitted by: O.Hodson@cs.ucl.ac.uk Notes: svn path=/head/; revision=21238
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-318-8/+8
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-2510-10/+10
| | | | Notes: svn path=/head/; revision=20960
* 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