Commit graph

1633 commits

Author SHA1 Message Date
uebayasi
aa8e85bcfd 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.
2005-08-28 04:25:28 +00:00
drochner
07a5158511 update to 1.0.5.7
changes:
-Several minor bugfixes from buglist
-Further improvements in configure
-Finished implementation of document parts and preambles
-Improved cursor accessability handling

also change TeX dependency to teTeX-bin, so that this can be used
with teTeX3 as well
2005-08-26 17:21:04 +00:00
drochner
364925692e build-depend on scons>=0.96.1nb1 which includes a dependency on py-xml,
should fix build problem seen in bulk-builds
2005-08-19 11:18:32 +00:00
hiramatsu
f4e3c71871 Add .include "../../lang/perl5/buildlink3.mk" to fix build problem. 2005-08-17 14:57:19 +00:00
tv
97a6176c40 Update to 4.10, part of Pine 4.63. Near zero changes; just one
international charset tweak.

(libpico is ABI compatible with 4.9, so no BUILDLINK_DEPENDS bump required)
2005-08-12 20:21:29 +00:00
adam
8c6ab686ba Changes 2.7.8:
o Several new keymaps has been added
  o New handwriting recognition files has been added.
  o FAQ and GUI translations has been added.
  o AMD 64 bit fixes has been added.
  o Filename and application icon is now shown.
2005-08-12 13:47:31 +00:00
adam
01e6419499 Changes Zile 2.2.4:
* Fix macro creation.
* Add --funcall back.
* termcap terminal replaced with ncurses again.
* More code cleanup.
* .zilerc replaced by .zile, which is a pseudo-Lisp file.
* Various other bug, design and documentation fixes.
* Add case-replace and kill-whole-line.
* Change command-line options to be more like Emacs.
2005-08-11 15:33:08 +00:00
uebayasi
413a9b5ca1 Whitespace. 2005-08-11 14:34:38 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
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-08-10 20:56:10 +00:00
drochner
51efee0329 +kdissert 2005-08-09 18:38:53 +00:00
drochner
78b224bcb2 import kdissert-1.0.3, a Mindmapping-like tool to generate text templates 2005-08-09 18:37:41 +00:00
taca
aa41827984 Update nvi-m17n to 1.79.20040401 applying patch from PR pkg/30216
by ISIHARA Takanori.

Brief changes:

2004/4/1
	publish a new diff as "cvs diff" (with old cvs) generated malformed
	diff.
2002/5/22
	support iso-2022-15 character encoding.
2001/10/24
	plug a printf string vulnerability.
2000/4/7
	support automatically recognize iso-2022-jp-3 character encoding.
		common/multibyte.c
2005-08-08 14:44:07 +00:00
wiz
193f82a45f Depend on wxGTK24, bump PKGREVISION. 2005-08-07 11:28:07 +00:00
taca
080ca9891e It seems that "sleepy.vwh.net" isn't exist anymore. 2005-08-04 01:39:08 +00:00
rillig
74b0171535 Added -DMISSING_EXTERN_ENVIRON for NetBSD. Still does not build because
of missing Perl include files.
2005-07-30 21:04:36 +00:00
adam
49333985b9 Changes 2.2.9:
* Bugfixes
2005-07-28 15:21:42 +00:00
drochner
4c5b3bc5c4 update to 1.0.5.6
changes:
-Improvements in the double-buffering system
-Implementation of a triple-buffering system for the graphical object
-Improvements in the partial redraw system
-Start the implementation of document parts and preambles
-Simplifications in configure.in and the main makefile
-Global folding and unfolding according to type of contents
2005-07-27 17:32:13 +00:00
martti
3876758362 Updated vim to 6.3.085
1729  6.3.081  glob() may execute shell command unexpectedly
  2102  6.3.082  (after 6.3.081) more generic solution to avoid shell commands
  5053  6.3.083  VMS: add function keys to vt320 termcap entry
  3408  6.3.085  crash in syntax highlighting
2005-07-27 06:29:55 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
drochner
e4e73da702 update to 1.3.6
changes: bugfixes, in particular:
* It is now possible to typeset files which reside in a directory with
  spaces in its name; this requires a modern TeX implementation (such
  as teTeX 3.0).
* It is possible to use Ctrl-PageDown and Control-PageUp (<opt>-tab and
  <opt><shift>-tab with LyX/Mac) to switch between the open documents.
* LaTeX-type accents, ligature breaks and hyphenation marks are now
  considered as part of words
2005-07-19 17:49:33 +00:00
grant
e720c400e2 depends should be ../../<category>/<pkg> 2005-07-19 10:11:48 +00:00
adam
c869fe9ade Changes 3.3:
- The default background color can now be set.
- JOE now supports 256 color xterm.
- The mouse can now resize windows and select menu entries.
- During selection with the mouse, the window will autoscroll when you go
  past the edge.
- An xterm-patch is included which makes "-mouse" mode work better.  (With
  the patch, also set "-joexterm").
- Syntax files are provided: ADA, AWK, COBOL, SED, Postscript, and SQL
- Improved jpico: search now looks more like real pico
- Grep find: use ESC g to grep.  Then use ESC space to jump to
  to indicated file/line.
