- Upgrade to version 1.2.1

- Clean up the Makefile
- Add @comment to PLIST
This commit is contained in:
kevlo 2000-06-21 03:11:12 +00:00
parent 2db89a5cc9
commit 28f03c5de2
5 changed files with 40 additions and 39 deletions

View File

@ -3,13 +3,14 @@
# Date created: 22 July 1998 # Date created: 22 July 1998
# Whom: Niklas Hallqvist <niklas@openbsd.org> # Whom: Niklas Hallqvist <niklas@openbsd.org>
# #
# $OpenBSD: Makefile,v 1.4 2000/06/09 22:20:23 espie Exp $ # $OpenBSD: Makefile,v 1.5 2000/06/21 03:11:12 kevlo Exp $
# $FreeBSD: Makefile,v 1.4 1997/03/10 12:07:35 asami Exp $ # $FreeBSD: Makefile,v 1.4 1997/03/10 12:07:35 asami Exp $
# #
DISTNAME= xbatt-1.2 DISTNAME= xbatt-1.2.1
CATEGORIES= sysutils x11 CATEGORIES= sysutils x11
MASTER_SITES= http://www.coara.or.jp/~eto/xbatt/ NEED_VERSION= 1.307
MASTER_SITES= http://www.clave.gr.jp/~eto/xbatt/
MAINTAINER= niklas@openbsd.org MAINTAINER= niklas@openbsd.org
@ -18,8 +19,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes PERMIT_DISTFILES_FTP= Yes
USE_IMAKE= Yes CONFIGURE_STYLE= imake noman
NO_INSTALL_MANPAGES= Yes
ONLY_FOR_ARCHS= i386 ONLY_FOR_ARCHS= i386
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (xbatt-1.2.tar.gz) = 63b26b136795696cbdef0f5d12c61cc0 MD5 (xbatt-1.2.1.tar.gz) = 4ad4d31cd70182ffdad31e0cc885c433
RMD160 (xbatt-1.2.tar.gz) = 763f26d97b3bfda528b3c8eb66589d636b029025 RMD160 (xbatt-1.2.1.tar.gz) = 3f33ecb224a0a452d113285288ee50e498c39206
SHA1 (xbatt-1.2.tar.gz) = 64ec868f40c1727f3c63cacdc9ec605a28d6fb7e SHA1 (xbatt-1.2.1.tar.gz) = 6af1136f9e33f03f10821a7c0dd99e057838fbf9

View File

@ -1,6 +1,6 @@
--- xbatt.c.orig Tue Jan 21 15:21:27 1997 --- xbatt.c.orig Wed Jun 21 18:58:25 2000
+++ xbatt.c Tue Jul 21 15:24:07 1998 +++ xbatt.c Wed Jun 21 19:02:20 2000
@@ -64,6 +64,11 @@ @@ -65,6 +65,11 @@
# define APMDEV22 "/dev/apm" # define APMDEV22 "/dev/apm"
#endif #endif
@ -12,7 +12,7 @@
#include "pixmaps/battery.xpm" #include "pixmaps/battery.xpm"
#include "pixmaps/unknown.xpm" #include "pixmaps/unknown.xpm"
#include "bitmaps/full.xbm" #include "bitmaps/full.xbm"
@@ -193,6 +198,12 @@ @@ -195,6 +200,12 @@
} }
#endif #endif
@ -25,7 +25,7 @@
/* start X-Window session */ /* start X-Window session */
XtSetLanguageProc( NULL, NULL, NULL ); XtSetLanguageProc( NULL, NULL, NULL );
toplevel = XtOpenApplication(&appContext, "XBatt", toplevel = XtOpenApplication(&appContext, "XBatt",
@@ -369,6 +380,50 @@ @@ -371,6 +382,50 @@
/* chrging or not. */ /* chrging or not. */
} }
#endif /* FreeBSD */ #endif /* FreeBSD */

View File

@ -1,5 +1,5 @@
--- Imakefile.orig Fri Mar 7 07:54:29 1997 --- Imakefile.orig Wed Jun 21 19:02:53 2000
+++ Imakefile Tue Jul 21 15:45:06 1998 +++ Imakefile Wed Jun 21 19:03:14 2000
@@ -13,4 +13,4 @@ @@ -13,4 +13,4 @@
INSTALLFLAGS=-c -m 2755 INSTALLFLAGS=-c -m 2755
#endif #endif

View File

@ -1 +1,2 @@
@comment $OpenBSD: PLIST,v 1.2 2000/06/21 03:11:21 kevlo Exp $
bin/xbatt bin/xbatt