diff options
author | wulf <wulf> | 2006-01-14 13:55:28 +0000 |
---|---|---|
committer | wulf <wulf> | 2006-01-14 13:55:28 +0000 |
commit | 7202aa1e19aa8b6b617cfd95d5c24a0dcde5ec72 (patch) | |
tree | af9f3b685e8535fa506d0d726d524149f06fce15 /misc/qbrew | |
parent | a83647782756f1fdeac53aa4cdab59be5545d383 (diff) | |
download | pkgsrc-7202aa1e19aa8b6b617cfd95d5c24a0dcde5ec72.tar.gz |
Updated qbrew to 0.3.5:
- Updated style database to BJCP 2004
- Added splashscreen
- Added database editor tool
- Minor refactoring
- Export to HTML, improved printing
Diffstat (limited to 'misc/qbrew')
-rw-r--r-- | misc/qbrew/Makefile | 10 | ||||
-rw-r--r-- | misc/qbrew/PLIST | 3 | ||||
-rw-r--r-- | misc/qbrew/distinfo | 8 |
3 files changed, 9 insertions, 12 deletions
diff --git a/misc/qbrew/Makefile b/misc/qbrew/Makefile index 4f611ded2a9..6b56d3190fa 100644 --- a/misc/qbrew/Makefile +++ b/misc/qbrew/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2006/01/05 10:08:59 ghen Exp $ +# $NetBSD: Makefile,v 1.5 2006/01/14 13:55:28 wulf Exp $ -DISTNAME= qbrew-0.3.4 +DISTNAME= qbrew-0.3.5 CATEGORIES= misc MASTER_SITES= http://www.usermode.org/code/ @@ -12,10 +12,6 @@ USE_TOOLS+= gmake GNU_CONFIGURE= yes USE_LIBTOOL= yes -.include "../../x11/qt3-libs/buildlink3.mk" .include "../../x11/qt3-tools/buildlink3.mk" -# XXX Please verify whether qt3-tools is really needed at run-time. -# If it is, then remove this comment. If it is not, then remove -# this comment and the line below, and bump PKGREVISION. -BUILDLINK_DEPMETHOD.qt3-tools= full +.include "../../x11/qt3-libs/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/qbrew/PLIST b/misc/qbrew/PLIST index e190439f21f..ee126aae5c2 100644 --- a/misc/qbrew/PLIST +++ b/misc/qbrew/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/27 09:11:05 wulf Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/01/14 13:55:28 wulf Exp $ bin/qbrew share/doc/qbrew/en/primer-design.html share/doc/qbrew/en/primer-equipment.html @@ -31,6 +31,7 @@ share/qbrew/paleale.qbrew share/qbrew/qbrew.png share/qbrew/qbrew.svg share/qbrew/qbrewdata +share/qbrew/splash.png share/qbrew/stout.qbrew @dirrm share/doc/qbrew/en @dirrm share/doc/qbrew diff --git a/misc/qbrew/distinfo b/misc/qbrew/distinfo index c8a061e2860..f828c90c693 100644 --- a/misc/qbrew/distinfo +++ b/misc/qbrew/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 11:02:57 agc Exp $ +$NetBSD: distinfo,v 1.3 2006/01/14 13:55:28 wulf Exp $ -SHA1 (qbrew-0.3.4.tar.gz) = a908d20fdb00f48833ae451d647242bb4d43dd51 -RMD160 (qbrew-0.3.4.tar.gz) = 76a7d64ba729c7d380a2737d0da6e3caa54d3c2c -Size (qbrew-0.3.4.tar.gz) = 393257 bytes +SHA1 (qbrew-0.3.5.tar.gz) = ec67830af5adb413a60c79c59c350467abb6ba7c +RMD160 (qbrew-0.3.5.tar.gz) = 3134f2763164ba6e9b1200e61f8fe8d1ca916fd4 +Size (qbrew-0.3.5.tar.gz) = 458523 bytes |