Port details |
- xslide.el Emacs major mode for editing XSL stylesheets
- 0.2.2_2 textproc =3 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: 2022-07-20 14:23:14
- Commit Hash: 5cf7e35
- People watching this port, also watch:: fluxbox, libglade2, nc, libunicode, dia
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- 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
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- 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):
- This port has no dependencies.
- 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: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2.2_2 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.2.2_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.2.2_2 14 Aug 2019 12:16:41 |
mat |
Convert to UCL & cleanup pkg-message (categories [t-u]) |
0.2.2_2 30 May 2019 07:46:22 |
tobik |
textproc/xslide.el: Do not install files for xemacs
It was removed in 2014. |
0.2.2_1 27 Dec 2016 09:01:03 |
amdmi3 |
- Add LICENSE
- Add NO_ARCH
- Switch to options helpers |
0.2.2_1 15 Nov 2014 16:26:33 |
antoine |
Cleanup plist |
0.2.2_1 05 Aug 2014 18:57:07 |
pawel |
- Add staging support
- Convert to new options framework |
0.2.2_1 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.2.2_1 24 Oct 2011 04:17:38 |
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. |
0.2.2_1 05 Aug 2011 11:45:09 |
ehaupt |
Update broken/outdated WWW entries. Remove those where no alternate source was
found. |
0.2.2_1 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
0.2.2_1 28 Apr 2010 00:37:14 |
pgollucci |
- Release some more ports |
0.2.2_1 12 Jan 2010 06:45:07 |
pgollucci |
- adopt |
0.2.2_1 22 Aug 2009 00:37:17 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with T,U,V |
0.2.2_1 08 Apr 2009 09:39:31 |
itetcu |
Fix plist with -DNOPORT*
Prompted by: QAT QA run |
0.2.2_1 26 Jun 2006 19:21:03 |
anray |
Enable for XEmacs. |
0.2.2 08 May 2006 16:05:03 |
vs |
Update to 0.2.2
PR: ports/96686
Submitted by: Martin Wilke |
0.2 25 Nov 2005 18:40:57 |
pav |
- Add SHA256 |
0.2 21 Mar 2004 07:38:56 |
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 |
0.2 17 Mar 2004 18:29:46 |
trevor |
SIZEify. |
0.2 11 Feb 2004 23:54:39 |
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. |
0.2 21 Feb 2003 13:42:50 |
knu |
De-pkg-comment. |
08 Feb 2002 21:08:28 |
yoichi |
Add xslide.el, Emacs major mode for editing XSL stylesheets. |