- Add LICENSE

- Pet portlint
- Regenerate patches
- Update WWW

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2021-01-05 09:40:58 +00:00
parent 135949b7f8
commit 74120e5578
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560375
4 changed files with 14 additions and 11 deletions

View File

@ -10,14 +10,17 @@ MASTER_SITES= http://www.mattfischer.com/wmstock/src/
MAINTAINER= ports@FreeBSD.org
COMMENT= Cool WindowMaker Dockapp that shows stock ticker(s)
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/../COPYING
DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
EXPIRATION_DATE=2021-04-01
USES= gmake shebangfix xorg
USE_XORG= xpm
SHEBANG_FILES= getquote
CFLAGS+= -fcommon
DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
EXPIRATION_DATE=2021-04-01
CFLAGS+= -fcommon
WRKSRC= ${WRKDIR}/wmstock/src

View File

@ -1,5 +1,5 @@
--- Makefile Wed Apr 19 11:17:30 2000
+++ Makefile.new Sat May 20 01:34:48 2000
--- Makefile.orig 2000-04-19 15:17:30 UTC
+++ Makefile
@@ -2,14 +2,15 @@
# <mfischer@umr.edu>
# based on wmWeather - see ../Credits for more information

View File

@ -1,5 +1,5 @@
--- getquote Sun May 14 13:28:49 2000
+++ getquote.new Sat May 20 01:37:30 2000
--- getquote.orig 2000-05-14 17:28:49 UTC
+++ getquote
@@ -1,6 +1,6 @@
#!/usr/bin/perl
@ -8,7 +8,7 @@
# used to have some "which" here, replaced it..
@@ -77,7 +77,7 @@
@@ -77,7 +77,7 @@ sub get_quote_data
#
$tempfile = "stock.tmp.$$";
@ -17,7 +17,7 @@
$command = $wget_loc.$wget_args;
$result = system ("$wget_loc$wget_args");
if ($result != 0) {
@@ -118,7 +118,7 @@
@@ -118,7 +118,7 @@ sub look_for_new_version
$version = $_[0];
$vtempfile = "newest";
$vers_url="http://www.mattfischer.com/wmstock/src/$vtempfile";

View File

@ -1,4 +1,4 @@
wmstock is a cool WindowMaker dockapp that shows stock
ticker(s) that are retrieved from Yahoo.
WWW: http://mattfischer.com/wmstock/
WWW: https://mattfischer.com/wmstock/