summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-07-06fix typo so these will build on apm capable systemsdmcmahill3-6/+6
2000-07-06Forget PLIST update as part of last commit.skrll1-1/+2
2000-07-06Update to use USE_LIBTOOL and use QTPREFIX appropriately.skrll4-26/+33
2000-07-06make the USE_RSAREF2 check for the distfile match the check for the rsarefdmcmahill1-2/+2
patch. Prevents trying to apply the patch to the wrong sources.
2000-07-06add ONLY_FOR_PLATFORM to match those of mbrola (which these pkgs alldmcmahill8-8/+24
depend upon). This way the "not available for..." message appears instead of a "can't build dependencies" message.
2000-07-06Add and enable "kxicq".tron1-1/+2
2000-07-06Add note on 'make bin-install'hubertf1-1/+7
2000-07-06Import new "kxicq" package:tron7-0/+168
KDE ICQ client
2000-07-06Add bin-install package: will install a binary package if available,hubertf1-1/+16
else run a "make package". XXX needs to be extended to also look on some FTP sites.
2000-07-06- make this work on arch's where 'uname -m' != 'uname -p', for exampledmcmahill3-1/+31
the m68k and mipsel ports. This address PR 9781 filed by Michael Wolfson and also fixes recently noted bulk pkgsrc build failures on pmax. The os version/machine type specific string is now consistently ${OPSYS}-${OS_VERSION}-${MACHINE_ARCH}
2000-07-06Add library path to make this run on ELF.pooka2-6/+12
2000-07-06Allow overriding PKGSRCDIR and PKGPATHhubertf1-3/+3
2000-07-06Fix "gdk-pixbuf-config" so that linking programs on "a.out" systems willtron2-1/+15
work.
2000-07-06Add PKG_DEVELOPERhubertf1-1/+8
2000-07-06Add some bits for PKG_DEVELOPERhubertf1-5/+19
2000-07-06Eval PKG_DEVELOPER, and if sethubertf1-1/+7
* force zero fuzz on patches * run check-shlibs after a package is installed
2000-07-06Fix typo in Makefile - patch mailed back to the pkg's Authorhubertf2-1/+15
2000-07-06Because shared modules aren't built on "a.out" systems remove them fromtron1-1/+6
the package list.
2000-07-06Adjust to reality.hubertf1-2/+2
Noted in PR 10518 by Lennart Augustsson.
2000-07-06Update to 0.7.2. Changes:hubertf6-28/+37
> Added 'output to wav' options for mpg123. > Playlists now load in the background after the first song is found, shortens start-up time with long playlists. > Added 'loading status item', 'time remaining button', and 'time total button' to the skin spec. > Added French translation. > Added 'always scroll title' option. > Added 'remove filename extension in title' option. > Added a man page. - Changed a few command line option prefixes from - to --. - Added a -q, --quit ipc command line option. - Updated the plugin to also work with .m3u links (audio/x-mpegurl) - Minor display changes. - Broke mixer.c into platform-specific subsections. - Allow recordable channels to be selected for volume (Linux, FreeBSD). - Removed (broken?) freeamp support. - Standard command line options are now passed when starting in the background. * Fix rare crash in io_mpg123.c * 'Transparenct to root window' now works with tiled images. * Fix so that skin specified on the command line will search in all locations correctly.
2000-07-06override the ARCH variable to ensure a bad value isn't picked up from thedmcmahill2-2/+6
users environment.
2000-07-05only make the generated pkg's name "nb1" - the distfile stays the samehubertf1-2/+3
2000-07-05Update to gdk-pixbuf-0.8.0nb1:hubertf3-3/+37
Add all the files to the pkg - there's a bunch more on ELF, see the imlib package.
2000-07-05Update to Hugs98-Feb2000.nathanw2-7/+7
2000-07-05Update ethereal to 0.8.10.frueauf3-9/+9
Overview of changes in Ethereal 0.8.10: * Code cleanup (Gilbert) * Assign port 1052 to DDTP (Olivier) * Add syslog dissector (Gerald) * Build cleanup (Guy) * X11 dissector (Christophe, Guy) * RPC cleanup (Guy) * tvbuffication (Olivier, Gilbert) * Remove dead tos_str symbol (itojun) * More manufacturer ether codes (Gaetan Soltesz <gaetan@cisco.com>) * Support for capturing on Linux ATM interfaces (Mark Clayton) * NG Sniffer file reading fixes (Joerg, Guy) * Make 'tethereal -h' look similar to 'ethereal -h' (Joerg) * Support for "Update list of packets in real time" on Win32 (Graham) * Win32 makefile dependency fix (Graham) * Fix for people who don't read the FAQ. I.e., fix for calling snmp_set_full_objid(0 in packet-snmp.c (Guy) * OSI fix (Guy) * ISIS fix (Guy) * AFS volume name display fix (Guy) * tvbtest enhancements (Guy) * Treat TCP follow temp file as binary, for Win32 (Guy) * Read NetXRay 2.002 files (Joerg, Guy) * Fix octet string buffer overflow in packet-snmp.c (Guy) * asn1.c/packet-snmp.c code cleanup (Guy) * Variable name ("cf"/"cfile") cleanup (Ben Fowler) * GUI-code enhancements (Guy) * Wiretap enhancements (Guy) * Support for OSI CLTP (Guy) * ISAKMP padding fix (Guy) * GUI progress bar change (Guy) * Debian build-file fix (Olivier)
2000-07-05Update to 20000705.hubertf2-4/+4
Change: only calc MD5 checksums of plain files.
2000-07-05These files are no longer needed for perl 5.6.0hubertf5-848/+0
2000-07-05Upgrade perl-current to 5.6.0. Changes:hubertf10-135/+1325
* Interpreter cloning, threads, and concurrency * Lexically scoped warning categories * Unicode and UTF-8 support * Support for interpolating named characters * "our" declarations * Support for strings represented as a vector of ordinals * Improved Perl version numbering system * New syntax for declaring subroutine attributes * File and directory handles can be autovivified * open() with more than two arguments * 64-bit support * Large file support * Long doubles * "more bits" * Enhanced support for sort() subroutines * C<sort $coderef @foo> allowed * File globbing implemented internally * POSIX character class syntax [: :] supported * Improved C<qw//> operator * pack() format 'Z' supported * pack() format modifier '!' supported * pack() and unpack() support counted strings * Comments in pack() templates * Weak references * Binary numbers supported * Lvalue subroutines * Some arrows may be omitted in calls through references * Boolean assignment operators are legal lvalues * exists() is supported on subroutine names * exists() and delete() are supported on array elements * Pseudo-hashes work better * Automatic flushing of output buffers * Better diagnostics on meaningless filehandle operations * Where possible, buffered data discarded from duped input filehandle * eof() has the same old magic as <> * binmode() can be used to set :crlf and :raw modes * C<-T> filetest recognizes UTF-8 encoded files as "text" * system(), backticks and pipe open now reflect exec() failure * Improved diagnostics * Diagnostics follow STDERR * syswrite() ease-of-use * Better syntax checks on parenthesized unary operators * Bit operators support full native integer width * Improved security features * C<require> and C<do> may be overridden * $^X variables may now have names longer than one character * New variable $^C reflects C<-c> switch * New variable $^V contains Perl version as a string * Optional Y2K warnings * Modules * Pragmata * dprofpp * find2perl * h2xs * perlcc * perldoc * The Perl Debugger * Simple sort() using { $a <=> $b } and the like are optimized * Optimized assignments to lexical variables * Faster subroutine calls * -Dusethreads means something different * New Configure flags * Threadedness and 64-bitness now more daring * Long Doubles ... See 'perldoc perldelta' for a full list.
2000-07-05Update balsa to 0.9.0. Changes include: bug fixes, new message browser,rh3-36/+56
improved address book handling, more reliable mailbox backend. The code has however some experimental and unfinished features enabled so be warned! The POP problems some people experienced have not been really addressed yet.
2000-07-05Handle symbolic links on directories properly.tron1-23/+45
2000-07-05check for /usr/include/openssl/rsa.h, and if it is found, do not depend uponitojun1-2/+2
openssl. From: Bernd.Ernesti@security.kpnqwest.com (Bernd Ernesti)
2000-07-05Add dependence on version "0.10.35nb1" of the "gettext" package becausetron1-1/+2
shared modules won't be built otherwise.
2000-07-05Don't attempt to remove directories in "share/locale" which are usedtron1-20/+1
by many other packages.
2000-07-05Use "@unexec rmdir" on "share/aclocal" because "gimp" is not the onlytron1-2/+2
package using that directory.
2000-07-05Hubert Feyrer maintains this package again.tron1-2/+2
2000-07-05Update pngcrush to 1.4.5rh2-6/+6
Changes are: * Added color-counting and palette-building capability * Added "-fix" option, for fixing bad CRC's and other correctable conditions. * Write sBIT.alpha=1 when adding an opaque alpha channel and sBIT is present. * Identify the erroneous 2615-byte sRGB monitor profile being written by Photoshop 5.5, which causes many apps to crash, and replace it with an sRGB chunk. * Added a check for input and output on different devices before rejecting the output file as being the same as the input file based on inode. * Added some UCITA language to the disclaimer. * Reduced scope of Try/Catch blocks to avoid nesting them, and removed returns from within the Try blocks, where they are not allowed. * Removed direct access to the png structure when possible * Removes extra IDAT chunks (such as found in some POV-ray PNGs) with a warning instead of bailing out. * Removed the old setjmp interface entirely. * RGB to Grayscale conversion is more accurate (15-bit instead of 8-bit) and now uses only integer arithmetic. * Changed "Compressed" to "Uncompressed" in help for -itxt. * Stifled some compiler warnings * Add test on stat_buf.st_size to verify fpin==fpout, because stat in MSVC++6.0 standard version returns stat_buf.st_ino=0 for all files * Revised pngcrush.h to make it easier to control PNG_ZBUF_SIZE and PNG_NO_FLOATING_POINT_SUPPORTED from a makefile. * Restored ability to enter "replace_gamma" value as a float even when floating point arithmetic is not enabled. * Enabled removing tEXt, zTXt, or iTXt chunks by chunk type * Removed definition of TOO_FAR from pngcrush.h * Uses new libpng error handler; if a file has errors, pngcrush now will continue on and compress the remaining files instead of bailing out.
2000-07-05Add and enable antiwordrh1-1/+2
2000-07-05Initial import of antiword-0.30, a MS Word to text/postscript converter.rh7-0/+72
2000-07-05As per message to tech-pkg and current-users, convert the wrapperhe6-47/+1344
shell script for scotty (and tkined, while here) to real honest-to-God binary executables from interpreted shell scripts. This is so that the #!/usr/pkg/bin/scotty construct can be allowed to work. The problem is that our execve(2) does not permit an interpreted script to be used as an interpreter (this is currently undocumented, but that will be fixed shortly). The symptom is that the scotty script (tcl code) gets fed to the shell.
2000-07-05Update to gimp 1.1.24 (1.2pre).hubertf1-6/+6
2000-07-05Update to 1.1.24 (1.2pre). Changes:hubertf11-1118/+1159
lots of bugs fixed, several new plugins.
2000-07-04add and enable urlviewwiz1-1/+2
2000-07-04Upgrade lame and lame-gui to 3.70.pooka6-27/+12
Full list of changes available at http://www.sulaco.org/mp3/history.html, but highlights include: - Faster Huffman encoding routines - faster pow() code. - faster FFT routines - new scalefac data structure - improves performance! - Fitlers based on polyphase filterbank. should be slightly better since the responce is independent of the blocktype, and they are slightly faster. + many bugfixes
2000-07-04Import "urlview" package:tron5-0/+28
extract URLs from text files and display them in a menu
2000-07-04 * Fix processing of @dirrm commands: use the proper RE in sed, andhubertf1-23/+24
move it after the processing, so empty dirs are still handled properly * Align trailing \s
2000-07-04in default sshd_config, listen to all address families availableitojun2-1/+15
(listens to IPv4 and IPv6 for GENERIC kernel)
2000-07-04Emacs-20.6 is obsolete.minoura1-2/+2
2000-07-04print-PLIST: recognize MACHINE_ARCH and OPSYS_LOWER, and substitute withhubertf1-3/+12
${xxx} in generated PLIST
2000-07-04run 'mktexlsr' when installed via binar pkg - else you can't buildhubertf1-3/+4
things like hugelatex.
2000-07-04add .opt man pages to PLIST.opt.wiz1-1/+3