summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-02-29Add a MESSAGE file warning about potential profile lossage + how to avoid it.tnn1-0/+10
Ok xtraeme@
2008-02-29Added www/firefox3-bin.xtraeme2-2/+4
2008-02-29firefox 3.0beta3 linux binary version, for people that don't wantxtraeme6-0/+71
to wait for testing not-finished releases. Ok by jlam@.
2008-02-29Catch up with rename of termlib.* to termcap.*.jlam1-3/+3
2008-02-29Rename termlib.* to termcap.* to better document exactly what packagesjlam9-93/+95
are trying to use (the termcap t*() API).
2008-02-29+ Teach shells/tcsh to use the terminal library required by pkgsrcjlam1-1/+5
instead of self-detecting what's in the base system. Bump the PKGREVISION to 1.
2008-02-29Note addition of hunspell-hu_HU.jlam1-1/+2
2008-02-29Add hunspell-hu_HU.jlam1-1/+2
2008-02-29Import hunspell-hu_HU-1.2.2 as textproc/hunspell. This package containsjlam4-0/+48
the Hungarian language dictionary for hunspell. Package taken from pkgsrc-wip, originally created by Adam Hoka but with minor fixes by me.
2008-02-29Note clisp updatetnn1-1/+2
2008-02-29+ Don't build our own, very old version of hacked BSD curses -- justjlam14-265/+219
use other, better ones from pkgsrc through ncursesw/buildlink3.mk. + Add a configure script that lightly probes the system and write out some system-specific definitions for the Makefile. This should fix PR pkg/29425. + Add necessary includes (<string.h> and <unistd.h>) to global.h to do silly C things like prototype functions before you use them. Remove the unnecessary patches to lots of *.c files that added these same headers. + Include <string.h> in ss.c because it doesn't include global.h. + Move HTML documentation into ${PREFIX}/share/doc. Bump the PKGREVISION to 2.
2008-02-29Update to 2.44.1, packaged by Aleksej Saushev.tnn16-269/+235
Major changes from 2.41: - Use pkgsrc-supplied libffcall - Use libtool - New PKG_OPTIONS to enable support for db4, gdbm, gtk2, fastcgi, pcre. - lots of bugfixes
2008-02-29Provide value for BUILDLINK_LDADD.ncursesw that can be used by packagesjlam2-6/+17
that need to know how to link against ncursesw.
2008-02-29Patches for upstream commit c77faaaa2fc48586902878ba33bd01286654dcb6:tnn3-1/+107
- Add workaround for older versions of gas that don't have SSE3 support Reported in PR pkg/38126.
2008-02-29+ Pass down the correct values for TERMCAP (the options to link tojlam6-22/+61
the library containing termcap functions) and MISC_TERMINFO_DIRS (the location of the terminfo database). Patch the configure script to use these values instead of using its own broken logic to determine the same information. + Include termlib.buildlink3.mk to determine the right terminal library to use. The above two changes should fix PR pkg/30725. + Move the HTML documentation into ${PREFIX}/share/doc/slang. Bump the PKGREVISION to 6.
2008-02-29Pass through command line arguments to wfica and wfcmgrsborrill3-6/+6
Bump PKGREVISION
2008-02-29Ensure that BUILDLINK_PREFIX.curses is always defined.jlam1-1/+3
2008-02-29Ensure the BUILDLINK_PREFIX.termlib is always defined.jlam1-1/+2
2008-02-29Actually, BUILTIN_LIBNAME.ncurses can be empty, but fix the case wherejlam1-3/+3
we actually have libnurses in the base system.
2008-02-29+ Always ensure that BUILTIN_LIBNAME.ncurses is defined (this should havejlam1-2/+3
been the case before, but wasn't due to a missing default vaule. + Move the BUILDLINK_TRANSFORM remapping of -lncurses into the section which only applies if we're using the built-in ncurses, and map it to -l${BUILTIN_LIBNAME.ncurses}. This should fix the issue reported for Mac OS X where "-lncurses" was being mapped to nothing by the wrapper scripts.
2008-02-29Backout last change, it breaks the build under NetBSD.tron1-4/+2
2008-02-29Don't setup bogus remapping of the "ncurses" library if we don't needtron1-2/+4
to change the name. This fixes the build on platforms which provide "libncurses" (e.g. Mac OS X).
2008-02-29comment out $NetBSD$gdt1-1/+1
2008-02-29Add and enable sigscheme.obache1-1/+2
2008-02-29Added lang/sigscheme version 0.8.0obache1-1/+2
2008-02-29Import sigscheme version 0.8.0.obache7-0/+127
SigScheme is a R5RS Scheme interpreter for embedded use. It features small footprint (64KB in library form on the 'small' configuration) like SIOD and TinyScheme, low memory consumption (2-words per cons cell), multibyte characters handling (UTF-8, EUCs and Shift_JIS) and more. It is mainly developed to be the Scheme interpreter of uim.
2008-02-29Add and enable libgcroots.obache1-1/+2
2008-02-29Added devel/libgcroots version 0.2.1obache1-1/+2
2008-02-29Import libgcroots version 0.2.1.obache5-0/+59
This library abstracts architecture-dependent part of garbage collector roots acquisition such as register windows of SPARC and register stack backing store of IA-64. Main part of the code is based on Boehm GC 7.0. With this library, you can easily write your own garbage collector such as for small footprint, some application-specific optimizations, just learning or to test experimental ideas.
2008-02-29Allow nvtv and nvtv-gtk2 to build under modular X. From Sergey Svishchevcube1-1/+3
in private mail.
2008-02-29The package supports installation to DESTDIR.heinz1-2/+3
2008-02-29Make chrpath(1) a tool. Intended scope is fixing up some Linux emulationtnn1-1/+12
packages without having to do the LD_LIBRARY_PATH dance.
2008-02-29Fix typo at adding suse100_krb5obache1-2/+2
2008-02-28Add devel/chrpathtnn2-2/+4
2008-02-28Import chrpath-0.13 as devel/chrpath.tnn5-0/+50
chrpath allows you to modify the dynamic library load path (rpath and runpath) of compiled programs and libraries.
2008-02-28catch up with patches added since 2008/01/03drochner1-1/+7
(the way all these mplayer pkgs share makefile fragments sucks)
2008-02-28update to 8.4.4drochner3-12/+405
changes: bugfixes
2008-02-28update to 1.8.1drochner5-34/+34
changes: -bug fixes -better html export -option to wrap tree with titles -translation updates -execute attachment with double-click
2008-02-28update to 0.4.18drochner3-9/+9
changes: a build fix for espeak-1.30
2008-02-28+ Get rid of the separate check for glibc's libintl.h because it'sjlam1-20/+15
just the real GNU gettext embedded into glibc. + Check for Gentoo's funky libintl.h and assume that it's glibc's gettext.
2008-02-28update to 1.31drochner4-32/+46
changes: -Bug fixes and minor improvements -Voice variants have names rather than numbers -Added languages -Add options for different intonation styles -Added option for gaps (pauses) between words
2008-02-28update to 1.8.1drochner2-7/+6
changes: bugfixes (we might consider calling this stable now)
2008-02-28update to 1.2.25drochner2-6/+6
changes: bugfixes
2008-02-28Note update of fuse-afpfs-ng to 0.8agc1-1/+2
2008-02-28update to 0.10.10drochner4-13/+15
changes: -Wrap new API for 0.10.16 GStreamer and Base releases -New gst.pbutils module wraps the gst-plugins-base pbutils library -Rework gst_pad_add_*probe function wrapping to avoid leaks -Various build fixes
2008-02-28Update fuse-afpfs-ng to version 0.8.agc5-33/+21
Changes are mainly portability mods; just one minor change for NetBSD to compile out of the box, which has been fed back upstream.
2008-02-28update to 0.10.7drochner7-87/+21
changes: -many fixes and improvements -Accurate seeking support in mp3 -RealMedia and WMS RTSP support -New element: dvdsubdec
2008-02-28update to 0.10.6drochner5-33/+33
changes: -many fixes and improvements -New elements: flvdemux, flvparse, mpegtsparse, dvbsrc, dvdspu, mpeg4videoparse, metadatademux/mux, souphttpsrc, speexresample, qtwrapper, rawaudioparse, fbdevsink -Renamed elements/plugins: switch (now selector), pitch (now soundtouch) -some elements moved to -good or -ugly
2008-02-28update to 0.10.7drochner5-20/+33
changes: -Massive RTSP/RTP improvements -Support more formats in QT files -some elements moved here from gst-plugins-bad -New audio effects -bugfixes
2008-02-28update to 0.3.13drochner6-30/+84
This release merges lots of distributions patches and bug fixes and adds new functionality used by the upcoming (now!) release of Schroedinger-1.0.0. pkgsrc note: someone with an arm (pun intended), or who knows how to detect a "VFP" might want to tune the cpu feature detection code