svn commit: r371830 - in head/devel: . bsdowl
Baptiste Daroussin
bapt at FreeBSD.org
Fri Oct 31 14:26:19 UTC 2014
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 <michipili at gmail.com>
+# $FreeBSD$
+
+PORTNAME= bsdowl
+PORTVERSION= 2.2.1
+CATEGORIES= devel
+MASTER_SITES= http://github.com/michipili/bsdowl/releases/download/v${PORTVERSION}/
+
+MAINTAINER= michipili at 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 <bsd.port.mk>
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
More information about the svn-ports-all
mailing list