From owner-svn-ports-all@FreeBSD.ORG Sat Mar 8 16:41:47 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F0476D20; Sat, 8 Mar 2014 16:41:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DBB0B212; Sat, 8 Mar 2014 16:41:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s28Gfl8P033192; Sat, 8 Mar 2014 16:41:47 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s28Gfkmb033180; Sat, 8 Mar 2014 16:41:46 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201403081641.s28Gfkmb033180@svn.freebsd.org> From: Koop Mast Date: Sat, 8 Mar 2014 16:41:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347522 - in head/textproc: . yelp-tools yelp-xsl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Mar 2014 16:41:48 -0000 Author: kwm Date: Sat Mar 8 16:41:45 2014 New Revision: 347522 URL: http://svnweb.freebsd.org/changeset/ports/347522 QAT: https://qat.redports.org/buildarchive/r347522/ Log: Add: yelp-tools: Utilities to help manage documentation for Yelp and the web yelp-xsl: DocBook XSLT stylesheets for yelp Obtained from: GNOME dev repo Added: head/textproc/yelp-tools/ head/textproc/yelp-tools/Makefile (contents, props changed) head/textproc/yelp-tools/distinfo (contents, props changed) head/textproc/yelp-tools/pkg-descr (contents, props changed) head/textproc/yelp-tools/pkg-plist (contents, props changed) head/textproc/yelp-xsl/ head/textproc/yelp-xsl/Makefile (contents, props changed) head/textproc/yelp-xsl/distinfo (contents, props changed) head/textproc/yelp-xsl/pkg-descr (contents, props changed) head/textproc/yelp-xsl/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sat Mar 8 16:39:01 2014 (r347521) +++ head/textproc/Makefile Sat Mar 8 16:41:45 2014 (r347522) @@ -1540,6 +1540,8 @@ SUBDIR += yamcha SUBDIR += yaml-mode.el SUBDIR += yaml-mode.el-emacs21 + SUBDIR += yelp-tools + SUBDIR += yelp-xsl SUBDIR += yi-aspell SUBDIR += yi-hunspell SUBDIR += yodl Added: head/textproc/yelp-tools/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/yelp-tools/Makefile Sat Mar 8 16:41:45 2014 (r347522) @@ -0,0 +1,24 @@ +# Created by: Koop Mast +# $FreeBSD$ +# $MCom: ports/trunk/textproc/yelp-tools/Makefile 18972 2014-01-16 21:18:10Z kwm $ + +PORTNAME= yelp-tools +PORTVERSION= 3.6.1 +CATEGORIES= textproc gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome3 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Utilities to help manage documentation for Yelp and the web + +BUILD_DEPENDS= yelp-xsl>=3.1.5:${PORTSDIR}/textproc/yelp-xsl \ + itstool:${PORTSDIR}/textproc/itstool + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_GNOME= gnomeprefix intlhack libxml2 libxslt +GNU_CONFIGURE= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +.include Added: head/textproc/yelp-tools/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/yelp-tools/distinfo Sat Mar 8 16:41:45 2014 (r347522) @@ -0,0 +1,2 @@ +SHA256 (gnome3/yelp-tools-3.6.1.tar.xz) = 5226e8245bb87f10e485aa65f5bf18d9e4fb5ef82f2e3c3734dd91bdf6f5c19a +SIZE (gnome3/yelp-tools-3.6.1.tar.xz) = 196812 Added: head/textproc/yelp-tools/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/yelp-tools/pkg-descr Sat Mar 8 16:41:45 2014 (r347522) @@ -0,0 +1,6 @@ +yelp-tools is a collection of scripts and build utilities to help create, +manage, and publish documentation for Yelp and the web. Most of the heavy +lifting is done by packages like yelp-xsl and itstool. This package just +wraps things up in a developer-friendly way. + +WWW: https://wiki.gnome.org/Apps/Yelp/Tools Added: head/textproc/yelp-tools/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/yelp-tools/pkg-plist Sat Mar 8 16:41:45 2014 (r347522) @@ -0,0 +1,14 @@ +bin/yelp-build +bin/yelp-check +bin/yelp-new +share/aclocal/yelp.m4 +share/yelp-tools/templates/task.page +share/yelp-tools/xslt/comments.xsl +share/yelp-tools/xslt/mal-epub.xsl +share/yelp-tools/xslt/mal-ncx.xsl +share/yelp-tools/xslt/mal-opf.xsl +share/yelp-tools/xslt/mal-rng.xsl +share/yelp-tools/xslt/mal-status.xsl +@dirrm share/yelp-tools/xslt +@dirrm share/yelp-tools/templates +@dirrm share/yelp-tools Added: head/textproc/yelp-xsl/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/yelp-xsl/Makefile Sat Mar 8 16:41:45 2014 (r347522) @@ -0,0 +1,23 @@ +# Created by: Maxim Sobolev +# $FreeBSD$ +# $MCom: ports/trunk/textproc/yelp-xsl/Makefile 18972 2014-01-16 21:18:10Z kwm $ + +PORTNAME= yelp-xsl +PORTVERSION= 3.6.1 +CATEGORIES= textproc gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome3 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= DocBook XSLT stylesheets for yelp + +BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool + +USE_XZ= yes +USES= gettext gmake pathfix pkgconfig +USE_GNOME= gnomeprefix intlhack libxml2 libxslt +GNU_CONFIGURE= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +.include Added: head/textproc/yelp-xsl/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/yelp-xsl/distinfo Sat Mar 8 16:41:45 2014 (r347522) @@ -0,0 +1,2 @@ +SHA256 (gnome3/yelp-xsl-3.6.1.tar.xz) = 9cac9770d6ace354f3e56a2e60933bb0cd894a4263a3bf1db6e8900f86f8cdd6 +SIZE (gnome3/yelp-xsl-3.6.1.tar.xz) = 589500 Added: head/textproc/yelp-xsl/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/yelp-xsl/pkg-descr Sat Mar 8 16:41:45 2014 (r347522) @@ -0,0 +1,3 @@ +DocBook XSLT stylesheets for yelp. + +WWW: http://www.gnome.org/ Added: head/textproc/yelp-xsl/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/yelp-xsl/pkg-plist Sat Mar 8 16:41:45 2014 (r347522) @@ -0,0 +1,144 @@ +libdata/pkgconfig/yelp-xsl.pc +share/yelp-xsl/icons/hicolor/24x24/status/yelp-note-bug.png +share/yelp-xsl/icons/hicolor/24x24/status/yelp-note-important.png +share/yelp-xsl/icons/hicolor/24x24/status/yelp-note-tip.png +share/yelp-xsl/icons/hicolor/24x24/status/yelp-note-warning.png +share/yelp-xsl/icons/hicolor/24x24/status/yelp-note.png +share/yelp-xsl/icons/hicolor/48x48/status/yelp-note-bug.png +share/yelp-xsl/icons/hicolor/48x48/status/yelp-note-important.png +share/yelp-xsl/icons/hicolor/48x48/status/yelp-note-tip.png +share/yelp-xsl/icons/hicolor/48x48/status/yelp-note-warning.png +share/yelp-xsl/icons/hicolor/48x48/status/yelp-note.png +share/yelp-xsl/icons/hicolor/48x48/status/yelp-quote-00AB.png +share/yelp-xsl/icons/hicolor/48x48/status/yelp-quote-00BB.png +share/yelp-xsl/icons/hicolor/48x48/status/yelp-quote-201C.png +share/yelp-xsl/icons/hicolor/48x48/status/yelp-quote-201D.png +share/yelp-xsl/icons/hicolor/48x48/status/yelp-quote-201E.png +share/yelp-xsl/icons/hicolor/scalable/status/yelp-note-bug.svg +share/yelp-xsl/icons/hicolor/scalable/status/yelp-note-important.svg +share/yelp-xsl/icons/hicolor/scalable/status/yelp-note-tip.svg +share/yelp-xsl/icons/hicolor/scalable/status/yelp-note-warning.svg +share/yelp-xsl/icons/hicolor/scalable/status/yelp-note.svg +share/yelp-xsl/icons/hicolor/watermarks/yelp-code-python.png +share/yelp-xsl/icons/hicolor/watermarks/yelp-code.png +share/yelp-xsl/js/jquery.js +share/yelp-xsl/js/jquery.syntax.brush.apache.js +share/yelp-xsl/js/jquery.syntax.brush.applescript.js +share/yelp-xsl/js/jquery.syntax.brush.assembly.js +share/yelp-xsl/js/jquery.syntax.brush.bash-script.js +share/yelp-xsl/js/jquery.syntax.brush.bash.js +share/yelp-xsl/js/jquery.syntax.brush.basic.js +share/yelp-xsl/js/jquery.syntax.brush.clang.js +share/yelp-xsl/js/jquery.syntax.brush.csharp.js +share/yelp-xsl/js/jquery.syntax.brush.css.js +share/yelp-xsl/js/jquery.syntax.brush.diff.js +share/yelp-xsl/js/jquery.syntax.brush.go.js +share/yelp-xsl/js/jquery.syntax.brush.haskell.js +share/yelp-xsl/js/jquery.syntax.brush.html.js +share/yelp-xsl/js/jquery.syntax.brush.io.js +share/yelp-xsl/js/jquery.syntax.brush.java.js +share/yelp-xsl/js/jquery.syntax.brush.javascript.js +share/yelp-xsl/js/jquery.syntax.brush.kai.js +share/yelp-xsl/js/jquery.syntax.brush.lisp.js +share/yelp-xsl/js/jquery.syntax.brush.lua.js +share/yelp-xsl/js/jquery.syntax.brush.ocaml.js +share/yelp-xsl/js/jquery.syntax.brush.ooc.js +share/yelp-xsl/js/jquery.syntax.brush.pascal.js +share/yelp-xsl/js/jquery.syntax.brush.perl5.js +share/yelp-xsl/js/jquery.syntax.brush.php-script.js +share/yelp-xsl/js/jquery.syntax.brush.php.js +share/yelp-xsl/js/jquery.syntax.brush.plain.js +share/yelp-xsl/js/jquery.syntax.brush.protobuf.js +share/yelp-xsl/js/jquery.syntax.brush.python.js +share/yelp-xsl/js/jquery.syntax.brush.ruby.js +share/yelp-xsl/js/jquery.syntax.brush.scala.js +share/yelp-xsl/js/jquery.syntax.brush.smalltalk.js +share/yelp-xsl/js/jquery.syntax.brush.sql.js +share/yelp-xsl/js/jquery.syntax.brush.super-collider.js +share/yelp-xsl/js/jquery.syntax.brush.xml.js +share/yelp-xsl/js/jquery.syntax.brush.yaml.js +share/yelp-xsl/js/jquery.syntax.core.js +share/yelp-xsl/js/jquery.syntax.js +share/yelp-xsl/js/jquery.syntax.layout.yelp.js +share/yelp-xsl/xslt/common/color.xsl +share/yelp-xsl/xslt/common/domains/yelp-xsl.xml +share/yelp-xsl/xslt/common/html.xsl +share/yelp-xsl/xslt/common/icons.xsl +share/yelp-xsl/xslt/common/l10n.xsl +share/yelp-xsl/xslt/common/l10n-numbers.xsl +share/yelp-xsl/xslt/common/ttml.xsl +share/yelp-xsl/xslt/common/utils.xsl +share/yelp-xsl/xslt/docbook/common/db-chunk.xsl +share/yelp-xsl/xslt/docbook/common/db-common.xsl +share/yelp-xsl/xslt/docbook/common/db-title.xsl +share/yelp-xsl/xslt/docbook/common/db-xref.xsl +share/yelp-xsl/xslt/docbook/html/db2html-bibliography.xsl +share/yelp-xsl/xslt/docbook/html/db2html-block.xsl +share/yelp-xsl/xslt/docbook/html/db2html-callout.xsl +share/yelp-xsl/xslt/docbook/html/db2html-classsynopsis.xsl +share/yelp-xsl/xslt/docbook/html/db2html-cmdsynopsis.xsl +share/yelp-xsl/xslt/docbook/html/db2html-css.xsl +share/yelp-xsl/xslt/docbook/html/db2html-division.xsl +share/yelp-xsl/xslt/docbook/html/db2html-ebnf.xsl +share/yelp-xsl/xslt/docbook/html/db2html-footnote.xsl +share/yelp-xsl/xslt/docbook/html/db2html-funcsynopsis.xsl +share/yelp-xsl/xslt/docbook/html/db2html-index.xsl +share/yelp-xsl/xslt/docbook/html/db2html-inline.xsl +share/yelp-xsl/xslt/docbook/html/db2html-l10n.xsl +share/yelp-xsl/xslt/docbook/html/db2html-links.xsl +share/yelp-xsl/xslt/docbook/html/db2html-list.xsl +share/yelp-xsl/xslt/docbook/html/db2html-media.xsl +share/yelp-xsl/xslt/docbook/html/db2html-refentry.xsl +share/yelp-xsl/xslt/docbook/html/db2html-suppressed.xsl +share/yelp-xsl/xslt/docbook/html/db2html-table.xsl +share/yelp-xsl/xslt/docbook/html/db2html-xref.xsl +share/yelp-xsl/xslt/docbook/html/db2html.xsl +share/yelp-xsl/xslt/docbook/html/db2xhtml.xsl +share/yelp-xsl/xslt/docbook/omf/db2omf.xsl +share/yelp-xsl/xslt/docbook/utils/chunks.xsl +share/yelp-xsl/xslt/docbook/utils/credits.xsl +share/yelp-xsl/xslt/docbook/utils/figures.xsl +share/yelp-xsl/xslt/docbook/utils/graphics.xsl +share/yelp-xsl/xslt/docbook/utils/ids.xsl +share/yelp-xsl/xslt/mallard/cache/mal-cache.xsl +share/yelp-xsl/xslt/mallard/common/mal-gloss.xsl +share/yelp-xsl/xslt/mallard/common/mal-if.xsl +share/yelp-xsl/xslt/mallard/common/mal-link.xsl +share/yelp-xsl/xslt/mallard/common/mal-sort.xsl +share/yelp-xsl/xslt/mallard/html/mal2html-api.xsl +share/yelp-xsl/xslt/mallard/html/mal2html-block.xsl +share/yelp-xsl/xslt/mallard/html/mal2html-facets.xsl +share/yelp-xsl/xslt/mallard/html/mal2html-gloss.xsl +share/yelp-xsl/xslt/mallard/html/mal2html-inline.xsl +share/yelp-xsl/xslt/mallard/html/mal2html-links.xsl +share/yelp-xsl/xslt/mallard/html/mal2html-list.xsl +share/yelp-xsl/xslt/mallard/html/mal2html-media.xsl +share/yelp-xsl/xslt/mallard/html/mal2html-page.xsl +share/yelp-xsl/xslt/mallard/html/mal2html-svg.xsl +share/yelp-xsl/xslt/mallard/html/mal2html-table.xsl +share/yelp-xsl/xslt/mallard/html/mal2html-ui.xsl +share/yelp-xsl/xslt/mallard/html/mal2html.xsl +share/yelp-xsl/xslt/mallard/html/mal2xhtml.xsl +@dirrm share/yelp-xsl/xslt/mallard/html +@dirrm share/yelp-xsl/xslt/mallard/common +@dirrm share/yelp-xsl/xslt/mallard/cache +@dirrm share/yelp-xsl/xslt/mallard +@dirrm share/yelp-xsl/xslt/docbook/utils +@dirrm share/yelp-xsl/xslt/docbook/omf +@dirrm share/yelp-xsl/xslt/docbook/html +@dirrm share/yelp-xsl/xslt/docbook/common +@dirrm share/yelp-xsl/xslt/docbook +@dirrm share/yelp-xsl/xslt/common/domains +@dirrm share/yelp-xsl/xslt/common +@dirrm share/yelp-xsl/xslt +@dirrm share/yelp-xsl/js +@dirrm share/yelp-xsl/icons/hicolor/watermarks +@dirrm share/yelp-xsl/icons/hicolor/scalable/status +@dirrm share/yelp-xsl/icons/hicolor/scalable +@dirrm share/yelp-xsl/icons/hicolor/48x48/status +@dirrm share/yelp-xsl/icons/hicolor/48x48 +@dirrm share/yelp-xsl/icons/hicolor/24x24/status +@dirrm share/yelp-xsl/icons/hicolor/24x24 +@dirrm share/yelp-xsl/icons/hicolor +@dirrm share/yelp-xsl/icons +@dirrm share/yelp-xsl