summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-08-06Fix buildlink glue so that it links the LessTif 1.2 and not the 2.0tron1-3/+3
includes and libraries.
2001-08-06Add and enable pxerh1-1/+2
2001-08-06Initial import of pxe-1.2, a Preboot eXecution Environment (network boot)rh6-0/+66
daemon.
2001-08-06update. fix compilation on alpha.itojun2-6/+6
2001-08-06Fix build on systems without "xpkwedge" installed.tron1-4/+6
2001-08-06Update rats to 1.1jun3-7/+10
New in version 1.1: Ability to scan Perl programs for vulnerabilites. Ability to scan Python programs for vulnerabilities.
2001-08-06Enable multibyte character encodings at configure time, with default tomartin3-2/+64
off. Add a resource file to document how it can be enabled. Add a message to point at the resource file. Unfortunately the same method does not work for greek keyboard support, as the resource handling for this is documented but not implemented in this rxvt version. Fixes PR pkg/13273, as good as we can for this rxvt version.
2001-08-06Fix speeling of USE_BUILDLINK_ONLY, per PR 13635hubertf1-2/+2
2001-08-06Improve COMMENT - guess where pine got it's name from.hubertf1-2/+2
2001-08-05Regen.fredb1-2/+2
2001-08-05Update PNG handling to work with png-1.0.11 and newer.fredb2-22/+104
2001-08-05add and enable ruby-fox.sakamoto1-1/+2
2001-08-05ruby-fox: Ruby interface to FOX GUI librarysakamoto5-0/+180
Ruby extension module to use FOX GUI library.
2001-08-05add and enable treetextsakamoto1-1/+2
2001-08-05TreeText: multi documents editorsakamoto5-0/+41
TreeText is multi documents editor. This editor is usable as an outline processor.
2001-08-05Fix method to use xunicodesakamoto5-22/+64
s/USE_XUNICODE/FOX_USE_XUNICODE/ and define USE_UNICODE to X_CFLAGS. Update from 0.99.172 to 0.99.174 http://www.geocrawler.com/archives/3/3372/2001/6/0/6025503/ [Foxgui-announce]New drop of FOX [0.99.173] http://www.geocrawler.com/archives/3/3372/2001/7/0/6162289/ [Foxgui-announce]New FOX drop [0.99.174]
2001-08-05Let configure look for <Xm/XmStrDefs.h>, rather than <XmStrDefs.h>,fredb2-5/+14
so that test for Motif 1.2 will accept our x11/lesstif12.
2001-08-05Add mipsEEel-netbsd.kent1-1/+2
2001-08-05New package, cross-compiler for NetBSD/PlayStation2kent11-0/+610
2001-08-05Regen.fredb1-1/+2
2001-08-05Make this build.fredb1-0/+13
2001-08-05Delete duplicate line.wiz1-2/+1
2001-08-05Add dependency on pth (bulk build failure). Buildlinkify while here.wiz1-3/+6
2001-08-05add & enable ppmtoxvpichubertf1-1/+2
2001-08-05ppmtoxvpic-0.99.9 added:hubertf5-0/+40
Utilities to create files that can be used as preview files for xv and gimp, usually stored in .xvpics directory. These utilities are part of the "dfm" package, but not installed by default.
2001-08-05Factor out some common code, to be used by the upcominghubertf2-19/+21
pkgsrc/graphics/ppmtoxvpic package.
2001-08-05add & enable dfmhubertf1-1/+2
2001-08-05Add dfm-0.99.9: Desktop File Managerhubertf4-0/+151
(I'm really after the goodies in the utils dir, but that'll go into a seperate dir, as they're not installed by default)
2001-08-04mozilla.org replaced source tarball.taya1-3/+3
update distinfo
2001-08-04Some fixes provided by Stoned Elipot in pkg/13340:wiz7-6/+189
. Use ${PKGLOCALEDIR} instead of share . No more additional files installed depending on whether {x}emacs is installed or not -- define USE_EMACS or USE_XEMACS if you want to have .elc files installed. . buildlinkify
2001-08-04Update to mozilla 0.9.3taya10-51/+100
From mozilla 0.9.3 release notes: * Continued stability improvements with 16 top crash bugs fixed since 0.9.2. These bugs were fixed thanks to data generated by users running talkback builds. * The Subscribe dialog now lets you search for all newsgroups containing a string when subscribing to newsgroups. * The Modern theme has several changes to icons and sidebar tabs. * Proxy Auto-Config has been implemented on the Macintosh. * There is a new preference for choosing between Windows and Linux scrollbar behaviour when the mouse strays off the scrollbar when you're in the process of scrolling. (Bug 90985) * Chatzilla is now localizable.
2001-08-04Fix pkg/12675 by converting the package to use buildlink.mk files andjlam4-33/+22
marking as USE_BUILDLINK_ONLY. The only dependencies picked up are now only the ones linked into work/.buildlink.
2001-08-04update to verilog-0.5dmcmahill8-111/+33
* The Big Change: VVP Past versions of Icarus Verilog performed simulation by compiling the Verilog design to intermediate C++ code, then in turn compiling that C++ (usually with G++) to a binary executable. This program was then executed to actually run the simulation. The 0.5 compiler, however, uses a custom internal language called "vvp." The vvp code generator writes a program in the vvp language that the vvp interpreter executes. This gets runtime performance similar to the older vvm method, but compile times are much faster. The result of this change is that there is a new program, ``vvp'', that is installed with the existing ``iverilog'' compiler. This program actually executes the simulation generated by the vvp code generator. There are manual pages for the iverilog command and the new vvp command, as well as a QUICK_START document to help you run your first simulation. * What Else Is New The compiler itself is now a lot more robust. While it still does not compile and understand the entire IEEE1364 standard, the compiler is less likely to crash on bad input, gives better error messages, and has generally been cleaned up.
2001-08-04remove package (requested by Dolby Laboratories)christos10-192/+1
2001-08-03Update to 1.0.12. Extract of changes since 1.0.11:wiz4-10/+10
. Added some never-to-be-executed code in pnggccrd.c to quiet compiler warnings. . Added a check for attempts to read or write PLTE in grayscale PNG datastreams. . Eliminated the png_error about apps using png_read|write_init(). Instead, libpng will reallocate the png_struct and info_struct if they are too small. This achieves future binary compatibility for old applications written for libpng-0.88 and earlier. Expanded the warnings about incompatible library and application. . Modified png_create_struct so it passes user mem_ptr to user memory allocator. . Check for missing profile length field in iCCP chunk and free the chunk_data in case of truncated iCCP chunk.
2001-08-03Add and enable jde (hi chris!)wiz1-1/+2
2001-08-03Import JDE, the Java Development Environment for Emacs. Includes:cjones4-0/+317
* JDE menu with compile, run, debug, build, browse, project, and help commands * syntax coloring * auto indentation * compile error to source links * source-level debugging * source code browsing * make file support * automatic code generation * Java source interpreter (Pat Neimeyer's BeanShell)
2001-08-03Update to 2.8.1. New since 2.7:wiz4-45/+45
* Added new Window Maker texture style "interwoven gradients" and attributes WorkspaceBorder/WorkspaceBorderSize * New translations: pt_BR.po, es_ES.po
2001-08-03Note ID3v2 support in COMMENT, too.wiz1-2/+2
2001-08-03Note id3v2 support.wiz1-1/+1
2001-08-03Update to 0.15. Lots of changes, most important of which is partial ID3v2wiz6-22/+69
support via id3lib.
2001-08-03make the PKGNAME dewey-compatible.wiz1-1/+2
2001-08-03Add buildlink file for use by other packages.wiz1-0/+35
2001-08-03Add some patches from the net/samba package, and regenerate the old ones.jlam9-18/+63
2001-08-03Add and enable net/samba20.jlam1-1/+2
2001-08-03samba20 - 2.0.x release version of samba, the UNIX SMB serverjlam14-0/+1261
Samba 2.0.x (2.0.10) has functionality that is missing from the Samba 2.2.x releases, one of which is an operational "share modes" directive. According to the Samba mailing lists, there isn't a way in 2.2.x to do what "share modes = No" did in 2.0.x, so revive an older, stable release of Samba that does contain the missing functionality. Setting the share mode on a service is necessary only to get certain legacy MS-DOS applications working in a multi-user environment.
2001-08-03Update package version because of png fix.wiz1-2/+2
2001-08-03Adapt png handling to latest spec. Requested in pkg/13597.wiz4-4/+121
2001-08-03upgrade to 1.8p1.itojun3-28/+44
for list of changes, see http://www.snort.org/snort-files.htm default rule files are now named *.rules, not *-lib.
2001-08-03upgrade to 9.2.0b2. it has a couple of bugfixes since 9.2.0b1.itojun2-5/+5