Path to this page:
NOTICE: This package has been removed from pkgsrc./
wm/icecc,
IceWM Control Centre
Branch: CURRENT,
Version: 2.9nb20,
Package name: icecc-2.9nb20,
Maintainer: plunkyThe IceWM Control Center allows you to run various tools for
configuring IceWM's options.
It contains menu/toolbar editor, winoptions editor, keys editor,
themes switcher and some other tools. It supports themes, so you can add
new (or replace existing) tools and images.
Required to run:[
editors/vim-xaw] [
x11/qt3-libs] [
x11/py-qt3-base] [
lang/python27]
Required to build:[
pkgtools/x11-links] [
x11/glproto] [
x11/renderproto] [
x11/xproto] [
x11/xf86vidmodeproto] [
x11/xf86driproto] [
x11/damageproto] [
x11/inputproto] [
x11/xextproto] [
x11/randrproto] [
x11/qt3-tools] [
x11/dri2proto] [
x11/fixesproto4]
Master sites:
Version history: (Expand)
- (2014-08-22) Package deleted from pkgsrc
- (2013-10-09) Updated to version: icecc-2.9nb20
- (2013-06-06) Updated to version: icecc-2.9nb19
- (2013-06-05) Updated to version: icecc-2.9nb18
- (2013-06-03) Updated to version: icecc-2.9nb17
- (2013-02-16) Updated to version: icecc-2.9nb16
CVS history: (Expand)
2014-08-21 23:30:20 by Thomas Klausner | Files touched by this commit (41) | |
Log message:
Remove py-qt3*, obsolete upstream and replaced by py-qt4*.
Remove last three packages using py-qt3 as announced on pkgsrc-users.
|
2014-05-09 09:37:28 by Thomas Klausner | Files touched by this commit (553) |
Log message:
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
|
2014-01-25 11:45:22 by Thomas Klausner | Files touched by this commit (94) |
Log message:
No need to have two variables for the same logic.
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.
|
2014-01-25 11:30:32 by Thomas Klausner | Files touched by this commit (533) | |
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
|
2013-10-09 19:39:24 by Thomas Klausner | Files touched by this commit (418) |
Log message:
recursive bump for libmng-2.0.2 shlib major bump and dependency change
|
2013-06-06 14:55:24 by Thomas Klausner | Files touched by this commit (1687) |
Log message:
Bump PKGREVISION for libXft changes for NetBSD native X support on
NetBSD 6, requested by tron.
|
2013-06-05 00:17:35 by Matthias Scheler | Files touched by this commit (1946) |
Log message:
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
|
2013-06-03 12:06:28 by Thomas Klausner | Files touched by this commit (1948) |
Log message:
Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
|