Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Sep 2020 15:01:24 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549448 - in head/textproc: . bibclean bibclean/files
Message-ID:  <202009211501.08LF1Oku074217@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Mon Sep 21 15:01:23 2020
New Revision: 549448
URL: https://svnweb.freebsd.org/changeset/ports/549448

Log:
  Add textproc/bibclean
  
  Bibclean is a prettyprinter, portability verifier, and syntax checker for
  BibTeX bibliography databases.  It can be used to find errors in .bib
  files, as well as to standardize their format for readability and editing
  convenience. It can also be used to convert Scribe-format bibliographies to
  BibTeX form.
  
  WWW: http://ftp.math.utah.edu/pub//bibclean/

Added:
  head/textproc/bibclean/
  head/textproc/bibclean/Makefile   (contents, props changed)
  head/textproc/bibclean/distinfo   (contents, props changed)
  head/textproc/bibclean/files/
  head/textproc/bibclean/files/patch-Makefile.in   (contents, props changed)
  head/textproc/bibclean/pkg-descr   (contents, props changed)
  head/textproc/bibclean/pkg-plist   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Mon Sep 21 14:54:18 2020	(r549447)
+++ head/textproc/Makefile	Mon Sep 21 15:01:23 2020	(r549448)
@@ -68,6 +68,7 @@
     SUBDIR += bg-hyphen
     SUBDIR += bg-mythes
     SUBDIR += bib2html
+    SUBDIR += bibclean
     SUBDIR += bibtex2html
     SUBDIR += bibtool
     SUBDIR += bibutils

Added: head/textproc/bibclean/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/bibclean/Makefile	Mon Sep 21 15:01:23 2020	(r549448)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME=	bibclean
+DISTVERSION=	3.04
+CATEGORIES=	textproc
+MASTER_SITES=	http://ftp.math.utah.edu/pub//bibclean/
+
+MAINTAINER=	0mp@FreeBSD.org
+COMMENT=	Prettyprinter, portability verifier, and syntax checker for BibTeX
+
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+GNU_CONFIGURE=	yes
+
+PLIST_SUB=	VERSION=${DISTVERSION}
+
+.include <bsd.port.mk>

Added: head/textproc/bibclean/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/bibclean/distinfo	Mon Sep 21 15:01:23 2020	(r549448)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1600697423
+SHA256 (bibclean-3.04.tar.gz) = a0ad3655ed7c899e987de99e2ce058fa4407d472e093a19c499d757d5e5af7b0
+SIZE (bibclean-3.04.tar.gz) = 2712015

Added: head/textproc/bibclean/files/patch-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/bibclean/files/patch-Makefile.in	Mon Sep 21 15:01:23 2020	(r549448)
@@ -0,0 +1,29 @@
+--- Makefile.in.orig	2020-09-21 14:24:41 UTC
++++ Makefile.in
+@@ -94,10 +94,10 @@ BIBCLEANNAME	= bibclean
+ prefix		= @prefix@
+ exec_prefix     = ${prefix}
+ 
+-bindir          = ${exec_prefix}/bin
+-srcdir          = @srcdir@
++bindir          = ${DESTDIR}/${exec_prefix}/bin
++srcdir          = ${DESTDIR}/@srcdir@
+ 
+-datarootdir	= @datarootdir@
++datarootdir	= ${DESTDIR}/@datarootdir@
+ datadir		= @datadir@
+ bibcleandir	= ${datadir}/${BIBCLEANNAME}
+ initdir		= ${bibcleandir}/${VERSION}
+@@ -117,10 +117,10 @@ LIBS            = @LIBS@
+ 
+ OPT		=
+ 
+-VPATH           = @srcdir@
++VPATH           = ${DESTDIR}/@srcdir@
+ 
+ ### Where to install the manual pages.
+-mandir          = ${prefix}/man/man1
++mandir          = ${DESTDIR}${prefix}/share/man/man1
+ ### Extension (not including `.') for the installed manual page filenames.
+ manext          = 1
+ 

Added: head/textproc/bibclean/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/bibclean/pkg-descr	Mon Sep 21 15:01:23 2020	(r549448)
@@ -0,0 +1,6 @@
+Bibclean is a prettyprinter, portability verifier, and syntax checker for
+BibTeX bibliography databases.  It can be used to find errors in .bib files, as
+well as to standardize their format for readability and editing convenience. It
+can also be used to convert Scribe-format bibliographies to BibTeX form.
+
+WWW: http://ftp.math.utah.edu/pub//bibclean/

Added: head/textproc/bibclean/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/bibclean/pkg-plist	Mon Sep 21 15:01:23 2020	(r549448)
@@ -0,0 +1,7 @@
+bin/bibclean
+bin/bibclean-%%VERSION%%
+share/man/man1/bibclean.1.gz
+share/man/man1/bibclean-%%VERSION%%.1.gz
+%%DATADIR%%/%%VERSION%%/bibclean.ini
+%%DATADIR%%/%%VERSION%%/bibclean.isbn
+%%DATADIR%%/%%VERSION%%/bibclean.key



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009211501.08LF1Oku074217>