svn commit: r347522 - in head/textproc: . yelp-tools yelp-xsl

Koop Mast kwm at FreeBSD.org
Sat Mar 8 16:41:48 UTC 2014


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 <kwm at FreeBSD.org>
+# $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 at 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 <bsd.port.mk>

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
+ at dirrm share/yelp-tools/xslt
+ at dirrm share/yelp-tools/templates
+ at 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 <sobomax at FreeBSD.org>
+# $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 at 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 <bsd.port.mk>

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
+ at dirrm share/yelp-xsl/xslt/mallard/html
+ at dirrm share/yelp-xsl/xslt/mallard/common
+ at dirrm share/yelp-xsl/xslt/mallard/cache
+ at dirrm share/yelp-xsl/xslt/mallard
+ at dirrm share/yelp-xsl/xslt/docbook/utils
+ at dirrm share/yelp-xsl/xslt/docbook/omf
+ at dirrm share/yelp-xsl/xslt/docbook/html
+ at dirrm share/yelp-xsl/xslt/docbook/common
+ at dirrm share/yelp-xsl/xslt/docbook
+ at dirrm share/yelp-xsl/xslt/common/domains
+ at dirrm share/yelp-xsl/xslt/common
+ at dirrm share/yelp-xsl/xslt
+ at dirrm share/yelp-xsl/js
+ at dirrm share/yelp-xsl/icons/hicolor/watermarks
+ at dirrm share/yelp-xsl/icons/hicolor/scalable/status
+ at dirrm share/yelp-xsl/icons/hicolor/scalable
+ at dirrm share/yelp-xsl/icons/hicolor/48x48/status
+ at dirrm share/yelp-xsl/icons/hicolor/48x48
+ at dirrm share/yelp-xsl/icons/hicolor/24x24/status
+ at dirrm share/yelp-xsl/icons/hicolor/24x24
+ at dirrm share/yelp-xsl/icons/hicolor
+ at dirrm share/yelp-xsl/icons
+ at dirrm share/yelp-xsl


More information about the svn-ports-all mailing list