summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-11-29+postgresql-7.3wiz1-1/+2
2002-11-29added py-loggingdrochner1-1/+2
2002-11-29prototype of Python's upcoming logging frameworkdrochner4-0/+31
2002-11-29zope stuffdrochner1-1/+4
2002-11-29update to 0.8.6.1drochner3-7/+734
changes: - Added Indexer object, which can find index entries and present them. - Enabled nested markup in text. - Added easier way to add references to files, images. Can now also reference assets not in local folder. - Ability to open/close branches of the site. Added a new 'Viewer' role. Users with this role can see closed branches. - Request for approval now implemented; users can leave a message for the editors. - Added new definition list element. - Images now have various alignment options. - Beginnings of Silva XML import infrastructure.
2002-11-29add 2 zope pkgsdrochner1-1/+3
2002-11-29import "colorz" - a color scheme editor for Zopedrochner5-0/+84
2002-11-29add an extension to store Zope data in the normal file systemdrochner4-0/+122
2002-11-29Upgrade to normalize-0.7.6:kim5-24/+21
- direct mp3 support (using RVA2) - numerous bug fixes
2002-11-29Note update of gtk2 to 2.0.9.wiz2-3/+3
2002-11-29the distfile changed w/o name changedrochner2-5/+303
2002-11-29Update to 2.09:wiz3-19/+21
* Fix colormap refcounting, which caused frequent metacity crashes * GtkTreeView bug fixes - Make TreeView reordering work on FreeBSD/Solaris * Various bug fixes
2002-11-29Add locale/am.wiz5-5/+25
2002-11-29-remove an unnecessary hackdrochner1-2/+2
-actually enable python support, otherwise it is pointless to depend on it
2002-11-29+galeon-1.2.7, elm-me-2.4pl99e.wiz1-1/+3
2002-11-29Note update of "xchat" package to version 1.8.10nb2.tron1-1/+2
2002-11-29Note update of "xchat-gnome" package to version 1.8.10nb2.tron1-1/+2
2002-11-29Use same trick as in the "gmake" package to make this work withtron1-3/+3
NetBSD's "libintl" again. Bump package revision.
2002-11-29Don't set "PKGREVISION" here, it is set in "../xchat/Makefile.common".tron1-2/+1
2002-11-29Note update of "findutils" package to version 4.1nb2.tron1-1/+2
2002-11-29Buildlinkify this package to stop it from using the packaged version oftron1-4/+5
"libintl" even if it is not necessary. Bump package revision.
2002-11-29w3m now needs gtk-pixbuf. PR 19198.itojun2-4/+3
2002-11-29Build script needs to be run with Pdksh. Reconverted to Buildlink2.uebayasi1-5/+14
Fix provided in PR19190 by Greg A. Woods.
2002-11-29Should have used PKG_SYSCONFDIR instead of PKG_SYSCONFBASE.kim4-15/+15
2002-11-29Preserve pkgsrc and distribution defaults better:kim6-32/+48
- use ${PKG_SYSCONFBASE} instead of hardcoded /usr/pkg/etc - keep the ID3v2 default as distributed, and depend on audio/id3v2 - don't depend on vorbis-tools: just inform the user about the need to install at least one of the supported encoders - sample config only has commented out entries, so install it only in the examples directory
2002-11-29Some virtual font files were updated on the master site. Pointed out byuebayasi2-9/+9
Toshihiro Iwamoto. Bump PKGREVISION.
2002-11-29Note update of yafc to 0.7.10markd1-1/+2
2002-11-29Update to version 0.7.10.markd2-5/+5
From PR 19187 by Piotr Stolc. changes: * May 30th, 2002: yafc 0.7.10 released - fixed segfault in directory listing * May 28th, 2002: yafc 0.7.9 released - fixed segfault with bookmarks without login - put, rm, untag, cat and ltag functions now handles quoted characters correctly - the "long command" setting now also applies to connection attempts - Changed get -o function; if the argument ends with a slash it is always considered a directory, if only one file is transferred and the destination already exists and is a directory the file is put in that directory
2002-11-29fixed build problem noted by Ken Nakajima in port-powerpc-ja mailing list.kei3-4/+17
confirmed on i386 and macppc.
2002-11-29Belated bump libgpgme.so from 9.3 to 9.4.chris1-2/+2
Next time something says just updated a couple of scripts, I won't believe it. Thanks to skrueger for pointing this out 8)
2002-11-28Make this file fit into 80x24, and include link to instructions onhubertf1-23/+6
how to setup NetBSD/vax on simh. Thanks for the hint, Antti!
2002-11-28Note addition of sysbuild, version 1.0jmmv1-1/+2
2002-11-28Add and enable sysbuild.jmmv1-1/+2
2002-11-28Initial import of sysbuild-1.0. Description follows:jmmv9-0/+1207
sysbuild is a script that simplifies the process of building NetBSD releases and kernels as an unprivileged user. It should be clear enough that it does not add any kind of magic to the NetBSD build system. It just automates boring steps, like setup of permissions, directories, execution of the build process, etc. It also provides enough functionality to automatically update CVS source trees. sysbuild can be easily used from command line or as a cron job, so you can schedule most of the build jobs (really, it has been designed to run perfectly from cron). Approved by wiz.
2002-11-28avoid picking up gtk-doc - otherwise we'd need an X DISPLAY during builddrochner1-1/+3
2002-11-28Note update of 2vcard to 0.4jschauma1-1/+2
2002-11-28Update to version 0.4.jschauma4-15/+7
New in 0.4: Support for Juno's addressbook format. (Thanks to Gregory dot Krohne at AFRC dot AF dot MIL)
2002-11-28fix the "trying to pull in libiconv" issue in a cleaner way:drochner1-2/+2
add --with-libintl-prefix=XXX to configure args (this could perhaps go into gettext-lib/buildlink2.mk, but there could be "configure" incarnations not built from the "official" aclocal file which don't digest it)
2002-11-28add a missing LIBTOOL_OVERRIDEdrochner1-2/+2
2002-11-28Introduce new framework for handling packages' locale directories.salo2-2/+31
The logic is: - if package defines USE_PKGLOCALEDIR and PKGLOCALEDIR is not 'share' as GNU autotools expects then - fix variables 'localedir', 'gnulocaledir' and define coorect 'LOCALEDIR' in the Makefile.in.* files From Packages.txt: 10.29 Packages providing locale catalogues ========================================== If the package provides its own locale catalogues, the variable USE_PKGLOCALEDIR should be defined. It will ensure that the package's Makefile template files are fixed and point to the correct locale directories (which may vary, depending on OS), if necessary. See also section 5.1 for details about ${PKGLOCALEDIR}. This functionality is buildlink2-only.
2002-11-28-splint, thanks mjl!wiz1-2/+1
2002-11-28+apfl-ghostscript-8.00, gkrellm-2.1.1, ivtools-1.0.7, libxml-2.4.28, ↵wiz1-5/+7
texmacs-1.0.0.23, vfu-4.00
2002-11-28ORBit update has been done some time ago.wiz1-2/+1
2002-11-28Fix an entry of mine from October.wiz1-2/+2
2002-11-28update to 0.8.3drochner2-6/+6
changes: - Instead of checking for an attribute 'cached' it is now calling a method called 'cached()' on the widget.
2002-11-28These should have been deleted in the last check in.markd13-1305/+0
2002-11-28Use the mpg123 Makefile.common to build mpg123-nas.markd3-61/+91
Based on PR 18532 from Greg A. Woods.
2002-11-28Install manual page and tidy up DESCR. From PR 18532 by Greg A. Woods.markd3-6/+10
2002-11-28Placate pkglintagc1-3/+3
2002-11-28List the simulations explicitlyagc1-1/+24