summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-04-10Enable pkgviews installation.minskim1-1/+5
2004-04-10Convert to buildlink3.snj1-8/+8
2004-04-10Note update of gnustep-back to 0.9.2rh1-1/+2
2004-04-10Convert to buildlink3 and correct a spelling error in DESCR.snj2-4/+4
2004-04-10Update gnustep-back to 0.9.2.rh4-21/+36
Noteworthy changes in version `0.9.2' ===================================== * Art backend added support for grayscale, one-isblack colorspaces. * Windows pasteboard interaction handling added. * Better focus handling on Windows. * Better font and draw handling on Windows. Noteworthy changes in version `0.9.1' ===================================== Color on 8 bit displays works correctly now. WindowMaker properties are always set now in case another manager is emulating WindowMaker styles.
2004-04-10Note update of gnustep-gui to 0.9.2rh1-1/+2
2004-04-10Convert to buildlink3.snj1-5/+5
2004-04-10Update gnustep-gui to 0.9.2.rh5-37/+58
Noteworthy changes in version `0.9.2' ===================================== * Working NSToolbar implementation * New Mac OS X methods in NSView and other classes * Fixed some sheet handling problems. * Integrated gif, jpg, and png handling in front-end. * Added overridable button and frame drawing functions * Add some keyed decode/encoding to some classes * NSStringDrawing redesigned. * Much improved loading of gorm files Noteworthy changes in version `0.9.1' ===================================== * NSWindow - DnD works on whole window and events are propogated up to first DnD aware view. * Absolute paths and DnD works in OpenPanels.
2004-04-10Note update of gnustep-base to 1.9.1rh1-1/+2
2004-04-10Update gnustep-base to 1.9.1.rh6-31/+76
Noteworthy changes in version `1.9.1' ===================================== * Default string encoding taken from system nl_langinfo if not set with GNUSTEP_STRING_ENCODING. * NSKeyedArchiver/NSKeyedUnarchiver classes added. * NSPropertyLists class added, also decodes Mac OS X binary propery lists. Noteworthy changes in version `1.9.0' ===================================== * Lazy locking implemented (see GSLock documentation) * MacOSX PB files updated to 10.3 * DO retain/release implementation simplified and also handles some complex DO retain/release problems. * GNUSTEP_STRING_ENCODING now supports any valid iconv name. * gdomap uid/gid fixes * NSString subclass heirarchy reorganized to fix problems with copying and ownership of data.
2004-04-10Add a buildlink3.mk filerh1-0/+20
2004-04-10Convert to buildlink3.snj1-3/+3
2004-04-10No longer used.snj1-29/+0
2004-04-10Note update of gnustep-make to 1.9.1rh1-1/+2
2004-04-10Convert to buildlink3.snj1-4/+3
2004-04-10Update gnustep-make to 1.9.1.rh7-167/+144
Changes in version `1.9.1' ========================== * Remove `--disable-import' option * README.Darwin for darwin/MacOSX install * Framework version and naming clarified. Changes in version `1.9.0' ========================== * Support for building in a separate build dir. * Add `--enable-strip-makefiles' option to configure * List of classes in a framework gets written to the plist file.
2004-04-10Make this package build on Linux. Patch provided by Georg Schwarz inminskim2-8/+20
PR pkg/25043.
2004-04-10Remove _development_ versions of blib, blinkensim and blinketools.salo1-4/+1
We have the latest stable versions.
2004-04-10Define _ISOC99_SOURCE for libtu, so NetBSD has the chance to get the correctsalo2-4/+4
definition of va_copy from own headers. Should fix building on amd64. Per discussion with kristerw@.
2004-04-10Look into ${DISTDIR}/${DIST_SUBDIR} instead of ${DISTDIR} when copyingzuntum1-3/+3
dnscache-log.pl.txt and tinydns-log.pl.txt, so that this actually has a chance to work.
2004-04-10Make xmill build and run in Linux by adding zlib and bzip2 dependencies.ben1-1/+4
2004-04-10USE_DB185 requires an argument, YESheas1-2/+2
2004-04-10Note update of lang/gcc3-c to version 3.3.3nb1 [sparc64 fix]seb1-1/+2
2004-04-10Apply sparc64 fix from gcc cvs viaseb3-2/+29
src/gnu/dist/gcc/gcc/config/sparc/sparc.h revision 1.2. Bump PKGREVISION of gcc3-c package.
2004-04-10According to egrep(1):jschauma1-2/+2
Portability note: unlike GNU grep, traditional grep did not con- form to POSIX.2, because traditional grep lacked a -q option and its -s option behaved like GNU grep's -q option. Shell scripts intended to be portable to traditional grep should avoid both -q and -s and should redirect output to /dev/null instead. And, guess what, that's exactly what we run into when we call IRIX' egrep(1) with '-q' (which it doesn't know). So let's follow this suggestion and use neither '-q' nor '-s' and redirect output to /dev/null instead.
2004-04-10Actually make the move of patches directory and distinfo file effective.seb1-3/+3
2004-04-10Make all gcc3-* packages use a single distinfo file from gcc3/distinfo andseb33-170/+62
a single patch directory from gcc3/patches/. Also Move gcc3-c/{Makefile.common,language.mk} into gcc3/.
2004-04-10Take MAINTAINER at zuntum's suggestion.schmonz1-2/+2
2004-04-10Note audio/mad123 PKGREVISION++: manual page addition.salo1-1/+2
2004-04-10PKGREVISION++salo2-3/+151
Add manual page, sort bl3 inclusions.
2004-04-10Note multimedia/mkvtoolnix addition.salo1-1/+2
2004-04-10Add mkvtoolnix.salo1-1/+2
2004-04-10Initial import of mkvtoolnix-0.8.6: Set of tools to create, alter and inspectsalo4-0/+48
Matroska files. MKVtoolnix is a set of tools to create, alter and inspect Matroska files. With these tools one can get information about (mkvinfo) Matroska files, extract tracks/data from (mkvextract) Matroska files and create (mkvmerge) Matroska files from other media files. From pkgsrc-wip, created by Sergey Svishchev with modifications by me.
2004-04-10Note multimedia/{[g]mplay,mencod}er PKGREVISION++: cdparanoia detection fix.salo1-1/+4
2004-04-10Add "matroska" driver to list of possible MPLAYER_DISABLE_DRIVERS options.salo1-2/+2
2004-04-10Make Matroska support optional, enabled by default. Per request by veego@salo3-6/+5
mencoder: - ride the cdparanoia-related PKGREVISION++ - remove superfluous --disable-nas, already pulled in from Makefile.common
2004-04-10PKGREVISION++salo4-9/+9
Fix cdparanoia detection after bl3ification.
2004-04-10Update py-libxslt to 1.1.5.minskim5-70/+235
Changes since 1.1.2: - patch for OS-X - enums export
2004-04-10Update py-libxml2 to 2.6.8.minskim3-7/+10
Changes since 2.6.5: - Canonicalization C14N support added - 2.3 compatibility, whitespace fixes
2004-04-10gimp always installs under LOCALBASE, so get rid of code that creates a symlinkjmmv1-6/+1
for gimp.m4 between X11BASE and LOCALBASE if needed.
2004-04-10There isn't any XFree86 version that comes with fontconfig>=2.2.0, soxtraeme1-1/+2
don't check for fontconfig's builtin via USE_BUILTIN.fontconfig=no.
2004-04-10Updated abcde to 2.1.19.snj2-3/+3
2004-04-10Update to abcde-2.1.19.snj3-9/+8
Changes: * Improved the logic in the order of events when using a local CDDB repo. * When using a selected, localy cached CDDB entry, we forgot to show the selection when asking the user for editing the choice. Now we show it. * Added the option "-m" to modify the resulting playlist, to contain CRLF at the end of every line, letting some hardware players which insist with DOS-style files to use them. Also, added DOSPLAYLIST as a config option. * Added >&2 redirection to visualize the "Erase playlist" question. * When *DATAPREFIX was set, the playlist creation was made without newline. * Solved bug with batch encoding, thanks to Travis McKay. * Do not tag GENRE and DATE in Ogg/Vorbis if CDDB does not provide them * Documentation update: README, abcde.1 * Added COMMENT part in OggFlac metadata. * Added a pre-read function for preparations. Uses include closing the CD tray. * New setting for the CD speed. Some drives have a higher failure ratio when spinning at high speed. * The eject program is not needed if CDSPEEDVALUE is not set and no EJECT action is performed. * Encoding the whole CD in one file is now possible. Use "-1" as a flag.
2004-04-10Note that one now has the additional rc.conf option of "qmailsmtpd=YES".schmonz1-2/+4
2004-04-10Note PKGREVISION bump of qmail to 1.03nb5 (include netqmail patches;schmonz1-1/+2
add qmail-smtpd rc.d script).
2004-04-10Russ Nelson, Charles Cazabon, Dave Sill, Peter Samuel, and Henningschmonz22-41/+500
Brauer have prepared a distribution of qmail, called "netqmail": "We have done this because in our opinion, too many new users are confused by the out-of-date INSTALL file, and too much time is spent arguing on the mailing list over bugs. We have tried to stick to the barest minimum number of changes. We have fixed only those things which are out-and-out wrong, or which have been approved by djb (specifically QMAILQUEUE)." This package already includes the QMAILQUEUE patch. Add netqmail 1.05's other patches, with the exception that patches to documentation files which are not installed have been lovingly omitted. This package also already includes a patch to handle oversized DNS packets. It's still here, too. pkgsrc changes: * Add qmail-smtpd rc.d script (and ensuing dependency on net/ucspi-tcp). * Update qmail rc.d script: respect $qmail_flags, treating it as the default delivery instruction. * Remove non-working MASTER_SITES. From the netqmail changelog: 20040121 code: qmail-smtpd is protected from exceedingly long (eg 2GB) header lines 20040121 code: qmail_lspawn, qmail-newmrh, qmail-newu, and qmail-rspawn are protected from misbehaving on hosts where the size of an integer is not the same as the size of a character pointer (eg 64 bit hosts with 32 bit ints) 20031027 doc: qmail.7 identifies installation as netqmail and points to http://qmail.org/ 20031027 doc: qmail-queue.8 adds explanation of $QMAILQUEUE 20031027 doc: qmail-log.5 adds reference to errors from $QMAILQUEUE script 20031027 code: qmail-smtpd identifies itself as netqmail 20031027 code: if $QMAILQUEUE is set, it's invoked instead of qmail-queue 20031024 code: changed errno from int to #include. 20031024 code: fixed .qmail parsing bug. 20031024 code: recognize 0.0.0.0 as a local address. 20031024 code: sendmail's -f flag now overrides environment variables. And for all this, bump PKGREVISION. Pre-flight checks by snj@.
2004-04-10Convert to buildlink3.snj1-4/+4
2004-04-10Honor BINOWN and BINGRP.minskim1-1/+2
2004-04-10Convert to buildlink3.snj2-6/+4
2004-04-10Updated snort to 2.1.2.snj2-3/+3