summaryrefslogtreecommitdiff
path: root/sysutils/asapm
AgeCommit message (Collapse)AuthorFilesLines
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-5/+4
2000-07-15Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,agc1-3/+4
which takes entries of the format <make-definition-name>=<pkgname>. This has not been added to MAKEFLAGS because (a) premature optimisation is the root of all evil, and (b) because the .for loop used to implement this shows the wrong results when multiple prefices are evaluated. Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying them considerably. ALso simplify the logic to calculate the prefix as well.
2000-07-14The previous method of using a make target for finding a prerequisiteagc1-3/+3
package's prefix would not work as part of the environment specification via MAKE_ENV (as it would not be executed in the correct directory). Fix this by invoking pkg_info(1) directly, not via an intermediate make(1) step - this is not as clean, but more effective (i.e. it works).
2000-07-11Make the determination of the pre-req package's installed directory beagc1-3/+3
a bit more user-friendly. Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
2000-07-11Make these packages work better with xpkgwedge by using X11PREFIX inagc1-3/+3
preference to X11BASE, and by finding out where the xpm package is installed by using pkg_info(1), not hardcoding a best guess.
2000-07-06fix typo so these will build on apm capable systemsdmcmahill1-2/+2
2000-06-26only allow these packages on APM capable machines.dmcmahill1-3/+5
2000-01-16Update asapm to 2.9. Changes from 2.7:jlam6-36/+31
2.8 25 Nov 1999 Fixed a bug reported by Hartmut M. Bromkamp <Bromkamp@istgmbh.com> ".... But what really led me into some confusion is the fact that the -rc option doesn't work: Everytime I launch asapm by asapm -rc /root/.asapmrc it will only display its options and ceases...." This should at the same time fixed the bug that asapm did not understand '-fail' anymore (-f was used in the code instead of -rc). 2.9 19 Nov 1999 Stephen Crane <jsc@darkstar.szyzygy.org> proposed the following: "I've attached a patch to asapm-2.7 to share or use the closest colours when creating the pixmaps. (It would also be good to do this for the battery and other colours but I don't know enough X, yet.) I need this for my graphically-challenged portable: I think it's better to go with ugly colours than do without the APM data." So here is the new version with his patch.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-10-06Update asapm to 2.7. Minor changes in color options.jlam3-8/+16
1999-07-12Update patch sums.jlam1-1/+3
1999-07-12* Disable check for (unused) JPEG libraries.jlam3-2/+28
* Make ELF-aware.
1999-07-09Add package patch checksum files.agc1-0/+3
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-12/+12
pattern match format. Minor pkglint along the way.
1999-04-12Update "asapm" package to version 2.6. Mostly *BSD improvements sincejlam3-12/+12
version 2.3. Fixes PR pkg/7239 by Johnny C. Lam.
1999-01-30Replace all occurrences of USE_X11 with USE_X11BASE. This means "install thisagc1-2/+2
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
1998-12-03Initial addition of asapm-2.3, a Laptop battery status display for X11.frueauf7-0/+53
Provided in pr 6523 by Johnny C. Lam.