Port details |
- xml-lite.el Simple XML-editing for GNU Emacs
- 1.1_17,1 textproc
=1 Version 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-18 05:42:36
- Last Update: 2022-07-20 14:23:14
- Commit Hash: 5cf7e35
- People watching this port, also watch:: mp3rename, colorize, python
- Also Listed In: elisp
- License: GPLv2+
- Description:
- This package provides a simple indentation engine for XML. It is
intended for use in situations where the full power of the popular
PSGML package (DTD parsing, syntax checking) is not required.
WWW: https://www.dogbiscuit.org/mdub/software/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- xml-lite.el>0:textproc/xml-lite.el
- To install the port:
- cd /usr/ports/textproc/xml-lite.el/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/xml-lite.el
- pkg install xml-lite.el
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xml-lite.el
- Package flavors (<flavor>: <package>)
- full: xml-lite.el
- canna: xml-lite.el-emacs_canna
- nox: xml-lite.el-emacs_nox
- devel_full: xml-lite.el-emacs_devel
- devel_nox: xml-lite.el-emacs_devel_nox
- distinfo:
- SHA256 (xml-lite.el) = d48e3058dde4089fd9d998555bff6bdb3c1db421076f07692ac680043631bbd1
SIZE (xml-lite.el) = 13665
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- emacs-28.1 : editors/emacs@full
- Runtime dependencies:
-
- emacs-28.1 : editors/emacs@full
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- textproc_xml-lite.el
- USES:
- emacs
- pkg-message:
- For install:
- To use xml-lite-mode, add to your ~/.emacs the following lines:
(autoload 'xml-lite-mode "xml-lite" "XML-Lite mode" t)
(add-to-list 'auto-mode-alist '("\\.xml\\'" . xml-lite-mode))
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:23:14 1.1_17,1 |
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 ) |
07 Apr 2022 22:12:44 1.1_17,1 |
Joseph Mingrone (jrm)  |
Emacs ports: Bump PORTREVISION after Emacs 28.1
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D34781 |
15 Nov 2021 15:19:58 1.1_16,1 |
Joseph Mingrone (jrm)  |
USES=emacs: Chase package name changes
PR: 259259
Differential Revision: https://reviews.freebsd.org/D32613 |
01 Oct 2021 22:55:27 1.1_15,1 |
Joseph Mingrone (jrm)  |
*: Chase new major version (29) of editors/emacs-devel
Differential Revision: https://reviews.freebsd.org/D32258 |
06 Apr 2021 14:31:07 1.1_14,1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
26 Mar 2021 00:40:45
1.1_14,1 |
jrm  |
editors/emacs: Update to 27.2
This is a bug-fix release with no new features.
https://www.gnu.org/software/emacs/news/NEWS.27.2
Reviewed by: ashish
Differential Revision: https://reviews.freebsd.org/D27700 |
12 Aug 2020 18:30:07
1.1_13,1 |
jrm  |
editors/emacs: Update to version 27.1
Please refer to the 20200811 UPDATING entry when upgrading
dependent (*-emacs26-*) ports.
Port changes:
- depend on math/gmp
- match upstream by turning CAIRO, HARFBUZZ, and JSON options and on and
turning MAGICK off by default
- remove OPENMP check for graphics/ImageMagick as the openmp is now
included in base
- update EMACS_VER in Mk/Uses/emacs.mk
- bump USES=emacs ports or remove BROKEN for net-im/jabber.el and
deskutils/howm, which now build
Submitted by: HIROSE Yuuji <yuuji@gentei.org> (canna patch)
Reviewed by: ashish
Differential Revision: https://reviews.freebsd.org/D23966 |
07 Jan 2020 04:55:40
1.1_12,1 |
jrm  |
editors/emacs-devel: Update to latest master branch commit, 4f2b415
This update includes an Emacs major version change from 27.0.50 to 28.0.50.
Ports that may depend on editors/emacs-devel must chase this update
with a PORTREVISION bump.
Submitted by: ashish (maintainer)
Differential Revision: https://reviews.freebsd.org/D23012 |
14 Aug 2019 12:16:41
1.1_11,1 |
mat  |
Convert to UCL & cleanup pkg-message (categories [t-u]) |
31 May 2018 01:18:05
1.1_11,1 |
jrm  |
USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgrade
Or, mark ports that fail to build as BROKEN.
https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113518.html |
19 May 2018 09:34:12
1.1_10,1 |
amdmi3  |
- Add LICENSE
- Update WWW
Approved by: portmgr blanket |
01 Feb 2018 18:03:10
1.1_10,1 |
jrm  |
Flavorize and modernize Emacs ports
- Convert USE_EMACS to USES=emacs
- Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and
editors/emacs-devel)
- Permit default Emacs flavor to be specified in make.conf
- Rename japanese/migemo-emacs23 to japanese/migemo-emacs
- Update and simplify audio/emms and fix build on FreeBSD 10 [1]
- Update databases/bbdd and fix build on FreeBSD 10 [1]
- Update editors/emacs-devel
- Ensure Makefile shell commands that change directory are executed in a
subshell
- Silence some portlint warnings
[1] By not depending on base texinfo
PR: 225404
Reviewed by: antoine
Approved by: portmgr (mat) ashish (maintainer)
Differential Revision: https://reviews.freebsd.org/D13506 |
12 Sep 2017 15:38:57
1.1_9,1 |
ashish  |
Chase Emacs update |
27 Apr 2015 10:29:28
1.1_8,1 |
ashish  |
- Chase GNU Emacs updates
PR: 199553 |
05 Nov 2014 13:19:32
1.1_7,1 |
ashish  |
- Chase GNU Emacs updates
PR: 194624 |
05 Aug 2014 18:33:28
1.1_6,1 |
pawel  |
Add staging support |
03 Aug 2014 14:15:09
1.1_6,1 |
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories T-V.
CR: D509
Approved by: portmgr (antoine) |
27 Jun 2014 12:34:53
1.1_6,1  |
ashish  |
- Remove editors/emacs21, and editors/emacs22 as they're no longer maintained
upstream
- Also remove dependent ports
- Add UPDATING entry informing users of the same
- Add MOVED entries
Approved by: portmgr (bapt) |
20 Sep 2013 23:17:32
1.1_6,1 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
01 Jun 2012 05:26:28
1.1_6,1 |
dinoex  |
- update png to 1.5.10 |
03 Jul 2011 14:40:25
1.1_5,1 |
ohauer  |
-remove MD5 |
28 Apr 2010 00:37:14
1.1_5,1 |
pgollucci  |
- Release some more ports |
28 Mar 2010 06:47:48
1.1_5,1 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
1.1_4,1 |
dinoex  |
- update to jpeg-8 |
12 Jan 2010 06:45:07
1.1_3,1 |
pgollucci  |
- adopt |
31 Jul 2009 13:57:52
1.1_3,1 |
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
19 May 2007 20:32:57
1.1_2,1 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
29 May 2006 22:44:10
1.1_1,1 |
anray  |
Add bytecode build and change install dir to ${EMACS_SITE_LISPDIR} |
28 Jan 2006 02:11:36
1.1,1 |
linimon  |
- Fix possibility of "infinite make fork" when "Registering install for ..."
EMACS ports. [1]
- Allow building a port as root using an NFS-mounted /usr/ports if the
server maps root to a UID other than root. [2]
- Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail
status rather than success. [3]
- Improve behavior when dealing with versioned dependencies. [4]
- Fix false positives in check-conflicts target. [5]
- Remove obsolete bzip2 code. [6]
(Only the first 15 lines of the commit message are shown above ) |
25 Nov 2005 18:40:57
1.1,1 |
pav  |
- Add SHA256 |
17 Mar 2004 18:29:46
1.1 |
trevor  |
SIZEify. |
05 Feb 2004 20:38:07
1.1,1 |
trevor  |
Use PLIST_FILES.
Reviewed by: marcus |
27 Oct 2003 03:59:27
1.1,1 |
linimon  |
Per distfile survey, update mastersite. The only difference in the
version on our ftp server and the one on the author's page is the
lower (!) revision number on its own CVS ID. Otherwise they are
identical, so bump PORTEPOCH after updating the checksum.
The author notes: "All the features of xml-mode.el have now been
integrated into the latest (CVS) version of sgml-mode, so I no
longer maintain it as a separate module." Perhaps that has
something to do with the version reset? Who knows. |
02 Jun 2003 01:24:33
1.29 |
naddy  |
Remove MAINTAINER, as per his request:
"I'll be offline for the next few months. Someone please take care
of these poor orphans."
Also slip in some minor fixes.
PR: 52831
Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net> |
15 Feb 2003 13:00:46
1.29 |
naddy  |
Cleanups, including:
- Change maintainer's addresses
- Drop some maintainerships
- Use COMMENT variable
PR: 48294
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> |
07 Apr 2002 09:57:56
1.29 |
yoichi  |
Update to 1.29.
PR: ports/36771
Submitted by: maintainer |
18 Feb 2002 08:42:36  |
yoichi  |
Add xml-lite.el, provides a simple indentation engine for XML. |