# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # jabref # jabref/distinfo # jabref/Makefile # jabref/pkg-descr # jabref/files # jabref/files/jabref.sh.in # echo c - jabref mkdir -p jabref > /dev/null 2>&1 echo x - jabref/distinfo sed 's/^X//' >jabref/distinfo << 'END-of-jabref/distinfo' XMD5 (JabRef-2.0b2.jar) = ab797d590977a82899a68e23ef5fde7b XSHA256 (JabRef-2.0b2.jar) = 6cb88627e04450d76a8cb8cba6177eb945cf8d1c3555d8c1f387547ca402538c XSIZE (JabRef-2.0b2.jar) = 3421803 END-of-jabref/distinfo echo x - jabref/Makefile sed 's/^X//' >jabref/Makefile << 'END-of-jabref/Makefile' X#:ex:ts=8 X# New ports collection makefile for: jabref X# Date created: 18 Jan 2006 X# Whom: Fernan Aguero X# X# $FreeBSD$ X XPORTNAME= jabref XPORTVERSION= 2.0b2 XCATEGORIES= print java editors XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XDISTNAME= JabRef-${PORTVERSION} XEXTRACT_SUFX= .jar XEXTRACT_ONLY= # X XMAINTAINER= fernan@iib.unsam.edu.ar XCOMMENT= A (BibTeX native) bibliographic reference manager X XUSE_JAVA= yes XJAVA_VERSION= 1.4+ XNO_BUILD= yes X XSUB_FILES= ${PORTNAME}.sh XSUB_LIST= JARNAME=${DISTFILES} X XPLIST_FILES= %%JAVAJARDIR%%/${DISTFILES} \ X bin/${PORTNAME}.sh X Xdo-install: X ${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${JAVAJARDIR} X ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin X X.include END-of-jabref/Makefile echo x - jabref/pkg-descr sed 's/^X//' >jabref/pkg-descr << 'END-of-jabref/pkg-descr' XJabRef is an open source bibliography reference manager. The native file Xformat used by JabRef is BibTeX, the standard LaTeX bibliography format. XAs such it can also be considered a BibTeX editor. X XJabRef runs on the Java VM (version 1.4.2 or greater). X XSome of its features: X X o Search and fetch references from Medline/PubMed and CiteSeer X o Search, classify and sort entries in your BibTeX files X o import and export of references in various formats X o launch external viewers and insert citations into LyX and Kile X o automatically generate BibTeX keys X o customize (add your own) BibTeX fields X XWWW: http://jabref.sf.net END-of-jabref/pkg-descr echo c - jabref/files mkdir -p jabref/files > /dev/null 2>&1 echo x - jabref/files/jabref.sh.in sed 's/^X//' >jabref/files/jabref.sh.in << 'END-of-jabref/files/jabref.sh.in' X#!/bin/sh X# X# $FreeBSD$ X XJAVA_VERSION=1.4+ %%LOCALBASE%%/bin/java -jar %%JAVAJARDIR%%/%%JARNAME%% "$@" END-of-jabref/files/jabref.sh.in exit