svn commit: r569278 - in head/textproc: . halibut halibut/files

Yuri Victorovich yuri at FreeBSD.org
Fri Mar 26 23:27:33 UTC 2021


Author: yuri
Date: Fri Mar 26 23:27:31 2021
New Revision: 569278
URL: https://svnweb.freebsd.org/changeset/ports/569278

Log:
  New port: textproc/halibut: Free document preparation system

Added:
  head/textproc/halibut/
  head/textproc/halibut/Makefile   (contents, props changed)
  head/textproc/halibut/distinfo   (contents, props changed)
  head/textproc/halibut/files/
  head/textproc/halibut/files/patch-Makefile   (contents, props changed)
  head/textproc/halibut/files/patch-doc_Makefile   (contents, props changed)
  head/textproc/halibut/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Fri Mar 26 23:16:54 2021	(r569277)
+++ head/textproc/Makefile	Fri Mar 26 23:27:31 2021	(r569278)
@@ -252,6 +252,7 @@
     SUBDIR += gu-aspell
     SUBDIR += gutenmark
     SUBDIR += gv-aspell
+    SUBDIR += halibut
     SUBDIR += heirloom-doctools
     SUBDIR += hevea
     SUBDIR += hhm

Added: head/textproc/halibut/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/halibut/Makefile	Fri Mar 26 23:27:31 2021	(r569278)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	halibut
+DISTVERSION=	1.2
+CATEGORIES=	textproc
+MASTER_SITES=	https://www.chiark.greenend.org.uk/~sgtatham/halibut/halibut-${DISTVERSION}/
+
+MAINTAINER=	yuri at FreeBSD.org
+COMMENT=	Free document preparation system
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENCE
+
+USES=		gmake perl5
+
+PLIST_FILES=	bin/halibut \
+		man/man1/halibut.1.gz
+
+.include <bsd.port.mk>

Added: head/textproc/halibut/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/halibut/distinfo	Fri Mar 26 23:27:31 2021	(r569278)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1616800039
+SHA256 (halibut-1.2.tar.gz) = 1aedfb6240f27190c36a390fcac9ce732edbdbaa31c85ee675b994e2b083163f
+SIZE (halibut-1.2.tar.gz) = 991975

Added: head/textproc/halibut/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/halibut/files/patch-Makefile	Fri Mar 26 23:27:31 2021	(r569278)
@@ -0,0 +1,13 @@
+--- Makefile.orig	2017-05-15 07:49:44 UTC
++++ Makefile
+@@ -120,8 +120,8 @@ clean::
+ 
+ install:
+ 	mkdir -p $(prefix) $(bindir)
+-	$(INSTALL) -m 755 halibut $(bindir)/halibut
+-	$(MAKE) -C ../doc install prefix="$(prefix)" INSTALL="$(INSTALL)"
++	$(INSTALL) -m 755 halibut $(DESTDIR)$(bindir)/halibut
++	$(MAKE) -C ../doc install prefix="$(DESTDIR)$(prefix)" INSTALL="$(INSTALL)"
+ 
+ FORCE: # phony target to force version.o to be rebuilt every time
+ 

Added: head/textproc/halibut/files/patch-doc_Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/halibut/files/patch-doc_Makefile	Fri Mar 26 23:27:31 2021	(r569278)
@@ -0,0 +1,11 @@
+--- doc/Makefile.orig	2021-03-26 23:12:34 UTC
++++ doc/Makefile
+@@ -16,7 +16,7 @@ index.html: $(INPUTS) $(HALIBUT)
+ halibut.1: manpage.but
+ 	$(HALIBUT) --man=halibut.1 manpage.but
+ 
+-install:
++install: halibut.1
+ 	mkdir -p $(man1dir)
+ 	$(INSTALL) -m 644 halibut.1 $(man1dir)/halibut.1
+ 

Added: head/textproc/halibut/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/halibut/pkg-descr	Fri Mar 26 23:27:31 2021	(r569278)
@@ -0,0 +1,5 @@
+Halibut is a documentation production system, with elements similar to TeX,
+debiandoc-sgml, TeXinfo, and others. It is primarily targeted at people
+producing software manuals.
+
+WWW: https://www.chiark.greenend.org.uk/~sgtatham/halibut/


More information about the svn-ports-all mailing list