diff options
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/qbrew/Makefile | 19 | ||||
-rw-r--r-- | misc/qbrew/distinfo | 1 | ||||
-rw-r--r-- | misc/qbrew/pkg-comment | 1 | ||||
-rw-r--r-- | misc/qbrew/pkg-descr | 7 | ||||
-rw-r--r-- | misc/qbrew/pkg-plist | 35 |
6 files changed, 64 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index e74ed920e028..d9004494817c 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -125,6 +125,7 @@ SUBDIR += proxyper SUBDIR += py-distutils SUBDIR += pybliographer + SUBDIR += qbrew SUBDIR += qhacc SUBDIR += qlas SUBDIR += quotes diff --git a/misc/qbrew/Makefile b/misc/qbrew/Makefile new file mode 100644 index 000000000000..defd15315d7e --- /dev/null +++ b/misc/qbrew/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: qbrew +# Date created: 22 September 2000 +# Whom: David Johnson <david@usermode.org> +# +# $FreeBSD$ +# + +PORTNAME= qbrew +PORTVERSION= 0.1.6 +CATEGORIES= misc +MASTER_SITES= http://www.usermode.org/code/ + +MAINTAINER= david@usermode.org + +USE_QT_VER= 2 +GNU_CONFIGURE= yes +USE_GMAKE= yes + +.include <bsd.port.mk> diff --git a/misc/qbrew/distinfo b/misc/qbrew/distinfo new file mode 100644 index 000000000000..363e6f83a91c --- /dev/null +++ b/misc/qbrew/distinfo @@ -0,0 +1 @@ +MD5 (qbrew-0.1.6.tar.gz) = 34930a7983a333525b05830021ff2fae diff --git a/misc/qbrew/pkg-comment b/misc/qbrew/pkg-comment new file mode 100644 index 000000000000..68999e27a4ce --- /dev/null +++ b/misc/qbrew/pkg-comment @@ -0,0 +1 @@ +A homebrewer's recipe calculator diff --git a/misc/qbrew/pkg-descr b/misc/qbrew/pkg-descr new file mode 100644 index 000000000000..550ff13daea0 --- /dev/null +++ b/misc/qbrew/pkg-descr @@ -0,0 +1,7 @@ +QBrew is a homebrewer's recipe calculator. With it a brewer can formulate new +recipes and calculate gravity, bitterness, color and other attributes. + +WWW: http://www.usermode.org/code.html + +- David Johnson +david@usermode.org diff --git a/misc/qbrew/pkg-plist b/misc/qbrew/pkg-plist new file mode 100644 index 000000000000..4e953a82bae1 --- /dev/null +++ b/misc/qbrew/pkg-plist @@ -0,0 +1,35 @@ +bin/qbrew +share/qbrew/ChangeLog +share/qbrew/README +share/qbrew/TODO +share/qbrew/LICENSE +share/qbrew/qbrew.xpm +share/qbrew/calcdb +share/qbrew/doc/en/qbrew-build.html +share/qbrew/doc/en/qbrew-changes.html +share/qbrew/doc/en/qbrew-characteristics.html +share/qbrew/doc/en/qbrew-copyright.html +share/qbrew/doc/en/qbrew-credits.html +share/qbrew/doc/en/qbrew-handbook.html +share/qbrew/doc/en/qbrew-help.html +share/qbrew/doc/en/qbrew-hop.html +share/qbrew/doc/en/qbrew-ingredients.html +share/qbrew/doc/en/qbrew-install.html +share/qbrew/doc/en/qbrew-intro.html +share/qbrew/doc/en/qbrew-menus.html +share/qbrew/doc/en/qbrew-notes.html +share/qbrew/doc/en/qbrew-options.html +share/qbrew/doc/en/qbrew-require.html +share/qbrew/doc/en/qbrew-using.html +share/qbrew/doc/en/qbrew.docbook +share/qbrew/doc/en/qbrew.dsl +share/qbrew/doc/en/primer-design.html +share/qbrew/doc/en/primer-equipment.html +share/qbrew/doc/en/primer-firstbrew.html +share/qbrew/doc/en/primer-glossary.html +share/qbrew/doc/en/primer-mashing.html +share/qbrew/doc/en/primer-recipes.html +share/qbrew/doc/en/primer.html +@dirrm share/qbrew/doc/en +@dirrm share/qbrew/doc +@dirrm share/qbrew |