mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
HOMEPAGE on archive.org, DISTFILE on spacehopper.org.
Add missing RDEP, set path to README in the program, take maintainer. Add MODTCL_BIN and MODTK_BIN to SUBST_VARS; soon to be removed from the Tcl/Tk port modules. ok sthen@ (from 2025/01/21)
This commit is contained in:
+11
-7
@@ -1,21 +1,25 @@
|
||||
COMMENT= boustrophedon text reader
|
||||
DISTNAME= boust-0.161
|
||||
REVISION = 4
|
||||
CATEGORIES= textproc
|
||||
|
||||
HOMEPAGE= http://traevoli.com/boust/
|
||||
DISTNAME= boust-0.161
|
||||
REVISION = 5
|
||||
|
||||
CATEGORIES= textproc
|
||||
MAINTAINER= Stuart Cassoff <stwo@users.sourceforge.net>
|
||||
|
||||
HOMEPAGE= http://web.archive.org/web/20181215124207/http://traevoli.com/boust/
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE= Yes
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
SITES= ${HOMEPAGE}bin/
|
||||
SITES= https://spacehopper.org/mirrors/
|
||||
|
||||
MODULES= x11/tk
|
||||
RUN_DEPENDS= ${MODTK_RUN_DEPENDS}
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_TEST= Yes
|
||||
PKG_ARCH= *
|
||||
SUBST_VARS= FONTDIR PKGNAME
|
||||
SUBST_VARS= FONTDIR PKGNAME MODTCL_BIN MODTK_BIN
|
||||
FONTS= 10x20bw.pcf.gz 10x20fw.pcf.gz 10x20ud.pcf.gz
|
||||
FONTDIR= ${PREFIX}/share/fonts/boust
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
--- boust.orig Thu Nov 7 00:06:00 2002
|
||||
+++ boust Wed Nov 6 23:53:47 2002
|
||||
Index: boust
|
||||
--- boust.orig
|
||||
+++ boust
|
||||
@@ -2,9 +2,9 @@
|
||||
# In sh check to see if the "--o" argument is present.
|
||||
# If it is, run tclsh, otherwise, run wish.
|
||||
@@ -12,3 +13,19 @@
|
||||
# \
|
||||
exec $THESH "$0" "$@"
|
||||
|
||||
@@ -145,13 +145,13 @@ if {[llength $argv] > 0} {
|
||||
set fileName $filepar
|
||||
} else {
|
||||
puts stderr "No file specified. Defaulting to 'README'. "
|
||||
- set fileName README
|
||||
+ set fileName ${LOCALBASE}/share/doc/boust/README
|
||||
}
|
||||
|
||||
|
||||
} else {
|
||||
puts stderr "No file specified. Defaulting to 'README'. "
|
||||
- set fileName README
|
||||
+ set fileName ${LOCALBASE}/share/doc/boust/README
|
||||
}
|
||||
|
||||
if {$printOnly == 0} {
|
||||
|
||||
Reference in New Issue
Block a user