Port details |
- iksemel XML parser library mainly designed for Jabber applications
- 1.5 textproc =7 1.5Version 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: 2006-04-28 07:36:22
- Last Update: 2023-10-20 21:04:38
- Commit Hash: fe70968
- People watching this port, also watch:: pth, p5-Error, p5-libwww, libXdamage, libXtst
- License: LGPL21
- WWW:
- https://github.com/meduketto/iksemel
- Description:
- This is an XML parser library mainly designed for Jabber applications.
It provides SAX, DOM, and special Jabber stream APIs. Library is coded
in ANSI C except the network code (which is POSIX compatible), thus
highly portable. Iksemel is released under GNU Lesser General Public
License. A copy of the license is included in the COPYING file.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- iksemel>0:textproc/iksemel
- To install the port:
- cd /usr/ports/textproc/iksemel/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/iksemel
- pkg install iksemel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: iksemel
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1615590354
SHA256 (meduketto-iksemel-1.5-978b733_GH0.tar.gz) = 3cf622c2eeab3404899ccb2f3119335b7cd8651eaeac09218675fdc82234ab85
SIZE (meduketto-iksemel-1.5-978b733_GH0.tar.gz) = 87417
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:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- makeinfo : print/texinfo
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- Library dependencies:
-
- libgnutls.so : security/gnutls
- This port is required by:
- for Libraries
-
- net/asterisk18
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for iksemel-1.5:
INFO=on: Build and/or install GNU info pages
===> Use 'make config' to modify these settings
- Options name:
- textproc_iksemel
- USES:
- autoreconf libtool localbase:ldflags pathfix pkgconfig makeinfo
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.5 20 Oct 2023 21:04:38 |
Muhammad Moinur Rahman (bofh) |
textproc/iksemel: Optional USES=makeinfo
- Add new option INFO
- Utilize USES=makeinfo only when used specially for INFO only in this
case.
- Utilize USES=localbase
- Pet portclippy |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.5 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 ) |
1.5 18 Jul 2021 22:07:02 |
Po-Chuan Hsieh (sunpoet) |
print/texinfo: Update to 6.8
Changes: https://git.savannah.gnu.org/cgit/texinfo.git/plain/NEWS
https://lists.gnu.org/archive/html/bug-texinfo/2021-07/msg00011.html
PR: 257026
Exp-run by: antoine |
1.5 13 Apr 2021 07:05:15 |
Fernando Apesteguía (fernape) |
textproc/iksemel: fix build when openssl is installed.
This port does not build when openssl is installed. Disable it explicitely in
the configure.
PR: 254296
Reported by: dym@afalina.od.ua
Tested by: felix@palmen-it.de newton.ja.terry@gmail.com
MFH: 2021Q2 build fix |
1.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.5 13 Mar 2021 16:47:47 |
cmt |
unbreak textproc/iksemel by finalizing the latest upgrade
- patch stage failed as both patches have been incorperated upstream
while at it, make gnutls usage explicit.
- configure stage fails when checking for python
as no python dependency has been declared and no python files are
in pkg-plist, let's assume that the intention was to not build the
python bindings at this time
Approved by: just-fix-it |
1.5 12 Mar 2021 23:07:01 |
nc |
textproc/iksemel: Update to 1.5
Also change WWW to current GitHub site. |
1.4_8 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
1.4_7 21 Oct 2016 15:21:13 |
mat |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
1.4_7 18 Sep 2016 11:18:23 |
antoine |
Unbreak by switching to USE_GITHUB |
1.4_7 14 Sep 2016 15:59:34 |
mat |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
1.4_7 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.4_7 27 Mar 2016 14:58:00 |
tijl |
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine) |
1.4_6 21 Aug 2015 15:38:04 |
amdmi3 |
- Add LICENSE
- Regenerate patches with `make makepatch` |
1.4_6 19 Aug 2015 07:43:41 |
erwin |
Reset maintainer
<rhaamo@gruik.at>: Host or domain name not found. Name service error for
name=gruik.at type=AAAA: Host found but no data record of requested type
Sponsored by: DK Hostmaster A/S |
1.4_6 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.4_6 29 Mar 2015 15:56:33 |
bapt |
Convert to USES=autoreconf |
1.4_6 23 Jul 2014 09:54:02 |
tijl |
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine) |
1.4_5 03 Jul 2014 13:18:14 |
tijl |
Convert textproc/iksemel to "USES=libtool pathfix" and bump dependent ports |
1.4_4 25 Jun 2014 20:28:15 |
antoine |
Allow to build with texinfo from ports |
1.4_4 12 Feb 2014 07:07:09 |
miwi |
- Stage support |
1.4_4 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
1.4_4 16 Jul 2013 14:57:23 |
miwi |
- Unbreak build after autotools update |
1.4_4 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
1.4_4 05 Feb 2013 16:17:07 |
novel |
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports |
1.4_3 02 Sep 2012 21:23:08 |
bdrewery |
- Fix build by adding dependency on pkgconfig
- Remove ABI version from LIB_DEPENDS
PR: ports/170771 [1]
Submitted by: bdrewery [1]
PR: ports/171139 [2]
Submitted by: Frank Wall <fw@moov.de> [2]
Approved by: maintainer timeout (2w)
Approved by: bapt (mentor) |
1.4_3 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.4_3 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
1.4_3 05 Jun 2011 18:43:16 |
novel |
Chase security/gnutls update and add an UPDATING entry. |
1.4_2 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.4_2 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
1.4_2 05 Oct 2010 19:57:56 |
ade |
Round one migration of ports from automake{19,110} to automake111 |
1.4_2 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
1.4_1 10 Dec 2009 15:14:27 |
miwi |
- Update maintainer mail adress
Submitted by: Marc Lagrange (maintainer via irc) |
1.4_1 30 Oct 2009 10:27:30 |
miwi |
- Fix GnuTLS detection
- Replace patch-* with REINPLACE_CMD
PR: 139871
Submitted by: Marc Lagrange <markocpc@gmail.com> (maintainer) |
1.4 26 Aug 2009 16:23:00 |
trasz |
Update to 1.4, pass maintainership to submitter.
PR: ports/138185
Submitted by: Marc Lagrange <markocpc at gmail dot com> |
1.3_3 16 Aug 2009 18:04:40 |
novel |
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update. |
1.3_2 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
1.3_2 06 Jun 2008 14:05:09 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.3_1 20 Mar 2008 10:03:51 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
1.3_1 06 Mar 2008 22:19:52 |
edwin |
Use ${MASTER_SITE_GOOGLE_CODE} instead of
http://something.googlecode.com/files
PR: ports/121435 (related) |
1.3_1 03 Mar 2008 11:57:08 |
novel |
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING |
1.3 04 Oct 2007 11:17:26 |
trasz |
- Update textproc/iksemel to version 1.3.
Approved by: sobomax (asterisk maintainer) |
1.2_3 11 Jul 2007 22:06:17 |
trasz |
- Use proper capitalization in my email address.
Approved by: miwi (mentor)
Suggested by: sat |
1.2_3 01 Jul 2007 08:56:17 |
novel |
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs. |
1.2_2 13 Apr 2007 13:03:49 |
trasz |
Change my email address to trasz@FreeBSD.org.
Approved by: miwi (mentor) |
1.2_2 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
1.2_2 02 Jan 2007 08:54:13 |
novel |
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here |
1.2_1 06 Jul 2006 17:41:23 |
novel |
Chase gnutls shlib version change. |
1.2 28 Apr 2006 07:34:00 |
ijliao |
add iksemel 1.2
XML parser library mainly designed for Jabber applications
PR: 96283
Submitted by: trasz <trasz@pin.if.uz.zgora.pl> |