aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2023-12-02 13:32:28 +0000
committerRene Ladan <rene@FreeBSD.org>2023-12-02 13:32:28 +0000
commit450e97c78d70d97c22448cdd37e8bd1b901771a0 (patch)
treec71943480016a817c34b6bb038dc54e056290bc8
parent72dd7b7013f56989ae7bf797b3a11b7510263178 (diff)
downloadports-450e97c78d70d97c22448cdd37e8bd1b901771a0.tar.gz
ports-450e97c78d70d97c22448cdd37e8bd1b901771a0.zip
textproc/bibtool: Remove expired port
2023-11-30 textproc/bibtool: BROKEN for more than an year
-rw-r--r--MOVED1
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/bibtool/Makefile44
-rw-r--r--textproc/bibtool/distinfo3
-rw-r--r--textproc/bibtool/files/patch-AutoConf__makefile.in47
-rw-r--r--textproc/bibtool/pkg-descr15
-rw-r--r--textproc/bibtool/pkg-plist15
7 files changed, 1 insertions, 125 deletions
diff --git a/MOVED b/MOVED
index a20a2fc266b9..41491dbe30d6 100644
--- a/MOVED
+++ b/MOVED
@@ -8149,3 +8149,4 @@ java/wildfly18||2023-12-02|Has expired: End of life upstream
java/wildfly14||2023-12-02|Has expired: End of life upstream
www/madsonic||2023-12-02|Has expired: Depends on www/jetty8 which has been listed as end of life since 2015
www/jetty8||2023-12-02|Has expired: End of life in 2014, consider migrating to www/jetty10
+textproc/bibtool||2023-12-02|Has expired: BROKEN for more than an year
diff --git a/textproc/Makefile b/textproc/Makefile
index e5d2fa75d268..5155ac8446a4 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -78,7 +78,6 @@
SUBDIR += bib2html
SUBDIR += bibclean
SUBDIR += bibtex2html
- SUBDIR += bibtool
SUBDIR += bibutils
SUBDIR += biodiff
SUBDIR += bn-aspell
diff --git a/textproc/bibtool/Makefile b/textproc/bibtool/Makefile
deleted file mode 100644
index b0e484f54ddf..000000000000
--- a/textproc/bibtool/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-PORTNAME= bibtool
-PORTVERSION= 2.68
-CATEGORIES= textproc print
-MASTER_SITES= TEX/biblio/bibtex/utils/${PORTNAME}
-DISTNAME= BibTool-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Command line manipulation of BibTeX files
-WWW= https://ctan.org/tex-archive/biblio/bibtex/utils/bibtool/
-
-LICENSE= GPLv2+
-
-DEPRECATED= BROKEN for more than an year
-EXPIRATION_DATE= 2023-11-30
-BROKEN= does not build: Failed to load "fontloader" module "basics-gen"
-
-USES= tex
-USE_TEX= latex:build luatex:build
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-kpathsea
-CONFIGURE_ENV= LOCALBASE=${LOCALBASE}
-
-MAKEFILE= makefile
-INSTALL_TARGET= install install.man
-
-WRKSRC= ${WRKDIR}/BibTool
-
-PORTDOCS= bibtool.pdf ref_card.pdf c_lib.pdf
-
-OPTIONS_DEFINE= DOCS
-
-post-patch:
- ${REINPLACE_CMD} 's/bibtex$$/&8/' ${WRKSRC}/doc/Makefile
-
-post-build:
- cd ${WRKSRC} && ${MAKE} doc && ${MAKE} doc
-
-post-install-DOCS-on:
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
- cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
-.include <bsd.port.mk>
diff --git a/textproc/bibtool/distinfo b/textproc/bibtool/distinfo
deleted file mode 100644
index c2198f608a20..000000000000
--- a/textproc/bibtool/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1586936140
-SHA256 (BibTool-2.68.tar.gz) = e1964d199b0726f431f9a1dc4ff7257bb3dba879b9fa221803e0aa7840dee0e0
-SIZE (BibTool-2.68.tar.gz) = 745469
diff --git a/textproc/bibtool/files/patch-AutoConf__makefile.in b/textproc/bibtool/files/patch-AutoConf__makefile.in
deleted file mode 100644
index dbb0e5d86ded..000000000000
--- a/textproc/bibtool/files/patch-AutoConf__makefile.in
+++ /dev/null
@@ -1,47 +0,0 @@
---- AutoConf/makefile.in.orig 2015-02-09 19:29:03 UTC
-+++ AutoConf/makefile.in
-@@ -23,7 +23,7 @@
- # Configuration Section
- # =============================================================================
- #
--prefix = @prefix@
-+prefix = $(DESTDIR)@prefix@
- exec_prefix = @exec_prefix@
-
- # -------------------------------------------------------
-@@ -48,7 +48,7 @@ BINDIR = @bindir@
- # Additionally name the section of the man pages to use.
- # This should be 1 (user commands), l (local), or n (new)
- #
--MANDIR = @mandir@
-+MANDIR = $(DESTDIR)@mandir@
- MANSECT = 1
-
- # -------------------------------------------------------
-@@ -73,7 +73,7 @@ INCLUDEDIR = @includedir@/bibtool
- # Name the C compiler
- #
-
--CC = @CC@
-+CC ?= @CC@
-
- # -------------------------------------------------------
- # CFLAGS are the flags for the C compiler.
-@@ -84,7 +84,7 @@ CC = @CC@
- # optimizer is turned on.
- #
-
--CFLAGS = @CFLAGS@
-+CFLAGS += -DHAVE_PROTOTYPES
- # CFLAGS = -O
- # GNU C
- # CFLAGS = -g -Wall
-@@ -478,7 +478,7 @@ $(OFILES): $(MAKEFILE)
- # Targets from the GNU Regular Expression Library.
-
- regex$(OBJ): $(REGEX_DIR)$(DIR_SEP)regex.c $(MAKEFILE)
-- $(CC) $(C_FLAGS) -I$(REGEX_DIR) -I.. $(NON_ANSI_DEFS) $(REGEX_DIR)$(DIR_SEP)regex.c $(DONT_LINK) -o $@
-+ $(CC) $(C_FLAGS) -DSTDC_HEADERS -I$(REGEX_DIR) -I.. $(NON_ANSI_DEFS) $(REGEX_DIR)$(DIR_SEP)regex.c $(DONT_LINK) -o $@
-
-
- bibtcl:
diff --git a/textproc/bibtool/pkg-descr b/textproc/bibtool/pkg-descr
deleted file mode 100644
index ee3fa3d69e8c..000000000000
--- a/textproc/bibtool/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-Command line manipulation of BibTeX files:
-
-* Pretty-printing data bases
-* Syntactic checks with error recovery
-* Semantic checks
-* Sorting and merging of data bases
-* Generation of uniform reference keys according to predefined rules or
- according to user specification
-* Selecting references used in one publication which are found by
- analyzing an aux file
-* Controlled rewriting of fields utilising regular expressions to specify
- the rewriting rules
-* Macro (String) expansion to eliminate the need of extra string
- definitions
-* Collecting statistics about one or more data bases
diff --git a/textproc/bibtool/pkg-plist b/textproc/bibtool/pkg-plist
deleted file mode 100644
index 58e97cf2f0b8..000000000000
--- a/textproc/bibtool/pkg-plist
+++ /dev/null
@@ -1,15 +0,0 @@
-bin/bibtool
-lib/BibTool/biblatex.rsc
-lib/BibTool/braces.rsc
-lib/BibTool/check_y.rsc
-lib/BibTool/default.rsc
-lib/BibTool/field.rsc
-lib/BibTool/improve.rsc
-lib/BibTool/iso2tex.rsc
-lib/BibTool/keep_biblatex.rsc
-lib/BibTool/keep_bibtex.rsc
-lib/BibTool/month.rsc
-lib/BibTool/opt.rsc
-lib/BibTool/sort_fld.rsc
-lib/BibTool/tex_def.rsc
-man/man1/bibtool.1.gz