# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= libxslt VERSION= 1.1.39 KEYWORDS= textproc VARIANTS= standard SDESC[standard]= XSLT C library for GNOME HOMEPAGE= http://xmlsoft.org/XSLT/ CONTACT= nobody DOWNLOAD_GROUPS= main SITES[main]= GNOME/libxslt/1.1 DISTFILE[1]= libxslt-1.1.39.tar.xz:main DIST_SUBDIR= gnome2 DF_INDEX= 1 SPKGS[standard]= complete primary dev man OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none BUILD_DEPENDS= libgcrypt:dev:standard BUILDRUN_DEPENDS= libgcrypt:primary:standard USES= cpe gmake libtool pkgconfig iconv:build mbsdfix GNOME_COMPONENTS= libxml2 LICENSE= MIT:primary LICENSE_FILE= MIT:{{WRKSRC}}/COPYING LICENSE_SCHEME= solo CPE_VENDOR= xmlsoft FPC_EQUIVALENT= textproc/libxslt MUST_CONFIGURE= gnu CONFIGURE_ARGS= --with-html-dir={{PREFIX}}/share/doc --with-crypto --without-python --enable-static INSTALL_TARGET= install-strip INSTALL_REQ_TOOLCHAIN= yes SOVERSION= 1.1.39 PLIST_SUB= EXSLTSOVERSION=0.8.21 EXSLTSOMAJOR=0 post-install: # docs are disabled via patch ${INSTALL_MAN} ${WRKSRC}/doc/xsltproc.1 \ ${STAGEDIR}${MANPREFIX}/man/man1/ [FILE:462:descriptions/desc.primary] 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. [FILE:107:distinfo] 2a20ad621148339b0759c4d4e96719362dee64c9a096dbba625ba053846349f0 1578216 gnome2/libxslt-1.1.39.tar.xz [FILE:183:manifests/plist.primary] bin/ xslt-config xsltproc lib/ libexslt.so.%%EXSLTSOMAJOR%% libexslt.so.%%EXSLTSOVERSION%% libxslt.so.%%SOMAJOR%% libxslt.so.%%SOVERSION%% xsltConf.sh @dir lib/libxslt-plugins [FILE:522:manifests/plist.dev] include/libexslt/ exslt.h exsltconfig.h exsltexports.h include/libxslt/ attributes.h documents.h extensions.h extra.h functions.h imports.h keys.h namespaces.h numbersInternals.h pattern.h preproc.h security.h templates.h transform.h variables.h xslt.h xsltInternals.h xsltconfig.h xsltexports.h xsltlocale.h xsltutils.h lib/ libexslt.a libexslt.so libxslt.a libxslt.so lib/cmake/libxslt/ FindGcrypt.cmake libxslt-config.cmake lib/pkgconfig/ libexslt.pc libxslt.pc share/aclocal/libxslt.m4 [FILE:74:manifests/plist.man] share/man/man1/xsltproc.1.gz share/man/man3/ libexslt.3.gz libxslt.3.gz [FILE:507:patches/patch-Makefile.in] --- Makefile.in.orig 2023-11-16 12:58:36 UTC +++ Makefile.in @@ -435,8 +435,8 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = libxslt libexslt xsltproc doc tests $(am__append_1) -DIST_SUBDIRS = libxslt libexslt xsltproc python doc tests +SUBDIRS = libxslt libexslt xsltproc $(am__append_1) +DIST_SUBDIRS = libxslt libexslt xsltproc python confexecdir = $(libdir) confexec_DATA = xsltConf.sh bin_SCRIPTS = xslt-config [FILE:610:patches/patch-python_Makefile.in] --- python/Makefile.in.orig 2023-11-16 12:58:36 UTC +++ python/Makefile.in @@ -137,8 +137,8 @@ am__installdirs = "$(DESTDIR)$(pyexecdir LTLIBRARIES = $(pyexec_LTLIBRARIES) am__DEPENDENCIES_1 = @WITH_PYTHON_TRUE@libxsltmod_la_DEPENDENCIES = \ -@WITH_PYTHON_TRUE@ $(top_builddir)/libxslt/libxslt.la \ -@WITH_PYTHON_TRUE@ $(top_builddir)/libexslt/libexslt.la \ +@WITH_PYTHON_TRUE@ -lxslt \ +@WITH_PYTHON_TRUE@ -lexslt \ @WITH_PYTHON_TRUE@ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) am__libxsltmod_la_SOURCES_DIST = libxslt.c types.c @WITH_PYTHON_TRUE@am_libxsltmod_la_OBJECTS = libxsltmod_la-libxslt.lo \