From owner-svn-ports-head@FreeBSD.ORG Fri Oct 31 14:26:19 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0645C8C3; Fri, 31 Oct 2014 14:26:19 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC44B931; Fri, 31 Oct 2014 14:26:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9VEQIP1053536; Fri, 31 Oct 2014 14:26:18 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9VEQHtv053531; Fri, 31 Oct 2014 14:26:17 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410311426.s9VEQHtv053531@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 31 Oct 2014 14:26:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371830 - in head/devel: . bsdowl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Oct 2014 14:26:19 -0000 Author: bapt Date: Fri Oct 31 14:26:16 2014 New Revision: 371830 URL: https://svnweb.freebsd.org/changeset/ports/371830 QAT: https://qat.redports.org/buildarchive/r371830/ Log: BSD Owl Scripts This collection of BSD Make directives aims at providing a highly portable build system targetting modern UNIX systems and supporting common or less command languages. It can already be used to: * Preparation and publication of TeX documents; * Development of TeX macros with NOWEB; * Development of OCaml software; * Maintainance of a FreeBSD workstation configuration files; * Preparation of a static website with ONSGMLS. WWW: https://github.com/michipili/bsdowl PR: 194625 Submitted by: Michael Grünewald Added: head/devel/bsdowl/ head/devel/bsdowl/Makefile (contents, props changed) head/devel/bsdowl/distinfo (contents, props changed) head/devel/bsdowl/pkg-descr (contents, props changed) head/devel/bsdowl/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Oct 31 14:18:42 2014 (r371829) +++ head/devel/Makefile Fri Oct 31 14:26:16 2014 (r371830) @@ -144,6 +144,7 @@ SUBDIR += bpython SUBDIR += bsdbuild SUBDIR += bsdcflow + SUBDIR += bsdowl SUBDIR += bufferpool SUBDIR += bug-buddy SUBDIR += bugzilla44 Added: head/devel/bsdowl/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/bsdowl/Makefile Fri Oct 31 14:26:16 2014 (r371830) @@ -0,0 +1,25 @@ +# Created by: Michael Le Barbier Grünewald +# $FreeBSD$ + +PORTNAME= bsdowl +PORTVERSION= 2.2.1 +CATEGORIES= devel +MASTER_SITES= http://github.com/michipili/bsdowl/releases/download/v${PORTVERSION}/ + +MAINTAINER= michipili@gmail.com +COMMENT= BSD Make macros for TeX, OCaml, noweb and more + +LICENSE= CeCILL-Bv1 +LICENSE_NAME= CeCILL B, Version 1.0 +LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +BUILD_DEPENDS= gm:${PORTSDIR}/graphics/GraphicsMagick +BUILD_DEPENDS= gm:${PORTSDIR}/graphics/GraphicsMagick + +USES= tar:xz + +HAS_CONFIGURE= yes +MAKE_ENV+= MAKEFLAGS=-r + +.include Added: head/devel/bsdowl/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/bsdowl/distinfo Fri Oct 31 14:26:16 2014 (r371830) @@ -0,0 +1,2 @@ +SHA256 (bsdowl-2.2.1.tar.xz) = 269030428efec1a554f7ce038820f218e09523d771875c2ed6b6e7cd0288f4fd +SIZE (bsdowl-2.2.1.tar.xz) = 137432 Added: head/devel/bsdowl/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/bsdowl/pkg-descr Fri Oct 31 14:26:16 2014 (r371830) @@ -0,0 +1,15 @@ +BSD Owl Scripts + +This collection of BSD Make directives aims at providing a highly +portable build system targetting modern UNIX systems and supporting +common or less command languages. + +It can already be used to: + +* Preparation and publication of TeX documents; +* Development of TeX macros with NOWEB; +* Development of OCaml software; +* Maintainance of a FreeBSD workstation configuration files; +* Preparation of a static website with ONSGMLS. + +WWW: https://github.com/michipili/bsdowl Added: head/devel/bsdowl/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/bsdowl/pkg-plist Fri Oct 31 14:26:16 2014 (r371830) @@ -0,0 +1,61 @@ +bin/mp2eps +bin/mp2pdf +bin/mp2png +share/bps/nwlatex.css +share/mk/bps.autoconf.mk +share/mk/bps.clean.mk +share/mk/bps.credentials.mk +share/mk/bps.files.mk +share/mk/bps.init.mk +share/mk/bps.objdir.mk +share/mk/bps.own.mk +share/mk/bps.project.mk +share/mk/bps.subdir.mk +share/mk/bps.usertarget.mk +share/mk/conf.freebsd.mk +share/mk/latex.bibtex.mk +share/mk/latex.doc.mk +share/mk/latex.doc.post.mk +share/mk/latex.doc.pre.mk +share/mk/misc.dotfile.mk +share/mk/misc.elisp.mk +share/mk/misc.script.mk +share/mk/noweb.latex.mk +share/mk/noweb.main.mk +share/mk/ocaml.build.mk +share/mk/ocaml.compile.mk +share/mk/ocaml.depend.mk +share/mk/ocaml.dirs.mk +share/mk/ocaml.find.mk +share/mk/ocaml.init.mk +share/mk/ocaml.lex.mk +share/mk/ocaml.lib.mk +share/mk/ocaml.main.mk +share/mk/ocaml.manual.mk +share/mk/ocaml.meta.mk +share/mk/ocaml.object.mk +share/mk/ocaml.odoc.mk +share/mk/ocaml.pack.mk +share/mk/ocaml.prog.mk +share/mk/ocaml.source.mk +share/mk/ocaml.tools.mk +share/mk/ocaml.toplevel.mk +share/mk/ocaml.yacc.mk +share/mk/tex.device.dvi.mk +share/mk/tex.device.pdf.mk +share/mk/tex.device.ps.mk +share/mk/tex.doc.main.mk +share/mk/tex.doc.mk +share/mk/tex.doc.post.mk +share/mk/tex.doc.pre.mk +share/mk/tex.driver.dvi.mk +share/mk/tex.driver.dvips.mk +share/mk/tex.driver.pdftex.mk +share/mk/tex.files.main.mk +share/mk/tex.files.mk +share/mk/tex.init.mk +share/mk/tex.mpost.mk +share/mk/texmf.init.mk +share/mk/www.files.mk +share/mk/www.sgml.mk +share/texmf/tex/latex/bps/nwlatex.tex