Port details |
- xslide.el Emacs major mode for editing XSL stylesheets
- 0.2.2_2 textproc
=1 0.2.2_2Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2002-02-08 18:08:28
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: mp3rename, colorize, python
- Also Listed In: elisp
- License: GPLv2+
- Description:
- Emacs major mode for editing XSL stylesheets.
* FEATURES
- XSL customization group for setting some variables
- Initial stylesheet inserted into empty XSL buffers;
- "Template" menu for jumping to template rules, named templates, key
declarations, and attribute-set declarations in the buffer;
- `xsl-process' function that runs an XSL processor and collects the output;
- Predefined command line templates and error regexps for Java and
Windows executable versions of both XT and Saxon;
- Font lock highlighting so that the important information stands out;
- `xsl-complete' function for inserting element and attribute names;
- `xsl-insert-tag' function for inserting matching start- and end-tags;
- Automatic completion of end-tags;
- Automatic indenting of elements with user-definable indentation step; and
- Comprehensive abbreviations table to further ease typing.
- SVNWeb : git
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- xslide.el>0:textproc/xslide.el
- To install the port:
- cd /usr/ports/textproc/xslide.el/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/xslide.el
- pkg install xslide.el
- PKGNAME: xslide.el
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (xslide-0.2.2.tar.gz) = 8a4ad9ac5a7326ba77cb4b9a0cd861a8e23717a6e151da2fbaf1b7466d96b6cf
SIZE (xslide-0.2.2.tar.gz) = 23469
- Packages (timestamps in pop-ups are UTC):
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for xslide.el-0.2.2_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- textproc_xslide.el
- pkg-message:
- For install:
- To use xsl-mode, add to your ~/.emacs the following lines:
;; XSL mode
(autoload 'xsl-mode "xslide" "Major mode for XSL stylesheets." t)
;; Turn on font lock when in XSL mode
(add-hook 'xsl-mode-hook
'turn-on-font-lock)
(setq auto-mode-alist
(append
(list
'("\\.fo" . xsl-mode)
'("\\.xsl" . xsl-mode))
auto-mode-alist))
;; Uncomment if using abbreviations
;; (abbrev-mode t)
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.2.2_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
14 Aug 2019 12:16:41
0.2.2_2
|
mat  |
Convert to UCL & cleanup pkg-message (categories [t-u]) |
30 May 2019 07:46:22
0.2.2_2
|
tobik  |
textproc/xslide.el: Do not install files for xemacs
It was removed in 2014. |
27 Dec 2016 09:01:03
0.2.2_1
|
amdmi3  |
- Add LICENSE
- Add NO_ARCH
- Switch to options helpers |
15 Nov 2014 16:26:33
0.2.2_1
|
antoine  |
Cleanup plist |
05 Aug 2014 18:57:07
0.2.2_1
|
pawel  |
- Add staging support
- Convert to new options framework |
20 Sep 2013 23:17:32
0.2.2_1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
24 Oct 2011 04:17:38
0.2.2_1
|
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
05 Aug 2011 11:45:09
0.2.2_1
|
ehaupt  |
Update broken/outdated WWW entries. Remove those where no alternate source was
found. |
03 Jul 2011 14:40:25
0.2.2_1
|
ohauer  |
-remove MD5 |
28 Apr 2010 00:37:14
0.2.2_1
|
pgollucci  |
- Release some more ports |
12 Jan 2010 06:45:07
0.2.2_1
|
pgollucci  |
- adopt |
22 Aug 2009 00:37:17
0.2.2_1
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with T,U,V |
08 Apr 2009 09:39:31
0.2.2_1
|
itetcu  |
Fix plist with -DNOPORT*
Prompted by: QAT QA run |
26 Jun 2006 19:21:03
0.2.2_1
|
anray  |
Enable for XEmacs. |
08 May 2006 16:05:03
0.2.2
|
vs  |
Update to 0.2.2
PR: ports/96686
Submitted by: Martin Wilke |
25 Nov 2005 18:40:57
0.2
|
pav  |
- Add SHA256 |
21 Mar 2004 07:38:56
0.2
|
kris  |
Move the ancient emacs 19.x port from editors/emacs to
editors/emacs19, and update the main emacs port to 21.x by copying from
editors/emacs21. Retire the editors/emacs21 port.
PR: ports/24983 |
17 Mar 2004 18:29:46
0.2
|
trevor  |
SIZEify. |
11 Feb 2004 23:54:39
0.2
|
linimon  |
mat@FreeBSD.org reports no response from this maintainer for several
months about his other ports, so reset this one too. His last
approved update was 16 months ago.
Maintainer, if this is in error, please contact me directly. |
21 Feb 2003 13:42:50
0.2
|
knu  |
De-pkg-comment. |
08 Feb 2002 21:08:28 
|
yoichi  |
Add xslide.el, Emacs major mode for editing XSL stylesheets. |