-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update to 7.5.3; from Jon Trembley and William Yodlowsky
- Loading branch information
Christian Weisgerber
committed
Oct 7, 2004
1 parent
235c856
commit ea58591
Showing
3 changed files
with
11 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# $OpenBSD: Makefile,v 1.16 2002/10/30 13:48:48 naddy Exp $ | ||
# $OpenBSD: Makefile,v 1.17 2004/10/07 17:14:24 naddy Exp $ | ||
|
||
COMMENT= "9wm with automatic window tiling and virtual desktops" | ||
|
||
DISTNAME= larswm-7.2.8 | ||
DISTNAME= larswm-7.5.3 | ||
CATEGORIES= plan9 | ||
MASTER_SITES= http://www-personal.umich.edu/~larsb/larswm/ \ | ||
MASTER_SITES= http://home.earthlink.net/~lab1701/larswm/ \ | ||
http://openbsd.rutgers.edu/ | ||
|
||
MAINTAINER= William Yodlowsky <[email protected]> | ||
|
@@ -18,14 +18,13 @@ CONFIGURE_STYLE= imake | |
|
||
NO_REGRESS= Yes | ||
|
||
DOCS= ChangeLog README README.9wm keyboard_refcard.ms \ | ||
mouse_refcard.ms | ||
DOCS= ChangeLog README README.9wm | ||
|
||
post-install: | ||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/larswm | ||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/larswm | ||
cd ${WRKSRC}; ${INSTALL_DATA} \ | ||
sample.barclock sample.larswmrc sample.xmodmaprc sample.xsession \ | ||
sample.larswmrc sample.xsession \ | ||
${PREFIX}/share/examples/larswm | ||
cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/larswm | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
MD5 (larswm-7.2.8.tar.gz) = f385c30750d42974938e096768d3c5d7 | ||
RMD160 (larswm-7.2.8.tar.gz) = 53c71e8876c3532291699da0931f3cd03c43315a | ||
SHA1 (larswm-7.2.8.tar.gz) = da84e020d579caafc83288edf45286add320b894 | ||
MD5 (larswm-7.5.3.tar.gz) = a8048b8a93e381f3eb649194f254fa7d | ||
RMD160 (larswm-7.5.3.tar.gz) = bfc777b88b8bd783c1f1ce12ab2128c167fe5cb3 | ||
SHA1 (larswm-7.5.3.tar.gz) = 5a79861f5e052a785fbd498eafe532799390a756 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,16 @@ | ||
@comment $OpenBSD: PLIST,v 1.6 2004/09/15 18:23:11 espie Exp $ | ||
@comment $OpenBSD: PLIST,v 1.7 2004/10/07 17:14:24 naddy Exp $ | ||
bin/larsclock | ||
bin/larsmenu | ||
bin/larsremote | ||
bin/larswm | ||
@man man/cat1/larsclock.0 | ||
@man man/cat1/larsmenu.0 | ||
@man man/cat1/larsremote.0 | ||
@man man/cat1/larswm.0 | ||
share/doc/larswm/ | ||
share/doc/larswm/ChangeLog | ||
share/doc/larswm/README | ||
share/doc/larswm/README.9wm | ||
share/doc/larswm/keyboard_refcard.ms | ||
share/doc/larswm/mouse_refcard.ms | ||
share/examples/larswm/ | ||
share/examples/larswm/sample.barclock | ||
share/examples/larswm/sample.larswmrc | ||
share/examples/larswm/sample.xmodmaprc | ||
share/examples/larswm/sample.xsession |