FreshPorts -- The Place For Ports Sun, 14 Mar 2010 8:55 AM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
libxslt 1.1.26 textproc on this many watch lists=417 search for ports that depend on this port
The XSLT C library for GNOME
Maintained by: gnome@FreeBSD.org search for ports maintained by this maintainer
Port Added: 09 Feb 2001 20:19:44
Also Listed In: gnome


Libxslt is the XSLT C library developed for the GNOME project.  XSLT itself is
a an XML language to define transformation for XML.  Libxslt is based on
libxml2, the XML C library developed for the GNOME project.  It also implements
most of the EXSLT set of processor-portable extensions functions and some of
Saxon's evaluate and expressions extensions.

People can either embed the library in their application or use xsltproc the
command line processing tool.

WWW: http://xmlsoft.org/XSLT/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Slave ports
textproc/py-libxslt

Required To Build: devel/gmake, devel/pkg-config
Required To Run: devel/pkg-config
Required Libraries: security/libgcrypt, textproc/libxml2

To install the port: cd /usr/ports/textproc/libxslt/ && make install clean
To add the package: pkg_add -r libxslt


Configuration Options
===> The following configuration options are available for libxslt-1.1.26:
     MEM_DEBUG=off (default) "Enable memory debugging"
     CRYPTO=on (default) "Enable crypto support for exslt"
===> Use 'make config' to modify these settings

Master Sites:
ftp://fr.rpmfind.net/pub/libxml/
ftp://gd.tuwien.ac.at/pub/libxml/
ftp://xmlsoft.org/libxml2/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/gnome2/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2004-07-06
    Affects: users of Python bindings for textproc/lib{xml2,xslt} libraries
    Author: gnome@FreeBSD.org
    Reason: 
      Python bindings for libxml2 and libxslt libraries were moved out into
      separate slave ports. Please install textproc/py-libxml2 and
      textproc/py-libxslt to get bindings back to your system.
    
    

Number of commits found: 100

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
26 Sep 2009 13:59:12
Original commit files touched by this commit  1.1.26
marcus search for other commits by this committer
Update to 1.1.26.

Feature safe:   yes
18 Sep 2009 20:41:09
Original commit files touched by this commit  1.1.25
marcus search for other commits by this committer
Update to 1.1.25, and use OPTIONS instead of pre-everything for crypto
support.

Feature safe:   yes
06 Jan 2009 13:01:11
Original commit files touched by this commit  1.1.24_2
rafan search for other commits by this committer
- Bump PORTREVISION due to share library version bump in security/libgcrypt

PR:              ports/127478
04 Sep 2008 21:51:09
Original commit files touched by this commit  1.1.24_1
mezz search for other commits by this committer
Security fix libxslt heap overflow, bump the PORTREVISION.

PR:             ports/126869
Submitted by:   Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Obtained from:  http://www.ocert.org/advisories/ocert-2008-009.html
Security:       http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2935
24 May 2008 06:27:36
Original commit files touched by this commit  1.1.24
mezz search for other commits by this committer
Update to 1.1.24. As for the py-libxslt, get it able to find Python correct
when PREFIX is set other than LOCALBASE and will allowing the modules to build.
06 Apr 2008 17:14:27
Original commit files touched by this commit  1.1.22_1
mezz search for other commits by this committer
Remove xmlsoft.org and use GNOME mirrors. The xmlsoft.org's tarballs are
corruped.

Reported by:    edwin
28 Feb 2008 21:47:06
Original commit files touched by this commit  1.1.22_1
arved search for other commits by this committer
Chase libgcrypt library version
07 Sep 2007 16:57:42
Original commit files touched by this commit  1.1.22
mezz search for other commits by this committer
Update to 1.1.22.
30 Jun 2007 06:58:09
Original commit files touched by this commit  1.1.21
marcus search for other commits by this committer
Update to 1.1.21.
25 Jan 2007 18:10:46
Original commit files touched by this commit  1.1.20
mezz search for other commits by this committer
Update to 1.1.20.
15 Jan 2007 18:46:37
Original commit files touched by this commit  1.1.19
pav search for other commits by this committer
- Update to 1.1.19
05 Nov 2006 03:55:07
Original commit files touched by this commit  1.1.17
mezz search for other commits by this committer
INSTALLS_SHLIB -> USE_LDCONFIG.

