summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-09-26Works with more Python versions.kim1-2/+2
2003-09-25-hping-2.0.0.2recht1-2/+1
2003-09-25Note update of hping to 2.0.0.2.recht1-1/+2
2003-09-25update to 2.0.0.2recht3-24/+21
patch provided by Quentin Garnier in PR 22320 rc2 changes * Major code rewrite (me) * Fix for a problem about port number printing in TCP mode (thanks to Yann Berthier) * MTU value sanity check in option parsing (Nicolas Jombart) * Fix the use of -W option (Nicolas Jombart) * strlcpy() when needed (Brieuc Jeunhomme) * source routing and random bugfixes (Brieuc Jeunhomme) * Fix a bug when using BSD and a PPP link as a default route, and more (Nicolas Jombart) * --rand-source for random source addresses (me) * --rand-dest for random destination addresses + manpage update (me) * all the atoi() call was replaced with strto[u]l() (me) * seq/ack setting using strtoul() instead of atoi() (Shachar Shemesh) * DF added to the icmp and udp output (me) * --port ++ fixed with UDP and enanched for TCP/UDP. Now the packets matches only with a sport that is in the range base_dest_port - current_dest_port (me) (Thanks to David Bar <dbar@Checkpoint.com> for the original report).
2003-09-25-filerunner-2.5.1recht1-2/+1
2003-09-25Note update of filerunner to 2.5.1.recht1-1/+2
2003-09-25Update to 2.5.1.recht4-35/+23
patch provided in PR 22412 by neil at daikokuya dot co dot uk Long list of changes/fixes. See the HISTORY file for details.
2003-09-25It's DISTINFO_FILE, but PATCHDIR. Fix another bug that happened becausewiz1-2/+2
of this inconsistency.
2003-09-25Remove backup file which has been imported by accident.recht1-7/+0
2003-09-25Note addition of py-SimpleParse 2.0.0.recht1-1/+2
2003-09-25Add and enable py-SimpleParse.recht1-1/+2
2003-09-25Initial import of py-SimpleParse 2.0.0 recht5-0/+294
pkg provided by adam at monkeybyte dot org via pkgsrc-wip SimpleParse is a BSD-licensed Python package providing a simple parser generator for use with the mxTextTools text-tagging engine. SimpleParse allows you to generate tagging tables for use with the text-tagging engine directly from your EBNF grammar.
2003-09-25test CC_VERSION rather than doing our own dance to figure out if we'regrant1-4/+2
using gcc or not.
2003-09-25Make this compile on NetBSD-current.fredb2-1/+19
2003-09-25Pass -pppm to pax, so that we preserve file modes (as we did in the previousjmmv1-2/+2
call with tar's -p) and modification times are discarded (to get print-PLIST working).
2003-09-25Use pax instead of tar to copy files. (Okay'd by tron.)reed1-2/+2
In some cases, gtar had problems, like: /bin/tar: share/doc/netpbm: Cannot unlink: Directory not empty /bin/tar: share/netpbm: Cannot unlink: Directory not empty
2003-09-25USE_BUILDLINK2 must be set to yes.cube1-1/+2
2003-09-25Note dmake update, and fix typo in previous.wiz1-2/+3
2003-09-25Install man page. Bump PKGREVISION. Closes PR 22952 by Greg A. Woods.wiz2-2/+5
2003-09-25Note ispell-russian update.wiz1-1/+2
2003-09-25Update to 0.99.5 provided by the maintainer Mishka in PR 22945.wiz2-8/+8
Changes unknown.
2003-09-25Note deve/boost update.salo1-1/+2
2003-09-25Add buildlink2.mk.salo1-0/+1832
2003-09-25Note update of mono to 0.26.recht1-1/+2
2003-09-25Updated to version 1.30.2.salo3-376/+3682
Changes: 1.30.2: ======= - Backported changes to the config system, to better handle new compiler releases. - Bugs in regression reporting in subproject tests were fixed. - Tests are now run in the context of the user's PATH environment settings - msvc-stlport and intel-win32-stlport toolsets now build static libraries with multithreading enabled, to be compatible with the STLPort builds. - intel-win32 toolset now handles wchar_t correctly when intel is installed over msvc6. - Backported fixes from the main trunk which prevent errors building the Boost.Test library in its default configuration. - Backported portability improvements for checked_delete. - Locale support for metrowerks (requiring a statically-linked runtime) is more uniformly handled. - Backported conversion/lexical_cast's wchar_t fixes from the main trunk. - intel-linux-tools: added rt to FINDLIBS in order to make the clock_gettime() function available (backport of a patch in CVS HEAD). - regression/compiler_status.cpp: backported fixes in error log links generation. 1.30.1: ======= Fixes were made to the following libraries: - The Boost.Lambda library is now usable with gcc-2.95.2 - Boost.Spirit: - Fixed. Using MSVC++6 (SP5), calling the assign action with a string value on parsers using the file_iterator will not work. - Fixed: using assign semantic action in a grammar with a multi_pass iterator adaptor applied to an std::istream_iterator resulted in a failure to compile under msvc 7.0. - Fixed: There is a bug in the "range_run<CharT>::set (range<CharT> const& r)" function in the "boost\spirit\utility\impl\chset\range_run.ipp". - Fixed: handling of trailing whitespace bug (ast_parse/pt_parse related) - Fixed: comment_p and end of data bug - Fixed: Most trailing space bug: - Fixed: chset<>::operator~(range<>) bug, operator&(chset<>, range<>) bug, operator&(range<>, chset<>) bug, - Fixed: impl::detach_clear bug - Fixed: mismatch closure return type bug - Fixed: access_node_d[] and access_match_d[] iterator bugs - Fixed a bug regarding threadsafety of Phoenix/Spirit closures. - The Boost Template Metaprogramming Library (MPL)'s typeof implementation is now compatible with Metrowerks CodeWarrior Pro8. - Boost.Function: workaround for the new Borland patch (version 0x564) and MSVC++ .NET 2003. - Boost.Config, Boost.Format, and Boost.Regex have been adjusted to avoid warnings with GCC-3.3, and Boost.Format also now works with string types other than std::string. - Smart Pointers - checked_delete now works on more platforms - Compatibility with the SunPro compiler - Added missing #includes. - Boost.Python - warning suppression for finicky compilers - fixed a crashing bug in the raw_function facility when no keyword arguments were passed. - Improved conversion of NULL shared_ptrs to Python.
2003-09-25Note addition of devel/devhelp 0.7xtraeme1-1/+2
2003-09-25Update to 0.26.recht12-150/+282
Lots of new features and fixes. Details: http://www.go-mono.com/archive/mono-0.25.html http://www.go-mono.com/archive/mono-0.26.html Use the included gc instead of boehm-gc, because of the mono debugger. While here also allow mono to be build on other platforms than Linux/x86 and NetBSD/x86 (please test). Raise the bar for NetBSD to 1.6ZC to get all the pthread related fixes. Added patches from Marius Aamodt Eriksen to work around missing signbit macro. Added a patch from Gonzalo Paniagua Javier to work around missing SOL_IP/SOL_IPV6.
2003-09-25Add and enable devhelpxtraeme1-1/+2
2003-09-25Initial import of devhelp 0.7.xtraeme5-0/+132
Package provided by Benedikt Meurer <bmeurer@unix-ag.org> via pkgsrc-wip. DevHelp is an application to view books created in a conjunction with XML and HTML. This application is commonly used for viewing books about reference libraries, articles or tutorials. It provides the following features: - Full indexing of books in XML - HTML viewer (GtkHTML2) - Search by function, struct, macro or whatever - Auto completion - Commandline search - Emacs and Vim integration
2003-09-25Note update of editors/conglomerate to 0.7.4 (thanks Julio!)xtraeme2-3/+3
2003-09-25Updated to 0.7.4.xtraeme5-47/+35
Changes: Enhancements Beginnings of RELAX NG support * An importer that reads DTD files and generate RELAX NG schema. (me) * A Conglomerate display specification for editing RELAX NG schema files. (me) Beginnings of XHTML support: * A Conglomerate display specification for editing XHTML (strict) web pages. (me) * A simple template for creating new web pages. (me) Attribute editing: * The Property dialog now has a tab page listing any attributes found in the DTD for the selected node (me) * Utility functions to make it easy to create attribute editors by binding GTK and Glade widgets to XML attributes (me) * A custom property dialog for DocBook <orderedlist> tags as an example of the above. (me) Improvements to document type infrastructure: * Support for template files that can be used in the File->New assistant (Jeff Martin) * A template for creating new Conglomerate display specification files (Jeff Martin) * XML doc types can specify a file extension. For example, RELAX NG schema files have a ".rng" extension, and HTML files have ".html" extension. (me) * The display spec file can specify a formal Public ID for the DTD, and the code will try to use this, even if the XML file doesn't explicitly specify the DTD. (me) * The File->Properties dialog allows you to remove DTD associations, and can guess at a DTD if one is not present. It has a button to add the association to the document header. (me) * The display specification file format now supports XML namespaces (me) Improvements to the "Cleanup the XML Source" tool * The tool now understands the difference between structural and span tags and doesn't force line breaks for span tags. (me) * Fixed some bugs and improved look of the resulting source, IMHO. (me) Other Enhancements * Stability enhancements (me) * Improvements to the DTD for our display specification files (me, Jeff Martin) * Various test files should now be in the examples subdirectory of the tarball (Geert Stappers) * You can now merge adjacent paragraphs (as requested by Linux Weekly News) - move the cursor to the end of a <para> tag and press Delete, or to the start of a tag and press Backspace. (me) * Probably some other things I missed :-) Fixes * Fixed lots of cleanup bugs when documents were closed; this makes the app much more stable. (me) * Fix for bux #118769 - a new dialog to select importers if more than one is applicable (me) * Empty context submenus are now insensitive (me) * Removed an unnecessary dependency on GDK 2.2 which broke the build on Red Hat 8
2003-09-25Add USE_BUILDLINK2 so this picks up a proper dependrecht2-3/+5
This should fix hubertf's bulk build.
2003-09-25+conglomerate-0.7.4jmmv1-1/+2
2003-09-25Note addition of net/trickle 1.06xtraeme1-1/+2
2003-09-25Add and enable tricklextraeme1-1/+2
2003-09-25Initial import of trickle 1.06. Package imported from pkgsrc-wip.xtraeme7-0/+96
trickle is a portable lightweight userspace bandwidth shaper. It can run in collaborative mode (together with trickled) or in stand alone mode. trickle works by taking advantage of the unix loader preloading. Essentially it provides, to the application, a new version of the functionality that is required to send and receive data through sockets. It then limits traffic based on delaying the sending and receiving of data over a socket. Trickle runs entirely in userspace and does not require root privileges.
2003-09-25Note addition of net/maradns 1.0.17xtraeme1-1/+2
2003-09-25Add and enable maradnsxtraeme1-1/+2
2003-09-25Initial import of maradns 1.0.17.xtraeme5-0/+235
Package provided by pancake <pancake@phreaker.net> via pkgsrc-wip. MaraDNS is a package that implements the Domain Name Service (DNS), an essential internet service. MaraDNS is intended for environments where a DNS server must be secure and where the server must use the absolute minimum number of resources possible. MaraDNS was created in response to issues people had with the DNS servers available in early 2001; and has the following design goals: Security-aware programming. A DNS server needs to be secure. I have a number of security features in the code, including: 1. The code uses a special string library which is resistant to buffer overflows. 2. The code, if started as root, mandates running as an unpriviledged user in a chroot() jail. Open-Source. The 1.0 release of the DNS server is public-domain code; the 1.2 release will be released under a very liberal BSD-style license. Simplicity. This DNS server has the minimum number of features needed to correctly act as an authoritative and/or recursive name server.
2003-09-25Note addition of textproc/libcroco 0.2xtraeme1-1/+2
2003-09-25Add and enable libcrocoxtraeme1-1/+2
2003-09-25Initial import of libcroco 0.2. Package imported from pkgsrc-wip.xtraeme5-0/+123
The Libcroco project is an effort to build a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit that can be used by GNOME applications in need of CSS support.
2003-09-25Note addition of wm/3ddesktop 0.2.5xtraeme1-2/+2
2003-09-25Add and enable 3ddesktopxtraeme1-1/+2
2003-09-25Initial import of 3ddesktop 0.2.5. Package imported from pkgsrc-wip.xtraeme5-0/+61
3D-Desktop is an OpenGL program for switching virtual desktops in a seamless 3-dimensional manner on unix. The current desktop is mapped into a fullscreen 3D environment where you may choose other screens. Several different visualization modes are available. The transition from working desktop to fullscreen 3D environment is seamless. In other words when the pager activates you see your current desktop appear to zoom out to a point in space where you can see your other virtual desktops allowing you to select another. The best way to understand is to try it out and get the full effect!
2003-09-25Sort PLIST.wiz1-7/+7
2003-09-25style nitsgrant1-3/+3
2003-09-25set GCC_REQD=2.95.3. noted by seb.grant2-2/+6
2003-09-25Fix install target under SunOS. From Jonathan Perkin in PR pkg/22932.jmmv2-5/+23
2003-09-25define NO_TOOLS to avoid embedding the path to work/.tools/bin/{grep,sed}grant1-1/+2
in linkfarm.sh and pkg_view.sh.