summaryrefslogtreecommitdiff
path: root/meta-pkgs
AgeCommit message (Collapse)AuthorFilesLines
2005-12-11Updated gnuradio to 2.6: GNU Radio 2.6 has seen the addition of many newwulf1-10/+10
features, code optimizations and bug fixes.
2005-12-11Update to KDE 3.5markd2-19/+19
Many new features and refinements. Notable changes include: * Konqueror is the second web browser to pass the Acid2 CSS test, ahead of Firefox and Internet Explorer * Konqueror can also now free web pages from adverts with its ad-block feature * SuperKaramba is included in KDE, providing well-integrated and easy-to-install widgets for the user's desktop * Kopete has support for MSN and Yahoo! webcams * The edutainment module has three new applications (KGeography, Kanagram and blinKen), and has seen huge improvements in Kalzium
2005-12-08Fixed PLIST quoting issue introduced by the recent "pkglint --autofix"rillig2-13/+13
change.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-4/+4
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig5-47/+43
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-03Update for PHP 5.1.1. Remove yp (it's been debundled in PHP 5.1.1) andjdolecek1-47/+53
disable eaccelerator (doesn't compile with 5.1.x).
2005-11-28Change all instances of including mk/ghostscript.mk into asking forjlam1-2/+2
the appropriate tool via USE_TOOLS (usually "gs:run"), and remove ghostscript.mk. This change removes a rather out-dated file from pkgsrc and switches packages to use the more compact implementation of the Ghostcript-handling inside the tools framework.
2005-11-17pdated Xfce to 4.2.3.2martti2-5/+5
A "micro" release to fix a regression in the window manager settings.
2005-11-09Rename xfce4-gtk2-engines to xfce4-gtk2-engine to match the package name.martti2-4/+4
2005-11-09Substitute "XFce 4" with "Xfce" in DESCR and Makefile's COMMENT.martti4-9/+9
It is a lower-case f according to the official site.
2005-11-09Updated xfce4 to 4.2.3.1martti3-8/+9
* Lots of bug fixes * Translation updates Official ChangeLog is available at: http://www.xfce.org/release_notes/4.2.3.1_changelog.html
2005-11-03Add php-sqlite; bump PKGREVISION.tv1-2/+3
2005-11-03Add convenience meta-pkg "pkgsrc-guide-tools-1.0", with runtimetv4-1/+29
dependencies on the tools used to build doc/guide. doc/guide still uses BUILD_DEPENDS on the tools (so that it's still possible to build for certain output types with minimal dependencies); it does not depend on the meta-pkg.
2005-10-28Added xfce4-fsguard-plugin and xfce4-quicklauncher-pluginmartti1-1/+3
2005-10-16Update to 2.12.1.jmmv1-38/+38
2005-10-13Update to KDE 3.4.3.markd2-19/+19
2005-10-12Update to 2.12.1.jmmv1-52/+50
2005-10-10x11/imake was changed to x11/XFree86-imake. Also package namereed1-2/+2
changed to XFree86-imake.
2005-10-10librsvg2-gtk2 has gone away, so do not depend on it. Instead, require ajmmv2-5/+6
recent version of librsvg2 (>= 2.12.6) which now includes the GTK+ loader. Bump PKGREVISION to 1.
2005-10-09Depend on php-sqlite, now that php5-sqlite is gone.wiz1-2/+2
2005-10-08Update to 2.12.1.jmmv1-8/+8
2005-10-08Unfortunately PHP has several openssl hooks, which are only enabledjdolecek2-6/+4
when the base PHP is compiled with openssl extension (e.g. ssl://, tls:// stream support, and couple others). These don't work when SSL support is loaded via extension. For this reason, make openssl extension unconditionally built-in into the main PHP package, and g/c security/php-openssl.
2005-10-08added net/php-xmlrpcjdolecek2-3/+6
2005-10-07Fixed package name for gnuradio-gsm modulewulf1-2/+2
2005-10-07Added and enabled meta-package for GNU Radio, a digital signal processingwulf1-1/+2
development kit.
2005-10-07New package gnuradio-2.5: Initial commit of a meta-package for GNU Radio,wulf4-0/+61
a digital signal processing development kit.
2005-10-05Define FileManSuffix and FileManDir (just like already donereed1-1/+3
for MiscMan, DriverMan). This is to fix ongoing problem where I find manpages installed to 5x instead of 5 and PLIST is wrong so won't package. (I saw this on Linux and I tested this on Linux and NetBSD.)
2005-10-05Just add a note: When updating the version be sure to regeneratereed1-1/+3
checksums for each xorg package with distinfo files.
2005-10-02Update to 2.8.0 (depend on GTK+ 2.8.4).jmmv1-4/+3
2005-09-28Fixed pkglint warnings.rillig7-31/+31
2005-09-04Update for PHP 4.4.xjdolecek1-45/+45
2005-08-29Depend on xorg-docs.reed1-2/+3
Bump PKGREVISION.
2005-08-21Update the GNOME meta-packages to 2.10.2.jmmv3-58/+55
2005-08-12Update Boost to 1.33.0:jmmv5-43/+25
New Libraries * Iostreams Library: Framework for defining streams, stream buffers and i/o filters, from Jonathan Turkanis. * Functional/Hash Library: A TR1 hash function object that can be extended to hash user defined types, from Daniel James. * Parameter Library: Write functions that accept arguments by name: especially useful when a function has more than one argument with a useful default value, since named arguments can be passed in any order. * Pointer Container Library: Containers for storing heap-allocated polymorphic objects to ease OO-programming, from Thorsten Ottosen. * Wave: Standards conformant implementation of the mandated C99/C++ preprocessor functionality packed behind an easy to use iterator interface, from Hartmut Kaiser. Updated Libraries * Assignment Library: Support for Pointer Container Library and new efficient functions ref_list_of() and cref_list_of() for generating anonymous ranges. * Bind Library: Bind expressions now support comparisons and negation. Example: bind(&X::name, _1) < bind(&X::name, _2). * Date-Time Library: o Added local time and time zone classes. o Added format-based Input/Output facets. o For a complete list of changes, see the library change history. * Graph Library: Introduced several new algorithms and improved existing algorithms: o Experimental Python bindings, from Doug Gregor and Indiana University. o floyd_warshall_all_pairs_shortest_paths, from Lauren Foutz and Scott Hill. o astar_search, from Kristopher Beevers and Jufeng Peng. o fruchterman_reingold_force_directed_layout, from Doug Gregor and Indiana University. o biconnected_components and articulation_points, from Jeremy Siek, Janusz Piwowarski, and Doug Gregor. o sequential_vertex_coloring has been updated, tested, and documented. o gursoy_atun_layout, from Jeremiah Willcock and Doug Gregor of Indiana University. o king_ordering, from D. Kevin McGrath of Indiana University. o cuthill_mckee ordering has been recast as an invocation of breadth_first_search and now supports graphs with multiple components. o dijkstra_shortest_paths now uses a relaxed heap as its priority queue, improving its complexity to O(V log V) and improving real-world performance for larger graphs. o read_graphviz now has a new, Spirit-based parser that works for all graph types and supports arbitrary properties on the graph, from Ron Garcia. The old, Bison-based GraphViz reader has been deprecated and will be removed in a future Boost release. write_graphviz also supports dynamic properties. o subgraph: get_property now refers to the subgraph property, not the root graph's property. o See the history for additional changes and bug fixes. * Multi-index Containers Library: o New hashed indices. o Added serialization support. o For a complete list of changes, see the library release notes. * Program Options Library: o Option descriptions are now printed with word wrapping. o Command line parser can bypass unregistered options, instead of throwing. o Removed support for "implicit" (optional) values. o New customization method 'command_line_parser::extra_style_parser'. Unlike 'additional_parser', allows the user to parse several tokens and return a vector of options, not just a single option. o Work with disabled exceptions. * Property Map Library: Introduced the dynamic properties class, which provides dynamically-typed access to a set of property maps. * Random Number Library: improved initialization for mersenne_twister, algorithm by Makoto Matsumoto and Takuji Nishimura, implemented for Boost by Jens Maurer. Note: All test vectors for mersenne_twisters constructed or seeded without parameters or with a single unsigned int parameter become invalid. * Range Library: Minor addition of convenience functions to iterator range like front(), back() and operator[](). * Regex Library: o Rewritten front end parser now supports (?imsx-imsx) constructs, plus lookbehind assertions and conditional expressions. o Thin wrapper classes improve integration with MFC/ATL code. o Full (optional) Unicode support via the ICU library. Refer to the regex history page for more information on these and other small changes. * Serialization Library: o DLL version. o Auto-linking. o Serialization of variants. o Improved seialization of shared pointers. * Signals Library: added slot blocking/unblocking, from Frantz Maerten. Huge improvements to signal invocation performance from Robert Zeh. This update has been tested on NetBSD 2.0.2, 3.0_BETA and current.
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-5/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-30Update KDE to 3.4.2.markd2-19/+19
2005-07-28Use docbook-website revision 2.6.0 at least. Required after recentmishka1-3/+3
Hiroki Sato's autolayout.xsl changes at NetBSD htdocs module. Advance package version due to dependency update.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21Update pkg-config comment.wiz1-2/+2
2005-07-21DEPEND on pkg-config instead of pkgconfig. Bump PKGREVISION.wiz1-2/+3
2005-07-19depends should be ../../<category>/<pkg>grant1-2/+2
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam1-2/+2
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
2005-07-12Update netbsd-doc-print to 1.2. Changes:hubertf1-4/+5
* sync with reality by pulling in openjade and opensp, which are needed to build the NetBSD guide. * also pull in netbsd-doc 1.2 or later, as that's at 1.3 already
2005-06-19Correct path to ../../x11/kdelibs3.kristerw1-2/+2
2005-06-18Add explicit dependency on kdelibs so that "make update" does the rightmarkd1-1/+2
thing when a recent previous version of kde is already installed. (as seen in PR 30459)
2005-06-18Enable sonames under DragonFly, FreeBSD and NetBSD. The default buildjmmv4-14/+31
infrastructure only uses them under Linux and OpenBSD (eww, hardcoded logic based on OS names). Aside making installations more consistent across systems, this lets Boost work correctly on the systems where sonames were previously used. Otherwise, they are unable to find the correct libraries at runtime and we get PLIST errors (more files installed than expected). The problem exposes itself when building software that needs Boost (e.g. monotone). This also means that we can't rename the installed libraries any more as we were doing until now, because programs linked against them will be looking for their respective sonames. Therefore, keep the default names produced by a --layout=system build. Bump PKGREVISION of boost, boost-libs and boost-python to 1.
2005-06-15Add definition of example directory.hira1-1/+3
2005-06-14Do not assume swprintf is in std::, as it breaks the build under NetBSDjmmv2-1/+31
3.99.5 (at least). Closes PR pkg/30380 by wiz@.
2005-06-12KDE-3.x configure scripts use xmkmf to discover properties of thejlam1-2/+2
X11 distribution, so add USE_TOOLS+=imake. This addresses part of PR pkg/26744.