Found by:       portlint (cports.sh)
07 Jun 2006 20:27:27
Original commit files touched by this commit  1.1.17
marcus search for other commits by this committer
Update to 1.1.17.
31 May 2006 23:18:51
Original commit files touched by this commit  1.1.16_2
mezz search for other commits by this committer
- Add header in these *-reference ports.
- Fix a few of pkg-descr by chase the rename.
- Move all PORTREVISION and PORTEPOCH to top with ?=.
- Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and
  USE_XLIB. This fix ports to use the correct mtree when you change the prefix,
  for example:

        Incorrect: (Without USE_X_PREFIX)
        ================================
        # cd /usr/ports/x11-toolkits/gtk20
        # make -V MTREE_FILE
        /etc/mtree/BSD.x11-4.dist
        # make PREFIX=/tmp/foo -V MTREE_FILE
        /etc/mtree/BSD.local.dist <-- Here...
        ================================
(Only the first 15 lines of the commit message are shown above View all of this commit message)
13 May 2006 05:24:52
Original commit files touched by this commit  1.1.16_2
edwin search for other commits by this committer
Remove USE_REINPLACE from categories starting with T
11 May 2006 18:36:53
Original commit files touched by this commit  1.1.16_2
jylefort search for other commits by this committer
Move the libxslt programming reference to the libxslt-reference port.
04 May 2006 01:45:20
Original commit files touched by this commit  1.1.16_1
marcus search for other commits by this committer
* Fix build on 4.X [1]
* Handle creating and removal of the libxslt-plugins directory [2]

PR:             96707 [1]
Submitted by:   Sven Berkvens-Matthijsse <sven@ilse.net> [1]
Reported by:    pointyhat via kris [2]
02 May 2006 23:40:27
Original commit files touched by this commit  1.1.16
marcus search for other commits by this committer
Update to 1.1.16.
23 Feb 2006 10:40:45
Original commit files touched by this commit  1.1.15_1
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
23 Nov 2005 22:41:05
Original commit files touched by this commit  1.1.15
pav search for other commits by this committer
- Add SHA256 checksums
15 Nov 2005 06:52:12
Original commit files touched by this commit  1.1.15
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
05 Sep 2005 00:37:37
Original commit files touched by this commit  1.1.15
marcus search for other commits by this committer
Update to 1.1.15.
02 Apr 2005 23:45:30
Original commit files touched by this commit  1.1.14
marcus search for other commits by this committer
Update to 1.1.14.
15 Mar 2005 04:20:41
Original commit files touched by this commit  1.1.13
marcus search for other commits by this committer
Update to 1.1.13.
05 Feb 2005 00:01:41
Original commit files touched by this commit  1.1.12_1
pav search for other commits by this committer
- Fix py-libxslt

Reported by:    krismail
12 Jan 2005 07:25:23
Original commit files touched by this commit  1.1.12_1
arved search for other commits by this committer
Chase libgcrypt shared library version of ports with optional
dependency on libgcrypt.

Submitted by:   philip
pointyhat to:   arved
29 Oct 2004 19:58:25
Original commit files touched by this commit  1.1.12
marcus search for other commits by this committer
Update to 1.1.12.
12 Oct 2004 00:58:05
Original commit files touched by this commit  1.1.11
marcus search for other commits by this committer
Update to 1.1.11.
01 Sep 2004 19:51:12
Original commit files touched by this commit  1.1.10
marcus search for other commits by this committer
Update to 1.1.10.
23 Aug 2004 02:32:33
Original commit files touched by this commit  1.1.9
marcus search for other commits by this committer
Update to 1.1.9.
09 Jul 2004 18:43:11
Original commit files touched by this commit  1.1.8_1
marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
06 Jul 2004 04:11:13
Original commit files touched by this commit  1.1.8_1
bland search for other commits by this committer
- Let MAINTAINER and COMMNET variables be overwriten from slave ports.
- Also note that previous commit fixed hier compliance issue.
06 Jul 2004 04:02:16
Original commit files touched by this commit  1.1.8_1
bland search for other commits by this committer
Remove Python bingdings here as they going to be reintroduced in
slave port.

