summaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix PLIST to reflect the fact that I changed xemacs.sh to xemacs21.shGary Jennejohn1999-06-233-3/+3
| | | | | | | (a la xemacs20), but forgot to update PLIST. Notes: svn path=/head/; revision=19729
* Add xemacs-packages and xemacs21.Gary Jennejohn1999-06-221-1/+3
| | | | Notes: svn path=/head/; revision=19691
* This is xemacs-packages. It contains a selection of "most used"Gary Jennejohn1999-06-2235-0/+7014
| | | | | | | | | | | | | | | | packages to go along with the xemacs21 port. Note that the user can add and delete packages as desired using the mechanisms provided by xemacs21. The packages are automatically installed when xemacs21 is installed from the ports tree. Unfortunately, this is not true when xemacs21 is installed using pkg_add. In this case the user has to install xemacs-packages manually beforehand. Submitted by: Michael Elbel (me@freebsd.org) Notes: svn path=/head/; revision=19690
* This is the latest version of xemacs - Xemacs 21.1.Gary Jennejohn1999-06-2221-8883/+1764
| | | | | | | | | | | | | | | This requires xemacs-packages which be will committed next. Xemacs now allows the user to maintain packages himself. See DESCR. This supersedes PR 11618, which was based on an older release. This commit was blasted over a repository copy of xemacs20, which is why there are so many changes. Submitted by: Michael Elbel (me@freebsd.org) Notes: svn path=/head/; revision=19689
* This port also BUILD_DEPENDS on gettext for its documentation.Steve Price1999-06-221-2/+3
| | | | Notes: svn path=/head/; revision=19642
* Update cooledit to 3.11.3.Chris Piazza1999-06-194-12/+12
| | | | | | | PR: 12162 Notes: svn path=/head/; revision=19553
* Update to 1.2.1Chris Piazza1999-06-197-27/+63
| | | | | | | PR: 12287 Notes: svn path=/head/; revision=19552
* Update to version 3.11.2.Steve Price1999-06-0912-62/+205
| | | | | | | | PR: 12047 Submitted by: Chris Piazza <cpiazza@home.net> Notes: svn path=/head/; revision=19346
* Add the gedit port and re-order the gnotepad+ port.Steve Price1999-06-061-2/+3
| | | | Notes: svn path=/head/; revision=19274
* Initial import of gedit version 0.5.1.Steve Price1999-06-0610-0/+250
| | | | | | | | | | A small but powerful text editor for the Gnome Desktop Environment. PR: 11486 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su> Notes: svn path=/head/; revision=19273
* Add the .so symlink for the library.Steve Price1999-06-061-0/+1
| | | | Notes: svn path=/head/; revision=19235
* Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro1999-06-0557-75/+6
| | | | | | | in bsd.port.mk and this helps to unify the check and install. Notes: svn path=/head/; revision=19223
* Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't installMichael Haro1999-06-052-7/+2
| | | | | | | the .la file. Notes: svn path=/head/; revision=19217
* Fix typo.Jun Kuriyama1999-05-293-3/+3
| | | | Notes: svn path=/head/; revision=19092
* A major mode for editing SGML and XML documents for XEmacs with Mule.Jun Kuriyama1999-05-294-0/+75
| | | | Notes: svn path=/head/; revision=19091
* Activate psgml-xemacs-mule.Jun Kuriyama1999-05-291-1/+2
| | | | Notes: svn path=/head/; revision=19090
* Update to use gtk version 1.2.3.Steve Price1999-05-296-13/+15
| | | | | | | | PR: 11842 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=19055
* Change from psgml-setup.el to psgml-setupel.el.Shigeyuki Fukushima1999-05-2310-19/+16
| | | | | | | | Improve scripts/configure (delete needless indirect INFILES variable). Use PSGML_SETUPEL in PLIST_SUB. Notes: svn path=/head/; revision=18951
* Change from wemi-setup.el to wemi-setupel.el.Shigeyuki Fukushima1999-05-237-14/+21
| | | | | | | | | Use WEMI_SETUPEL in PLIST_SUB. Improve scripts/configure. Fix pkg/DESCR (sync with apel/flim modification). Notes: svn path=/head/; revision=18949
* Change from wemi-setup.el to wemi-setupel.el.Shigeyuki Fukushima1999-05-237-14/+21
| | | | | | | | | Use WEMI_SETUPEL in PLIST_SUB variable. Improve scripts/configure. Fix pkg/DESCR. Notes: svn path=/head/; revision=18948
* Improve scripts/configure.Shigeyuki Fukushima1999-05-2323-46/+40
| | | | | | | Fix pkg/DESCR (sync with apel/flim modification). Notes: svn path=/head/; revision=18947
* Change from flim-setup.el to flim-setupel.el.Shigeyuki Fukushima1999-05-2337-63/+98
| | | | | | | | Use FLIM_SETUPEL in PLIST_SUB variable. Improve scripts/configure. Notes: svn path=/head/; revision=18946
* Change from flim-stup.el to flim-setupel.el.Shigeyuki Fukushima1999-05-237-12/+19
| | | | | | | | Use APEL_SETUPEL in PLIST_SUB variable. Improve scripts/configure. Notes: svn path=/head/; revision=18945
* Use PLIST_SUB (apel-setupel.el).Shigeyuki Fukushima1999-05-234-4/+4
| | | | Notes: svn path=/head/; revision=18944
* Change from apel-setup.el to apel-setupel.el.Shigeyuki Fukushima1999-05-2310-18/+34
| | | | | | | Improve scripts/configure. Notes: svn path=/head/; revision=18943
* WEMI is a branch of SEMI kernel package using widget. It is a libraryShigeyuki Fukushima1999-05-211-1/+1
| | | | | | | | | | to provide MIME feature for GNU Emacs(Mule) based on SEMI API. Namely it contains whole features of SEMI thus it is a replacement of SEMI. This is a development version. I forgot to put this in previous commit log. Notes: svn path=/head/; revision=18928
* WEMI is a branch of SEMI kernel package using widget. It is a libraryShigeyuki Fukushima1999-05-211-1/+1
| | | | | | | | | | to provide MIME feature for GNU Emacs based on SEMI API. Namely it contains whole features of SEMI thus it is a replacement of SEMI. This is a development version. I forgot to put this in previous commit log. Notes: svn path=/head/; revision=18927
* WEMI is a branch of SEMI kernel package using widget. It is a libraryShigeyuki Fukushima1999-05-211-1/+1
| | | | | | | | | to provide MIME feature for GNU Emacs(Mule) based on SEMI API. Namely it contains whole features of SEMI thus it is a replacement of SEMI. I forgot to put this in previous commit log. Notes: svn path=/head/; revision=18926
* WEMI is a branch of SEMI kernel package using widget. It is a libraryShigeyuki Fukushima1999-05-211-1/+1
| | | | | | | | | to provide MIME feature for GNU Emacs based on SEMI API. Namely it contains whole features of SEMI thus it is a replacement of SEMI. I forgot to put this in previous commit log. Notes: svn path=/head/; revision=18925
* SEMI is a library to provide MIME feature for GNU Emacs(Mule).Shigeyuki Fukushima1999-05-212-2/+2
| | | | | | | | This is a development version. I forgot to put this in previous commit log. Notes: svn path=/head/; revision=18924
* SEMI is a library to provide MIME feature for GNU Emacs.Shigeyuki Fukushima1999-05-215-5/+5
| | | | | | | | This is a development version. I forgot to put this in previous commit log. Notes: svn path=/head/; revision=18923
* SEMI is a library to provide MIME feature for GNU Emacs(Mule).Shigeyuki Fukushima1999-05-211-1/+1
| | | | | | | I forgot to put this in previous commit log. Notes: svn path=/head/; revision=18922
* SEMI is a library to provide MIME feature for GNU Emacs.Shigeyuki Fukushima1999-05-211-1/+1
| | | | | | | I forgot to put this in previous commit log. Notes: svn path=/head/; revision=18921
* FLIM is a library to provide basic features about message representationShigeyuki Fukushima1999-05-212-2/+2
| | | | | | | | or encoding for editors/mule. This is a development version. I forgot to put this in previous commit log. Notes: svn path=/head/; revision=18920
* FLIM is a library to provide basic features about message representationShigeyuki Fukushima1999-05-215-5/+5
| | | | | | | | or encoding. This is a development version. I forgot to put this in previous commit log. Notes: svn path=/head/; revision=18919
* FLIM is a library to provide basic features about message representationShigeyuki Fukushima1999-05-211-1/+1
| | | | | | | | or encoding for editors/mule. I forgot to put this in previous commit log. Notes: svn path=/head/; revision=18918
* FLIM is a library to provide basic features about message representationShigeyuki Fukushima1999-05-211-1/+1
| | | | | | | | or encoding. I forgot to put this in previous commit log. Notes: svn path=/head/; revision=18917
* Fix a few more category typos.Satoshi Asami1999-05-131-2/+2
| | | | Notes: svn path=/head/; revision=18822
* Fix some typos.Satoshi Asami1999-05-124-8/+10
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=18819
* Remove two missing files so packaging works.Satoshi Asami1999-05-124-8/+0
| | | | Notes: svn path=/head/; revision=18803
* Fix compilation errors.Satoshi Asami1999-05-1220-624/+180
| | | | | | | | PR: 11612 Submitted by: cpiazza@home.net Notes: svn path=/head/; revision=18792
* Depend on mail/metamail (mmencode).Shigeyuki Fukushima1999-05-105-5/+25
| | | | Notes: svn path=/head/; revision=18750
* Change semi-setup.el to semi-setupel.el.Shigeyuki Fukushima1999-05-1034-39/+79
| | | | Notes: svn path=/head/; revision=18749
* Change semi-setup.el to semi-setupel.el.Shigeyuki Fukushima1999-05-106-7/+15
| | | | Notes: svn path=/head/; revision=18747
* Add semi-setup.el to PLIST.Shigeyuki Fukushima1999-05-1011-0/+11
| | | | Notes: svn path=/head/; revision=18746
* Fix REQUIRE_SETUPEL.Shigeyuki Fukushima1999-05-106-12/+12
| | | | Notes: svn path=/head/; revision=18745
* Activate the following ports:Shigeyuki Fukushima1999-05-101-1/+5
| | | | | | | | | | editors/wemi-emacs editors/wemi-emacs-current editors/wemi-mule editors/wemi-mule-current Notes: svn path=/head/; revision=18742
* Change from master to slave.Shigeyuki Fukushima1999-05-102-61/+11
| | | | | | | New master port is editors/wemi-emacs-current. Notes: svn path=/head/; revision=18741
* New port: editors/wemi-mule-current.Shigeyuki Fukushima1999-05-104-0/+115
| | | | Notes: svn path=/head/; revision=18740
* New port: editors/wemi-emacs-current.Shigeyuki Fukushima1999-05-109-0/+251
| | | | Notes: svn path=/head/; revision=18739