2005-07-19 08:29:52 +00:00
kristerw
110a24a3f9 Do not include <malloc.h>. 2005-07-18 00:46:18 +00:00
kristerw
11b94d504c Regenerate so that the Mac OS X patch program undestands how
to apply it.
2005-07-17 23:02:05 +00:00
jlam
83147ffa68 Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk.  These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16 19:10:37 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
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-16 01:19:06 +00:00
jlam
bf9129c41e Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
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-15 18:27:48 +00:00
kristerw
77a1bc0d6e Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
2005-07-12 20:19:35 +00:00
martti
50b4f8f843 Updated vim to 6.3.079
1745  6.3.075  syntax highlighting wrong after unloading another buffer
  3546  6.3.076  crash when using Cscope interface with very long result
  1853  6.3.079  crash after executing a command in the command-line window
2005-07-07 08:21:36 +00:00
martti
fd24189385 Added vim-lang 2005-07-07 08:08:18 +00:00
martti
dc3e6a31c8 Added vim language files. 2005-07-07 08:07:39 +00:00
martti
80d56f8cd3 Added vim-6.3-lang.tar.gz to the list of downloadable files (will only be
used by the new vim-lang package).
2005-07-07 07:59:11 +00:00
drochner
10ee80ba11 update to 1.0.5.5
changes:
More and improved folding and switching functionality for
	presentation mode (1.0.5.5).
Simple animations (1.0.5.5).
On-the-fly evaluation of computer algebra scripts (1.0.5.5).
Improved rendering speed of images based on plug-in for Imlib2 (1.0.5.5).
A simple thumbnail facility (1.0.5.5).
Documentation of tree API (partial) and structured editing (1.0.5.4).
Fixed some long standing bugs concerning cursor movement (1.0.5.4).
Implementation of structured cursor movement (1.0.5.4).
Enrichment of the Scheme API with routines for tree traversal (1.0.5.4).
Improved arrows and dashes for upcoming graphical mode(1.0.5.4).
Reorganized and consolidated tree API (1.0.5.3).
Started documentation of Scheme API (1.0.5.3).
2005-07-06 18:09:49 +00:00
adam
609953cf72 Changes 2.2.8:
(see abiword :))
2005-06-30 13:17:17 +00:00
adam
1a4551718c Changes 2.2.8:
* Make Text Folding actually work
* Fix text justification on MacOSX
* Initial support for the OpenDocument (.odt) file format
2005-06-30 13:16:51 +00:00
markd
e8fbf2c45a Quieten CHECK_WRKREF. The build PATH in the dumped mule is not a problem. 2005-06-30 10:20:49 +00:00
markd
63d42f99ce Quieten CHECK_WRKREF. The build PATH in the dumped emacs is not a problem. 2005-06-30 10:12:35 +00:00
markd
5e13b5318f comment out dirrm of shared icon directory. 2005-06-26 23:50:47 +00:00
kristerw
f7777ef46a Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
2005-06-23 17:49:40 +00:00
kristerw
9e00cb70c2 Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
2005-06-19 17:40:22 +00:00
jlam
81edaaa606 Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
jmmv
64a22632a5 Update to 2.10.3: it contains a security fix for a format string
vulnerability in error dialogs when loading a file fails.
2005-06-10 09:21:42 +00:00
markd
e32c042c5e Share a Makefile.common between emacs and emacs-nox11.
Should fix PR pkg/30462.

Also convert emacs to options framework.
2005-06-08 14:39:40 +00:00
jmmv
25b7894e13 Recognize the softdep, devmtime and nodevmtime options. Bump PKGREVISION to 1.
Patch from Geert Hendrickx in tech-pkg@.
2005-06-05 09:33:33 +00:00
markd
307c2fbf52 Update to version 1.8.1
ChangeLog:
* Fixes a build issue on older (KDE 3.2) installations.
* Translated documents are installed correctly now.
2005-06-04 23:51:39 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
drochner
e5712803e9 update to 1.0.5.2
changes:
User preference for popup instead of footer dialogues (1.0.5.2).
Default values and types for interactive arguments (1.0.5.2).
Better dialogue system based on scheme continuations (1.0.5.2).
Arrows for the upcoming graphical mode (1.0.5.2).
Support for plug-in provided icons and dictionaries (1.0.5.2).
Included Proclus plug-in into the main distribution (1.0.5.2).
2005-05-31 16:37:09 +00:00
martti
3e49f01626 Updated editors/vim to 6.3.074 and fixed pkg/29979
2083  6.3.072  crash for substitute message when using UTF-8 and Chinese
  2017  6.3.073  Win32 GUI: display errors when scrolling up/down
  2365  6.3.074  with 'insertmode' CTRL-V after Select mode doesn't work
2005-05-30 14:18:14 +00:00
jmmv
aa127a6bbf Fix build by removing patches obsoleted during the last update. 2005-05-29 13:34:48 +00:00
jlam
21f60837bd Don't use buildlink framework just to do a conditional dependency for a
binary tool.  We can now use the tools framework for this.  Remove the
various nroff/groff buildlink3.mk/builtin.mk files as editors/jove was
their only user in pkgsrc.
2005-05-26 21:49:39 +00:00