Tested by:      adamw, marcus
06 Jul 2004 00:48:29
Original commit files touched by this commit  1.1.8
marcus search for other commits by this committer
Update to 1.1.8.
19 Apr 2004 07:57:44
Original commit files touched by this commit  1.1.6
marcus search for other commits by this committer
Update to 1.1.6.
02 Apr 2004 18:38:19
Original commit files touched by this commit  1.1.5
marcus search for other commits by this committer
Actually commit the update to 1.1.5.
14 Mar 2004 06:17:56
Original commit files touched by this commit  1.1.4
ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
23 Feb 2004 18:38:03
Original commit files touched by this commit  1.1.4
marcus search for other commits by this committer
* Update to 1.1.4
* Use OPTIONS where feasible
18 Feb 2004 07:30:38
Original commit files touched by this commit  1.1.3
marcus search for other commits by this committer
Update to 1.1.3.
04 Feb 2004 05:10:27
Original commit files touched by this commit  1.1.2_3
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
14 Jan 2004 18:17:59
Original commit files touched by this commit  1.1.2_2
marcus search for other commits by this committer
Properly fix the EXSLT plist issue by making sure we always find xsltproc.
14 Jan 2004 08:03:00
Original commit files touched by this commit  1.1.2_1
marcus search for other commits by this committer
Conditionalize the EXSLT documents on whether or not Python support has
been enabled.

Reported by:    dinoex
11 Jan 2004 06:47:13
Original commit files touched by this commit  1.1.2_1
marcus search for other commits by this committer
Add some missing files to the plist.

Reported by:    adamw
24 Dec 2003 18:16:02
Original commit files touched by this commit  1.1.2
marcus search for other commits by this committer
Update to 1.1.2.
12 Dec 2003 07:54:37
Original commit files touched by this commit  1.1.1
marcus search for other commits by this committer
Update to 1.1.1.
17 Nov 2003 21:27:09
Original commit files touched by this commit  1.1.0_1
marcus search for other commits by this committer
Compile python files on installation.

PR:             59384
Submitted by:   Rui Lopes <rui@ruilopes.com>
04 Nov 2003 18:22:35
Original commit files touched by this commit  1.1.0
marcus search for other commits by this committer
Update to 1.1.0.
18 Sep 2003 07:49:37
Original commit Encoding Errors (not all of the commit message was ASCII) files touched by this commit  1.0.33
marcus search for other commits by this committer
Update to GNOME 2.4.0.  For all the goodies on what's changed, known issues,
future plans, etc., please see http://www.gnome.org/start/2.4/.

This commit represents work done by adamw, bland, and myself as well as
many other contributers:

Koop Mast <einekoai@chello.nl>
Akifyev Sergey <asa@gascom.ru>
Franz Klammer <klammer@webonaut.com>
?yvind Kolbu <oyvind@kebab.gaffel.nu>
Thomas E. Zander <riggs@rrr.de>
Jeremy Messenger <mezz7@cox.net>

Without these contirbuters, and our faithful users, GNOME 2.4.0 would not
be possible.

Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as
general FAQs and documentation (GNOME 2.4 updates to be posted soon).  The
best way to upgrade so that you get all shared library dependencies is:

portupgrade -rf -m BATCH=yes atk
portupgrade -R -m BATCH=yes gnome2

Approved by:    portmgr (kris, will, myself implicitly)
Requested by:   re as well as many other users
10 Aug 2003 18:43:00
Original commit files touched by this commit  1.0.32
adamw search for other commits by this committer
Update to 1.0.32.
16 Jul 2003 06:51:38
Original commit files touched by this commit  1.0.31_1
marcus search for other commits by this committer
Add a dependency on gnometarget to quite a configure warning.
07 Jul 2003 22:18:20
Original commit files touched by this commit  1.0.31_1
adamw search for other commits by this committer
Restore python-related stuff.
07 Jul 2003 21:38:26
Original commit files touched by this commit  1.0.31
adamw search for other commits by this committer
Update to 1.0.31.
05 May 2003 00:32:39
Original commit files touched by this commit  1.0.30
marcus search for other commits by this committer
Update to 1.0.30.
22 Apr 2003 05:42:32
Original commit files touched by this commit  1.0.29
marcus search for other commits by this committer
Convert to new GNOME infrastructure.
20 Apr 2003 20:44:52
Original commit files touched by this commit  1.0.29
marcus search for other commits by this committer
Remove USE_GNOMENG.
04 Apr 2003 08:35:25
Original commit files touched by this commit  1.0.29
marcus search for other commits by this committer
Update to 1.0.29.
01 Mar 2003 08:20:05
Original commit files touched by this commit  1.0.27
marcus search for other commits by this committer
Remove an extraneous file.

