aboutsummaryrefslogtreecommitdiff
path: root/editors
Commit message (Collapse)AuthorAgeFilesLines
* Re-sobomize to use pre-patch instead of post-extractAde Lovett2000-08-045-5/+5
| | | | | | | Wrists slapped by: knu, sheldon Notes: svn path=/head/; revision=31320
* Add vim6.Satoshi Asami2000-08-041-0/+1
| | | | Notes: svn path=/head/; revision=31308
* Fixed to remove extra directoriesSatoshi Taoka2000-08-041-1/+4
| | | | | | | Obtained from: bento Notes: svn path=/head/; revision=31307
* Extensive patchfile cleanups using sobomax's wonderfulAde Lovett2000-08-046-80/+28
| | | | | | | post-extract rule Notes: svn path=/head/; revision=31296
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-0310-19/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm Notes: svn path=/head/; revision=31272
* Update port to 5.1.2Chris D. Faulhaber2000-08-018-36/+63
| | | | | | | | PR: 20150 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=31221
* Fix breakage on RELENG_4 and -current.Jun Kuriyama2000-08-011-1/+8
| | | | | | | | Inspired by: gehenna Approved by: itojun (maintainer) Notes: svn path=/head/; revision=31204
* Add codecommander - a simple code editor with Python scripting capabilities forMaxim Sobolev2000-08-017-0/+116
| | | | | | | | | GNOME desktop. Obtained from: http://www.gnome.org/ Notes: svn path=/head/; revision=31201
* Update according to XEmacs21.1.11 update.Shigeyuki Fukushima2000-08-0115-39/+94
| | | | | | | | PR: ports/20242 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> Notes: svn path=/head/; revision=31196
* Update to 21.1.11.Shigeyuki Fukushima2000-08-016-21/+22
| | | | | | | | PR: ports/20243 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> Notes: svn path=/head/; revision=31193
* Update to 21.1.11.Shigeyuki Fukushima2000-08-011-1/+1
| | | | | | | | PR: ports/20244 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> Notes: svn path=/head/; revision=31192
* Update to 2.5.1.Maxim Sobolev2000-08-014-13/+4
| | | | Notes: svn path=/head/; revision=31191
* Add this back -- it was a repository copy. ;)Satoshi Asami2000-07-3114-0/+1190
| | | | | | | Pointy hat to: asami Notes: svn path=/head/; revision=31179
* This needs a repository copy.Satoshi Asami2000-07-3114-1190/+0
| | | | Notes: svn path=/head/; revision=31177
* Vim version 6 (beta C).David E. O'Brien2000-07-3114-0/+1190
| | | | Notes: svn path=/head/; revision=31176
* patch-ai, patch-an, patch-cg: Regenerated for emacs-20.7.Justin M. Seger2000-07-305-29/+45
| | | | | | | | | | | | | | | | | | | | patch-cc (configure.in): Merged with patch-ch. patch-af (src/unexfreebsd.c): Removed. Not used by this port. patch-ca (src/Makefile.in): Removed. 5-CURRENT's and 4-STABLE's libtermcap -> libncurses symbolic link issues are now well handled by vendor's src/s/freebsd.h. Moved LIBS_XPG changes to patch-cb. patch-cb (src/s/freebsd.h): Regenerate for emacs-20.7. Update the conditional of enclosing the USE_XPG check so as not to link libxpg4 on recently 5-CURRENT and 4-STABLE after the merge of libxpg4 into libc. Added LIBS_XPG to LIBS_SYSTEM. PR: ports/19653 Submitted by: OKAZAKI Tetsurou <okazaki@be.to> Notes: svn path=/head/; revision=31124
* Update to 20000724A (custom-rolled snapshot). Rejoice, because nowWill Andrews2000-07-2912-1096/+1128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami Notes: svn path=/head/; revision=31093
* Update to 0.9.14.Maxim Sobolev2000-07-283-2/+4
| | | | | | | | PR: 20237 Submitted by: maintainer Notes: svn path=/head/; revision=31077
* The project changed its location.Maxim Sobolev2000-07-272-2/+3
| | | | Notes: svn path=/head/; revision=31060
* Update to version 21.1.11.Gary Jennejohn2000-07-2512-1518/+1347
| | | | | | | | | | | | Patch patch-al was obsoleted by a change in the target file. Except for one minor change in PLIST the submitted patch worked without errors. Excellent ! Submitted by: kiri@pis.toba-cmt.ac.jp Notes: svn path=/head/; revision=31035
* Initial import of gate-2.04c.Kevin Lo2000-07-2112-0/+177
| | | | | | | | | | | gate is a simple and unobtrusive line-oriented text editor. PR: 19905 Submitted by: Christopher N. Harrell <cnh@ivmg.net> Reviewed by: sobomax Notes: svn path=/head/; revision=30930
* Prevent attempting to build with Python support if Python just happens toDavid E. O'Brien2000-07-201-1/+1
| | | | | | | | | be present. Since our Python port is built with threads support, Vim will also need to be built with -pthreads but there is a build problem with -pthreads set. Notes: svn path=/head/; revision=30919
* Fix a mastersite and remove our explicit linking with libxpg4 as Vim 5.7David E. O'Brien2000-07-201-2/+2
| | | | | | | correctly determines if it is needed (and isn't in FreeBSD 4.1 and later) Notes: svn path=/head/; revision=30909
* Re-apply rev 1.38 (remove building with Python (I have NO idea how IDavid E. O'Brien2000-07-201-3/+1
| | | | | | | accidetnly readded Python) until I can make Vim link properly with -ptheads) Notes: svn path=/head/; revision=30908
* Mark these BROKEN, they don't compile/run properly.Satoshi Asami2000-07-194-0/+8
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=30901
* Tiny typo (I think) fix.Satoshi Asami2000-07-191-1/+1
| | | | | | | Submitted by: shige Notes: svn path=/head/; revision=30900
* (1) /usr/share/info/dir was renamed to dir-tmpl.Satoshi Taoka2000-07-191-3/+0
| | | | | | | | | | | | | | | | (2) Now it is not necessary to exist a file "info/dir" when install-info is executed. By (1) and (2), I removed the next line: [ -f %D/info/dir ] || sed -ne 1,/Menu:/p /usr/share/info/dir > %D/info/dir from PLIST or Makefile CV: ---------------------------------------------------------------------- Notes: svn path=/head/; revision=30867
* Fix dependency: x11-fonts/bitmap-font -> x11-fonts/bitmap-fonts.Shigeyuki Fukushima2000-07-193-3/+3
| | | | Notes: svn path=/head/; revision=30838
* Fix broken apel-dependency in the case of xemacs and xemacs20.Shigeyuki Fukushima2000-07-196-0/+24
| | | | Notes: svn path=/head/; revision=30833
* Remove this port for now, since it's just a repo copy and I don't wantSatoshi Asami2000-07-1814-1180/+0
| | | | | | | | the release to ship with it if DavidO can't get to it. (DavidO will cvs add the files back when he solves the problem that's holding him back.) Notes: svn path=/head/; revision=30793
* Clean up the fte port:Kelly Yancey2000-07-172-75/+117
| | | | | | | | | | | * Use ${FILESDIR} where appropriate. * Include dependency on Xlib. * Add ability to install documentation. * Install config files under ${PREFIX}/etc rather than ${PREFIX}/lib. * Install config file compiler. Notes: svn path=/head/; revision=30743
* Change dependency from texinfo.el to texinfmt.el.Shigeyuki Fukushima2000-07-178-8/+8
| | | | | | | | | | Texinfo.el is a major mode elisp for editing Texinfo files. Texinfmt.el is for formatting Texinfo files into Info files. Submitted by: OKAZAKI Tetsurou <okazaki@be.to> Notes: svn path=/head/; revision=30732
* editors/flim-xemacs21-muleSatoshi Taoka2000-07-171-0/+6
| | | | | | | | | | | | | | | editors/flim-xemacs21-mule-current editors/semi-xemacs21-mule editors/semi-xemacs21-mule-current editors/wemi-xemacs21-mule editors/wemi-xemacs21-mule-current mail/wanderlust-xemacs21-mule print/yatex-xemacs-mule The above ports' dependencies were fixed. Notes: svn path=/head/; revision=30731
* Convert into EMACS_PORT_NAME style port.Shigeyuki Fukushima2000-07-179-81/+78
| | | | Notes: svn path=/head/; revision=30729
* Fix texinfo.el(included in xemacs-packages) dependency.Shigeyuki Fukushima2000-07-178-8/+8
| | | | | | | editors/xemacs-sumo-packages port is obsolete. Notes: svn path=/head/; revision=30728
* Revert parts of the previous commit, spell CONFIGURE_ENV correctly, andSteve Price2000-07-162-1/+15
| | | | | | | | | get this port to build correctly again with HAVE_GTK=t. PR: 19893 Notes: svn path=/head/; revision=30708
* Temporarily remove these ports until their dependencies are fixed -- theySatoshi Asami2000-07-161-6/+0
| | | | | | | are currently blocking the INDEX build. Notes: svn path=/head/; revision=30707
* Update to 0.5.8Yukihiro Nakai2000-07-162-10/+4
| | | | | | | | PR: ports/19522 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=30701
* Fixed MAINTAINER in MakefileSatoshi Taoka2000-07-158-8/+8
| | | | | | | | Pointed out: asami Fixed: OKAZAKI Tetsurou <okazaki@be.to> Notes: svn path=/head/; revision=30674
* The original tarball no longer exists on any of the servers. ChangeGary Jennejohn2000-07-139-384/+24
| | | | | | | | | | | | | | | | | | | | | the port to use the new one - xemacs-21.1.10a.tar.gz. There are no changes to the source caused by this; only empty directories which were made by the old version were removed. Change PLIST to reflect removal of the directories. Since xemacs/site-lisp is no longer created by the installation, make the directory in Makefile. Add patch-an to fix a bug in lisp/package-get.el caused by mishandling of md5 package checksums. PR: 19855 Submitted by: Vivek Khera (PR), TAOKA Satoshi (patch - partly used), Mr. Kiriyama (patch-an) Notes: svn path=/head/; revision=30590
* Added the blow ports:Satoshi Taoka2000-07-131-2/+9
| | | | | | | | | | | | | | | | | | | xemacs-additional-packages xemacs-basic-mule-packages xemacs-comm-packages xemacs-games-packages xemacs-libs-packages xemacs-oa-packages xemacs-prog-packages xemacs-wp-packages xemacs21-sumo Removed the blow ports: xemacs-mule-sumo-packages xemacs-sumo-packages Notes: svn path=/head/; revision=30569
* Update to version 21.1.10Satoshi Taoka2000-07-1328-527/+387
| | | | | | | | | | | Rearrange xemacs mule packages PR: 19021 PR: 19023 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> Notes: svn path=/head/; revision=30568
* <New ports for XEmacs SUMO package>Satoshi Taoka2000-07-1330-9810/+2208
| | | | | | | | | | | | | | | | | The SUMO package is partitioned into these ports: xemacs-comm-packages xemacs-games-packages xemacs-libs-packages xemacs-oa-packages xemacs-packages xemacs-prog-packages xemacs-wp-packages PR: 18979 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> Notes: svn path=/head/; revision=30566
* Convert into EMACS_PORT_NAME style port.Shigeyuki Fukushima2000-07-1318-102/+66
| | | | Notes: svn path=/head/; revision=30548
* Change PREFIX -> LOCALBASE.Shigeyuki Fukushima2000-07-134-6/+6
| | | | Notes: svn path=/head/; revision=30547
* In the case of apel-xemacs21-mule:Shigeyuki Fukushima2000-07-132-4/+4
| | | | | | | | Depend on xemacs-packages instead of xemacs-sumo-packages because of rearrangement for xemacs emacs-lisp packages. Notes: svn path=/head/; revision=30546
* Convert into EMACS_PORT_NAME style port.Shigeyuki Fukushima2000-07-127-85/+39
| | | | | | | Submitted by: OKAZAKI Tetsurou <okazaki@be.to> Notes: svn path=/head/; revision=30529
* Convert into EMACS_PORT_NAME style port.Shigeyuki Fukushima2000-07-12136-1185/+622
| | | | Notes: svn path=/head/; revision=30528
* Fix emu install directory.Shigeyuki Fukushima2000-07-122-81/+81
| | | | Notes: svn path=/head/; revision=30525
* Change PREFIX -> LOCALBASE.Shigeyuki Fukushima2000-07-127-14/+14
| | | | Notes: svn path=/head/; revision=30524