Up to [cvs.netbsd.org] / pkgsrc / wm / pwm
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.19 / (download) - annotate - [select for diffs], Mon Jan 17 11:15:16 2011 UTC (16 months, 1 week ago) by jmcneill
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
HEAD
Changes since 1.18: +2 -1
lines
Diff to previous 1.18 (colored)
replace netscape with firefox in default menu config
Revision 1.18 / (download) - annotate - [select for diffs], Thu Jun 12 02:14:54 2008 UTC (3 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
Add DESTDIR support.
Revision 1.17 / (download) - annotate - [select for diffs], Fri Jun 2 11:21:28 2006 UTC (5 years, 11 months ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.16: +5 -5
lines
Diff to previous 1.16 (colored)
Updated to 20060517 snapshot. Changes: - add my theme file, - delint. 20060517: - Applied a crash patch to thing.c by Ben Stern.
Revision 1.16 / (download) - annotate - [select for diffs], Wed Feb 23 18:43:55 2005 UTC (7 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.15: +2 -1
lines
Diff to previous 1.15 (colored)
Add RMD160 checksums to the SHA1 ones.
Revision 1.15 / (download) - annotate - [select for diffs], Sat Apr 10 20:42:11 2004 UTC (8 years, 1 month ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Define _ISOC99_SOURCE for libtu, so NetBSD has the chance to get the correct definition of va_copy from own headers. Should fix building on amd64. Per discussion with kristerw@.
Revision 1.14 / (download) - annotate - [select for diffs], Mon Dec 15 18:51:21 2003 UTC (8 years, 5 months ago) by salo
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.13: +3 -3
lines
Diff to previous 1.13 (colored)
Update to the latest snapshot.
2003-06-17
* Applied a patch to convert sprintf:s to snprintf:s.
Revision 1.13 / (download) - annotate - [select for diffs], Tue Aug 12 06:44:35 2003 UTC (8 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
Ensure that the program and manpage directories are created before installing files into them.
Revision 1.12 / (download) - annotate - [select for diffs], Thu Jul 10 19:41:20 2003 UTC (8 years, 10 months ago) by salo
Branch: MAIN
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Remove some gccisms and enable POSIX/XOPEN_SOURCE defines. Compiles on Solaris with a native compiler.
Revision 1.11 / (download) - annotate - [select for diffs], Fri Jun 13 03:55:17 2003 UTC (8 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Fix location of global config files to be in /etc/pwm, not /etc/pwm/pwm. Bump PKGREVISION of wm/pwm to 1.
Revision 1.10 / (download) - annotate - [select for diffs], Sun Jun 1 16:16:59 2003 UTC (8 years, 11 months ago) by salo
Branch: MAIN
Changes since 1.9: +8 -11
lines
Diff to previous 1.9 (colored)
Updated to 20030528 snapshot. Thanks to Jon Olsson for notification. Changes: - take over maintainership - whitespace - DESCR has 80 columns - simplify 1.0.20030528: ============= - License model changed to Artistic/GPL dual license. - Fixed lockup when a window's title ends in its only colon (and spaces) but even just the three dots and instance number are too long to fit in the tab. - Applied an (old) tab_switch_and_raise patch. - Some #includes added. - Phantom-window fix. - Allow windows to move themselves - Phantom dockapp fix - "dock" configuration option changes: "hidden" option, direction 1/0 replaced with "vertical" option. - Added 'gotodir' function (move to frame in given direction). - Makefile/path setting changes - Built-in 'ws_menu' and 'movetows_menu'. - Added keybindings to the man page. - Added 'PWM manual' entry in the default root menu. - Don't kill client on close if it does not support WM_DELETE_WINDOW. - Titles were not drawn correctly when toggling decorations on if a window was closed when the associated frame was in undecorated state. - Don't change active window visual indication when displaying a 'contextual menu'. - Added 'goto_previous'. - Windows with same name are numbered now - Added pack_move - Changed the order to which window in a frame to go when the current is destroyed - Added "detach" function - Added attach/detach to window menu - Added WM_COLORMAP_WINDOWS support
Revision 1.9 / (download) - annotate - [select for diffs], Sun Aug 25 21:51:36 2002 UTC (9 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Merge packages from the buildlink2 branch back into the main trunk that have been converted to USE_BUILDLINK2.
Revision 1.8.2.1 / (download) - annotate - [select for diffs], Sat May 11 02:09:27 2002 UTC (10 years ago) by jlam
Branch: buildlink2
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored) next main 1.9 (colored)
First pass at conversion of various packages to use the buildlink2 framework. Add many buildlink2.mk files to add to the framework. Please see buildlink2.txt for more details.
Revision 1.8 / (download) - annotate - [select for diffs], Thu Jan 31 04:07:59 2002 UTC (10 years, 3 months ago) by jlam
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base
Branch point for: buildlink2
Changes since 1.7: +3 -2
lines
Diff to previous 1.7 (colored)
Honor PKG_SYSCONFDIR and use the general INSTALL/DEINSTALL scripts.
Revision 1.7 / (download) - annotate - [select for diffs], Sun Sep 9 03:10:08 2001 UTC (10 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
USE_X11 --> x11.buildlink.mk.
Revision 1.6 / (download) - annotate - [select for diffs], Tue Aug 21 08:17:39 2001 UTC (10 years, 9 months ago) by abs
Branch: MAIN
Changes since 1.5: +8 -5
lines
Diff to previous 1.5 (colored)
Fix some test programs and avoid a double/ulong issue on sparc64
Revision 1.5 / (download) - annotate - [select for diffs], Sat Jul 28 21:44:36 2001 UTC (10 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Don't explicitly set CC=gcc and honor CFLAGS passed in from environment during build.
Revision 1.4 / (download) - annotate - [select for diffs], Wed Jul 11 07:58:48 2001 UTC (10 years, 10 months ago) by abs
Branch: MAIN
Changes since 1.3: +5 -4
lines
Diff to previous 1.3 (colored)
Fix path to documentation in manpage
Revision 1.3 / (download) - annotate - [select for diffs], Mon May 7 12:12:07 2001 UTC (11 years ago) by dmcmahill
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
add missing header (string.h) to keep alpha's happy.
Revision 1.2 / (download) - annotate - [select for diffs], Tue Apr 17 16:03:46 2001 UTC (11 years, 1 month ago) by agc
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Move to sha1 checksums where appropriate and possible. Add distfile sizes where possible.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 17 11:54:42 2001 UTC (11 years, 1 month ago) by agc
Branch: MAIN
+ move the distfile digest/checksum value from files/md5 to distinfo + move the patch digest/checksum values from files/patch-sum to distinfo