Reported by:    Kent Stewart <kstewart@owt.com>
25 Feb 2003 05:14:19
Original commit files touched by this commit  1.0.27
marcus search for other commits by this committer
* Update to 1.0.27
* De-pkg-comment
11 Feb 2003 07:01:20
Original commit files touched by this commit  1.0.26
marcus search for other commits by this committer
Update to 1.0.26.
06 Feb 2003 00:37:15
Original commit files touched by this commit  1.0.25
marcus search for other commits by this committer
Update to 1.0.25.
19 Jan 2003 19:26:51
Original commit files touched by this commit  1.0.24
marcus search for other commits by this committer
Update to 1.0.24.
19 Nov 2002 06:51:49
Original commit files touched by this commit  1.0.23
marcus search for other commits by this committer
Update to 1.0.23.
19 Oct 2002 19:34:17
Original commit files touched by this commit  1.0.22
marcus search for other commits by this committer
Update to 1.0.22.
08 Oct 2002 06:20:05
Original commit files touched by this commit  1.0.21
marcus search for other commits by this committer
Update to 1.0.21.
20 Sep 2002 18:07:51
Original commit files touched by this commit  1.0.20
marcus search for other commits by this committer
GNOME has just changed the layout of their FTP site.  This resulted in
making all the distfiles unfetachable.  Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
18 Sep 2002 20:18:25
Original commit files touched by this commit  1.0.20
seanc search for other commits by this committer
Add tunable to aid in debugging memory problems

Approved by:    knu (mentor) && marcus
24 Aug 2002 09:18:00
Original commit files touched by this commit  1.0.20
marcus search for other commits by this committer
Update to 1.0.20.
13 Jul 2002 01:53:39
Original commit files touched by this commit  1.0.19
marcus search for other commits by this committer
Fix the WWW site.

Submitted by:   Stephane.Lentz@ansf.alcatel.fr
07 Jul 2002 05:35:02
Original commit files touched by this commit  1.0.19
marcus search for other commits by this committer
Update to 1.0.19.
30 May 2002 21:42:19
Original commit files touched by this commit  1.0.18
marcus search for other commits by this committer
Update to 1.0.18.
30 Apr 2002 12:01:04
Original commit files touched by this commit  1.0.17
sobomax search for other commits by this committer
Update to 1.0.17.
26 Apr 2002 11:08:56
Original commit files touched by this commit  1.0.16
sobomax search for other commits by this committer
Use USE_LIBTOOL.
18 Apr 2002 12:31:24
Original commit files touched by this commit  1.0.16
sobomax search for other commits by this committer
Update to 1.0.16.

PR:             37193
Submitted by:   Lev A. Serebryakov <lev@serebryakov.spb.ru>
29 Mar 2002 12:35:51
Original commit files touched by this commit  1.0.15
sobomax search for other commits by this committer
Update to 1.0.15.

