summaryrefslogtreecommitdiff
path: root/games/actx
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-10-22 18:28:51 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-10-22 18:28:51 +0000
commit01b7faa25a617688f45397abfef733a199a437c2 (patch)
tree888795dc8032b63c704aaa8c9fcb192b40698f6f /games/actx
parentEliminate portlint fatals and warnings as many as possible. (diff)
update to 1.10.
PR: 31425 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=49090
Diffstat (limited to 'games/actx')
-rw-r--r--games/actx/Makefile5
-rw-r--r--games/actx/distinfo2
-rw-r--r--games/actx/files/patch-ab17
-rw-r--r--games/actx/files/patch-ad17
-rw-r--r--games/actx/pkg-plist8
5 files changed, 27 insertions, 22 deletions
diff --git a/games/actx/Makefile b/games/actx/Makefile
index 45ac35d41019..a44abfebf641 100644
--- a/games/actx/Makefile
+++ b/games/actx/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= actx
-PORTVERSION= 1.01
+PORTVERSION= 1.10
CATEGORIES= games
MASTER_SITES= http://kurumi.sakura.ne.jp/~chimari/ActX/
@@ -22,6 +22,7 @@ ACTXDIR= ${PREFIX}/share/examples/actx
post-extract:
@ ${CP} ${WRKSRC}/samples/Imakefile ${WRKSRC}
@ ${CP} ${WRKSRC}/samples/sample.actxrc ${WRKSRC}/install.actxrc
+ @ ${CP} ${WRKSRC}/samples/sample.actxrc ${WRKSRC}/install.actxrc-one
post-patch:
.for i in install.actxrc samples/sample.actxrc
@@ -39,7 +40,7 @@ post-install:
@ ${INSTALL_DATA} ${WRKSRC}/samples/$i ${ACTXDIR}
.endfor
.if !defined(NOPORTDOCS)
-.for i in doc/ForDevelloper.jis README.jis
+.for i in doc/ForDevelloper.jis doc/ManualInstall.jis README.jis
@ ${MKDIR} ${PREFIX}/share/doc/ja/actx
@ ${INSTALL_MAN} ${WRKSRC}/$i ${PREFIX}/share/doc/ja/actx
.endfor
diff --git a/games/actx/distinfo b/games/actx/distinfo
index 498ed9ab74d8..82fb29902807 100644
--- a/games/actx/distinfo
+++ b/games/actx/distinfo
@@ -1 +1 @@
-MD5 (actx-1.01.tar.gz) = 423abd8e518a77fc27b2194486f34779
+MD5 (actx-1.10.tar.gz) = 8d01a415f0175ddbbc2c91df4f48037d
diff --git a/games/actx/files/patch-ab b/games/actx/files/patch-ab
index c072aa4ec54c..6190ee4dfd22 100644
--- a/games/actx/files/patch-ab
+++ b/games/actx/files/patch-ab
@@ -1,19 +1,20 @@
---- install.actxrc.orig Mon Jan 29 00:20:52 2001
-+++ install.actxrc Mon Jan 29 00:19:34 2001
-@@ -8,7 +8,7 @@
+--- install.actxrc.orig Sat Oct 6 13:44:43 2001
++++ install.actxrc Sat Oct 6 14:00:02 2001
+@@ -10,7 +10,7 @@
+ Actx*titleOfMenuE: ONE - for Bright Season -
- Axtx*titleOfMenuE: ONE - for Bright Season -
-Actx*xpmDir: /usr/local/lib/actx
+Actx*xpmDir: %%ACTXDIR%%
- Actx*balloon.font: -*-fixed-medium-r-normal--14-*
+ !Actx*balloon.font: -alias-fixed-bold-*-*-*-12-*-*-*-*-*-*-*
+
+@@ -24,7 +24,7 @@
-@@ -23,7 +23,7 @@
- !Actx*balloon.style: standard
Actx*balloon.style: wmaker
--!Actx*sndDir: /usr/local/lib/actX/wav
+-!Actx*sndDir: /usr/local/lib/actx/wav
+!Actx*sndDir: %%ACTXDIR%%/wav
!Actx*sndCom: /usr/local/bin/wavplay -q %s
+
diff --git a/games/actx/files/patch-ad b/games/actx/files/patch-ad
index 33c2d2ff3f21..a4c220fd01b1 100644
--- a/games/actx/files/patch-ad
+++ b/games/actx/files/patch-ad
@@ -1,19 +1,20 @@
---- samples/sample.actxrc.orig Mon Jan 29 00:24:39 2001
-+++ samples/sample.actxrc Mon Jan 29 00:25:31 2001
-@@ -8,7 +8,7 @@
+--- samples/sample.actxrc.orig Tue Sep 25 22:46:27 2001
++++ samples/sample.actxrc Sat Oct 6 14:02:56 2001
+@@ -10,7 +10,7 @@
+ Actx*titleOfMenuE: ONE - for Bright Season -
- Axtx*titleOfMenuE: ONE - for Bright Season -
-Actx*xpmDir: /usr/local/lib/actx
+Actx*xpmDir: %%ACTXDIR%%
- Actx*balloon.font: -*-fixed-medium-r-normal--14-*
+ !Actx*balloon.font: -alias-fixed-bold-*-*-*-12-*-*-*-*-*-*-*
+
+@@ -24,7 +24,7 @@
-@@ -23,7 +23,7 @@
- !Actx*balloon.style: standard
Actx*balloon.style: wmaker
--!Actx*sndDir: /usr/local/lib/actX/wav
+-!Actx*sndDir: /usr/local/lib/actx/wav
+!Actx*sndDir: %%ACTXDIR%%/wav
!Actx*sndCom: /usr/local/bin/wavplay -q %s
+
diff --git a/games/actx/pkg-plist b/games/actx/pkg-plist
index f0e73cc0fbab..35aa6673ba5f 100644
--- a/games/actx/pkg-plist
+++ b/games/actx/pkg-plist
@@ -125,7 +125,9 @@ share/examples/actx/tmisaki3.xpm
share/examples/actx/biff.xpm
share/examples/actx/sample.Xdefaults
share/examples/actx/sample.actxrc
+share/examples/actx/sample.actxrc-one
@dirrm share/examples/actx
-share/doc/ja/actx/README.jis
-share/doc/ja/actx/ForDevelloper.jis
-@dirrm share/doc/ja/actx
+%%PORTDOCS%%share/doc/ja/actx/README.jis
+%%PORTDOCS%%share/doc/ja/actx/ForDevelloper.jis
+%%PORTDOCS%%share/doc/ja/actx/ManualInstall.jis
+%%PORTDOCS%%@dirrm share/doc/ja/actx