summaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2002-11-23 04:10:42 +0000
committeredwin <edwin@FreeBSD.org>2002-11-23 04:10:42 +0000
commit784c5310ae2e221033c2902a8f57009350720214 (patch)
treebd2c8ca470ffc74aa29a39f37e28e77364a5adcd /databases
parentfcb0e34b756130f89d0557a6d836b00cb4ab9253 (diff)
downloadFreeBSD-ports-784c5310ae2e221033c2902a8f57009350720214.zip
FreeBSD-ports-784c5310ae2e221033c2902a8f57009350720214.tar.gz
New port: databases/gbib
gBib is an editor/browser for BibTeX bibliographic database files. PR: ports/35355 Submitted by: Christian Brueffer <chris@unixpages.org>
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile1
-rw-r--r--databases/gbib/Makefile24
-rw-r--r--databases/gbib/distinfo1
-rw-r--r--databases/gbib/pkg-comment1
-rw-r--r--databases/gbib/pkg-descr9
-rw-r--r--databases/gbib/pkg-message12
-rw-r--r--databases/gbib/pkg-plist6
7 files changed, 54 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index d3b41ee..e9b2839 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -25,6 +25,7 @@
SUBDIR += freetds
SUBDIR += gadfly
SUBDIR += gauche-gdbm
+ SUBDIR += gbib
SUBDIR += gdbm
SUBDIR += gigabase
SUBDIR += gmysql
diff --git a/databases/gbib/Makefile b/databases/gbib/Makefile
new file mode 100644
index 0000000..2bc20b4
--- /dev/null
+++ b/databases/gbib/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: gbib
+# Date created: 26 February 2002
+# Whom: Christian Brueffer (chris@unixpages.org)
+#
+# $FreeBSD$
+#
+
+PORTNAME= gbib
+PORTVERSION= 0.1.1b
+CATEGORIES= databases editors gnome
+MASTER_SITES= ftp://ftp.seul.org/pub/gbib/src/ \
+ http://www.unixpages.org/distfiles/
+
+MAINTAINER= chris@unixpages.org
+
+USE_X_PREFIX= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomelibs
+GNU_CONFIGURE= yes
+
+post-install:
+ ${CAT} ${PKGMESSAGE}
+
+.include <bsd.port.mk>
diff --git a/databases/gbib/distinfo b/databases/gbib/distinfo
new file mode 100644
index 0000000..654e64c
--- /dev/null
+++ b/databases/gbib/distinfo
@@ -0,0 +1 @@
+MD5 (gbib-0.1.1b.tar.gz) = 9b4d1c6c3554606674ee73cdc428a691
diff --git a/databases/gbib/pkg-comment b/databases/gbib/pkg-comment
new file mode 100644
index 0000000..2b02616
--- /dev/null
+++ b/databases/gbib/pkg-comment
@@ -0,0 +1 @@
+Editor/browser for BibTeX bibliographic databases
diff --git a/databases/gbib/pkg-descr b/databases/gbib/pkg-descr
new file mode 100644
index 0000000..98259da
--- /dev/null
+++ b/databases/gbib/pkg-descr
@@ -0,0 +1,9 @@
+gBib is a user-friendly editor and browser for
+BibTeX bibiographic datadases.
+You can also use it to insert citations inside
+a LyX (http://www.lyx.org) document.
+
+WWW: http://gbib.seul.org
+
+- Christian Brueffer
+chris@unixpages.org
diff --git a/databases/gbib/pkg-message b/databases/gbib/pkg-message
new file mode 100644
index 0000000..46292fc
--- /dev/null
+++ b/databases/gbib/pkg-message
@@ -0,0 +1,12 @@
+
+==========================================================
+
+ To insert citations in a LyX document, verify that LyX
+ is running before clicking on the LyX icon.
+ The LyX server must be enabled, just add this line to
+ your .lyxrc:
+
+ \serverpipe "/YOUR_HOME_DIR/.lyxpipe"
+
+==========================================================
+
diff --git a/databases/gbib/pkg-plist b/databases/gbib/pkg-plist
new file mode 100644
index 0000000..3b5084b8
--- /dev/null
+++ b/databases/gbib/pkg-plist
@@ -0,0 +1,6 @@
+bin/gbib
+share/gbibtex/gbib.rc
+share/gbibtex/lyx.xpm
+share/gbibtex/gbib48.xpm
+@dirrm share/gbibtex
+
OpenPOWER on IntegriCloud