aboutsummaryrefslogtreecommitdiff
path: root/editors
Commit message (Collapse)AuthorAgeFilesLines
* Use EMACS_PORT_NAME variables defined in Mk/bsd.emacs.mkShigeyuki Fukushima2000-05-121-21/+11
| | | | | | | instead of EMACS_PORT. Notes: svn path=/head/; revision=28420
* Add a forgotten file to PLIST.Shigeyuki Fukushima2000-05-122-0/+2
| | | | Notes: svn path=/head/; revision=28419
* Fix byte-compile error problem.Shigeyuki Fukushima2000-05-122-14/+14
| | | | Notes: svn path=/head/; revision=28418
* Fix make deinstall(pkg_delete) problem.Shigeyuki Fukushima2000-05-123-0/+15
| | | | Notes: svn path=/head/; revision=28417
* EMACS_PORT -> EMACS_PORT_NAMESatoshi Asami2000-05-122-4/+4
| | | | Notes: svn path=/head/; revision=28411
* Fix byte-compile problem on XEmacs 20 and earlier.Shigeyuki Fukushima2000-05-112-0/+66
| | | | Notes: svn path=/head/; revision=28405
* Update to 1.2.1.Shigeyuki Fukushima2000-05-114-4/+4
| | | | | | | Submitted by: kuriyama@FreeBSD.org Notes: svn path=/head/; revision=28403
* Move patch.Shigeyuki Fukushima2000-05-102-0/+22
| | | | Notes: svn path=/head/; revision=28396
* Update to 10.2.Shigeyuki Fukushima2000-05-1019-212/+210
| | | | | | | Use EMACS_PORT_NAME and other related variables defined in bsd.emacs.mk. Notes: svn path=/head/; revision=28395
* Treat the manpage links the same as we do the binary links.David E. O'Brien2000-05-073-21/+129
| | | | | | | Submitted by: reg Notes: svn path=/head/; revision=28342
* Update to version 2.8.0.2. Also use a runtime only version of the JFC.Steve Price2000-05-073-95/+47
| | | | | | | | PR: 18408 Submitted by: maintainer Notes: svn path=/head/; revision=28341
* Completely remove directories left from the installationChris D. Faulhaber2000-05-021-0/+2
| | | | | | | | | (libexec/jove and share/jove) Found by: bento Notes: svn path=/head/; revision=28262
* Update MASTER_SITES to make the port fetchable againChris D. Faulhaber2000-05-021-1/+1
| | | | Notes: svn path=/head/; revision=28254
* Fix MASTER_SITES.Steve Price2000-05-021-1/+1
| | | | | | | | | PR: 18318 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br> Seconded by: maintainer Notes: svn path=/head/; revision=28252
* Add ps-print-nomule-1.03-pkg.tar.gz because the default "File" menuGary Jennejohn2000-05-0121-217/+413
| | | | | | | | | | | | | | | | | | | in xemacs uses it, so without it the "Pretty Print Buffer" option is always greyed out. Put each package on its own line in the Makefile and sort them - this makes it easier to check whether a package has changed. This also affects md5. Add a line to PLIST to remove lib/xemacs if it's empty - noticed by bento. Bump version number to 1.3. Requested by: wolman@cs.washington.edu Notes: svn path=/head/; revision=28242
* Adding the jext and tamago ports.Steve Price2000-05-011-0/+2
| | | | Notes: svn path=/head/; revision=28212
* Adding tamago version 4.0.6.Steve Price2000-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> Notes: svn path=/head/; revision=28211
* Adding jext version 2.7.0.6.Steve Price2000-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> Notes: svn path=/head/; revision=28210
* Add documentation files to pkg/PLIST use NO_XJED instead of commentSteve Price2000-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> Notes: svn path=/head/; revision=28122
* Update to version 1.2.1 including the following changes:Steve Price2000-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> Notes: svn path=/head/; revision=28121
* Upgrade to version 1.5.8.David E. O'Brien2000-04-293-15/+14
| | | | | | | Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=28067
* Update to 8.3.Shigeyuki Fukushima2000-04-2514-12/+21
| | | | | | | Submitted by: OKAZAKI Tetsurou <okazaki@be.to> Notes: svn path=/head/; revision=28002
* Give XEmacs packages ports `elisp' catgory.Akinori MUSHA2000-04-2511-11/+11
| | | | Notes: svn path=/head/; revision=27989
* Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsiveKris Kennaway2000-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 Notes: svn path=/head/; revision=27941
* Replace dead master site with two linuxberg sites.Chris Piazza2000-04-221-1/+3
| | | | Notes: svn path=/head/; revision=27911
* Change MAINTAINER, and remove erroneous patch.Will Andrews2000-04-223-3/+3
| | | | | | | | PR: 18165 Submitted by: Kevin Day <toasty@dragondata.com> Notes: svn path=/head/; revision=27908
* Update biew to 5.04.Will Andrews2000-04-227-41/+57
| | | | | | | | PR: 18137 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=27875
* portlint and add WWW:Michael Haro2000-04-202-5/+5
| | | | Notes: svn path=/head/; revision=27798
* Add SLAVEDIRS and WWW:Michael Haro2000-04-206-0/+6
| | | | Notes: svn path=/head/; revision=27797
* various portlint nits (spacing, variable ordering, SLAVEDIRS, etc.)Michael Haro2000-04-2014-16/+20
| | | | Notes: svn path=/head/; revision=27796
* PREFIX -> LOCALBASE (portlint)Michael Haro2000-04-202-8/+8
| | | | Notes: svn path=/head/; revision=27794
* add SLAVEDIRSMichael Haro2000-04-201-2/+2
| | | | Notes: svn path=/head/; revision=27787
* add SLAVEDIRSMichael Haro2000-04-201-0/+2
| | | | Notes: svn path=/head/; revision=27783
* fix packaging errors (don't sort the @dirrm list in a-z order)Michael Haro2000-04-2024-48/+48
| | | | Notes: svn path=/head/; revision=27772
* Correct english grammarMichael Haro2000-04-2024-96/+72
| | | | | | | Submitted by: Adam Steffes <asteffes@netmug.org> Notes: svn path=/head/; revision=27771
* Update to 0.7.0, with a new MASTER_SITE and bunch of new featuresAde Lovett2000-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. Notes: svn path=/head/; revision=27765
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-1736-107/+102
| | | | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports Notes: svn path=/head/; revision=27679
* Update the vc package to version 1.22.Gary Jennejohn2000-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. Notes: svn path=/head/; revision=27640
* Include bsd.port.pre.mk before referring ${PKGNAMEPREFIX}.Akinori MUSHA2000-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. Notes: svn path=/head/; revision=27582
* /usr/compat -> /compat, peter's commit to osf1_base reminded me I had this.Bill Fumerola2000-04-1424-72/+72
| | | | Notes: svn path=/head/; revision=27543
* Define NO_WRKSUBDIR = yes instead of setting WRKSRC = ${WRKDIR}Akinori MUSHA2000-04-141-1/+1
| | | | | | | | PR: ports/18009 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=27539
* Portlint COMMENT's.Akinori MUSHA2000-04-142-2/+2
| | | | | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=27537
* Tiny cosmetic fixes.Akinori MUSHA2000-04-143-3/+3
| | | | | | | | Assure master ports and their lang-specific slaves of having consistent categories. Notes: svn path=/head/; revision=27531
* Cosmetic.Akinori MUSHA2000-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'. Notes: svn path=/head/; revision=27529
* Finish converting editors/ to PORTNAME/PORTVERSION.Satoshi Asami2000-04-1477-130/+83
| | | | Notes: svn path=/head/; revision=27506
* portname/portversion updateMichael Haro2000-04-1481-219/+214
| | | | Notes: svn path=/head/; revision=27501
* Update with PORTNAME/PORTVERSION and get happy with the slave.Akinori MUSHA2000-04-131-7/+5
| | | | | | | | | | Remove LANGPREFIX and just utilize PKGNAMEPREFIX. Fix the wrong CATEGORIES specification. (language specific categories should come first) Notes: svn path=/head/; revision=27490
* Convert to PORTNAME/PORTVERSION. I'm doing these first so we can testSatoshi Asami2000-04-132-4/+5
| | | | | | | the slave ports. Notes: svn path=/head/; revision=27478
* Convert to PORT{NAME,VERSION}/PKGNAME{PREFIX,SUFFIX}.Akinori MUSHA2000-04-1317-55/+39
| | | | | | | | | | - LANGPREFIX -> PKGNAMEPREFIX - PKGNAMEEXT -> PKGNAMESUFFIX Now ready to cooperate with `japanese/xemacs*'. Notes: svn path=/head/; revision=27474
* Corel moved the license agreement page - catch up with them.Mike Smith2000-04-041-1/+1
| | | | | | | Submitted by: Ronald Klop <ronald@node11a94.a2000.nl> Notes: svn path=/head/; revision=27335