add bibcursed 2.0.0

A simple curses-based editor for BibTeX bibliography files
This commit is contained in:
Ying-Chieh Liao 2002-08-11 04:50:35 +00:00
parent 37708c9db6
commit b3f251db95
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64361
6 changed files with 42 additions and 0 deletions

View File

@ -18,6 +18,7 @@
SUBDIR += auctex
SUBDIR += axpoint
SUBDIR += bibcard
SUBDIR += bibcursed
SUBDIR += bibview
SUBDIR += bjfilter360
SUBDIR += bjfilter850

27
print/bibcursed/Makefile Normal file
View File

@ -0,0 +1,27 @@
# ex:ts=8
# Ports collection makefile for: bibcursed
# Date created: Aug 11, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= bibcursed
PORTVERSION= 2.0.0
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}
MAKEFILE= Makefile.ncurses
MAN1= bibcursed.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bibcursed ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/bibcursed.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>

1
print/bibcursed/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (bibcursed_2.0.0.tar.gz) = 2579457724f17c23cdac408e4271f2d9

View File

@ -0,0 +1 @@
A simple curses-based editor for BibTeX bibliography files

11
print/bibcursed/pkg-descr Normal file
View File

@ -0,0 +1,11 @@
Bibcursed is a simple program to make life a little easier when using
BibTeX bibliographies. It currently provides these main functions:
- Adding references to your bibliography. This is done with prompts so
templates for the different entries (article, proceedings, etc) do
not have to be remembered. Error checking is used so that the required
fields have to be supplied, and incorrect fields cannot be entered.
New entries are inserted into the 'correct' place in the BibTeX file
- Clean and easy removal of entries
- Viewing of entries and changing of fields
- Easy searching of entries, including search by field

View File

@ -0,0 +1 @@
bin/bibcursed