aboutsummaryrefslogtreecommitdiff
path: root/editors/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* A powerful and compact editor with completely nongrafical user interface.Pav Lucistnik2005-02-171-0/+1
| | | | | | | | PR: ports/77565 Submitted by: Stanislav Sedov <stas@core.310.ru> Notes: svn path=/head/; revision=129080
* add code-browser 1.2Ying-Chieh Liao2005-01-251-0/+1
| | | | | | | A Folding Text Editor Notes: svn path=/head/; revision=127291
* - Move editors/ghex2 to editors/ghexPav Lucistnik2005-01-251-1/+1
| | | | Notes: svn path=/head/; revision=127247
* - Move editors/gedit2 to editors/geditPav Lucistnik2005-01-241-1/+1
| | | | Notes: svn path=/head/; revision=127242
* Add mined 2000.9, a text mode editor with Unicode support.Thierry Thomas2004-12-251-0/+1
| | | | Notes: svn path=/head/; revision=125134
* gPHPEdit is a Gnome2 text editor optimised for editing PHP, HTML and CSSJeremy Messenger2004-12-221-0/+1
| | | | | | | | | | | | | | | files. It supports editing multiple documents with a tabbed interface, PHP syntax checking, PHP/HTML syntax highlighting, a function list for all open documents, incremental search, pop-up function hints, and block (un)indentation. WWW: http://www.gphpedit.org/ PR: ports/74204 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> Notes: svn path=/head/; revision=124800
* AbiWord Plugins extend AbiWord in various ways. Note that some of theseJeremy Messenger2004-12-041-0/+1
| | | | | | | | | | | | | | plugins are not available on all platforms that AbiWord supports. The plugins are often packaged as bundles for your convenience. One bundle is comprised of import and export plugins, which read and write various file and component formats, and the other bundle is comprised of tools and utilities that perform various helpful tasks from within AbiWord. WWW: http://www.abisource.com/twiki/bin/view/Abiword/PluginMatrix Notes: svn path=/head/; revision=123145
* -Move editors/AbiWord2 -> editors/abiwordJeremy Messenger2004-12-041-1/+1
| | | | | | | | | -Update to 2.2.1, see the detail: http://www.abisource.com/release-notes/2.2.1.phtml Notes: svn path=/head/; revision=123143
* Bless is a binary (hex) editor, a program that enables you to edit files asJeremy Messenger2004-11-261-0/+1
| | | | | | | | | | | | | | | | | | | a sequence of bytes. It is written in C# and uses the Gtk# bindings for the GTK+ toolkit. Main Features ------------- * Efficient editing of large data files. * Multilevel undo - redo operations. * Customizable data views. * Fast data rendering on screen. WWW: http://home.gna.org/bless/ Project by: BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp Notes: svn path=/head/; revision=122482
* Add slime, a new mode for interacting with common lisp inside emacs.Pav Lucistnik2004-11-151-0/+1
| | | | | | | | PR: ports/73919 Submitted by: Dominic Mitchell <dom@happygiraffe.net> Notes: svn path=/head/; revision=121671
* Leafpad is a GTK+ based simple text editor. The user interface is similar toJeremy Messenger2004-10-181-0/+1
| | | | | | | | | | | | | "notepad.exe", and it aims to be lighter than GEdit and KWrite, and to be as useful as them. WWW: http://tarot.freeshell.org/leafpad/ PR: ports/72828 Submitted by: Michael Johnson <ahze@ahze.net> Notes: svn path=/head/; revision=119755
* Cream is a vim extension supports pull-down menus and/or keyboard shortcuts.Sergey Matveychuk2004-08-261-0/+1
| | | | | | | | PR: ports/70986 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> Notes: svn path=/head/; revision=117312
* Add tree-widget 2.0, a tree widget for Emacs.Volker Stolz2004-07-281-0/+1
| | | | | | | | PR: ports/69666 Submitted by: Dryice Liu <dryice@liu.com.cn> Notes: svn path=/head/; revision=114927
* Add tea 0.9.1, a simple GTK+ text editor.Kirill Ponomarev2004-07-131-0/+1
| | | | | | | | PR: ports/68995 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> Notes: svn path=/head/; revision=113565
* Revert r1.192 that was committed by accidentErwin Lansing2004-07-131-0/+1
| | | | Notes: svn path=/head/; revision=113530
* Add 2bsd-vi 040605, this is the original BSD vi editor by BillKirill Ponomarev2004-07-121-0/+1
| | | | | | | | | | | Joy, unencumbered and updated to build and run on modern systems. PR: ports/68956 Submitted by: David Thiel <lx@redundancy.redundancy.org> Notes: svn path=/head/; revision=113504
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* Remove editors/moleskineAlexander Nedotsukov2004-07-091-1/+0
| | | | | | | Moleskine is officially unmaintained for last 1.5 years. Notes: svn path=/head/; revision=113288
* add jedit-devel 4.2.0pre8Ying-Chieh Liao2004-06-031-0/+1
| | | | | | | | | | Powerful programmer's text editor written in Java PR: 62283 Submitted by: Linh Pham <question+freebsdpr@closedsrc.org> Notes: svn path=/head/; revision=110717
* clean up after various repocopiesOliver Eikemeier2004-05-171-0/+2
| | | | Notes: svn path=/head/; revision=109347
* - Add aewan-0.8.7,Kirill Ponomarev2004-05-061-0/+1
| | | | | | | | Aewan is a curses-based program that allows for the creation and editing of ascii art. Notes: svn path=/head/; revision=108579
* Remove openoffice-1.1-sl_SLKris Kennaway2004-04-051-1/+0
| | | | | | | Pointy hat to: maho Notes: svn path=/head/; revision=106235
* Remove category pkg/COMMENT files in favour of a COMMENT variable in theKris Kennaway2004-04-021-0/+2
| | | | | | | | | | category makefile. Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> PR: 59651 Notes: svn path=/head/; revision=105948
* The xemacs21 port contained an old version that is no longer useful;Kris Kennaway2004-03-271-1/+0
| | | | | | | | | remove it in favour of the xemacs port. Submitted by: maintainer Notes: svn path=/head/; revision=105417
* According toMaho Nakata2004-03-251-0/+1
| | | | | | | | | | | http://l10n.openoffice.org/all_supported_languages.html , ISO language code of Slovenian is sl, and country code is SI, not SL, move editors/openoffice-1.1-sl-SL to editors/openoffice-1.1-sl-SI. Notes: svn path=/head/; revision=105213
* disconnect openoffice-1.1-devel until updated.FUJISHIMA Satsuki2004-03-231-1/+0
| | | | Notes: svn path=/head/; revision=105009
* move openoffice-1.1-gr to openoffice-1.1-elMaho Nakata2004-03-211-1/+0
| | | | | | | since correct ISO language name of greek is el not gr Notes: svn path=/head/; revision=104830
* Move openoffice-1.1-gr to openoffice-1.1-elMaho Nakata2004-03-211-0/+1
| | | | | | | since correct ISO language code of Greek is el Notes: svn path=/head/; revision=104828
* Add Estonian language version of OpenOffice.orgMaho Nakata2004-03-211-0/+1
| | | | Notes: svn path=/head/; revision=104823
* Add Slovenian language version of OpenOffice.orgMaho Nakata2004-03-211-0/+1
| | | | Notes: svn path=/head/; revision=104821
* Move the ancient emacs 19.x port from editors/emacs toKris Kennaway2004-03-211-1/+1
| | | | | | | | | | editors/emacs19, and update the main emacs port to 21.x by copying from editors/emacs21. Retire the editors/emacs21 port. PR: ports/24983 Notes: svn path=/head/; revision=104813
* Add openoffice-1.1-devel accordinglyMaho Nakata2004-03-211-0/+1
| | | | | | | after repo copy Notes: svn path=/head/; revision=104787
* Reorder those filesMathieu Arnold2004-03-201-1/+1
| | | | Notes: svn path=/head/; revision=104767
* Add staroffice70Kris Kennaway2004-03-171-0/+1
| | | | | | | Pointy hat to: mbr Notes: svn path=/head/; revision=104235
* Add vimpart, a KDE wrapper for (g)vim.Michael Nottebrock2004-03-091-0/+1
| | | | Notes: svn path=/head/; revision=103393
* Add kate-plugins, additional plugins and features for kate (part of kdebase).Michael Nottebrock2004-03-091-0/+1
| | | | Notes: svn path=/head/; revision=103391
* Add fpc-ide, a Turbo Pascal-like IDE/compiler/debugger for the Free PascalJoe Marcus Clarke2004-02-221-0/+1
| | | | | | | | | | project. PR: 62574 Submitted by: John Merryweather Cooper <coop9211@uidaho.edu> Notes: svn path=/head/; revision=101657
* Remove dasher after a repocopy to accessibility/dasher.Joe Marcus Clarke2004-01-221-1/+0
| | | | Notes: svn path=/head/; revision=98763
* [REPOCOPY WAITING] editors/ooodict-hu_HU port can moved to hungarian categoryEdwin Groothuis2004-01-161-1/+0
| | | | | | | | | | | | There is hungarian category in the port collection. The hungarian OpenOffice dictionary can be moved to hungarian similarly to the german dictionary. PR: ports/50996 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> Notes: svn path=/head/; revision=98266
* Add gnome2-office, a meta-port of office/productivity applications forJoe Marcus Clarke2004-01-071-0/+1
| | | | | | | | | | | | the GNOME 2 Desktop. This is being done as part of the GNOME meta-port restructuring effort. The end goal is to provide GNOME users with a few meta-ports that offer more pointed sets of applications to enhance their GNOME 2 experience. Discussed on: gnome@ Notes: svn path=/head/; revision=97536
* New port: misc/dasher, text entry system (for people with disabilities)Edwin Groothuis2004-01-031-0/+1
| | | | | | | | | | | An information-efficient text entry system (for people with disabilities) PR: ports/54414 Submitted by: lewiz <purple@lewiz.net> Notes: svn path=/head/; revision=97175
* add texmaker 1.0Ying-Chieh Liao2003-12-291-0/+1
| | | | | | | LaTeX Development Environment Notes: svn path=/head/; revision=96867
* Add nxml-emacs21, a major mode for editing XML documents for emacs21.OKAZAKI Tetsurou2003-12-231-0/+1
| | | | | | | | PR: 58576 Submitted by: Fritz Heinrichmeyer Notes: svn path=/head/; revision=96486
* Add mlview, a tree based XML editor for GNOMEPav Lucistnik2003-12-061-0/+1
| | | | | | | | PR: ports/57169 Submitted by: Simon Barner <barner@in.tum.de> Notes: svn path=/head/; revision=95199
* Remove ghex. The latest stable version can be found in ghex2.Joe Marcus Clarke2003-11-151-1/+0
| | | | Notes: svn path=/head/; revision=94032
* Add tpad, notepad clone written in Tcl/TkTilman Keskinoz2003-11-131-0/+1
| | | | | | | | PR: 59110 Submitted by: Antonio Bonifati <ant@venus.deis.unical.it> Notes: svn path=/head/; revision=93899
* Remove openoffice-1.1-slKris Kennaway2003-11-101-1/+0
| | | | | | | Pointy hat to: maho Notes: svn path=/head/; revision=93617
* rename openoffice-1.1-sl to openoffice-1.1-skMaho Nakata2003-11-091-0/+1
| | | | | | | ISO Country code for Slovak language is sk Notes: svn path=/head/; revision=93518
* rename openoffice-1.1-cz to openoffice-1.1-csMaho Nakata2003-11-091-1/+0
| | | | | | | | Czech language ISO code is cs, not cz. Pointed out : Pavel@Janik.cz (Pavel Jan�k) Notes: svn path=/head/; revision=93514
* Rename openoffice-1.1-cz to openoffice-1.1-csMaho Nakata2003-11-091-0/+1
| | | | | | | | | Czech language ISO code is cs, not cz. Submitted by: Pavel@Janik.cz (Pavel Jan�k) Notes: svn path=/head/; revision=93512