summaryrefslogtreecommitdiff
path: root/meta-pkgs
AgeCommit message (Collapse)AuthorFilesLines
2006-12-24xearth -> xplanetjnemeth1-3/+3
2006-11-13Updated gnuradio to version 3.0.2:wulf3-16/+30
There are too many new features and bugfixes since the last release of GNU Radio version 2.8. Please consult http://gnuradio.org/trac for details. The following modules were added to this meta-pkgs/gnuradio: * gnuradio-audio-jack * gnuradio-audio-portaudio * gnuradio-core-docs * gnuradio-radio-astronomy * gnuradio-trellis * gnuradio-video-sdl * usrp-docs
2006-11-10Use find -print | xargs rather than find -exec.tv1-2/+2
2006-11-06Update lang/php5 to 5.2.0.jdolecek1-53/+56
Changes since 5.1.6: The key features of PHP 5.2.0 include: * New memory manager for the Zend Engine with improved performance and a more accurate memory usage tracking. * Input filtering extension was added and enabled by default. * JSON extension was added and enabled by default. * ZIP extension for creating and editing zip files was introduced. * Hooks for tracking file upload progress were introduced. * Introduced E_RECOVERABLE_ERROR error mode. * Introduced DateTime and DateTimeZone objects with methods to manipulate date/time information. * Upgraded bundled SQLite, PCRE libraries. * Upgraded OpenSSL, MySQL and PostgreSQL client libraries for Windows installations. * Many performance improvements. * Over 200 bug fixes. Security Enhancements and Fixes in PHP 5.2.0: * Made PostgreSQL escaping functions in PostgreSQL and PDO extension keep track of character set encoding whenever possible. * Added allow_url_include, set to Off by default to disallow use of URLs for include and require. * Disable realpath cache when open_basedir and safe_mode are being used. * Improved safe_mode enforcement for error_log() function. * Fixed a possible buffer overflow in the underlying code responsible for htmlspecialchars() and htmlentities() functions. * Added missing safe_mode and open_basedir checks for the cURL extension. * Fixed overflow is str_repeat() & wordwrap() functions on 64bit machines. * Fixed handling of long paths inside the tempnam() function. * Fixed safe_mode/open_basedir checks for session.save_path, allowing them to account for extra parameters. * Fixed ini setting overload in the ini_restore() function. For a full list of changes in PHP 5.2.0, see the ChangeLog: http://www.php.net/ChangeLog-5.php#5.2.0 Also other notable extensions changes: * filePRO extension removed (not in PECL yet, php-filepro disabled for PHP5) * JSON added (not enabled by default, packaged in php-json) * filter added (enabled by default) * wddx rewritten to native libxml2, fixing several encoding bugs
2006-11-06include php-apcjdolecek1-2/+3
2006-10-30Added SunOS configuration details. Discussed with joerg@dsainty1-2/+19
2006-10-20comment out odbc module - it kills Apache/PHP when enabled duejdolecek2-6/+8
to threaded unixodbc Adresses pkg/32395 by Arnaud LACOMBE
2006-10-14Add checkpermsadrianp1-2/+3
Bump to 1.1
2006-10-12Update to KDE 3.5.5markd2-20/+20
2006-10-12Regenerate to fix some pkglint warnings.martti1-5/+4
2006-10-09Flag a number of packages I use as supporting (user-)destdir.joerg1-8/+8
apg is a bit special as it has some hardcoded ownership, so mark that as "destdir".
2006-09-27Remove XFree86.joerg5-306/+1
2006-09-18Fix build on DragonFly 1.6, where machine/trap.h's T_DIVIDE getsjoerg2-1/+15
pulled in and conflicts with the enum in boost.
2006-09-15Update to 2.16.0.jmmv3-86/+90
2006-08-24Workaround a GCC 3.4/4.x compiler bug that prevents -> and & being usedjmmv3-1/+39
in constant expressions; according to the GCC bug report this was fixed in 4.0.3 but still happens with NetBSD's 4.1.2: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23437 Fixes build of boost-python; found in one of the latest bulk build reports.
2006-08-06Update to 2.14.3.jmmv3-85/+84
Special thanks go to drochner@ and wiz@ who have done almost all the necessary updates since 2.14.0.
2006-08-04Add and enable pkg_developer.jmmv1-1/+2
2006-08-04Initial import of pkg_developer, version 1.0:jmmv4-0/+41
This meta package provides a collection of development utilities that are useful when working in pkgsrc packages.
2006-08-02Update to KDE 3.5.4markd2-20/+20
2006-07-26Put back gtk-doc. While not needed to build applications, it is usefuldrochner1-1/+2
for those who develop and build distributions, as jmmv told me.
2006-07-26gtk-doc is gnome1. Remove it.drochner2-4/+2
2006-07-25Update ruby-gnome2 to 0.15. Patch provided by Dieter Roelants in PR 34064.minskim2-6/+6
Changes: Ruby/GLib * Improve signal handlers with pthread ruby(--enable-pthread). [Sjoerd Simons] * Added new fundamental object for other bindings. [Sjoerd Simons] * GLib::Source#remove? -> GLib::Soruce.remove? [Kouhei Sutou] * Added new macros (GLIST2ARYF, GLIST2ARY2F, GSLIST2ARYF, GLIST2ARY2F, G_PROTECT_CALLBACK) [Masao Mutoh] * Added GLib.win32_locale, GLib, win32_locale_filename_from_utf8 [Kouhei Sutou] * Improve memory management [Kouhei Sutou, Sjoerd Simons, Masahiro Sakai, Masao Mutoh] * Other improvement and fix bugs. [Sjoerd Simons, Joao Pedrosa, Kouhei Sutou, Masahiro Sakai, Masao Mutoh] Ruby/ATK * Improved cygwin support. [Masao Mutoh] * Fix a bug. [Masahiro Sakai] Ruby/Pango * Fix some bugs. [Laurent Sansonetti, Masao Mutoh] * Added Pango::Layout#markup=, Pango::AttrAbsoluteSize? [Masao Mutoh] Ruby/GdkPixbuf * Fix a bug. [NISHI Takao] * Code cleanup [Masao Mutoh] Ruby/GTK * Improve signal handlers. [Masahiro Sakai] * Added Gtk::Widget#set_widget, #set_requisition. [Daniel Chokola] * Added Gtk::Dialog#get_response. [Masao Mutoh] * Other improvement and fix bugs [Mario Steele, Tilman Sauerbeck, Geoff Youngs, Masahiro Sakai, Kouhei Sutou, Masao Mutoh] Ruby/GNOME * Follow Ruby/GLib2 change(GRClosure). [Kouhei Sutou] Ruby/GnomeCanvas * Code cleanup [Kouhei Sutou, Masao Mutoh] Ruby/Libart * None. Ruby/PanelApplet * Fixed a bug [Patch #1431855]
2006-07-24Move zlib SUBST magic to Makefile.common, it is always needed.joerg1-1/+8
Fixes problems found by abs@
2006-07-22Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,rillig1-2/+2
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
2006-07-11Add "perl" to the list of required tools because the "dcopidlng"tron1-2/+2
utility (part of the "kdelibs" package) uses it.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-07Depend on latest doxygen version (some file changes again).wiz1-2/+2
2006-07-07LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... justjlam1-2/+2
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC tree unless they're named something other than "libtool". SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just define it to the empty list and shlibtool-override will look for libtool scripts.
2006-07-04Made a SUBST block much simpler.rillig1-7/+4
2006-06-30We really, really, really _don't_ want open dependencies here either.salo1-22/+22
2006-06-30We really, really, really _don't_ want open dependencies here either.salo1-20/+20
2006-06-26Add missing SuSE 9.1 packages so it actually has any real purpose,salo1-12/+18
bump PKGREVISION.
2006-06-25USE_LANGUAGES+= crillig1-2/+2
2006-06-20Just require msgfmt for all xfce4 packages.joerg1-2/+2
2006-06-15Drop maintainership, I don't use them any longer.wiz1-2/+2
2006-06-13Add suse100_libxml2salo1-2/+3
2006-06-12Add recently imported suse_libcups and suse_openssl.salo1-1/+4
2006-06-10Remove dup DEPENDS on suse_locale.salo1-2/+1
2006-06-10Add ane enable suse100.salo1-1/+2
2006-06-10Initial import of suse-10.0: SUSE-based Linux binary emulation environment.salo3-0/+51
The SUSE 10.0 meta-package provides a number of components for an SUSE-based Linux binary emulation environment, using other components of the NetBSD packages collection. This package does not contain anything by itself -- it is a "meta-package" that depends on other packages. Its sole purpose is to require dependencies so users can install this package only and have all the other packages pulled in automatically by the pkgsrc dependency mechanism.
2006-06-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg2-94/+97
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or ap2-* respectively. Add new variables to simplify the Makefile handling. Add CONFLICTS on the old names. Reset revisions of bumped packages. ap-php will now depend on the default Apache and PHP version. All programs using it have an implicit option of the Apache version as well. OK from jlam@ and adrianp@.
2006-06-01Update to KDE 3.5.3markd2-20/+20
2006-05-30Fix homepage and/or master sites.reed1-2/+2
Add another mirror (http) for wm/windowmaker. Homepage URL change reported by C David Rigby via WWW feedback form.
2006-05-26Allow latest fast-user-switch-applet version. PR 33563wiz1-2/+2
by Joachim Koenig-Baltes.
2006-05-17Depend on the short version explicitly rather than allowing a newer (ABItv1-7/+9
incompatible) fragmented package set. Approved by jmmv. Bump PKGREVISION.
2006-05-17Derive BOOST_SHORT_VERSION automatically from BOOST_VERSION.tv1-2/+2
2006-05-12Add USE_LANGUAGES=c++. Arguably not quite right because not all ofgdt1-1/+2
gnuradio-foo need C++, but gnuradio is heavily C++ so it's close.
2006-05-06Make CHECK_X11_TYPE really work by checking for setting and notreed1-2/+2
just if defined. (Recently I build the xorg-server without xorg-libs.)
2006-04-27Updated gnuradio to 2.8: Synchronized meta-pkg with actual release ofwulf2-12/+16
gnuradio-2.8