summaryrefslogtreecommitdiff
path: root/mbone/sdr
AgeCommit message (Collapse)AuthorFilesLines
2007-09-07Convert packages that test and use USE_INET6 to use the options frameworkjlam1-8/+11
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.
2006-04-11Recursive PKGREVISION bump due to the common-mml update.minskim1-2/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-05Convert to bl3, untested.wiz1-4/+3
2005-02-22Add RMD160 digests in addition to the SHA1 ones.agc1-1/+2
2004-06-08Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 fromcjep1-1/+3
Georg Schwarz.
2004-03-08Enable tk84 and replace x11/tk with x11/tk83. Packages compatibleminskim1-2/+2
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-4/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-03Avoid hardcoding /usr/pkg in this package, pointed out by Julio Merinoagc3-5/+10
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.jmmv1-2/+2
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-05-05Mechanical changes of tk DEPENDS:jlam1-2/+2
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.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-10/+8
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
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-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-10-21add RCS Idwiz1-0/+1
2000-09-09Reorganize crypto handling, as discussed on tech-pkg. Remove allfredb1-5/+2
RESTRICTED= variables that were predicated on former U.S. export regulations. Add CRYPTO=, as necessary, so it's still possible to exclude all crypto packages from a build by setting MKCRYPTO=no (but "lintpkgsrc -R" will no longer catch them). Specifically, - - All packages which set USE_SSL just lose their RESTRICTED variable, since MKCRYPTO responds to USE_SSL directly. - - realplayer7 and ns-flash keep their RESTRICTED, which is based on license terms, but also gain the CRYPTO variable. - - srp-client is now marked broken, since the distfile is evidently no longer available. On this, we're no worse off than before. [We haven't been mirroring the distfile, or testing the build!] - - isakmpd gets CRYPTO for RESTRICTED, but remains broken. - - crack loses all restrictions, as it does not evidently empower a user to utilize strong encryption (working definition: ability to encode a message that requires a secret key plus big number arithmetic to decode).
2000-09-08Adapt this package to tk-8.3.2.jwise6-21/+23
2000-09-01Mark remaining packages which need to be updated to work with tcl-8.3.2jwise1-1/+3
with BROKEN= This package has not yet been updated to work with tcl-8.3.2. in order to make bulk builds quieter. These packages will be updated over the weekend.
2000-08-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf1-4/+5
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
2000-03-15Make it compile on solaris.bouyer3-4/+34
1999-10-28add RCS IDs to patches, fix patchsum and move out of X11BASEhubertf10-13/+26
1999-10-27Mark packages as broken, where necessary.agc1-1/+3
1999-10-06According to Hubertf, those patches he sent me aren't needed. I tested thatis4-32/+1
it still compiles and works.
1999-10-04last part of upgrading sdr to 2.7 on request of Hubert Feyrer.is4-0/+57
Reason for upgrade: IPv6 support and a security fix.
1999-10-04Upgrade to sdr-2.7.is16-136/+125
1999-07-09Add package patch checksum files.agc1-0/+12
1999-06-28Do the test for <sys/inttypes.h>'s existence a different and radical way -agc1-5/+3
use ".if exists"
1999-04-23Fix linkage for X11 and Tcl/Tk libraries.kleink1-2/+3
1999-04-05Fix MASTER_SITEShubertf1-2/+2
1999-04-01Update to tk version 8.0.5. This seems to be primarily a bug-fix release.agc1-2/+2
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1999-01-30Replace all occurrences of USE_X11 with USE_X11BASE. This means "install thisagc1-2/+2
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
1999-01-15Fix for compiling on 1.3.2/sparc - random() and gethost*() arehubertf2-4/+23
supplied by the OS.
1999-01-08Replace outdated homepage with new one.tron1-2/+2
1999-01-06Update MASTER_SITES, as reported by J Rizzo <riz@boogers.sf.ca.us>hubertf1-2/+2
in PR 6750
1999-01-01Make this pkg compile on alpha again:garbled7-16/+104
LP64 fixes to deal with -Werror Re-enable INTTYPES stuff that was lost in the recent update. Thanks to Matt for helping me with a nasty.. ;)
1998-11-05Clean up RCS IDs.mycroft1-2/+1
1998-11-052.5.8mycroft13-217/+75
1998-10-02<sys/inttypes.h> -> <inttypes.h>. A brick flies off into the ether.kleink1-2/+2