summaryrefslogtreecommitdiff
path: root/editors/psgml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix XHTML DOCTYPE definitions.Shigeyuki Fukushima2002-06-102-4/+4
| | | | | PR: ports/38293 Submitted by: OKUMURA Yoshifumi <okumura@pop06.odn.ne.jp>
* Rename symbols from sgml-* to psgml-* to avoid conflict with stockJun Kuriyama2002-01-203-2/+11
| | | | | | | | sgml-mode. PR: ports/32391 Submitted by: KUNISHIMA Takeo <kunishi@c.oka-pu.ac.jp> Dirty hacked by: kuriyama
* Add xml-mode to auto-mode-alist.Shigeyuki Fukushima2002-01-091-2/+4
| | | | | PR: ports/33573 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
* Upgrade 1.2.4.Jun Kuriyama2002-01-053-41/+2
|
* Add master port of psgml-* variant as editors/psgml (default is emacs21).Jun Kuriyama2001-12-033-3/+3
| | | | | | | | Add editors/psgml-emacs19 stub for emacs19. Modify to use new location of master port on each variants. Approved by: maintainer Repocopied by: joe
* Upgrade to 1.2.3.Jun Kuriyama2001-12-033-13/+14
| | | | Approved by: maintainer
* o Use sgml-mode for *.html files instead of html-mode.Jun Kuriyama2001-11-122-0/+46
| | | | | | o Turn on syntax highlighting by default. If you want to disable this, please add (setq sgml-set-face nil) after (require 'psgml-startup) line.
* Add XHTML identifiers.Jun Kuriyama2001-11-061-0/+7
|
* Update to 1.2.2.Shigeyuki Fukushima2001-03-042-2/+2
| | | | | PR: ports/25491 Submitted by: AMAKAWA Shuhei <amakawa@sf.t.u-tokyo.ac.jp>
* Fix load-path problem on emacs-19.34(and mule-19.34).Shigeyuki Fukushima2000-12-221-1/+1
| | | | | PR: ports/21681 Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
* Delete dependency for textproc/dtd-catalos.Shigeyuki Fukushima2000-10-271-6/+0
|
* Add HTML 4.01/DocBook V4.0/DocBook V4.1.Shigeyuki Fukushima2000-10-271-0/+9
|
* Convert into EMACS_PORT_NAME style port.Shigeyuki Fukushima2000-07-121-32/+17
| | | | Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
* Update to 1.2.1.Shigeyuki Fukushima2000-05-112-2/+2
| | | | Submitted by: kuriyama@FreeBSD.org
* Finish converting editors/ to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-3/+3
|
* Fix typo.Shigeyuki Fukushima2000-02-091-1/+1
| | | | Submitted by: Hiroki Sato <hrs@jp.FreeBSD.org>
* Enable slave variables: MAINTAINER?= and EMACS_CMD?=,Shigeyuki Fukushima2000-01-211-2/+2
| | | | when building at slave port.
* s/Transitioal/Transitional/Jun Kuriyama1999-10-181-1/+1
|
* Update to 1.2.0.Shigeyuki Fukushima1999-10-167-34/+119
|
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro1999-06-051-1/+0
| | | | in bsd.port.mk and this helps to unify the check and install.
* Fix typo.Jun Kuriyama1999-05-291-1/+1
|
* Change from psgml-setup.el to psgml-setupel.el.Shigeyuki Fukushima1999-05-234-9/+7
| | | | | Improve scripts/configure (delete needless indirect INFILES variable). Use PSGML_SETUPEL in PLIST_SUB.
* Changed my e-mail address.Shigeyuki Fukushima1999-03-021-1/+1
|
* Changed from GNU_CONFIGURE=yes to USE_AUTOCONF=yes,Shigeyuki Fukushima1999-03-011-3/+3
| | | | | because this port includes a long long patch for configure. And patches/patch-ba removed.
* Fix a problem of checking emacs in the configure phase.Shigeyuki Fukushima1999-02-261-2/+1
|
* A major mode for editing SGML and XML documents for emacs.Jun Kuriyama1999-02-1211-0/+295
PR: ports/9635 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>