Commit graph

299 commits

Author SHA1 Message Date
joerg
7aa3e73c56 MAKE_JOBS_SAFE=no 2009-10-07 15:56:11 +00:00
joerg
f990d5347a Fix destdir installation 2009-08-18 15:57:59 +00:00
sborrill
17ae00cbd6 Add wbd 1.0p4 2009-07-07 16:11:32 +00:00
sborrill
b52559037a wbd, the UCB/LBNL whiteboard tool, is a real-time shared whiteboard
application.
2009-07-07 16:10:18 +00:00
sborrill
d10b16826f Fix build with latest ffmpeg.
Bump PKGREVISION
2009-07-01 13:51:47 +00:00
joerg
c569c6a51f Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
MAKE_JOBS=2 and worked without.
2009-06-30 00:07:09 +00:00
joerg
0449c018a4 Fix LP64 build. Doesn't support MAKE_JOBS. 2009-06-29 15:53:35 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
rillig
61c7cf362d Removed redundant .gz suffix for man pages. 2009-06-12 19:09:35 +00:00
zafer
fdb98c3f7b update mirror. 2009-05-21 11:25:12 +00:00
manu
0529d18242 Leave over maintainership to pkgsrc-users 2009-03-22 04:53:38 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
obache
e913d4f40a Recursive revision bump came from audio/gsm. 2009-02-03 06:11:12 +00:00
sborrill
4edfc9ccd8 Add vic-devel 2008-12-16 19:36:22 +00:00
sborrill
c94453a914 Import development version of vic from UCL/Avats/Sumover.
Compared to existing mbone/vic there has 12 years of developments and
thus rather too much to list here. Highlights include:

v2.8ucl-1.4.0beta:
New Video window right-click menu

v2.8ucl-1.3.1:
New Codecs:
	H.264 compliant with RFC3640 {NCHC, UCL}
	MPEG4 compliant with RFC3894 {NCHC}
Advanced rendering:
	Full-Screen mode, Video window scaling in software
	X11 XVideo - hardware scaling/colourspace conversion
	Source-Specific Multicast (SSM) support

v2.8ucl-1.2.0
New codec h261as - contributed by Rhys Hawkins (Rhys.Hawkins@anu.edu.au) at Australian National University (ANU). This codec enables interoperability with Rhys' VP tool available to the AccessGrid community.  Use configure --disable-h261as to disable it.
Added image overlay support. This allows a PPM image to be used as an institutional logo, (for example, added sample UCL logo file: ucl_logo.ppm), which can be placed and moved over the video window. Overlays work with all grabbers and codecs. The logo image can also be specified as a vic resource (in .vic.tcl) so that it is made available at startup. Also, tweaked error return values from oTcl to C++, so that all errors relating to overlays are handled gracefully.
Added a LICENSE file.
Added focus property in the generic tcl mk.entry() function that builds text entry widgets.
Added more graceful error handling so Vic will bring up a warning dialogue instead of crashing.
Added Source-Specific Multicast (SSM) support - tested IPv4 on WinXP. IPv6 on Linux not fully tested.

v2.8ucl-1.1.7:
Updated video4linux2 driver so it works with latest API - i.e. with linux kernel 2.6.x. Modified configure to so it can be selected. The old v4l2 driver is still there as grabber-v4l2-old.
Updated configure so it includes both v4l1 v4l2 drivers as there are still devices that use v4l1 in 2.6.x kernel - like the Philips USB cams.
Modified xv-grabber so it's optional in configure. Also modified it to handle mulitple devices - though none to test with.

v2.8ucl-1.1.4:
Added check in configure to turn off optimisation in h261 decoder code if we're using GCC 2.96 (otherwise it crashes).
Added loopback fixes

