summaryrefslogtreecommitdiff
path: root/textproc/bibclean
diff options
context:
space:
mode:
authorwiz <wiz>2001-07-24 14:29:45 +0000
committerwiz <wiz>2001-07-24 14:29:45 +0000
commitaa9dc18e69df92ed7e0f26960f833f231198affa (patch)
tree529b674ab36145cce5bb9ec8f6e7698183a66f37 /textproc/bibclean
parentd4edf669adc4b3e3965c8f4257503f0ae13d8d1c (diff)
downloadpkgsrc-aa9dc18e69df92ed7e0f26960f833f231198affa.tar.gz
Initial import of bibclean, a prettyprinter and syntax checker for
BibTeX bibliography databases. Package provided by Stoned Elipot in pkg/13515.
Diffstat (limited to 'textproc/bibclean')
-rw-r--r--textproc/bibclean/Makefile15
-rw-r--r--textproc/bibclean/distinfo5
-rw-r--r--textproc/bibclean/patches/patch-aa67
-rw-r--r--textproc/bibclean/pkg/DESCR5
-rw-r--r--textproc/bibclean/pkg/PLIST4
5 files changed, 96 insertions, 0 deletions
diff --git a/textproc/bibclean/Makefile b/textproc/bibclean/Makefile
new file mode 100644
index 00000000000..495d3e3eb37
--- /dev/null
+++ b/textproc/bibclean/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/07/24 14:29:45 wiz Exp $
+#
+
+DISTNAME= bibclean-2.11.4
+CATEGORIES= textproc
+MASTER_SITES= ftp://ftp.math.utah.edu/pub/tex/bib/
+
+MAINTAINER= seb@pbox.org
+HOMEPAGE= http://www.math.utah.edu/~beebe/software/bibtex-bibliography-toos.html
+COMMENT= prettyprinter and syntax checker for BibTeX bibliography databases
+
+GNU_CONFIGURE= YES
+USE_BUILDLINK_ONLY= YES
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/bibclean/distinfo b/textproc/bibclean/distinfo
new file mode 100644
index 00000000000..6f7b964b520
--- /dev/null
+++ b/textproc/bibclean/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/07/24 14:29:45 wiz Exp $
+
+SHA1 (bibclean-2.11.4.tar.gz) = 8a51c0e8182d303e336137d6bc601276b1b86c77
+Size (bibclean-2.11.4.tar.gz) = 2165967 bytes
+SHA1 (patch-aa) = 0c8f31d7e41494b90d9fc9ce816a037a5ace1641
diff --git a/textproc/bibclean/patches/patch-aa b/textproc/bibclean/patches/patch-aa
new file mode 100644
index 00000000000..0c960a316c5
--- /dev/null
+++ b/textproc/bibclean/patches/patch-aa
@@ -0,0 +1,67 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/07/24 14:29:45 wiz Exp $
+
+--- Makefile.in.orig Thu Jul 13 23:32:58 2000
++++ Makefile.in
+@@ -74,7 +74,12 @@
+ #=======================================================================
+ #### Start of system configuration section. ####
+
+-prefix = /usr/local
++srcdir = @srcdir@
++VPATH = @srcdir@
++
++top_builddir = .
++
++prefix = @prefix@
+ exec_prefix = $(prefix)
+
+ bindir = $(exec_prefix)/bin
+@@ -267,6 +272,14 @@
+
+ RM = /bin/rm -f
+
++INSTALL_PROGRAM = $(BSD_INSTALL_PROGRAM)
++INSTALL_MAN = $(BSD_INSTALL_MAN)
++INSTALL_SCRIPT = $(BSD_INSTALL_SCRIPT)
++INSTALL_DATA = $(BSD_INSTALL_DATA)
++INSTALL_PROGRAM_DIR = $(BSD_INSTALL_PROGRAM_DIR)
++INSTALL_MAN_DIR = $(BSD_INSTALL_MAN_DIR)
++INSTALL_DATA_DIR = $(BSD_INSTALL_DATA_DIR)
++
+ SCRIBE-TESTS-1 = testscr1.org testscr2.org
+
+ # Do NOT use SCRIBE-TESTS-1 in this list, because MIPS 6280 RISCos 5.0
+@@ -606,28 +619,13 @@
+ touch install.time
+
+ install-exe: bibclean
+- if test -f $(bindir)/bibclean ; \
+- then \
+- $(MV) $(bindir)/bibclean $(bindir)/bibclean.old ; \
+- fi
+- -$(RM) $(bindir)/bibclean-$(VERSION)
+- $(CP) bibclean $(bindir)/bibclean
+- -$(STRIP) $(bindir)/bibclean
+- $(LN) $(bindir)/bibclean $(bindir)/bibclean-$(VERSION)
+- $(CHMOD) 775 $(bindir)/bibclean
+- $(CP) bibclean.ini $(bindir)/.bibcleanrc
+- $(CHMOD) 664 $(bindir)/.bibcleanrc
++ -$(INSTALL_PROGRAM_DIR) $(bindir)
++ $(INSTALL_PROGRAM) bibclean $(bindir)/bibclean
++ $(INSTALL_DATA) $(srcdir)/bibclean.ini $(bindir)/.bibcleanrc
+
+ install-man: bibclean.man
+- if test -f $(mandir)/bibclean.$(manext) ; \
+- then \
+- $(MV) $(mandir)/bibclean.$(manext) $(mandir)/bibclean.old.$(manext) ; \
+- fi
+- $(CP) bibclean.man $(mandir)/bibclean.$(manext)
+- -$(RM) $(mandir)/../cat$(manext)/bibclean.$(manext)
+- -$(RM) $(mandir)/bibclean-$(VERSION).$(manext)
+- $(LN) $(mandir)/bibclean.$(manext) $(mandir)/bibclean-$(VERSION).$(manext)
+- $(CHMOD) 664 $(mandir)/bibclean.$(manext)
++ -$(INSTALL_MAN_DIR) $(mandir)
++ $(INSTALL_MAN) $(srcdir)/bibclean.man $(mandir)/bibclean.$(manext)
+
+ install-ftp: install-ftp.time
+
diff --git a/textproc/bibclean/pkg/DESCR b/textproc/bibclean/pkg/DESCR
new file mode 100644
index 00000000000..b4d008af2e8
--- /dev/null
+++ b/textproc/bibclean/pkg/DESCR
@@ -0,0 +1,5 @@
+Bibclean is a prettyprinter, portability verifier and syntax checker for
+BibTeX bibliography databases. It can also be used to convert Scribe-format
+bibliographies to BibTeX form. The standardized format of the output of
+bibclean facilitates the later application of simple filters, such as
+bibcheck, biblook,...
diff --git a/textproc/bibclean/pkg/PLIST b/textproc/bibclean/pkg/PLIST
new file mode 100644
index 00000000000..2a5b6e63cfb
--- /dev/null
+++ b/textproc/bibclean/pkg/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/07/24 14:29:45 wiz Exp $
+bin/.bibcleanrc
+bin/bibclean
+man/man1/bibclean.1