Commit Graph

2085 Commits

Author SHA1 Message Date
David E. O'Brien
af543e82b6 Update to Vim 6.0 patchlevel 160 2002-02-02 20:47:49 +00:00
Patrick Li
5c1e5a6694 Bump PORTREVISION from last buffer overflow patch commit.
Reminded by:	Dan Peterson <danp@danp.net>
2002-02-02 05:32:55 +00:00
Patrick Li
56abf3a55f Fix buffer overflow
PR:		34540
Submitted by:	maintainer
2002-02-02 04:16:05 +00:00
David E. O'Brien
2454d78ec4 Update to Vim 6.0 patchlevel 158 2002-01-31 15:16:58 +00:00
Bill Fenner
fa5a13d8ec Don't try to use ${ECHO_CMD} in a != before including bsd.port.pre.mk
Submitted by:	distfile survey
2002-01-29 16:43:55 +00:00
Bill Fenner
15e8ee6894 Don't try to use ${AWK}, ${GREP} and ${TAIL} in != before including
bsd.port.pre.mk .

Submitted by:	distfile survey
2002-01-29 16:30:58 +00:00
Bill Fenner
9d7f4d78ec Don't try to use ${AWK} and ${TAIL} in != commands before including
bsd.port.pre.mk

Submitted by:	distfile survey
2002-01-29 16:29:47 +00:00
Akinori MUSHA
5406488640 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.

Use command macros where appropriate.
2002-01-29 10:34:23 +00:00
Gary Jennejohn
fc3d466431 Add WITHOUT_X11 to allow making these ports without X11 support.
Add WITH_XAW3D for those who like a 3D look.

