summaryrefslogtreecommitdiff
path: root/mbone
AgeCommit message (Collapse)AuthorFilesLines
2003-10-08Make package depend on xv, otherwise it's useless.rtr1-1/+2
Should resolve pr pkg/23092. Change approved by Johnny C. Lam.
2003-10-08patch-aa: Convert to use stdarg instead of varargs for gcc3rtr2-1/+89
Should resolve pr pkg/23091. Patch approved by Johnny C. Lam.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant9-18/+18
2003-07-12don't define test target directly, use do-test insteaddillo1-2/+2
2003-07-03Avoid hardcoding /usr/pkg in this package, pointed out by Julio Merinoagc3-5/+10
2003-06-25Add OV511 web camera support.uebayasi2-2/+11
PR21829 from Osamu Oishi <oishi at ims dot ac dot jp>. Bump revision to 1.
2003-06-18When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather thanagc2-4/+4
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent PKGREVISION changes. With thanks to jmc for the nudge.
2003-05-07Add & enable rtptools.seb1-1/+2
2003-05-07Initial import of rtptools version 1.18 into the NetBSD Packages Collection.seb5-0/+76
The rtptools distribution consists of a number of small applications that can be used for processing RTP data.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv3-26/+26
2003-05-06Distfile changed on master site: no differences reported by diffseb1-2/+2
from previous tarball's avatar in ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv4-9/+8
2003-01-19s/INSTALL_*/BSD_INSTALL_*/ in patch-ad, remove unnecessary MAKE_ENV.salo3-6/+6
Add HOMEPAGE.
2002-10-02Add configure patch to remove autoconf dependency.wiz6-12/+854
2002-09-27correct malformed patchdmcmahill2-4/+3
2002-09-27use the results of the autoconf test for inet_ntop and inet_pton. Fixesdmcmahill6-2/+68
compile problems on sparc and should fix other big endian machines.
2002-09-24Sort.wiz1-2/+2
2002-08-16Make this package build on NetBSD-1.6 and lateragc15-1/+224
2002-08-16Make this package compile on 1.6 and lateragc5-3/+65
2002-08-13Make this package compile on 1.6.agc2-1/+49
2002-07-26The Multicast Dissemination Protocol (MDP) is a protocol framework and ↵manu6-1/+79
software toolkit for reliable multicasting data objects.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum20-20/+20
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-08-27Use wildcard dependence on "autoconf" package.tron2-4/+4
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-05-31Wildcard tk dependency.wiz1-2/+2
2001-05-05Mechanical changes of tk DEPENDS:jlam5-10/+10
tk-8.3.2 -> tk>=8.3.2 tk-[0-9]* -> tk>=8.0 tk-8.* -> tk>=8.0
2001-04-18Move to sha1 digests, and add distfile sizes.agc7-14/+21
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc21-78/+64
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-27Change BUILD_DEPENDS semantics:hubertf2-4/+4
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz14-14/+14
2001-02-16Not needed any more -- COMMENTs are in Makefiles now.wiz1-1/+0
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-8/+10
While I'm here, unify category Makefiles to more standard style. (If you have tools depending on the previous form, please fix them.)
2001-02-07Fix a few more paste-o's.fredb2-4/+4
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron2-4/+4
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-12-28There is one place where Tcl_Eval is called with a const value but thehubertf2-1/+16
manpage says it should be calles with a writable value. See PR 7611 by Michael Graff <explorer@flame.org> for a longer description. The patch was also sent back to the sdr maintainers.
2000-12-27Fix compilation on alpha.wiz2-1/+15
2000-12-21add and enable common-mmlwiz1-1/+2
2000-12-17Import common-mml-1.2.0:hubertf8-0/+150
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
2000-12-17enable IPv6 if USE_INET6 is sethubertf1-1/+5
2000-12-17Update sdr to 3.0. Changes:hubertf21-537/+92
3.0 K.Hasler/E.Whelan 22 Aug 2000 - new 'application' media type for session directories - fixed byte ordering of headers on intel machines - fixed IP6 address allocation for unix IP6 stacks - Authentication and encryption code fixed to allow for extra space for IPv6 addresses - Added IPv6 flags to configure scripts "--enable-ipv6" 3.0 K.Hasler 6 Dec 1999 - changed use of option get to use the resource procs in generic.tcl - store_address now returns if it already has the address. 3.0 C.Perkins 16 Nov 1999 - Remove TTL scoping option 2.9 K.Hasler 26 Oct 1999 - created a directory type for the directory icon, so that the directory icon is displayed for directory sessions in the main SDR window. - Fix reshow_sessions to delete sessbox when they exist - fixes problem when using the Apply button from the preferences window. 2.9 E.Whelan 25 Oct 1999 - fixed window problems caused by adding directories - fixes problems with passphrase window. - eg geometry option and key passphrase window at startup - FAQ has also been updated - Fixed problem which quit from SDR when closed directory windows 2.8 K.Hasler 9 Sep 1999 - fixdaysinmonth proc fixes daysinmonth variable for leap years. Used when creating a new session and in calendar. - Fix convert_vars to recognise other variable separators (ie not just /). - Fixed set_fmt_menu in create_proc_menu which had attributes in wrong order. - Directory SDP Patches from: http://www.live.com/sdrpatch.html 2.7e K.Hasler 15 July 1999 - enabled pgp
2000-12-16Update to 2.7nb1 by applying the patches from PR 11019.hubertf10-21/+260
Patches by Love <lha@stacken.kth.se> PR 11019 by Manuel Bouyer <bouyer@antioche.lip6.fr>
2000-12-12Unify Makefiles -- mostly headers: remove FreeBSD Ids.wiz1-2/+1
Consistent 4 character indentation of SUBDIR entries.
2000-12-03Make this build on Alpha.mycroft1-3/+1
2000-12-03Make this build on Alpha.mycroft4-4/+38
2000-10-23Regen.mycroft1-2/+2
2000-10-23Nuke -ggdb. We strip the installed executable anyway, and this option breaksmycroft1-2/+2
builds on at least PowerPC.
2000-10-21add RCS Idwiz1-0/+1