summaryrefslogtreecommitdiffstats
path: root/editors
Commit message (Collapse)AuthorAgeFilesLines
...
* Adding tamago version 4.0.6.steve2000-05-0112-0/+232
| | | | | | | A mltilingual input method for emacs - Egg v4. PR: 17236 Submitted by: tetsushi NAKAI <nakai@tsl.pe.u-tokyo.ac.jp>
* Adding jext version 2.7.0.6.steve2000-05-016-0/+200
| | | | | | | | | | Jext is a powerful 100% pure Java text editor. Jext has been mainly designed for programmers. Thus, Jext provides a lot of useful functions for coders: syntax colorizing (Perl, XML/HTML, Java, JavaScript), auto indent, methods seeker for Java, source code formatting and much more... PR: 17111 Submitted by: Maxim Sobolev <sobomax@altavista.net>
* Add documentation files to pkg/PLIST use NO_XJED instead of commentsteve2000-04-302-1/+26
| | | | | | | to say whether you want the X version of jed or not. PR: 18227 Submitted by: Dominic Mitchell <dom@palmerharvey.co.uk>
* Update to version 1.2.1 including the following changes:steve2000-04-305-26/+117
| | | | | | | | | | | | | | | | + Port now uses gnomelibs instead of plain GTK; + port's documentation distributed in separate distfile now being installed, if NOPORTDOCS has not been set; + USE_X_PREFIX added to Makefile, because obviously this port falls into the X11 category; + libintl dependency added to port's Makefile; + WWW added to the pkg/DESCR; + MASTER_SITES updated to reflect reality; + pkg/PLIST has been sorted; + "Date created:" slightly adjusted to match commonly accepted conventions. PR: 18231 Submitted by: Maxim Sobolev <sobomax@altavista.net>
* Upgrade to version 1.5.8.obrien2000-04-293-15/+14
| | | | Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to 8.3.shige2000-04-2514-12/+21
| | | | Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
* Give XEmacs packages ports `elisp' catgory.knu2000-04-2511-11/+11
|
* Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsivekris2000-04-233-3/+3
| | | | | | | | for quite some time. If any non-committer wants to take over maintainership please let me know. Reviewed by: ports No response from: erich
* Replace dead master site with two linuxberg sites.cpiazza2000-04-221-1/+3
|
* Change MAINTAINER, and remove erroneous patch.will2000-04-223-3/+3
| | | | | PR: 18165 Submitted by: Kevin Day <toasty@dragondata.com>
* Update biew to 5.04.will2000-04-227-41/+57
| | | | | PR: 18137 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* portlint and add WWW:mharo2000-04-202-5/+5
|
* Add SLAVEDIRS and WWW:mharo2000-04-206-0/+6
|
* various portlint nits (spacing, variable ordering, SLAVEDIRS, etc.)mharo2000-04-2014-16/+20
|
* PREFIX -> LOCALBASE (portlint)mharo2000-04-202-8/+8
|
* add SLAVEDIRSmharo2000-04-201-2/+2
|
* add SLAVEDIRSmharo2000-04-201-0/+2
|
* fix packaging errors (don't sort the @dirrm list in a-z order)mharo2000-04-2024-48/+48
|
* Correct english grammarmharo2000-04-2024-96/+72
| | | | Submitted by: Adam Steffes <asteffes@netmug.org>
* Update to 0.7.0, with a new MASTER_SITE and bunch of new featuresade2000-04-2010-134/+106
| | | | | Remove lots of Makefile bogons, replacing them with lots of patches (like other GNOME ports :) to put things in the right place.
* Standardize all user defined options to the booleans WITH_FOO andreg2000-04-1736-107/+102
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
* Update the vc package to version 1.22.gj2000-04-1621-21/+952
| | | | | | | Fix PLIST to delete the psgml and sgml packages. The error was hidden by the way @unexec rmdir is done. Bump PORTVERSION to 1.2.
* Include bsd.port.pre.mk before referring ${PKGNAMEPREFIX}.knu2000-04-152-8/+12
| | | | | | | Correct the dependency. - Do s/NAMEEXT/PKGNAMESUFFIX/ that I forgot previously. - Bump the XEMACS_VER to 21.1.9 that the MAINTAINER had forgotten some time ago.
* /usr/compat -> /compat, peter's commit to osf1_base reminded me I had this.billf2000-04-1424-72/+72
|
* Define NO_WRKSUBDIR = yes instead of setting WRKSRC = ${WRKDIR}knu2000-04-141-1/+1
| | | | | PR: ports/18009 Submitted by: tkato@prontomail.ne.jp
* Portlint COMMENT's.knu2000-04-142-2/+2
| | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp
* Tiny cosmetic fixes.knu2000-04-143-3/+3
| | | | | Assure master ports and their lang-specific slaves of having consistent categories.
* Cosmetic.knu2000-04-142-37/+42
| | | | | | | | | | | | | | {chinese,japanese,korean}/mule-*: - Set only the lang-specific category for each. editors/mule: - Set CATEGORIES+= editors to follow after a slave's lang-specific category. - Define MULE_VERSION and EMACS_VERSION to use. editors/mule-common: - Remove redundant `Version required' line. - Define MULE_VERSION and EMACS_VERSION to use. - Use ${VAR:S/../../} modifier instead of !=, and `echo | sed'.
* Finish converting editors/ to PORTNAME/PORTVERSION.asami2000-04-1477-130/+83
|
* portname/portversion updatemharo2000-04-1481-219/+214
|
* Update with PORTNAME/PORTVERSION and get happy with the slave.knu2000-04-131-7/+5
| | | | | | | Remove LANGPREFIX and just utilize PKGNAMEPREFIX. Fix the wrong CATEGORIES specification. (language specific categories should come first)
* Convert to PORTNAME/PORTVERSION. I'm doing these first so we can testasami2000-04-132-4/+5
| | | | the slave ports.
* Convert to PORT{NAME,VERSION}/PKGNAME{PREFIX,SUFFIX}.knu2000-04-1317-55/+39
| | | | | | | - LANGPREFIX -> PKGNAMEPREFIX - PKGNAMEEXT -> PKGNAMESUFFIX Now ready to cooperate with `japanese/xemacs*'.
* Corel moved the license agreement page - catch up with them.msmith2000-04-041-1/+1
| | | | Submitted by: Ronald Klop <ronald@node11a94.a2000.nl>
* Pickup maintance of these until someone else comes along.obrien2000-03-313-3/+3
|
* Take over a couple of ports.ade2000-03-292-2/+2
|
* Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn'tkris2000-03-295-5/+5
| | | | | | have time to maintain them. Approved by: andy
* Update MASTER_SITES and WWW to new domainjedgar2000-03-272-4/+4
| | | | Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
* Updates from Maxim Sobolev:deischen2000-03-272-1/+23
| | | | | | | | | + CFLAGS received appropriate respect + X11BASE now used insted of PREFIX in -I and -L compiler directives + pkg/DESCR slightly modified to reflect Nedit's LessTif frindiness PR: ports/17457 Submitted by: Maxim Sobolev <sobomax@altavista.net>
* Update nedit to nedit-5.1.1. Nedit is now under the GPL, as opposeddeischen2000-03-274-95/+34
| | | | to the former, somewhat fuzzy, license from Fermilab.
* - Support PREFIX properlymharo2000-03-244-3/+10
| | | | | | | | - Fix pkg/PLIST - Add WWW: line into pkg/DESCR PR: 17570 Submitted by: tkato@prontomail.ne.jp
* Finish moving MAINTAINER for my ports.will2000-03-223-3/+3
| | | | | | andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami
* Restore useless version required comments.obrien2000-03-224-0/+4
|
* Activate biewjedgar2000-03-201-0/+1
|
* Biew is Binary vIEWer with built-in editor for binary,jedgar2000-03-2011-0/+152
| | | | | | | | | hexadecimal and disassembler modes. The program also has text viewer with different Russia codepages support (Windows-1251, MSDOS-866, etc.). PR: 17186 Submitted by: Michael Vasilenko <acid@stu.cn.ua>
* Remove the "version required" line.obrien2000-03-204-4/+0
|
* Forgot to change checksum for upgrade.asami2000-03-111-1/+1
| | | | Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
* Update port to 3.13.2jedgar2000-03-113-4/+9
| | | | | PR: 17273 Submitted by: Maintainer
* Chase emacs upgrade to 20.6.asami2000-03-1013-16/+15
|
* Chase emacs20 version up to 20.6.asami2000-03-103-8/+8
| | | | Submitted by: "OKAZAKI Tetsurou" <okazaki@be.to>
OpenPOWER on IntegriCloud