head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.22 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.20 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.18 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.16 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.14 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.12 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.10 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.8 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.6 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.4 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.2 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.2.0.2 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.1.0.12 pkgsrc-2007Q2-base:1.1 pkgsrc-2007Q1:1.1.0.10 pkgsrc-2007Q1-base:1.1 pkgsrc-2006Q4:1.1.0.8 pkgsrc-2006Q4-base:1.1 pkgsrc-2006Q3:1.1.0.6 pkgsrc-2006Q3-base:1.1 pkgsrc-2006Q2:1.1.0.4 pkgsrc-2006Q2-base:1.1 pkgsrc-2006Q1:1.1.0.2 pkgsrc-2006Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2007.10.28.12.31.57; author tnn; state dead; branches; next 1.2; 1.2 date 2007.07.12.13.54.04; author joerg; state Exp; branches 1.2.2.1; next 1.1; 1.1 date 2006.02.11.10.03.48; author cube; state Exp; branches; next ; 1.2.2.1 date 2007.10.28.14.26.59; author ghen; state dead; branches; next ; desc @@ 1.3 log @Remove ion3-devel. The holder of the Ion3(tm) trademark and copyright demands that this package must be kept up-to-date at all times. We cannot comply with such demands, especially considering that pkgsrc has "stable branches". (If anyone cares about this package, I suggest we maintain it in pkgsrc-wip instead.) @ text @$NetBSD: patch-aj,v 1.2 2007/07/12 13:54:04 joerg Exp $ --- mod_statusbar/ion-statusd/Makefile.orig 2007-03-30 13:22:35.881433415 +0200 +++ mod_statusbar/ion-statusd/Makefile 2007-03-30 13:23:18.168693657 +0200 @@@@ -10,6 +10,7 @@@@ INCLUDES += $(LIBMAINLOOP_INCLUDES) $(LIBEXTL_INCLUDES) $(LIBTU_INCLUDES) LIBS += $(LIBMAINLOOP_LIBS) $(LIBEXTL_LIBS) $(LIBTU_LIBS) $(LUA_LIBS) $(DL_LIBS) -lm +LIBS += $(INTL_LIBS) CFLAGS += $(XOPEN_SOURCE) $(C99_SOURCE) DEFINES += -DETCDIR=\"$(ETCDIR)\" -DSHAREDIR=\"$(SHAREDIR)\" \ @ 1.2 log @Update to ion3-rc-20070708. From Philip Paeps, who also wants to maintain it. Changes are mostly bugfixes, bugfixes and bug fixes. @ text @d1 1 a1 1 $NetBSD$ @ 1.2.2.1 log @Pullup ticket 2215 - requested by tnn removal of ion3-devel - pkgsrc/wm/Makefile 1.99 - pkgsrc/wm/ion3-devel/DESCR removed - pkgsrc/wm/ion3-devel/Makefile removed - pkgsrc/wm/ion3-devel/PLIST removed - pkgsrc/wm/ion3-devel/distinfo removed - pkgsrc/wm/ion3-devel/patches/patch-aa removed - pkgsrc/wm/ion3-devel/patches/patch-ab removed - pkgsrc/wm/ion3-devel/patches/patch-ac removed - pkgsrc/wm/ion3-devel/patches/patch-ae removed - pkgsrc/wm/ion3-devel/patches/patch-ag removed - pkgsrc/wm/ion3-devel/patches/patch-ah removed - pkgsrc/wm/ion3-devel/patches/patch-aj removed - pkgsrc/wm/ion3-devel/patches/patch-ak removed - pkgsrc/wm/ion3-devel/patches/patch-al removed - pkgsrc/wm/ion3-devel/patches/patch-am removed Module Name: pkgsrc Committed By: tnn Date: Sun Oct 28 12:31:57 UTC 2007 Modified Files: pkgsrc/wm: Makefile Removed Files: pkgsrc/wm/ion3-devel: DESCR Makefile PLIST distinfo pkgsrc/wm/ion3-devel/patches: patch-aa patch-ab patch-ac patch-ae patch-ag patch-ah patch-aj patch-ak patch-al patch-am Log Message: Remove ion3-devel. The holder of the Ion3(tm) trademark and copyright demands that this package must be kept up-to-date at all times. We cannot comply with such demands, especially considering that pkgsrc has "stable branches". (If anyone cares about this package, I suggest we maintain it in pkgsrc-wip instead.) @ text @d1 1 a1 1 $NetBSD: patch-aj,v 1.2 2007/07/12 13:54:04 joerg Exp $ @ 1.1 log @Update to 20060107. Patch from Joerg Sonnenberger and minor fixes. Most noticeable changes (there's more than one year worth of them, anyway): * Potentially blocking status meters are now in a separate ion-statusd program. Please write your additional status meters that do not monitor the state of Ion itself for ion-statusd (and contribute them in the Ion3 scripts repository at http://iki.fi/tuomov/repos/ion-scripts-3/). For help on writing such status meters, see e.g. source for statusd_load in ext_statusbar/ion-statusd. * Line editor now supports history search; Control+Up/Down only scrolls through history entries with matching initial part. * Arbitrary winprop matching criteria is supported. Lua scripts have access to X properties. * So-called "placeholders". With the help of these the positions of full-screen windows are remembered in their original frames, and don't just get inserted after currently active window when returning from full-screen mode. Under a session manager placeholders are also used to remember the original order of windows. * Experimental auto-show-completions support, which is also on by default now. In this mode the Tab key can be used to cycle forward through the completions, and Shift+Tab backwards. Modify the settings seen in the new mod_query.lua to get normal Tab-completion, or change the completion delay. @ text @d3 3 a5 3 --- mod_statusbar/ion-statusd/Makefile.orig 2005-06-20 22:53:30.000000000 +0200 +++ mod_statusbar/ion-statusd/Makefile @@@@ -10,6 +10,7 @@@@ include $(TOPDIR)/system-inc.mk @