diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-23 04:10:42 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-23 04:10:42 +0000 |
commit | 6e41809f7e9cf009b88d3378d7c6c91aa8d9be2e (patch) | |
tree | 07c89c053ad25052a005b760046adf5066df6411 /databases/gbib | |
parent | 8a633b59afd4f481baf50e14c9eaea961d0b059d (diff) | |
download | ports-6e41809f7e9cf009b88d3378d7c6c91aa8d9be2e.tar.gz ports-6e41809f7e9cf009b88d3378d7c6c91aa8d9be2e.zip |
Notes
Diffstat (limited to 'databases/gbib')
-rw-r--r-- | databases/gbib/Makefile | 24 | ||||
-rw-r--r-- | databases/gbib/distinfo | 1 | ||||
-rw-r--r-- | databases/gbib/pkg-comment | 1 | ||||
-rw-r--r-- | databases/gbib/pkg-descr | 9 | ||||
-rw-r--r-- | databases/gbib/pkg-message | 12 | ||||
-rw-r--r-- | databases/gbib/pkg-plist | 6 |
6 files changed, 53 insertions, 0 deletions
diff --git a/databases/gbib/Makefile b/databases/gbib/Makefile new file mode 100644 index 000000000000..2bc20b473717 --- /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 000000000000..654e64c8352b --- /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 000000000000..2b026164b700 --- /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 000000000000..98259da8c8d5 --- /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 000000000000..46292fc4a844 --- /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 000000000000..3b5084b8ea16 --- /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 + |