The NetBSD Project

CVS log for pkgsrc/misc/elscreen/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / misc / elscreen

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.26 / (download) - annotate - [select for diffs], Sat May 14 22:25:39 2022 UTC (16 months, 1 week ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, HEAD
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

Bump all elisp packages for the CONFLICTS change.

Revision 1.25 / (download) - annotate - [select for diffs], Sun Nov 3 17:04:21 2019 UTC (3 years, 10 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.24: +4 -4 lines
Diff to previous 1.24 (colored)

misc: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.

Revision 1.24 / (download) - annotate - [select for diffs], Fri Sep 29 12:40:28 2017 UTC (5 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.23: +1 -4 lines
Diff to previous 1.23 (colored)

emacs22*, emacs23*, emacs24*: remove unmaintained emacs versions

As announced in
https://mail-index.netbsd.org/pkgsrc-users/2017/09/11/msg025563.html

This still leaves emacs20, emacs21, and the current version, emacs25.

Revision 1.23 / (download) - annotate - [select for diffs], Thu Jan 19 18:52:18 2017 UTC (6 years, 8 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.22: +3 -3 lines
Diff to previous 1.22 (colored)

Convert all occurrences (353 by my count) of

	MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.

Revision 1.22 / (download) - annotate - [select for diffs], Fri Feb 13 14:05:07 2015 UTC (8 years, 7 months ago) by pho
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

revbump

emacs24 users may have already installed this while it's in fact broken.

Revision 1.21 / (download) - annotate - [select for diffs], Fri Feb 13 14:01:58 2015 UTC (8 years, 7 months ago) by pho
Branch: MAIN
Changes since 1.20: +9 -2 lines
Diff to previous 1.20 (colored)

Declare that misc/elscreen does not support Emacs 24 or later

It uses some of obsolete variables/functions, resulting in an error on
Emacs 24 or later like this:

  string-to-number: Symbol's value as variable is void: last-command-char

I have recently created wip/elscreen-current for this
reason. Unfortunately it doesn't have a version number nor a release
tarball since it's an unofficial fork of the original ElScreen, even
though it's what MELPA currently provides: http://melpa.org/#/elscreen

Revision 1.20 / (download) - annotate - [select for diffs], Sun Feb 17 19:18:07 2013 UTC (10 years, 7 months ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored)

Revbump all elisp packages after emacs changes.

Revision 1.19 / (download) - annotate - [select for diffs], Mon Oct 8 09:57:21 2012 UTC (10 years, 11 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.18: +1 -2 lines
Diff to previous 1.18 (colored)

Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.

Revision 1.18 / (download) - annotate - [select for diffs], Sat Sep 17 12:02:17 2011 UTC (12 years ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.17: +14 -10 lines
Diff to previous 1.17 (colored)

Following commit based on PR pkg/43967. Ok'ed by uebayasi@
(I have added 'LICENSE=        gnu-gpl-v2a' after that)

List of Changes:
	-elscreen-1.4.5
	+elscreen-1.4.6

	+elscreen-color-theme-0.0.0.tar.gz

	-elscreen-gf-1.5.2.tar.gz
	+elscreen-gf-1.5.3.tar.gz

	-elscreen-howm-0.1.0.tar.gz
	+elscreen-howm-0.1.3.tar.gz

	-elscreen-server-0.0.1.tar.gz
	+elscreen-server-0.2.0.tar.gz

	-elscreen-wl-0.7.0.tar.gz
	+elscreen-wl-0.8.0.tar.gz

elscreen-1.4.6/ChangeLog
-------------------------
2007-12-30  Naoto Morishima  <naoto@morishima.net>

        ElScreen 1.4.6 released.

2007-12-29  Naoto Morishima  <naoto@morishima.net>

        * elscreen.el (elscreen-delete-frame-confs): Don't call
        elscreen-notify-screen-modification which potentially causes an
        error when frame has been created via make-frame-on-display.

2007-11-22  Naoto Morishima  <naoto@morishima.net>

        * elscreen.el (elscreen-display-tab): Change type from boolean to
        choice of boolean and integer.  t means display with automatic
        width calculation, and integer means display with fixed width.
        (elscreen-tab-width): Removed.
        (elscreen-e21-tab-width,elscreen-xmas-tab-width): New functions.
        (elscreen-e21-tab-update,elscreen-xmas-tab-update): Use them.
        (elscreen-default-window-configuration): Set dedicated-p of
        selected-window to nil instead of splitting it.

2007-11-21  Naoto Morishima  <naoto@morishima.net>

        * elscreen.el (elscreen-default-window-configuration): Split
        window first to avoid error in case that the selected window is
        dedicated.
        (elscreen-copy-tree-1, elscreen-copy-tree): Split
        elscreen-copy-tree to two functions, backported from trunk.
        (elscreen-save-screen-excursion)
        (elscreen-notify-screen-modification-suppress)
        (elscreen-screen-modified-hook-setup)
        (elscreen-get-alist-to-nickname): Eliminate old-style backquotes,
        backported from trunk.
        (elscreen-get-alist-to-nickname): Define as subst instead of
        macro, backported from trunk.
        (elscreen-get-screen-to-name-alist): Rewritten to improve
        performance, backported from trunk.
        (elscreen-kill-internal): Returns killed screen, backported from
        trunk.
        (elscreen-tab-display-kill-screen): Now it's used to set the
        location of the icon to kill a screen.  Possible values are:
        'left, 'right and nil (to hide icons). Backported from trunk.
        (elscreen-e21-tab-create-keymap): Take arguments forming a
        sequence of KEY FUNCTION pairs, backported from trunk.
        (elscreen-e21-tab-update): Follow above changes, and M-mouse-1 on
        the icon [X] now calls elscreen-kill-screen-and-buffers.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Aug 6 01:44:54 2009 UTC (14 years, 1 month ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, 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
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (colored)

PKGREVISION bump for elisp packages because of bytecode format changes
in emacs23.

Revision 1.16 / (download) - annotate - [select for diffs], Mon Oct 13 08:07:02 2008 UTC (14 years, 11 months ago) by uebayasi
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.15: +2 -0 lines
Diff to previous 1.15 (colored)

Introduce EMACS_BUILDLINK to decide if Emacs lisp file wrappers are really
created or not.  Packages that include other ELP's buildlink3.mk must define
EMACS_BUILDLINK.  Other packages don't create wrappers, which reduces build
time a lot.

Revision 1.15 / (download) - annotate - [select for diffs], Sat Oct 11 09:31:57 2008 UTC (14 years, 11 months ago) by uebayasi
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Move mk/emacs.mk to editors/emacs/modules.mk.

Don't call pkg_info to get the installed Emacs version; always use the
version matching EMACS_TYPE set by users.  Be DEPENDS to it.  This should
address pkg/37146 by Aleksey Cheusov.

While here convert some emacs lisp packages to user-destdir.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Mar 4 19:21:11 2008 UTC (15 years, 6 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.13: +7 -5 lines
Diff to previous 1.13 (colored)

Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.

Revision 1.13 / (download) - annotate - [select for diffs], Fri Jan 4 05:54:57 2008 UTC (15 years, 8 months ago) by obache
Branch: MAIN
Changes since 1.12: +3 -2 lines
Diff to previous 1.12 (colored)

Old version is in old sub directory.
Noticed by Zafer Aydogan in private mail.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Oct 29 13:06:44 2007 UTC (15 years, 10 months ago) by uebayasi
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4
Changes since 1.11: +4 -7 lines
Diff to previous 1.11 (colored)

Buildlink3'ify.

Revision 1.11 / (download) - annotate - [select for diffs], Tue Feb 20 14:24:55 2007 UTC (16 years, 7 months ago) by uebayasi
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.10: +3 -4 lines
Diff to previous 1.10 (colored)

Update elscreen from 1.4.3 to 1.4.5; minor changes.

Revision 1.10 / (download) - annotate - [select for diffs], Sat Oct 14 08:06:07 2006 UTC (16 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Oct 7 05:51:40 2006 UTC (16 years, 11 months ago) by uebayasi
Branch: MAIN
Changes since 1.8: +12 -3 lines
Diff to previous 1.8 (colored)

Download and install all available add-on's.  The sizes are small so don't
bother to select them.

Bump revision to 3.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Jun 3 03:26:42 2006 UTC (17 years, 3 months ago) by uebayasi
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.7: +4 -1 lines
Diff to previous 1.7 (colored)

Redo previous; depend on apel if GNU Emacs is used.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Jun 2 17:09:03 2006 UTC (17 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.6: +1 -2 lines
Diff to previous 1.6 (colored)

Remove .endif, makes the Makefile at least parseable.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jun 2 13:51:48 2006 UTC (17 years, 3 months ago) by uebayasi
Branch: MAIN
Changes since 1.5: +6 -3 lines
Diff to previous 1.5 (colored)

It turns out ElScreen needs apel.  Depends on it.

Bump revision to 2.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Feb 5 23:10:08 2006 UTC (17 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Jan 15 05:59:38 2006 UTC (17 years, 8 months ago) by uebayasi
Branch: MAIN
Changes since 1.3: +4 -2 lines
Diff to previous 1.3 (colored)

Update elscreen to 1.4.3.

Performance improvement and many feature additions including add-on
support.  (Add-on packages are not yet pkgsrc'ized.)

Install README file as requested by Takanori Ishihara in pkg/32526.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:39 2005 UTC (17 years, 9 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
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

Revision 1.2 / (download) - annotate - [select for diffs], Sun Aug 28 04:25:30 2005 UTC (18 years ago) by uebayasi
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.1: +4 -6 lines
Diff to previous 1.1 (colored)

Rework emacs.mk:

1) Simplify the way how an emacs version is picked when no emacs
   is installed, but a user try to install an Emacs Lisp package.
   Just pick up the version set as EMACS_TYPE than searching for
   versions already installed etc.  If the EMACS_TYPE version is
   not supported by the Emacs Lisp Package, just fail.  EMACS_TYPE
   be default to GNU Emacs 21.

   (In other words, users should set EMACS_TYPE as they want.
   Otherwise GNU Emacs 21 is used.)

2) All Emacs Lisp Packages *must* prepend EMACS_PKGNAME_PREFIX to
   a) the PKGNAME itself, and b) PKGNAME in its dependency lines.
   EMACS_PKGNAME_PREFIX is expanded to "xemacs-" when XEmacs is
   used.  This keeps dependency graph of Emacs-Lisp-packages-
   installed-for-XEmacs consistent.

3) Document EMACS_* variables as much as possible.

4) Provide more cookies for PLIST.  Maybe utilized later.

Note that the 2) change doesn't affect the default, GNU Emacs 21
behaviour.  So no version / revision bumps in this commit.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Dec 1 03:49:40 2004 UTC (18 years, 9 months ago) by uebayasi
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of ElScreen 1.3.2.

ElScreen is a window manager in Emacs.  It's role is very similar to that
of GNU Screen in terminal emulators.  This is useful if you use Emacs Lisp
applications which have multiple windows.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Dec 1 03:49:40 2004 UTC (18 years, 9 months ago) by uebayasi
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>