v2.8ucl-1.1.3:
Updated so a new menu item is added to each decode window allowing users to select number of layers to receive on a layered feed. The Encode layers slider used to attempt do this but didn't work with more than one layered feed.
Added number of layers indicator to info field on decoded feeds
Added -v option to ouput version number.
Added command line options to specify interface (-i addr) and IPv6 interface index (-x index)
Updated to use getaddrinfo for name lookup - using the supplementary function included into common library when using MUSICA IPv6.
Altered the way the addresses are allocated - Now referenced through the network object (Before they were allocated by stepping thru all available address types untill one address type resolved - Which could have caused some problems - also generated errors from the failed resolve attempts)
Corrected the positioning of the padding bit in the rtcp header. Retained some compatibility with old version which used to put it in first packet. Also the length in the rtcp packet did not include the padding - it now does. It doesn't appear to break when interworking with the older version so far....
Corrected bug which meant vic attempte to delete it's local src from the list of sources when it appears to go idle for a long time - happens when vic gets suspended for a while.
Altered net-ipv6 so the IPv6 interface index is not used IPV6_MULTICAST_IF unless set on the command line as it seems to cause problems for FreeBSD. It is now set to -1 in the resourses to indicate its uninitialised state.
corrected IPPROTO_IP used in net-ipv6 loopback command to use IPPROTO_IPV6
Tweaked so the send socket binds to command line specified -i interface, if specified, otherwise it binds to in6addr_any
Corrected bug in IPv6 when TTL is set on Command line - it was calling the ipv4 proc to check for multicast - now calls in6_multicast
Enabled -m (mtu) option on command line - Use with care as not all codecs will behave correctly. (it's default is 1024).

v2.8ucl-1.1.2:
Fixed RTCP bug - The SSRC wasn't being set when transmitting (well it was always -1)
Introduced factor of 2 into the PKTBUF_SIZE as the H261 codec seems to over-run the buffer a bit - causing random errors.
Disabled mbus recognised message - No longer crash when we receive an unknown mbus command.
Increase heartbeat rate to comply with latest spec
Added codec/h263/*.o to clean directive.
Changed name of UCL's common library to new name: libuclmmbase.a (from old libcommon.a)
Updates for the mbus parser..
Changed to make x11 grabber last choice by popular demand

v2.8ucl-1.1.1:
Tidied up command line option specification string
Updated for new common library
Updated to keep gcc-2.95 happy

v2.8ucl-1.1.0:
Expermental first release of layered support taken from MASH project vic.
Creates seperate network objects for each layer and sends seperate RTCP reports (unchecked in this release - these are not quite working)
Incoperated PVH codec from MASH
New command line option -j num_of_layers

v2.8ucl-1.0:
Reorganised code into directory structure reflecting the functionality of the different modules of vic
Moved vic over to use UCL's version's of tcl/tk - this is due to a number of problems we have encountered
Moved vic over to use UCL's common library so it shares the codebase provided by rat - where possible; It now uses common DES code and Mbus code - so both the DES and Mbus sections have been re-written.
IPv6 support under UNIX and WIN32

v2.8ucl5:
Fixed -l option so it instead generates a filename automatically

v2.8ucl4:
Updated H263 support for Litte Endian machines
Updated grabber-x11 so it works on more machines and when running vic on a remote X server

v2.8ucl3:

Added H.263 codec for UNIX
Included many useful fixes from Bill Fenner

v2.8ucl2:
Added JPEG and bvc software codecs

v2.8ucl1:
Port to Tcl/Tk 8.0
Added DES support
Added H.263+ codec
2008-12-16 19:35:45 +00:00
sborrill
eb3788898b Build on NetBSD 5.* 2008-12-13 22:34:44 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
seb
67c0c4eb75 Fix pidfile option handling (in configuration file case).
Bump PKGREVISION to 1.
2008-08-26 17:18:14 +00:00
seb
c08f8e6edb Add & enable dbeacon 2008-08-26 15:02:54 +00:00
seb
a3a3d42a31 Initial import of dbeacon version 0.3.9.1 in the NetBSD Packages
Collection.

dbeacon is a Multicast Beacon written in C++. The main purpose of
a beacon is to monitor other beacon's reachability and collect
statistics such as loss, delay and jitter between beacons. dbeacon
supports both IPv4 and IPv6 multicast, collecting information via
ASM and SSM.

dbeacon was originally only IPv6 capable, designed to be used in
the m6bone.
2008-08-26 15:01:54 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
joerg
b146d123da Fix autoconf header to not re-declare inet_ntop and friends.
Fix text relocations by ensuring the Perl module can use -fPIC builds.
Bump revision.
2008-06-21 17:58:17 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
jlam
a80fd13efc Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-04 17:57:17 +00:00
rillig
e920508857 Fixed invalid lvalue. 2007-12-01 22:03:18 +00:00
rillig
dca08a810b The package name looks weird to me. 2007-12-01 13:56:42 +00:00
rillig
f505ffb070 Restructured the package so that all source files can be patched.
Fixed build failures with g++4.
2007-12-01 13:55:11 +00:00
seb
ae70fa459a This package's configure script wants to find perl, so add 'perl'
to USE_TOOLS and let buildlink3 via perl5/module.mk handle the
full dependency recording.
2007-11-27 08:04:10 +00:00
joerg
e198d6396c Don't use malloc.h. 2007-10-05 23:08:10 +00:00
jlam
07dd3147c6 Convert packages that test and use USE_INET6 to use the options framework
and to support the "inet6" option instead.

Remaining usage of USE_INET6 was solely for the benefit of the scripts
that generate the README.html files.  Replace:

	BUILD_DEFS+=	USE_INET6
with
	BUILD_DEFS+=	IPV6_READY

and teach the README-generation tools to look for that instead.

This nukes USE_INET6 from pkgsrc proper.  We leave a tiny bit of code
to continue to support USE_INET6 for pkgsrc-wip until it has been nuked
from there as well.
2007-09-07 22:12:10 +00:00
rillig
6aecf48699 Added mk/misc/category.mk, which contains the definitions that are only
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is
also relevant for the top-level directory. Adjusted the category Makefiles.
2007-08-13 08:12:41 +00:00
joerg
e9903b3475 Don't use malloc.h. 2007-08-11 16:45:52 +00:00
joerg
e034e17ff3 Fix malloc.h usage. 2007-08-10 14:07:22 +00:00
joerg
e53d15d300 Revert last PLIST change und bump revision again.
Trust the bulk builds more than rillig@ and let him figure out
why his environment produces a different file set.
2007-03-30 15:41:02 +00:00
joerg
161c920c15 Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
rillig
be74343264 Fixed the PLIST. PKGREVISION++ 2007-03-08 07:45:32 +00:00
reed
2a9d044ffa Use INSTALLATION_DIRS to create directories.
This is for PR #35945.
2007-03-07 17:20:08 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
joerg
f6ba147219 Modular Xorg support. 2007-01-14 10:19:35 +00:00
joerg
22e6975647 Modular Xorg support. Never use static linkage on some platforms by
default.
2007-01-13 11:27:02 +00:00
joerg
327da8afcf Don't link against libXext. Bump revision. 2007-01-08 17:33:42 +00:00
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00
wiz
0c2e68db44 Some more HOMEPAGE/MASTER_SITES updates from Sergey Svishchev. 2006-10-28 21:29:47 +00:00
wiz
768a49f2dd Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:47:16 +00:00
wiz
776a05be72 Reset maintainer for people who lost their commit bit. 2006-09-03 00:56:28 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
2006-07-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
joerg
25020695c0 Uses C++. 2006-06-06 14:56:20 +00:00
joerg
6075b5d7e7 Use C++ and INSTALLATION_DIRS, sort PLIST. 2006-06-02 16:12:21 +00:00
joerg
4f9ab57b6b Uses C++. 2006-05-13 12:59:26 +00:00