PR:             36344
Submitted by:   Lev A. Serebryakov <lev@serebryakov.spb.ru>
11 Mar 2002 19:04:17
Original commit files touched by this commit
sobomax search for other commits by this committer
Update to 1.0.13.
26 Feb 2002 19:02:59
files touched by this commit
sobomax search for other commits by this committer
Update to 1.0.12.    
29 Jan 2002 09:52:43
files touched by this commit
sobomax search for other commits by this committer
Update to 1.0.10.    
20 Dec 2001 10:04:07
files touched by this commit
sobomax search for other commits by this committer
Update to 1.0.9.    
20 Dec 2001 06:19:02
files touched by this commit
sobomax search for other commits by this committer
Backout previous change - it seems that new revision of the patch doesn't  
apply everywhere.    
19 Dec 2001 20:20:23
files touched by this commit
sobomax search for other commits by this committer
Don't filter libc_r on 5-CURRENT.    
06 Dec 2001 12:10:27
files touched by this commit
sobomax search for other commits by this committer
Ensure that xslt.h includes all headers necessary. This should fix  
p5-XML-LibXSLM and possibly other packages. Bump PORTREVISION.    
06 Dec 2001 08:44:07
files touched by this commit
sobomax search for other commits by this committer
Update to 1.0.8.    
03 Dec 2001 11:21:46
files touched by this commit
nik search for other commits by this committer
Add a new patch which fixes a problem where xsltproc will, in some cases,   not
produce any output (!).  This is a major problem when building the   XSL/XML
parts of the web site.  1.0.8 (when it's imported) has the same   problem, the
fix for which is at    
13 Nov 2001 11:09:00
files touched by this commit
sobomax search for other commits by this committer
Update to 1.0.7.    
31 Oct 2001 08:20:45
files touched by this commit
sobomax search for other commits by this committer
Don't link in libc - FreeBSD doesn't need this.    
16 Oct 2001 15:33:19
files touched by this commit
sobomax search for other commits by this committer
Update to 1.0.5.    
19 Sep 2001 12:21:59
files touched by this commit
sobomax search for other commits by this committer
Update to 1.0.4.    
27 Aug 2001 12:33:03
files touched by this commit
sobomax search for other commits by this committer
Update to 1.0.3.    
31 Jul 2001 17:21:22
files touched by this commit
sobomax search for other commits by this committer
Documentation goes into ${PREFIX}/share/doc, not into ${PREFIX}/doc.    
30 Jul 2001 15:38:13
files touched by this commit
sobomax search for other commits by this committer
Update to 1.0.1.    
11 Jul 2001 09:43:32
files touched by this commit
sobomax search for other commits by this committer
Update to 1.0.0.    
18 Jun 2001 20:58:43
files touched by this commit
ade search for other commits by this committer
Update to 0.11.0    
21 May 2001 21:59:07
files touched by this commit
ade search for other commits by this committer
Update to 0.10.0    
11 May 2001 18:36:50
files touched by this commit
ade search for other commits by this committer
SWitch maintainership of core GNOME ports to a small group of   committers
(gnome@FreeBSD.org), since this is now definitely too big   for just one person.
   
07 May 2001 20:44:27
files touched by this commit
ade search for other commits by this committer
Update to 0.9.0    
24 Apr 2001 01:04:46
files touched by this commit
ade search for other commits by this committer
Update to 0.8.0    
23 Apr 2001 16:35:52
files touched by this commit
ade search for other commits by this committer
Update to 0.7.0    
02 Apr 2001 20:15:22
files touched by this commit
ade search for other commits by this committer
Update to 0.5.0    
12 Mar 2001 16:45:42
files touched by this commit
ade search for other commits by this committer
Update libxml2 to 2.3.3 and libxslt to 0.4.0 (updates rely on each other)    
09 Feb 2001 23:19:44
files touched by this commit
ade search for other commits by this committer
Add libxslt, an XSL Transformations (XSLT) library being developed   for the
GNOME project.    

Number of commits found: 100

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
drupal5Mar 08
drupal6Mar 08
sudoMar 01
firefox-devel*Feb 28
firefox3*Feb 28
firefox3-devel*Feb 28
firefox35*Feb 28
linux-firefox*Feb 28
linux-firefox-devel*Feb 28
seamonkey2*Feb 28
thunderbird3*Feb 28
openoffice.org-1.0*Feb 27
openoffice.org-1.1*Feb 27
openoffice.org-1.1-devel*Feb 27
openoffice.org-2*Feb 27

4 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21398
Broken 171
Deprecated 46
Ignore 895
Forbidden 2
Restricted 387
No CDROM 141
Vulnerable 57
Expired 20
Set to expire 33
Interactive 79
new 24 hours 1
new 48 hours2
new 7 days31
new fortnight58
new month94

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.294 seconds.