pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr 21 15:46:04 UTC 2021

Modified Files:
        pkgsrc/editors/mg2a: DESCR
        pkgsrc/editors/mg2a/files: mg.1
        pkgsrc/games/cbzone: Makefile
        pkgsrc/games/xroach: Makefile
        pkgsrc/x11/xneko: Makefile

Log Message:
*: remove dead download sites


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/mg2a/DESCR
cvs rdiff -u -r1.1 -r1.2 pkgsrc/editors/mg2a/files/mg.1
cvs rdiff -u -r1.11 -r1.12 pkgsrc/games/cbzone/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/games/xroach/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/x11/xneko/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/mg2a/DESCR
diff -u pkgsrc/editors/mg2a/DESCR:1.2 pkgsrc/editors/mg2a/DESCR:1.3
--- pkgsrc/editors/mg2a/DESCR:1.2       Tue May  6 17:41:05 2003
+++ pkgsrc/editors/mg2a/DESCR   Wed Apr 21 15:46:04 2021
@@ -8,13 +8,3 @@ people who can't (or don't want to) run 
 The NetBSD version has a few minor cosmetic changes, better locating
 of the startup file (mg.rc), journaling and original mirroring of
 files.
-
-A similarly small and fast MSDOS version will be available sometime at
-ftp://ftp.cdrom.com/pub/simtelnet/msdos/editor/mg2a_exe.zip, without
-my enhancements.  Hopefully , I'll have time to make a port of this
-enhanced version to MSDOS under djgpp (LFN support), and post it as:
-ftp://ftp.cdrom.com/pub/simtelnet/gnu/djgpp/v2apps/mg2a110b.zip.
-
-The responsibility for the use of this material resides entirely with
-you.  We make no warranty of any kind concerning this material, nor do
-we make any claim as to the suitability of mg2a for any application.

Index: pkgsrc/editors/mg2a/files/mg.1
diff -u pkgsrc/editors/mg2a/files/mg.1:1.1 pkgsrc/editors/mg2a/files/mg.1:1.2
--- pkgsrc/editors/mg2a/files/mg.1:1.1  Tue Jan 24 20:38:55 2012
+++ pkgsrc/editors/mg2a/files/mg.1      Wed Apr 21 15:46:04 2021
@@ -16,8 +16,7 @@ full-featured editor that many use regul
 familiar with.
 .Pp
 MG runs on many different kinds of hardware under many different 
-operating systems.  A small and fast version compiled for MSDOS
-is available at ftp://ftp.cdrom.com/pub/simtelnet/msdos/editor/mg2a_exe.zip.
+operating systems.
 .Sh Notation and Conventions
 To type a control character, use the control key on your
 keyboard like a shift key:  hold down the control key while typing the
@@ -1066,9 +1065,7 @@ Bob Larson, Mic Kaczmarczik, Mike Meyer,
 Michael Portuesi, Stephen Walton, Marion Hakanson, Dave Brower,
 Jeff Siegal, and John P. Nelson.
 It was posted to the comp.sources.misc mailing list of Usenet
-sometime around 1988. Original sources
-available at ftp://ftp.cdrom.com/pub/c-unix/editors/mg2a.tar.Z
-or in ftp://www.leo.org/pub/comp/usenet/comp.sources.misc/mg2a.
+sometime around 1988.
 .Pp
 Modified for NetBSD by John P. Refling as follows:
 .Pp

Index: pkgsrc/games/cbzone/Makefile
diff -u pkgsrc/games/cbzone/Makefile:1.11 pkgsrc/games/cbzone/Makefile:1.12
--- pkgsrc/games/cbzone/Makefile:1.11   Sat Oct  6 11:54:32 2012
+++ pkgsrc/games/cbzone/Makefile        Wed Apr 21 15:46:04 2021
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.11 2012/10/06 11:54:32 asau Exp $
+# $NetBSD: Makefile,v 1.12 2021/04/21 15:46:04 wiz Exp $
 
 DISTNAME=              cbzone-sound
 PKGNAME=               cbzone-2.0c
 PKGREVISION=           2
 CATEGORIES=            games x11
-MASTER_SITES=          ftp://ftp.cdrom.com/pub/X11/R5contrib/
+#MASTER_SITES=         ftp://ftp.cdrom.com/pub/X11/R5contrib/
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 COMMENT=               Simple classic game of 3D tank warfare

Index: pkgsrc/games/xroach/Makefile
diff -u pkgsrc/games/xroach/Makefile:1.17 pkgsrc/games/xroach/Makefile:1.18
--- pkgsrc/games/xroach/Makefile:1.17   Sat Oct  6 11:55:02 2012
+++ pkgsrc/games/xroach/Makefile        Wed Apr 21 15:46:04 2021
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.17 2012/10/06 11:55:02 asau Exp $
-#
+# $NetBSD: Makefile,v 1.18 2021/04/21 15:46:04 wiz Exp $
 
 DISTNAME=      xroach
 PKGNAME=       ${DISTNAME}-4.4
 PKGREVISION=   1
 CATEGORIES=    x11 games
-MASTER_SITES=  ftp://ftp.cdrom.com/pub/bsd-sources/4.4BSD-Lite/usr/src/games/
+#MASTER_SITES= ftp://ftp.cdrom.com/pub/bsd-sources/4.4BSD-Lite/usr/src/games/
 EXTRACT_SUFX=  .tar
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/x11/xneko/Makefile
diff -u pkgsrc/x11/xneko/Makefile:1.29 pkgsrc/x11/xneko/Makefile:1.30
--- pkgsrc/x11/xneko/Makefile:1.29      Mon Oct 29 05:07:17 2012
+++ pkgsrc/x11/xneko/Makefile   Wed Apr 21 15:46:04 2021
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.29 2012/10/29 05:07:17 asau Exp $
+# $NetBSD: Makefile,v 1.30 2021/04/21 15:46:04 wiz Exp $
 
 DISTNAME=      xneko
 PKGNAME=       xneko-4.4
 PKGREVISION=   2
 CATEGORIES=    x11 games
-MASTER_SITES=  ftp://ftp.cdrom.com/pub/bsd-sources/4.4BSD-Lite/usr/src/games/
+#MASTER_SITES= ftp://ftp.cdrom.com/pub/bsd-sources/4.4BSD-Lite/usr/src/games/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Classic BSD4.4 cat-and-mouse



Home | Main Index | Thread Index | Old Index