Download and Install xmlsec version 1.2.9 on Mac OS X
Thursday the 3rd of July, 2008

    xmlsec  most recent diff


      View the most recent changes for the xmlsec port at: xmlsec.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for xmlsec.
      The raw portfile for xmlsec 1.2.9 is located here:
      http://xmlsec.darwinports.com/dports/security/xmlsec/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/xmlsec
      Google
      Web Darwinports.com



      # $Id: Portfile 33301 2008-01-23 10:58:09Z ryandesign macports.org $

      PortSystem 1.0

      Name: xmlsec
      Version: 1.2.9
      revision 1
      Category: security textproc devel
      Platform: darwin
      Maintainers: nomaintainer
      Description: XML Security Library is a C library based on LibXML2.
      Long Description: XML Security Library is a C library based on LibXML2. The library supports major XML security standards. XML Signature, XML Encryption, Canonical XML and Exclusive Canonical XML.

      Homepage: http://www.aleksey.com/xmlsec/
      master_sites ${homepage}/download/ ftp://ftp.xmlsoft.org/xmlsec/releases/
      distname xmlsec1-${version}
      checksums md5 b378a076708766966724aaeba09e4607
      patchfiles patch-configure

      depends_lib port:libxml2 port:libxslt port:openssl port:libiconv port:zlib

      configure.args --with-libxml=${prefix} --with-libxslt=${prefix} --with-openssl=${prefix} --mandir=${prefix}/share/man

      test.run yes
      test.target check

      platform darwin 7 {
      build.env MACOSX_DEPLOYMENT_TARGET=10.3
      }

      platform darwin 8 {
      build.env MACOSX_DEPLOYMENT_TARGET=10.4
      }


    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/xmlsec
      % sudo port install xmlsec
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching xmlsec
      ---> Verifying checksum for xmlsec
      ---> Extracting xmlsec
      ---> Configuring xmlsec
      ---> Building xmlsec with target all
      ---> Staging xmlsec into destroot
      ---> Installing xmlsec
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using xmlsec with these commands:
      %  man xmlsec
      % apropos xmlsec
      % which xmlsec
      % locate xmlsec

     Where to find more information:

    Darwin Ports



    image test