aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-06-29 16:15:41 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-06-29 16:15:41 +0000
commit106801224949922e28ffbac0c560238b5f9b82a0 (patch)
treee709d30e12e7171e16b8444546219bbdda89e82a /textproc
parent6797f8fd929dad303ff3a325787c8587ab081b3b (diff)
downloadports-106801224949922e28ffbac0c560238b5f9b82a0.tar.gz
ports-106801224949922e28ffbac0c560238b5f9b82a0.zip
Update to 6.10
- Add LICENSE_FILE - Update header of patch files - Reformat pkg-descr - Update WWW - Take maintainership Changes: https://sourceforge.net/p/bibutils/home/history_version6/
Notes
Notes: svn path=/head/; revision=540789
Diffstat (limited to 'textproc')
-rw-r--r--textproc/bibutils/Makefile12
-rw-r--r--textproc/bibutils/distinfo6
-rw-r--r--textproc/bibutils/files/patch-Makefile_start6
-rw-r--r--textproc/bibutils/files/patch-configure6
-rw-r--r--textproc/bibutils/pkg-descr14
-rw-r--r--textproc/bibutils/pkg-plist21
6 files changed, 41 insertions, 24 deletions
diff --git a/textproc/bibutils/Makefile b/textproc/bibutils/Makefile
index b5ddd7a6297c..fe868918b048 100644
--- a/textproc/bibutils/Makefile
+++ b/textproc/bibutils/Makefile
@@ -1,28 +1,24 @@
# $FreeBSD$
PORTNAME= bibutils
-PORTVERSION= 6.7
+PORTVERSION= 6.10
CATEGORIES= textproc
MASTER_SITES= SF/${PORTNAME}/
DISTNAME= ${PORTNAME}_${PORTVERSION}
EXTRACT_SUFX= _src.tgz
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Program set interconverts between various bibliography formats
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/Copying
USES= gmake
HAS_CONFIGURE= yes
TEST_TARGET= test
-BINARIES= bib2xml bibdiff biblatex2xml copac2xml ebi2xml end2xml endx2xml \
- isi2xml med2xml modsclean nbib2xml ris2xml wordbib2xml xml2ads \
- xml2bib xml2end xml2isi xml2nbib xml2ris xml2wordbib
-PLIST_FILES= ${BINARIES:S,^,bin/,}
-
post-install:
- cd ${STAGEDIR}${PREFIX}/bin && ${STRIP_CMD} ${BINARIES}
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
.include <bsd.port.mk>
diff --git a/textproc/bibutils/distinfo b/textproc/bibutils/distinfo
index 66e7996a4ec4..11796dfe8530 100644
--- a/textproc/bibutils/distinfo
+++ b/textproc/bibutils/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1547435456
-SHA256 (bibutils_6.7_src.tgz) = 02a12b86ae5f1c4991d625aa4d982418bdfb4a8b5855ce1c0dd38a6436ac4c1c
-SIZE (bibutils_6.7_src.tgz) = 580792
+TIMESTAMP = 1593333046
+SHA256 (bibutils_6.10_src.tgz) = 8656c042fa1371443aa4e1a58bcab5fcea0b236eb39182e4004fc348ce56e496
+SIZE (bibutils_6.10_src.tgz) = 590002
diff --git a/textproc/bibutils/files/patch-Makefile_start b/textproc/bibutils/files/patch-Makefile_start
index 244e7411949f..78b7ac6e5f38 100644
--- a/textproc/bibutils/files/patch-Makefile_start
+++ b/textproc/bibutils/files/patch-Makefile_start
@@ -1,6 +1,6 @@
---- ./Makefile_start.orig 2014-01-25 23:16:40.000000000 +0000
-+++ ./Makefile_start 2014-01-25 23:19:20.000000000 +0000
-@@ -75,7 +75,7 @@
+--- Makefile_start.orig 2020-03-23 18:53:54 UTC
++++ Makefile_start
+@@ -80,7 +80,7 @@ install: all FORCE
$(MAKE) -C bin \
EXEEXT=$(EXEEXT) \
PROGSIN="$(PROGRAMS)" \
diff --git a/textproc/bibutils/files/patch-configure b/textproc/bibutils/files/patch-configure
index 6fdb81b4579b..7a5d1167d7df 100644
--- a/textproc/bibutils/files/patch-configure
+++ b/textproc/bibutils/files/patch-configure
@@ -1,6 +1,6 @@
---- ./configure.orig 2013-05-28 05:21:47.000000000 +0000
-+++ ./configure 2014-01-25 23:16:40.000000000 +0000
-@@ -247,7 +247,7 @@
+--- configure.orig 2020-03-23 18:53:54 UTC
++++ configure
+@@ -263,7 +263,7 @@ elif [ "$type" = "NetBSD" ] ; then
RANLIB='ranlib'
POSTFIX='_netbsd'
elif [ "$type" = "FreeBSD" ] ; then
diff --git a/textproc/bibutils/pkg-descr b/textproc/bibutils/pkg-descr
index b91ce0091214..52a564fc67cc 100644
--- a/textproc/bibutils/pkg-descr
+++ b/textproc/bibutils/pkg-descr
@@ -1,8 +1,8 @@
-The bibutils program set interconverts between various bibliography
-formats using a common MODS-format XML intermediate. For example, one
-can convert RIS-format files to Bibtex by doing two transformations:
-RIS->MODS->Bibtex. By using a common intermediate for N formats, only 2N
-programs are required and not N^2-N. These programs operate on the
-command line and are styled after standard UNIX-like filters.
+The bibutils program set interconverts between various bibliography formats
+using a common MODS-format XML intermediate. For example, one can convert
+RIS-format files to Bibtex by doing two transformations: RIS->MODS->Bibtex. By
+using a common intermediate for N formats, only 2N programs are required and not
+N^2-N. These programs operate on the command line and are styled after standard
+UNIX-like filters.
-WWW: http://sourceforge.net/p/bibutils/home/Bibutils/
+WWW: https://sourceforge.net/projects/bibutils/
diff --git a/textproc/bibutils/pkg-plist b/textproc/bibutils/pkg-plist
new file mode 100644
index 000000000000..25ed1e8e3f0d
--- /dev/null
+++ b/textproc/bibutils/pkg-plist
@@ -0,0 +1,21 @@
+bin/bib2xml
+bin/bibdiff
+bin/biblatex2xml
+bin/copac2xml
+bin/ebi2xml
+bin/end2xml
+bin/endx2xml
+bin/isi2xml
+bin/med2xml
+bin/modsclean
+bin/nbib2xml
+bin/ris2xml
+bin/wordbib2xml
+bin/xml2ads
+bin/xml2bib
+bin/xml2biblatex
+bin/xml2end
+bin/xml2isi
+bin/xml2nbib
+bin/xml2ris
+bin/xml2wordbib