summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-08-23Put these packages into a new pseudo-category called 'java'.jschauma4-9/+9
2003-08-23PyQt3 updatedrochner1-1/+3
2003-08-23update to 3.8drochner17-76/+72
"The main changes are the addition of many operators to existing classes (thanks to Torsten Marek) and full support for Qt v3.2.0."
2003-08-23update to 1.2drochner3-10/+10
changes: Merged Scintilla v1.54
2003-08-23improve COMMENT.grant3-6/+6
2003-08-236to4 is dead, i've committed a /bin/sh version named hf6to4.hubertf1-1/+3
2003-08-23Replaced by hf6to4, written in /bin/shhubertf8-725/+0
----------------------------------------------------------
2003-08-23Rename 6to4 to hf6to4hubertf1-2/+2
2003-08-23Add hf6to4 1.0.hubertf9-0/+781
The hf6to4 script can be used to setup IPv6 on your home machine and net- work for exploring IPv6 without any registrations. 6to4 is a mechanism by which your IPv6 address(es) are derived from an assigned IPv4 address, and which involves automatic tunnelling to one or more remote 6to4 hubs, which will then forward your v6 packets on the 6bone etc. Replies are routed back to you over IPv4 via (possibly) other 6to4 capable remote gateways. As such, IPv6-in-IPv4-encapsulated packets are accepted from all v4-hosts. XXX this is a rewrite of 6to4 in /bin/sh, no more perl required.
2003-08-23Add a missing '/'.seb1-2/+2
2003-08-23add support for extracting binary/library requires/provides on Darwin,grant1-16/+24
and simplify the logic to reduce code duplication. fixes PR pkg/22492 from Julien T. Letessier.
2003-08-23add LDD, from Julien T. Letessier in PR pkg/22492.grant1-1/+2
2003-08-23fix problem with shlib handling not being done on Darwin forgrant1-4/+4
devel/gettext and other pkgs installing libraries ending in eg. `x.y.z.so' rather than `.so.x.y.z'. also fix off-by-one bug in shlib handling awk script causing the first .so entry to not be commented out in the PLIST when it should be. ok'd by jlam.
2003-08-23Fix a long-standing past-o that was harmless.jlam1-2/+2
2003-08-22Use '${_PKG_SILENT}${_PKG_DEBUG}' instead of '@' (as seen on the pkgviews-mkseb1-2/+2
branch).
2003-08-22install cover templates too, and set default search path accordinglydrochner4-4/+34
2003-08-22Try to deal with empty or "corrupted" Info directory file: if theseb1-0/+7
file exist when installing a package and it does not contain at least one line starting with '*' then remove it and let install-info create a new one. This should address PR pkg/22555 from reed@.
2003-08-22Add missing include file to BUILDLINK_FILES.librsync.seb1-2/+2
2003-08-22Note addition of fastdep, version 0.15.jmmv1-1/+2
2003-08-22Add and enable fastdep.jmmv1-1/+2
2003-08-22Initial import of fastdep, version 0.15:jmmv5-0/+46
fastdep is a fast dependency generator for C/C++ files. It generates a file ready to be parsed by the make(1) utility containing dependancy specifications for all source files given to it. The program is written in C++ with a handoptimized parser for just the preproccesor tokens; therefore it is faster than GCC because it does just one thing.
2003-08-22in check-shlibs, throw away warning from `type ldd' and only attemptgrant1-13/+15
to run ldd if it is executable. fixes bug where binaries just installed would be run (!) and the install process possibly "hang" on Darwin because Darwin has no ldd!
2003-08-22+scummvm-bassdrochner1-1/+2
2003-08-22add a pkg for "Beneath a Steel Sky", a game which is distributed withdrochner5-0/+47
the "scummvm" interpreter (the floppy version of the game)
2003-08-22-fix build problem on -current due to changed "struct stat",drochner5-42/+60
reported by Gary Duzan in PR pkg/22274 -being here, uodate to 5.3.20 changes: - Updated for current autoconf/gcc build environment. - Repair tries to continue even when not all replicas can be mounted. - I _think_ this code fixes the problem where venus dies when it is restarted after a local-global conflict and required reinitialization. - Added 'masquerade_port' option to venus.conf to force venus to use a fixed port when 'masquerade=1'. Simplifies life for strict firewall administrators. - Improved Kerberos intergration. - Fixed the problem where servers would crash when more than 30000 files were created in a single volume.
2003-08-22Note comms/gscmxx addition.salo1-1/+2
2003-08-22Add gscmxx.salo1-1/+2
2003-08-22Don't be so verbose about missing ircomm* Linux devices.salo2-1/+15
2003-08-22Initial import of gscmxx-0.4.1: Gtk+ frontend for scmxx.salo4-0/+28
gscmxx is a Gtk+ GUI for scmxx written in perl. You can access your Siemens mobile phone from your X11 desktop.
2003-08-22Update audit-packages to 1.17.agc3-7/+9
Instead of using the number of bytes to determine whether or not the file has shrunk, use the number of lines. This will allow for spelling corrections, login name of committers being shorter than others, etc. This is a temporary measure until a better distribution mechanism is used. Suggested by David Brownlee.
2003-08-22fix PLIST for postgresql 7.3.4.taca1-5/+7
2003-08-22Add some note for ap2-ruby package.taca1-1/+9
2003-08-21Add correct TEST_TARGETheinz1-1/+3
2003-08-21simplify the bootstrap stuff to require only a minimum of initial ADAdrochner1-31/+13
support; in particular don't use the C compiler within the bootstrap ADA installation (gcc installs "fixinclude" headers which are not portable across OS versions) fixes PR pkg/22470 by John R. Shannon
2003-08-21Replace [ $A -nt $B ] with a portable equivalentgavan1-2/+2
2003-08-21Avoid circular dependency on gcc if USE_GCC[23] is set.gavan2-4/+6
2003-08-21Fixes PR pkg/22528gavan1-2/+2
2003-08-21improve descriptions of some extensionsgrant1-5/+5
2003-08-21The ressource class for xlock is XLock, not Xlock.hubertf1-2/+2
Noted by krille via /msg on IRC.
2003-08-20Note update of "unzip" package to version 5.50nb1.tron1-1/+2
2003-08-20Apply Debian's patch for the directory traversal vulnerability described intron2-5/+10
CAN-2003-0282. Bump package revision.
2003-08-20Note lesstif, kmessage and kimagemapeditor.markd1-1/+4
2003-08-20add kimagemapeditor.markd1-1/+2
2003-08-20Initial import of KImageMapEditor 1.0.markd4-0/+73
KImageMapEditor is a tool for easily defining regions in HTML image maps. Features: o the ability to edit image maps in existing HTML documents o importing image maps from HTML documents, with a dialog for selecting an image map to modify from the maps in the document o a list of all image maps in the active HTML file, for switching among, deleting or adding new imagemaps o a list of all images in the active HTML file, for switching among the images o a pane which displays the appearance and name of the defined regions in the current image map o use as a component, such as for use as an imagemap viewer plugin in Konqueror or as an editor plugin in Quanta Plus o visual (mouse) and tabular (keyboard) modification of image map regions o exporting the revised image maps as an HTML document o integration with Quanta Plus.
2003-08-20Add kmessage.markd1-1/+2
2003-08-20Initial import of kmessage 0.1markd4-0/+56
KMessage is an xmessage clone: it displays a message (specified as a parameter, read from a file or piped to standard input) and group of buttons in a dialog and returns a value based on the selected button.
2003-08-20install LessTif.tmpl where imake and motif.buildlink2.mk expects.markd4-11/+18
bump PKGREVISION.
2003-08-20fix format of some previous entries.grant1-9/+7
(I really should make this an XML structured document so we can put more useful stuff in, such as a short comment - seems worthwhile).
2003-08-20note update of tcptrace to 6.4.2grant1-1/+2
2003-08-20Update tcptrace to 6.4.2.grant6-65/+69
summary of changes since 5.2.1 (there are a few, since this pkg is ~4 years old): 5.2.2 - Mon Sep 27, 1999 bug fix from Jamshid Majdavi (and Kevin Lahey), SYN-ACKs containing window scaling were getting scaled (and shouldn't be). 5.2.3 - Interal changes and enhancements 5.2.4 - Tue Apr 11, 2000 bug fix by Priya - we were detecting rexmitted bytes in segments in error in some cases fixed bug in IPv6 header processing reported by Takayoshi Ohnishi, IPPROTO_ICMPV6 was causing infinite loop 5.2.6 - Thu Jul 6, 2000 fixed bug in TCP checksum code, it was always saying CORRECT 6.0.0a - preparing for alpha release of version 6 6.0.1a - added support for atmsnoop output format in snoop.c 6.0.1a2 - changed all of the DLT_ constants in tcpdump.[ch] to PCAP_DLT_ with the same numbers to avoid OSs that are renumbering them. 6.0.1a3 - added format characters to several options, as an extension of a suggestion by Brian Utterback. 6.0.0b4- Saturday, 6 Oct 2001 Added options : --xplot_all_files and --xplot_args. Added support for zero window probe packets and urgent data packets. Fixed all sprintf's in the code to snprintf's to thwart any buffer overflow attacks. Changed functionality for window scaled connections so that the output of "min win adv" does not print the minimum window as advertised in SYN packets as SYN packets cannot be scaled themselves. Completely revamped the http module with code sent by Bruce Mah. Added code to verify TCP and UDP checksums in IPv6 packets. However, code has not been tested thoroughly yet. 6.0.1 - Mon Dec 3, 2001 This is the version we'll release Also, added support with --print_seq_zero for printing sequence numbers as relative to the SYN rather than absolute. NOTE: this only works for "-P" which uses connection records, but NOT for "-p" (which doesn't) Also fixed the SACK-printing code to print in decimal if requested. Updated the manual page and made the necessary change to Makefile.in so that the manual page gets installed when tcptrace is installed. Fixed a bug with with the statistics for average window advertisement. Average was showing more than max. Fixed a bug with ACK sequence comparisons in the HTTP module. Many thanks to Daikichi Osuga for pointing out the error. Fixed a divide-by-zero error in PlotHist() in mod_rttgraph.c. Matt Muggeridge has been very kind in providing detailed information regarding porting tcptrace to OpenVMS. Please read the new file README.OpenVMS if you are interested in running tcptrace on OpenVMS. Changes made to code in order to be able to compile tcptrace under cygwin on Windows. Now works on windows too. Does not support reading compressed dump files directly though. The ns code was modified by Angelos Stavrou to read in the more detailed output from the extra headers in the ns FullTcp. Fixed a bug with the host letters. The function HostLetter was skipping host names after y, z ... jumping to ba, bb, ... instead of aa, ab ... 6.2.0 - Stable - Fri Jul 26, 2002 This is the version we'll release 6.2.1 - Fri Aug 09, 2002 enhance fulltcp file reading from r.schramp@kpn.com 6.2.2 - Fri Aug 30, 2002 added vlan support to snoop for Tysko. Need to add support in other formats too, but I don't have a packet dump to test against yet - sdo 6.2.3 - Wed Sep 18, 2002 bugfix: For FIN segments with data only FIN was getting plotted and not the data. Now data gets plotted with the default color and then one byte is plotted with the synfin color. For no data, only one byte of FIN is plotted with the synfin color. 6.2.4 - Wed Sep 18, 2002 bugfix: RST_IN relative offset was being calculated using the incorrect sequence space. 6.2.5 - Mon Nov 11, 2002 bugfix: Negative sequence numbers were being printed by function PrintSeqRep() for the packet print '-p' / '-P' switches. Changed the print format from %d to %u. 6.2.6 - Thu Nov 14, 2002 bugfix: '-c' option - ignore non-complete connections was working only for long output. Fixed it to work for brief output too. Release 6.4.0 ============= Bugfix made to fix misbehavior due to FILE synchronization issues found when tcptrace exits with "PCAP error - truncated file" when asked to read real-time network packets from STDIN - Mani. Patches added to process dumpfiles with 802.11 wireless headers for the Prism2 chipset. Courtesy - Brandon Eisenmann. Added new extended option "--nonreal_live_conn_interval" option to let the user set the duration to timeout live connections, in non real-time mode - Ramani. Merged from development tree: Added the options --oUDP, --iUDP, --oTCP, --iTCP to filter out TCP and UDP connections - Mani Added options --csv, --tsv, --sv=<SP> for comma/tab/<SP>-separated values to be printed with the long output - Avinash 6.4.1 : 26 APR 2003 Mani ----- Fixed a bug in the processing of IPv6 extension headers in ipv6.c:findheader() 6.4.2 : 3 MAY 2003 Jitesh ----- Fixed the processing of duplicate ACKs as in the BSD stack to count towards the 3 dupacks required for fast-retransmit.