Otherwise no changes were made to the contents of the ports.
2002-01-28 20:44:11 +00:00
Gary Jennejohn
3f33de4577 Update to patch level v.
For xvile add a LIB_DEPENDS on Xaw3d if WITH_XAW3D is defined.
2002-01-28 20:39:44 +00:00
Martin Blapp
0bbff8f4b9 Since I'm the maintainer of other vaporware already like staroffice,
it makes sense that I maintain this too ;)
2002-01-27 12:17:21 +00:00
David E. O'Brien
391fceb421 I do not want to the maintainer of this piece of vaporware. 2002-01-27 08:10:42 +00:00
David E. O'Brien
f8abc431d0 Use printf(1) to reduce the logic speggetti here.
Submitted by:	alfred (the basic idea)
2002-01-24 12:54:15 +00:00
David E. O'Brien
73983781c1 Update to Vim 6.0 patchlevel 150 2002-01-24 11:47:53 +00:00
Ying-Chieh Liao
38ef3b7cdc upgrade to 1.22
drop maintainership
2002-01-24 06:47:56 +00:00
FUJISHIMA Satsuki
dbf60cf193 update to 0.6.2.3.
PR:		34182
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-01-22 21:58:49 +00:00
Martin Blapp
2213b0b336 Mark port broken (until April when 6.0 get's released :-)
Submitted by:		Joachim Strömbergson <watchman@ludd.luth.se>
2002-01-22 21:14:18 +00:00
Yoichi NAKAYAMA
43008f4520 Add elisp-info.el, provide functions for Emacs to find
description of function or variable from Emacs-Lisp Reference Manual.
2002-01-22 18:43:33 +00:00
Alfred Perlstein
86eb177ef8 update, version 6.0.101 -> 6.0.143. 2002-01-22 08:11:58 +00:00
SADA Kenji
57f48687c5 Stop pkg_delete time messages caused by uneraseable directories.
Approved by: Maintainer
2002-01-20 18:35:22 +00:00
Jun Kuriyama
328f274a8e Rename symbols from sgml-* to psgml-* to avoid conflict with stock
sgml-mode.

PR:		ports/32391
Submitted by:	KUNISHIMA Takeo <kunishi@c.oka-pu.ac.jp>
Dirty hacked by:	kuriyama
2002-01-20 15:07:45 +00:00
Christian Weisgerber
3c99fd759d Update to 1.0.8. Changes in this version include:
* various minor bug fixes
* updated translations and a new Polish one
* Meta-A as an alternate key for the marker key (^^)
2002-01-17 12:21:00 +00:00
Maxim Sobolev
28b9aac390 After patching is done remove ${WRKSRC}/user/wp/strings/*.orig, because
otherwise those files are installed along with all others.
2002-01-14 18:16:29 +00:00
Maxim Sobolev
f80e46e387 Use correct encoding for Russian and Ukrainian messages (KOI8-R and KOI8-U)
respectively. Before this patch Russian translation was a mess - part of it
was in CP1251, while part in KOI8-R. *brr*

PR:             33875
Reported by:    Nevermind <never@nevermind.kiev.ua>
Fixed by:       sobomax
2002-01-14 18:02:57 +00:00
Gary Jennejohn
96299dfa88 Update to patch level u and bump PORTVERSION.
Fix Makefile so that portlint doesn't complain.

Add a WITH_ALL variable to make it easier to install the port with all
options set.
2002-01-13 19:09:49 +00:00
Maxim Sobolev
9db822d068 Update to 1.2.0. 2002-01-11 12:51:41 +00:00
Will Andrews
bda8e9b3d4 Bring in a few changes to the KDE ports infrastructure, and some fixes.
- Move all stuff specific to kde core ports to x11/kde2/Makefile.kde.
   + Default to compile optimized for speed, not debugging, in ports
     builds, not just packages.  We don't really get that many backtraces
     or debugging information, and there's a better way to provide these
     things to people willing to spend some time working on KDE.  It's
     at (as announced before): http://freebsd.kde.org/.
 - Remove teTeX dependency for kdegraphics2 upon request, and being unable
   to find any reason not to.  Apparently, kdegraphics still compiles
   libkdvi and kdvi -- I guess dvips is merely a runtime dependency.
   Therefore to enable its use one just needs to add the teTeX package.
   Bump PORTREVISION to reflect dependency change.
 - Fix koffice port by removing PYTHON_VERSION, which is unnecessary.

PR:		33650 (part of)
Submitted by:	John Merryweather Cooper <jmcoopr@johncoop.MSHOME.bmi.net>
Reviewed by:	kde-freebsd@lists.csociety.org (teTeX dep removal, and
		optimizing for speed, not debugging capability)
2002-01-11 06:17:04 +00:00
Gary Jennejohn
7fd890f0e4 Update to version 21.4.6.
Submitted by:	Jerry A! <jerry@thehutt.org>
2002-01-09 18:55:37 +00:00
Shigeyuki Fukushima
6febe5e0d7 Add xml-mode to auto-mode-alist.
PR:		ports/33573
Submitted by:	Kimura Fuyuki <fuyuki@mj.0038.net>
2002-01-09 15:09:20 +00:00
Gary Jennejohn
b90d94284b Update to patch level t and bump PORTVERSION. 2002-01-08 10:44:57 +00:00
Will Andrews
fccbfb4a6f If !WANT_KDE_NDEBUG and !PARALLEL_PACKAGE_BUILDING, also add
--enable-debug and turn off stripping of binaries so we actually get all
the debugging we're supposed to get.  :)

Submitted by:	Alan Eldridge <alane@geeksrus.net>
2002-01-08 01:24:11 +00:00
Yoichi NAKAYAMA
910d64b796 Update to 0.14beta2.
PR:		ports/33531
Submitted by:	MAINTAINER
2002-01-07 09:02:58 +00:00
Will Andrews
f3171de7e6 First round of auto* cleanups:
- USE_AUTO* -> USE_AUTO*_VER=* where required
 - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK
 - Other minor changes to fix things

These changes should be no-ops with the current bsd.port.mk, but will
assist in preparing for the next generation of USE_AUTO*.

Submitted by:	bento 4-exp USE_AUTO* cleanups
		http://people.FreeBSD.org/~will/4-exp/
		http://bento.FreeBSD.org/errorlogs/4-exp-latest/
2002-01-06 06:20:22 +00:00
Kiriyama Kazuhiko
8fc182e44a Coomment outed finder-inf.elc in pkg-plist because of
rack of files in package buillding.
2002-01-05 12:42:01 +00:00
Kiriyama Kazuhiko
940c18381d XEmacs development version(gamma 21.4.6) with mule. This is
the mule version of editors/xemacs-devel.
2002-01-05 11:11:07 +00:00
Jun Kuriyama
b80f98785e Upgrade 1.2.4. 2002-01-05 08:36:02 +00:00
Maxim Sobolev
e53ddd0094 Update to 1.42. 2002-01-04 13:06:36 +00:00
Yoichi NAKAYAMA
a8997f5112 The previous maintainer wishes to give up his maintainership.
Submitted by:	 Ilya Martynov <ilya@martynov.org>
2002-01-04 02:14:10 +00:00
Yoichi NAKAYAMA
3f14b61e8a Add stub port for speedbar (supports emacs20).
PR:		ports/33465
Submitted by:	maintainer
2002-01-02 12:03:37 +00:00
Patrick Li
b50c44981d Fix for -CURRENT, malloc.h->stdlib.h
Spotted by:	Bento
2002-01-02 04:16:51 +00:00
Shigeyuki Fukushima
b756e3ab43 Update to 8.5. 2002-01-01 10:49:20 +00:00
Yoichi NAKAYAMA
6b67ef8e17 Fix dir entry to refer one installed by speedbar port.
Put back old speedbar entry on info/dir after deinstalling speedbar port.

Approved by:	maintainer
2001-12-30 13:45:49 +00:00
Mark Pulford
1494bbdd46 Updated to 3.1.5. 2001-12-30 06:58:04 +00:00
Yoichi NAKAYAMA
d9bc13c68a Add speedbar, which enable quick access to files and tags in an Emacs frame.
This port is for emacs21 and newer than that distributed with emacs21.

PR:		ports/33297
Submitted by:	Kimura Fuyuki <fuyuki@mj.0038.net>
2001-12-29 12:31:30 +00:00
Kiriyama Kazuhiko
66a133ef4e Remove RUN_DEPENDS editors/xemacs-mule-packages according to
xemacs-*packages rearrangement. And also remove RUN_DEPENDS
editors/xemacs-additional-packages because of prevent multi-
installation of existing xemacs-*-packages.
2001-12-29 12:18:49 +00:00
Kiriyama Kazuhiko
a789931495 Change (RUN|BUILD)_DEPENDS from editors/xemacs-basic-mule-packages
to editors/xemacs-mule-packages according to xemacs-*packages
rearrangement.
2001-12-29 12:13:16 +00:00
Kiriyama Kazuhiko
bc7bcf470a PORTVERSION was descreted. 2.3 -> 2.1 2001-12-29 10:47:44 +00:00
Kiriyama Kazuhiko
5f7e8bcac2 Update 1.11 -> 2.1. This update will be changed xemacs-*packages
arrangement and xemacs21* ports dependencies. All related
works will be done after this commit.
2001-12-29 10:43:23 +00:00
Kiriyama Kazuhiko
7844fe910f Update 1.3 -> 2.3. This update will be change xemacs-*packages
arrangement and xemacs21* ports dependencies. All related
works will be done after this commit.
2001-12-29 10:36:33 +00:00
Martin Blapp
81b530e55a Hardcode another /cdrom, since the define is not overwritten by the
PRE section. Install the patches too for a WITH_CDROM installation.

Approved by:	demon
2001-12-28 10:36:58 +00:00
Gary Jennejohn
dd82a1dad6 Update some packages which are no longer available on the various
ftp servers. Also update PORTSVERSION.

I'm doing this because kiri seems to be MIA and this is a long-standing
problem.

Submitted by:	Ken McGlothlen <mcglk@artlogix.com>
2001-12-28 09:58:06 +00:00
Gary Jennejohn
65b19fa01d Update to patch level s, bump PORTVERSION accordingly. 2001-12-28 09:53:40 +00:00
Yoichi NAKAYAMA
27f7322cb5 Follow the update of tamago and fix dependences.
It is regrettable to remove dependences on tamago and emacsen.
Those dependences might be regenerated by some product of elisp
ports issue now being discussed in ports-jp list.
2001-12-26 17:23:41 +00:00
Dmitry Sivachenko
ee56ca4ae5 Update to 1.1.1
PR:		33193
Submitted by:	SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
2001-12-26 12:45:04 +00:00
Martin Blapp
add5fa1d46 Hardcode the /cdrom path, until bsd.port.mk is fixed. I don't know
if the fix (PR 30983) will make it into 4.5R.

PR:	ports 29843 (fixed), ports 30983

Approved by:	demon,wca
2001-12-25 10:37:41 +00:00
Steve Price
e9b2b81b97 Update to version 2.0. 2001-12-24 23:56:50 +00:00
Pete Fritchman
670f80f2cd Update to 1.1.1.
PR:		32961
Submitted by:	Alan Eldridge <alane@geeksrus.net>
2001-12-24 21:47:29 +00:00
Jun Kuriyama
639ec448e8 Remove old port which is obsoleted by repocopy.
Found by:	will's commit
2001-12-24 17:20:38 +00:00
Martin Blapp
356b063b9e Maintainer is now a committer
Approved by:	demon
2001-12-24 13:56:04 +00:00
Will Andrews
db658b22bd Add missing bitmap and psgml-emacs SUBDIRs.
Submitted by:	bento
2001-12-24 11:25:49 +00:00
Patrick Li
b666502afd - PORTDOCS police
- DOCSDIR support to some
- Brush out some lint
2001-12-24 02:17:17 +00:00
Pete Fritchman
e1999fb7b6 - update to 2.9.8p1
- fix a bug with config file handling

Submitted by:	"Sergey A. Osokin" <osa@freebsd.org.ru> (partially)
2001-12-24 02:09:54 +00:00
Maxim Sobolev
3f2c56f12b o Change maintainer to ryan@sasknow.com
o Update lpe from 1.2.5_2 to newest release, 1.2.6
o Update MASTER_SITES, WWW, and author's email to
  reflect new location
o Update/delete patch files for new version:
    + Bug fix patches corrected by 1.2.6 removed
    + New bug fix to correct man page language (cz vs. cs)
    + New bug fix to correct syntax highlighting in some
      editing modes
    (New bug fixes have been sent to the author for
    inclusion in the next official release)

PR:		32915
Submitted by:	Ryan Thompson <ryan@sasknow.com>
Approved by:	old maintainer
2001-12-21 08:34:33 +00:00
Maxim Sobolev
d0fba3e0f1 Backout previous change - it seems that new revision of the patch doesn't
apply everywhere.

Submitted by:	Todd Punderson <todd@doonga.net>
2001-12-20 06:19:02 +00:00
Christian Weisgerber
3c53076356 * Take maintainership. The original maintainer has disappeared.
* Update to 1.0.7: lots of bugfixes, some new and updated translations.
* Remove questionable LITE flavor.
2001-12-19 20:53:39 +00:00
Maxim Sobolev
41c22e9c76 Don't filter libc_r on 5-CURRENT. 2001-12-19 20:20:23 +00:00
Dmitry Sivachenko
ace49a53ef Bump PORTREVISION due to recent update of sunsolve patch.
Submitted by:	MAINTAINER
2001-12-19 18:45:59 +00:00
Gary Jennejohn
f8d29dc8c7 Update some packages to reflect newer vewrsions available on the variious
servers. Bumped version number.

NOTE: kiri seems to be MIA. I sent hime a similar patch 2 months ago and
he never responded.

PR:		32705
Submitted by:	Vivek Khera <khera@kciLink.com>
2001-12-19 10:37:02 +00:00
Gary Jennejohn
b81be70491 Update to patch level r. 2001-12-18 19:40:35 +00:00
Jimmy Olgeni
10c7daf38d Sync pkg-plist with actual package files. 2001-12-18 15:50:45 +00:00
Jimmy Olgeni
274b519295 Do not leave a .orig file around after running the "post-install" target. 2001-12-18 15:36:43 +00:00
Jimmy Olgeni
bf0af8f474 Sort pkg-plist (no content changes). 2001-12-18 15:33:41 +00:00
Dmitry Sivachenko
5e05a16b9c Update for new sunsolve patch.
PR:		32969
Submitted by:	Martin Blapp <mb@imp.ch> (MAINTAINER)
2001-12-18 14:39:17 +00:00
Dmitry Sivachenko
e2b4a761b4 Fix pkg-plist.
PR:		32908
Submitted by:	Martin Blapp <mb@imp.ch> (MAINTAINER)
2001-12-18 13:48:18 +00:00
Dmitry Sivachenko
e4989de3e0 Localized messages for KOffice.
PR:		32932
Submitted by:	SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
2001-12-18 13:32:10 +00:00
Pete Fritchman
a56228dcee - give maintainership to submitter
- reformat pkg-descr

PR:		32959
Submitted by:	Ryan Thompson <ryan@sasknow.com>
2001-12-18 05:04:31 +00:00
Maxim Sobolev
456bdd6c11 Update to 0.9.6.1. 2001-12-17 12:54:07 +00:00
MANTANI Nobutaka
7249364daf Disable menubar fontset support by default.
Add menubar fontset setting instructions to pkg-message.
2001-12-17 06:06:57 +00:00
David E. O'Brien
efc6663fb9 Update to Vim 6.0 patchlevel 101 2001-12-16 14:58:32 +00:00
David E. O'Brien
385515d829 Update to Vim 6.0 patchlevel 97 2001-12-14 19:13:15 +00:00
David E. O'Brien
e28b481962 Update to Vim 6.0 patchlevel 96 2001-12-13 22:20:36 +00:00
Shigeyuki Fukushima
ffb8c4d939 Update to 8.4.p200109201221.
Apply new master/slave scheme.
Update master port (editors/bitmap) for emacs21.
Update slave ports (editors/bitmap-mule and editors/bitmap-emacs20)
 to stub ports.
Install el/elc files to version specific site-lisp directory.
Change some style.
2001-12-11 13:42:09 +00:00
Gary Jennejohn
e9418b6c1a Since obrien deleted patch-aj from xemacs21, I guess it isn't needed
here either.
2001-12-09 10:31:32 +00:00
David E. O'Brien
33adb33ed2 Remove -- all FreeBSD platforms link the same now. 2001-12-09 02:27:01 +00:00
Pete Fritchman
c804805778 Fix a problem with auto{conf,make}: some build magic was introduced to
make sure that the "autoconf" and "automake" binaries KDE looked for were
found and were autoconf213 and automake14 (as there are issues with the
latest versions), but the logic in setting $PATH was wrong.  This puts
${WRKSRC}/auto-bin before the rest of the users $PATH.  This fixes KDE
auto* problems if automake14 and automake-1.5 are both installed.

PR:		32512
Submitted by:	Alan Eldridge <alane@geeksrus.net>
Approved by:	will
2001-12-08 14:10:04 +00:00
Patrick Li
9cbda8411a Update to 2.4
PR:		32515
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-12-08 03:34:14 +00:00
Shigeyuki Fukushima
0a79545d86 Apply linespace patch (taoka).
Apply dired.el patch (yoichi).

Submitted by:	taoka, yoichi
2001-12-07 12:58:20 +00:00
Shigeyuki Fukushima
c8d0e74359 Apply linespace patch (taoka).
Apply dired.el patch (yoichi).

Submitted by:	taoka, yoichi
2001-12-07 12:37:34 +00:00
Shigeyuki Fukushima
a1da643a6d Oops! PORTREVISION bump ;) 2001-12-06 17:50:26 +00:00
Shigeyuki Fukushima
b184ed7245 Byte-compile mule.el by mule-20.7 itself.
And dump emacs(mule-20.7) with using new-byte-compiled mule.elc.
2001-12-06 17:31:46 +00:00
MANTANI Nobutaka
b0eea5e5bd Set ALL_TARGET=bootstrap to byte-compile patched elisp files.
Add WITHOUT_XIM and WITHOUT_MENUBAR_FONTSET switch.
Make dired output in Japanese locale the same as FreeBSD ls.

Submitted by:	kuriyama, yoichi
Reviewed by:	knu
2001-12-06 12:29:41 +00:00
David E. O'Brien
86b719e067 Fix a minor quoting bug triggered by:
(cd /usr/ports/editors/vim ; make -DNO_GUI )

Submitted by:	yjchou@linux.cis.nctu.edu.tw
2001-12-06 00:05:34 +00:00
Will Andrews
1d206a3483 Upgrade KDE to 2.2.2:
* General:
 	- Support for objprelink.
 	- Hack for autoconf 2.13/automake 1.4.  Note that we can't use
	  the standard USE_AUTO* because they change things in work/*;
	  KDE has its own way of doing that.
 	- Light cleanup of extra dirs in the PLISTs provided by
	   my mkplistpkg[1] script.
 	- Speedups of both compile and runtime through the usage of
	  --disable-debug and --enable-final.  The latter did not work
	  with the kdemultimedia package, unfortunately.
	- Patch updates.
 * audio/kdemultimedia2:
	- Patch to fix KSCD on FreeBSD[2].  It works very well now.
 * deskutils/kdepim:
 	- Enable kpilot[3].  Pull in the latest pilot-link stuff.
 * devel/kdesdk,
 * devel/kdevelop:
 	- No specific changes.
 * devel/qt-designer:
 	- Make this port depend almost entirely on qt23 to make it more
	  maintainable, so I don't have to keep hacking the patches to
	  get them to apply.
 * editors/koffice,
 * games/kdegames,
 * graphics/kdegraphics:
 	- No specific changes.
 * misc/kdeaddons:
	- SDL is required now.  Cull SDL PLIST_SUB and such.
	- Fix breakage from hardcoding "sdl-config".
 * misc/kdeutils2:
	- Fix problem with klaptopdaemon[4] where it didn't properly
	  display the battery time.  This patch is untested, but applied.
 * net/kdenetwork2:
	- Fix DCC for KSIRC[5].
	- Remove ktalkd from the build.  It requires some weird thing
	  in the configure script that I don't have time to look at.
 * sysutils/kdeadmin:
	- No specific changes.
 * textproc/kdoc:
	- Remove bogus requirement that kdoc requires Perl 5.6.0; it sure
	  seems to operate fine with >= 5.005.  But I'll let time tell.
 * www/quanta:
	- No specific changes (--disable-debug support only).
 * x11/kde2:
	- No specific changes.
 * x11/kdebase2:
	- Fix ksysguard compile by merging the files from the HEAD branch
	  of KDE CVS that were missing at release time for FreeBSD[6].  :\
 * x11/kdelibs2:
	- Recognize CUPS' spinoff[7].
	- Add libxslt dependency since it was removed from kdelibs.
	- Fix libxml compile problems[8] (accomplished by upgrading).
	- Remove libkformula from port Makefile; this library has been
	  spun off into koffice.
	- Fix mode problems with DCOP[9].  This allows you to save files
	  properly.  It also seems to be a FreeBSD specific problem.
	- Fix bashisms in kdeprint/imagetops script[10].
 * x11-clocks/kdetoys2:
 	- No specific changes.
 * x11-toolkits/qt23:
	- Do NOT upgrade to QT 2.3.2[11].
	- Allow devel/qt-designer to depend on this port entirely for the
	  patches by adding a perlre to accomplish this.
 * x11-wm/kdeartwork:
	- No specific changes.

Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out!

[1]  http://freebsd.kde.org/;
     http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg
[2]  Submitted by:	Matthew Holmes <matt@speakeasy.net>
[3]  PR:		31914
     Submitted by:	Alan Eldridge <alane@geeksrus.net>
[4]  PR:		28475
     Submitted by:	Arun Sharma <arun@sharmas.dhs.org>
[5]  Submitted by:	Luc Morin <luc_m@videotron.ca>
[6]  Found at:	http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/
[7]  PR:		32321
     Reported by:	gad
     Submitted by:	James A. Halstead <jah4007@cs.rit.edu>
[8]  PR:		32055
     Reported by:	William Richard <wrichard@trivalley.com>, others
[9]  PR:		31629
     Submitted by:	Alan Eldridge <alane@geeksrus.net>
[10] PR:		32358
     Submitted by:	Alexander N. Kabaev <ak03@gte.com>
[11] PR:		31809
     Requested by:	Nathan Ahlstrom <nrahlstr@winternet.com> (denied)
[12] http://freebsd.kde.org/contact.shtml;
     http://lists.csociety.org/pipermail/kde-freebsd;
     http://lists.csociety.org/listinfo/kde-freebsd
2001-12-04 03:47:18 +00:00
Shigeyuki Fukushima
12e9b43eb7 Inactivate:
wemi-emacs
  wemi-emacs-current
  wemi-emacs20
  wemi-emacs20-current
  wemi-mule
  wemi-mule-current
  wemi-xemacs21-mule
  wemi-xemacs21-mule-current
2001-12-03 16:07:45 +00:00
Shigeyuki Fukushima
d6320657a8 Stop to support wemi. 2001-12-03 16:06:31 +00:00
Shigeyuki Fukushima
271e3b647c Remove: we don't need this port now, because there is a semi-emacs20 port.
In the future when semi-1.14.x is old, if we still require this
version of semi, we may need semi114 master port and its slave
port, semi114-emacs20.
2001-12-03 16:00:33 +00:00
Shigeyuki Fukushima
91e4dde2ee Activate:
semi
  semi-emacs20 (delete comment)
  semi-xemacs21-mule (delete comment)
  semi113
  semi113-emacs19
Inactivate:
  semi113-emacs
2001-12-03 15:58:35 +00:00
Shigeyuki Fukushima
9b595a9bae New master/slave scheme for flim-1.13.x(old version) ports.
Update master port to emacs21.
Update slave ports to stub port:
  flim113-emacs20, flim113-mule, flim113-xemacs21-mule.
Remove slave ports:
  flim113-emacs.
Add slave stub ports:
  flim113-emacs19 for emacs-19.x ports.
Install el/elc files to version specific site-lisp directory.
Change some style.
2001-12-03 15:50:49 +00:00
Shigeyuki Fukushima
88bf41c9fc New master/slave scheme for semi-1.14.x ports.
Update master port to emacs21.
Update slave ports to stub port: semi-emacs20, semi-xemacs21-mule.
Does not support semi-emacs(19) and semi-mule for semi-1.14.x or later.
Change some style.
2001-12-03 15:17:41 +00:00
Satoshi Taoka
b7140f0c1e Update distfiles
from emacs-19.34b.tar.gz + mule-23-1934-alpha01.diff.gz
  to mule-2.3-19.34.tar.gz

Notice: the current distfile was modified slightly
        (in src/indent.c)
2001-12-03 14:02:22 +00:00
Satoshi Taoka
5aef6d7486 Unbreak (a problem occurs by the modification of bsd.port.mk rev 1.379)
Fix for mule*wnn7 ports

Submitted by: motoyuki
2001-12-03 13:42:53 +00:00
Jun Kuriyama
20d7bfd951 Add master port of psgml-* variant as editors/psgml (default is emacs21).
Add editors/psgml-emacs19 stub for emacs19.
Modify to use new location of master port on each variants.

Approved by:	maintainer
Repocopied by:	joe
2001-12-03 09:51:27 +00:00
David E. O'Brien
0ccc5f6f03 Add a Vietnamese VIQR input mapping. 2001-12-03 07:13:35 +00:00
Jun Kuriyama
5bab2144e5 Upgrade to 1.2.3.
Approved by:	maintainer
2001-12-03 05:26:03 +00:00
Steve Price
9ea8660d5f Add ports and comment some out to get 'make index' working again.
Reviewed by:	portmgr
2001-12-02 23:39:41 +00:00
Yoichi NAKAYAMA
32b78c7c52 Add eshell for emacs20, shell implemented in emacs lisp.
Reviewed by:	knu(mentor)
2001-12-02 15:34:28 +00:00
Shigeyuki Fukushima
d8000cd312 Fix {apel,flim}-setupel.el. 2001-12-01 21:37:48 +00:00
Shigeyuki Fukushima
753e8ef712 Inactivate:
semi-emacs
  semi-emacs-current
  semi-emacs20-current
  semi-mule
  semi-mule-current
  semi-xemacs21-mule-current
2001-12-01 21:16:20 +00:00
Shigeyuki Fukushima
019d85a7b2 Remove semi-emacs, semi-mule ports.
Remove semi-*-current ports.

PR:		ports/32171
Submitted by:	Vivek Khera <khera@kciLink.com>
2001-12-01 21:14:28 +00:00
Shigeyuki Fukushima
3beba62bef Add flim113-emacs19 stub slave port. 2001-12-01 21:01:09 +00:00
Shigeyuki Fukushima
ab88a0c1c0 Add apel-emacs19 stub slave port. 2001-12-01 20:57:50 +00:00
Shigeyuki Fukushima
69542b005f Remove: we don't need this port now, because there is a flim-emacs20 port.
In the future when flim-1.14.x is old, if we still require this
version of flim, we may need flim114 master port and its slave
port, flim114-emacs20.
2001-12-01 20:50:45 +00:00
Shigeyuki Fukushima
7d041fb702 Inacrivate: flim113-emacs.
Activate: flim, flim-emacs20, flim-xemacs21-mule, flim113.
2001-12-01 20:45:33 +00:00
Shigeyuki Fukushima
ee0a162557 New master/slave scheme for flim-1.13.x(old version) ports.
Update master port to emacs21.
Update slave ports to stub port:
  flim113-emacs20, flim113-mule, flim113-xemacs21-mule.
Remove flim113-emacs.
I'll addport flim113-emacs19 stub(slave) port as emacs19 ports.
Install el/elc files to version specific site-lisp directory.
Change some style.
2001-12-01 20:42:51 +00:00
Shigeyuki Fukushima
2bda9c1038 New master/slave scheme for flim-1.14.x ports.
Update master port to emacs21.
Update slave ports to stub port: flim-emacs20.
Newly support flim-xemacs21-mule stub port.
Does not support flim-emacs and flim-mule for flim-1.14.x or later.
Change some style.
2001-12-01 20:06:27 +00:00
Shigeyuki Fukushima
9ab816c8bf Remove flim-*-current ports.
PR:		ports/32171
Submitted by:	Vivek Khera <khera@kciLink.com>
2001-12-01 19:10:28 +00:00
Shigeyuki Fukushima
1041293653 Inactivate and Remove editors/apel-emacs.
Activate editors/apel.
2001-12-01 18:22:09 +00:00
Shigeyuki Fukushima
a3293c9e6b Oops. Change the position of PORTCLASS directive. 2001-12-01 18:04:29 +00:00
Shigeyuki Fukushima
66fe059946 Update to stub(slave) port.
Remove pkg-* in the slave ports.
2001-12-01 17:57:09 +00:00
Shigeyuki Fukushima
81b4e84160 New master/slave scheme.
Update to emacs21.
Install el/elc files to version specific site-lisp directory.
Change some style.
2001-12-01 17:37:04 +00:00
Shigeyuki Fukushima
74b266cbe0 Remove this port. Already inactivated. 2001-12-01 15:59:01 +00:00
Ying-Chieh Liao
d2613bad89 oops... forget to add this file in the last commit 2001-11-28 20:56:15 +00:00
Ying-Chieh Liao
84e710a152 upgrade to 1.1.5
handle gnome correctly
2001-11-28 20:55:42 +00:00
Ying-Chieh Liao
274b4872ab - Support CC/CFLAGS/PREFIX proeprly
- Remove version string from pkg-comment
bump port revision

PR:		32217
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-11-23 17:39:18 +00:00
Maxim Sobolev
5648d6842e Update to 0.9.5. 2001-11-23 15:35:58 +00:00
Jason Evans
1e4be5a0de Use ${MASTER_SITE_SOURCEFORGE} rather than a URL.
Submitted by:	obrien
2001-11-21 06:13:49 +00:00
Mario Sergio Fujikawa Ferreira
72dab870f3 Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case 2001-11-20 23:49:34 +00:00
Mario Sergio Fujikawa Ferreira
75ad5febcb Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case 2001-11-20 23:29:38 +00:00
Mario Sergio Fujikawa Ferreira
f391b4f79e WWW tag should contain a valid URI. Rewrite tag appropriatly 2001-11-20 23:00:22 +00:00
Mario Sergio Fujikawa Ferreira
3c7443d83b Style police: remove trailing space in WWW tag 2001-11-20 22:33:58 +00:00
Maxim Sobolev
1a5f63a5b6 Update to 1.1.12. 2001-11-19 11:51:47 +00:00
Mark Pulford
fc3ea0f08c Updated to 3.1.4. 2001-11-18 04:33:05 +00:00
Ying-Chieh Liao
0b4f7abe40 upgrade to 5.3.0
PR:		32050
Submitted by:	Ports Fury
2001-11-17 10:24:59 +00:00
Jun Kuriyama
cacd966dd8 Fix to make vc-backup file only if vc-make-backup-files is t.
Use (make-backup-file-name-1) to reflect backup-directory-alist in vc-mode.
2001-11-17 03:41:07 +00:00
Ying-Chieh Liao
10e49a0dbc upgrade to 0.5.0 2001-11-15 09:03:03 +00:00
Patrick Li
8ca16eda55 Maintainer is now committer so change to new email address.
Approved by:	lioux
2001-11-15 03:59:42 +00:00
Shigeyuki Fukushima
8b5eb42027 Up to date pkg-descr. 2001-11-13 16:05:31 +00:00
MANTANI Nobutaka
16a9e4fcba Update fontset patch to 20011109.
Approved by:	knu
2001-11-13 15:58:37 +00:00
Jun Kuriyama
c5ae065ec2 o Use sgml-mode for *.html files instead of html-mode.
o Turn on syntax highlighting by default.
    If you want to disable this, please add (setq sgml-set-face nil) after
    (require 'psgml-startup) line.
2001-11-12 01:46:22 +00:00
David E. O'Brien
5f1a017a4d Deal with a bad patch. 2001-11-09 20:16:54 +00:00
David E. O'Brien
bc7938554f Add Cscope support. Define WITH_CSCOPE to compile it in.
Submitted by:	nectar
2001-11-09 16:13:25 +00:00
David E. O'Brien
9567a65a07 Update to Vim 6.0 patchlevel 93 2001-11-09 16:12:43 +00:00
Kevin Lo
8052df0081 Update to version 0.7.1 2001-11-08 16:03:04 +00:00
Maxim Sobolev
8ea8f94045 Update to 0.5.2. 2001-11-08 15:26:35 +00:00
MANTANI Nobutaka
801b2133a5 Set LATEST_LINK=emacs21 to avoid "Latest" link name confliction.
Submitted by:	knu
2001-11-07 16:28:19 +00:00
Shigeyuki Fukushima
fb6f3c9bc5 Fix latest package symlink.
Submitted by:	knu
2001-11-07 15:42:09 +00:00
Akinori MUSHA
9f027e9527 Add a missing entry: staroffice60.
apel*, flim*, semi* ports are still not in the list, but I hope the
MAINTAINER will take care soon.
2001-11-07 06:14:41 +00:00
David E. O'Brien
1bf8150950 Better support for the vim-lite slave port. These bits are from the
vim5 port -- I thought the two were in sync lite-wise, but I guess not.
2001-11-07 01:00:24 +00:00
David E. O'Brien
fbd873a4cf Change LATEST_LINK so version 6 "comes out ahead". 2001-11-07 00:58:55 +00:00
David E. O'Brien
3ac8676776 Update to Vim 6.0 patchlevel 84 2001-11-06 19:39:01 +00:00
Jun Kuriyama
c4b1131766 Add XHTML identifiers. 2001-11-06 12:27:03 +00:00
Shigeyuki Fukushima
49a6d525c1 Activate flim113-{emacs,mule,emacs20,xemacs21-mule}.
Inactivate flim-{emacs,mule,emacs20,xemacs21-mule}-current.
Activate flim113-{emacs,mule,emacs20,xemacs21-mule}.
Stop to support flim-{emacs,mule,emacs20,xemacs21-mule}.

Synchronize the dependency with changing port name of flim/semi.

Approved by:	maintainers
2001-11-05 16:50:49 +00:00
David E. O'Brien
acccaffae4 Update to Vim 6.0 patchlevel 76 2001-11-05 16:26:49 +00:00
MANTANI Nobutaka
20aa69ddcc Maintainer is committer now.
Reviewed by:	knu
2001-11-03 19:16:50 +00:00
Daniel Eischen
fbcc834c2e Add http site to master site. The ftp site was refusing passive mode ftp
connections and has been reported to the nedit developers.

PR:		ports/31700
Submitted by:	John Merryweather Cooper <john_m_cooper@yahoo.com>
2001-11-02 14:21:27 +00:00
David E. O'Brien
5d65ab7620 Need to make sure the new gvimdiff exists in all build configurations.
Submitted by:	dinoex
2001-11-01 19:44:26 +00:00
David E. O'Brien
503c7b0279 Enable --enable-multibyte in the "lite" case. This is need for the
i18n community.
2001-11-01 19:39:28 +00:00
Dmitry Sivachenko
48bda28604 Remove checksum for leim-21.1, it is not needed here.
Approved by:	MAINTAINER
2001-11-01 15:52:24 +00:00
Shigeyuki Fukushima
ef088b3e81 PORTREVISION bump.
Because of change naming scheme of install-cookie.
2001-11-01 15:36:01 +00:00
David E. O'Brien
ba5d88ad88 Update to Vim 6.0 patchlevel 52 2001-11-01 12:32:20 +00:00
Daniel Eischen
81ec07987a Upgrade to version 5.2. 2001-10-31 18:07:28 +00:00
David E. O'Brien
842970a95c Update to Vim 6.0 patchlevel 45 2001-10-31 16:26:01 +00:00
Maxim Sobolev
b0790e4238 Don't link in libc - FreeBSD doesn't need this.
Submitted by:	Ports Fury
2001-10-31 08:20:45 +00:00
Gary Jennejohn
e7d750da69 Add ``--with-ldap=no'' to the CONFIGURE_ARGS to avoid missing a dependency
in case the user has LDAP installed. This is one of those things which
are automatically detected at configure time.

PR:		31622
Submitted by:	Alec Wolman <wolman@cs.washington.edu>
2001-10-30 23:13:34 +00:00
David E. O'Brien
46ca13506e Update to Vim 6.0 patchlevel 38 2001-10-30 18:56:02 +00:00
Maxim Sobolev
dab75da388 Update to 0.9.4.1. 2001-10-30 14:05:34 +00:00
Jun Kuriyama
0b26bb0ae6 Update fontset patch.
Submitted by:	maintainer
2001-10-30 13:37:22 +00:00
Maxim Sobolev
2b68a08704 Fix a breakage introduced in the previous commit. I'd appreciate if people
will at least try to contact GNOME team before doing any changes to ports
maintained by gnome@FreeBSD.org, especially when those changes are obviously
untested.
2001-10-30 10:08:06 +00:00
David E. O'Brien
67f03b4b38 Don't USE_AUTOCONF=yes -- this port doesn't let bsd.port.mk run autoconf
as is intended.  I don't know what the porter was trying to acompilsh.
Also, I accidently removed some lines I didn't intend to.
2001-10-30 08:52:06 +00:00
David E. O'Brien
8e56b39678 QUIT the cutiness with AUTOMAKE. This should be handled in a pre-configure
or pre-build target.
2001-10-30 08:48:44 +00:00
Gary Jennejohn
85b6bb484e Update to 21.4.5. The problem with a Lisp error occuring when the user
does a font change in the Options menu seems to be fixed, although no
change actually seems to result.

The GTK binding does not seem to be any better, but it's also not any
worse.
2001-10-29 22:31:13 +00:00
David E. O'Brien
6d296b1b3c Update to Vim 6.0 patchlevel 32 2001-10-29 18:06:57 +00:00
Shigeyuki Fukushima
89e54006b0 Update to 10.3.
Submitted by:	kuriyama
Obtained from:	http://home.jp.freebsd.org/cgi-bin/showmail/ports-jp/11587
2001-10-29 12:50:05 +00:00
Jun Kuriyama
fd5bde1e47 Add missing plist entries.
Submitted by:	ume
2001-10-28 22:42:23 +00:00
FUJISHIMA Satsuki
e9520e3766 uncomment finder-inf.elc.
Approved by:	maintainer
2001-10-28 19:31:28 +00:00
Jun Kuriyama
2da222a0a6 Sort plist to reduce diff each other. 2001-10-28 11:30:55 +00:00
Jun Kuriyama
a58c9cf0c7 Oops, I put old patchfile on freefall. Update to use new one. 2001-10-28 11:19:19 +00:00
Jun Kuriyama
e8a7d68719 Add knob to switch target to emacs20 for editors/tamago. 2001-10-28 10:39:06 +00:00
Jun Kuriyama
4de56e613b Add a patch to catch up tamago's CVS.
Change default taget to emacs21.

Reviewed by:	ports-jp
2001-10-28 10:25:18 +00:00
Gary Jennejohn
f950dd3d7e Use ${WRKDIR} instead of /tmp for the temporary output from sed because
it's just generally a better idea. Why didn't I think of that ?

Submitted by:	nectar
2001-10-27 16:24:43 +00:00
Mark Pulford
d0d0ee1ca6 Updated to 3.1.3. 2001-10-27 11:03:19 +00:00
Gary Jennejohn
a29d05256b Put tmp_zot (output from sed) into /tmp in case /usr/ports is mounted
read only.

PR:		ports/31513
Submitted by:	Marc Unangst (mju@unangst.org)
2001-10-26 22:46:40 +00:00
Gary Jennejohn
3b9c12a3d4 Initial checkin of xemacs-devel after xemacs21 was repo copied.
Several people have requested this, so here it is.

This port is intended to track the GAMMA version of the XEmacs
editor.

This is version is based on xemacs-21.4.4, which has a GTK binding.

Note that the GTK support is buggy (at least on my system), although
I haven't noticed any fatal problems, just annoying ones.

There are other bugs in this version, e.g. any attempts to make font
changes in the Options menu result in a Lisp error.

Please do not file any PRs on XEmacs errors, the maintaine will terminate
them with extreme prejudice.

I haven't tested this at all on Alpha because beast won't let me in.
2001-10-25 18:30:16 +00:00
David E. O'Brien
8dfc34c8b7 Update to Vim 6.0 patchlevel 26 2001-10-25 15:01:59 +00:00
David E. O'Brien
d39599e509 PERL_CFLAGS contains quotes, which breaks compilation of auto/pathdefs.c
(which is generated during vim build).  This only happens when vim is
built with perl support, as in package building, for example.

Submitted by:	tobez
2001-10-25 15:01:29 +00:00
Shigeyuki Fukushima
e9e62346f5 Changes:
- Remove *-setupel.el routines and scripts/configure.
   Because Emacs20 or later has subdirs.el.
 - Specify PREFIX, LISPDIR, and VERSION_SPECIFIC_LISPDIR clearly
    when port building.
 - Install *.el{,c} files to version specific site-lisp directory.
2001-10-24 20:07:25 +00:00
Shigeyuki Fukushima
f443003645 Specify PREFIX, LISPDIR, and VERSION_SPECIFIC_LISPDIR cleary
when port building.
2001-10-24 19:20:55 +00:00
David E. O'Brien
bb1895b360 Update to Vim 6.0 patchlevel 23 2001-10-24 17:24:00 +00:00
FUJISHIMA Satsuki
c78757dae8 mkdir mandatory directories for package.
non-response from:	maintainer
2001-10-24 11:51:32 +00:00
FUJISHIMA Satsuki
4a041142fe fix incompatibility with bsd.port.mk 1.379 or later. 2001-10-24 11:20:01 +00:00
David E. O'Brien
0aa6840dfe Update to Vim 6.0 patchlevel 21 2001-10-23 17:14:35 +00:00
Shigeyuki Fukushima
eee44da689 New port for leim-21.1.
Leim is Libraries of Emacs Input Method (for Multi-Languages).
2001-10-23 16:38:34 +00:00
Shigeyuki Fukushima
b1acfd0dd8 New port for emacs-21.1. 2001-10-23 16:36:02 +00:00
Shigeyuki Fukushima
ebacfa87e6 Change cookie-filename scheme. 2001-10-22 19:02:48 +00:00
Shigeyuki Fukushima
1b0fd1c7e4 Fix depend-directory(port name) after repo-copy. 2001-10-22 18:49:58 +00:00
Shigeyuki Fukushima
8064f12971 Eliminate portlint fatals and warnings as many as possible. 2001-10-22 18:25:33 +00:00
Shigeyuki Fukushima
d320f43740 Update to 1.14.3 (after repo-copy).
This version port is only for emacs20.
2001-10-22 18:14:40 +00:00
Shigeyuki Fukushima
29fdc60afc Update to 1.14.3 (after repo-copy).
This version port is only for emacs20.
2001-10-22 17:53:00 +00:00
David E. O'Brien
33dc5813c2 Update to Vim 6.0 patchlevel 18 2001-10-22 00:12:58 +00:00
David E. O'Brien
edee075ccb Change to version 6. 2001-10-20 00:13:54 +00:00