pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Remove obsolete package, per discussion on tech-pkg.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/68925ed60583
branches:  trunk
changeset: 476030:68925ed60583
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Tue Jun 01 21:43:29 2004 +0000

description:
Remove obsolete package, per discussion on tech-pkg.

diffstat:

 games/Makefile                |    3 +-
 games/pacman/DESCR            |    3 -
 games/pacman/Makefile         |   37 -
 games/pacman/PLIST            |    4 -
 games/pacman/distinfo         |    6 -
 games/pacman/files/configure  |  965 ------------------------------------------
 games/pacman/patches/patch-aa |   20 -
 games/pacman/patches/patch-ab |   12 -
 lang/Makefile                 |    3 +-
 lang/egcs/DESCR               |   23 -
 lang/egcs/Makefile            |   25 -
 lang/egcs/PLIST               |  232 ----------
 lang/egcs/distinfo            |    4 -
 math/Makefile                 |    3 +-
 math/rlab/DESCR               |   20 -
 math/rlab/Makefile            |   60 --
 math/rlab/PLIST               |  486 ---------------------
 math/rlab/PLIST.gnuplot       |  100 ----
 math/rlab/PLIST.pgraf         |   11 -
 math/rlab/PLIST.plotmtv       |   10 -
 math/rlab/PLIST.plplot        |   56 --
 math/rlab/distinfo            |   14 -
 math/rlab/patches/patch-aa    |  134 -----
 math/rlab/patches/patch-ab    |  334 --------------
 math/rlab/patches/patch-ai    |   27 -
 math/rlab/patches/patch-aj    |   22 -
 math/rlab/patches/patch-ak    |   22 -
 math/rlab/patches/patch-al    |   28 -
 math/rlab/patches/patch-am    |   41 -
 math/rlab/patches/patch-ap    |  254 -----------
 math/rlab/patches/patch-aq    |   52 --
 math/rlab/patches/patch-ar    |   52 --
 32 files changed, 3 insertions(+), 3060 deletions(-)

diffs (truncated from 3221 to 300 lines):

diff -r d2ed99cc763b -r 68925ed60583 games/Makefile
--- a/games/Makefile    Tue Jun 01 21:39:19 2004 +0000
+++ b/games/Makefile    Tue Jun 01 21:43:29 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.217 2004/05/29 01:05:22 xtraeme Exp $
+# $NetBSD: Makefile,v 1.218 2004/06/01 21:43:29 kristerw Exp $
 #
 
 COMMENT=       Games
@@ -137,7 +137,6 @@
 SUBDIR+=       nighthawk
 SUBDIR+=       omega
 SUBDIR+=       openmortal
-SUBDIR+=       pacman
 SUBDIR+=       pag
 SUBDIR+=       plib
 SUBDIR+=       powermanga
diff -r d2ed99cc763b -r 68925ed60583 games/pacman/DESCR
--- a/games/pacman/DESCR        Tue Jun 01 21:39:19 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-A pacman game based on an old Apple IIe variant, where ghosts can follow a
-trail the pacman leaves behind.
-The game was written to demonstrate ClanLib, a crossplatform game SDK.
diff -r d2ed99cc763b -r 68925ed60583 games/pacman/Makefile
--- a/games/pacman/Makefile     Tue Jun 01 21:39:19 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,37 +0,0 @@
-# $NetBSD: Makefile,v 1.23 2004/04/18 05:48:34 snj Exp $
-
-DISTNAME=              Pacman-0.3-CVS-00-11-17
-PKGNAME=               Pacman-0.3
-PKGREVISION=           2
-CATEGORIES=            games x11
-MASTER_SITES=          http://dark.x.dtu.dk/~mbn/clanlib/download/snapshots/Games/
-
-MAINTAINER=            root%garbled.net@localhost
-HOMEPAGE=              http://www.clanlib.org/
-COMMENT=               Pacman, a small demonstration game for ClanLib
-
-USE_BUILDLINK3=                yes
-USE_X11BASE=           yes
-USE_GNU_TOOLS+=                make
-GNU_CONFIGURE=         yes
-
-# needs a valid X display to compile its datafiles
-.ifndef DISPLAY
-INTERACTIVE_STAGE=     build
-.endif
-
-pre-configure:
-       ${CP} ${FILESDIR}/configure ${WRKSRC}
-       ${SED} -e 's@/usr/share@${PREFIX}/share@' < \
-               ${WRKSRC}/Sources/config.h.in > ${WRKSRC}/foo
-       ${MV} ${WRKSRC}/foo ${WRKSRC}/Sources/config.h.in
-
-pre-build:
-       @if [ "${DISPLAY}" = "" ]; then \
-               ${ECHO} Please set the DISPLAY variable to a valid display; \
-               ${ECHO} before compiling ${PKGNAME}.;                       \
-               exit 1;                                                     \
-       fi;
-
-.include "../../graphics/clanlib/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r d2ed99cc763b -r 68925ed60583 games/pacman/PLIST
--- a/games/pacman/PLIST        Tue Jun 01 21:39:19 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:54:54 zuntum Exp $
-bin/pacman
-share/pacman/pacman.dat
-@dirrm share/pacman
diff -r d2ed99cc763b -r 68925ed60583 games/pacman/distinfo
--- a/games/pacman/distinfo     Tue Jun 01 21:39:19 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.5 2002/09/23 10:14:40 jlam Exp $
-
-SHA1 (Pacman-0.3-CVS-00-11-17.tar.gz) = 0d30f2ae3410d2df7b3fecb5cce732ba3022041d
-Size (Pacman-0.3-CVS-00-11-17.tar.gz) = 62257 bytes
-SHA1 (patch-aa) = 1a820d58f80cfa6a474e4480286d3f4cbf0ee56d
-SHA1 (patch-ab) = 8d20c41dfb1a010586a3ebfb3ab4e7f675b93400
diff -r d2ed99cc763b -r 68925ed60583 games/pacman/files/configure
--- a/games/pacman/files/configure      Tue Jun 01 21:39:19 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,965 +0,0 @@
-#! /bin/sh
-
-# Guess values for system-dependent variables and create Makefiles.
-# Generated automatically using autoconf version 2.13 
-# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
-#
-# This configure script is free software; the Free Software Foundation
-# gives unlimited permission to copy, distribute and modify it.
-
-# Defaults:
-ac_help=
-ac_default_prefix=/usr/local
-# Any additions from configure.in:
-
-# Initialize some variables set by options.
-# The variables have the same names as the options, with
-# dashes changed to underlines.
-build=NONE
-cache_file=./config.cache
-exec_prefix=NONE
-host=NONE
-no_create=
-nonopt=NONE
-no_recursion=
-prefix=NONE
-program_prefix=NONE
-program_suffix=NONE
-program_transform_name=s,x,x,
-silent=
-site=
-srcdir=
-target=NONE
-verbose=
-x_includes=NONE
-x_libraries=NONE
-bindir='${exec_prefix}/bin'
-sbindir='${exec_prefix}/sbin'
-libexecdir='${exec_prefix}/libexec'
-datadir='${prefix}/share'
-sysconfdir='${prefix}/etc'
-sharedstatedir='${prefix}/com'
-localstatedir='${prefix}/var'
-libdir='${exec_prefix}/lib'
-includedir='${prefix}/include'
-oldincludedir='/usr/include'
-infodir='${prefix}/info'
-mandir='${prefix}/man'
-
-# Initialize some other variables.
-subdirs=
-MFLAGS= MAKEFLAGS=
-SHELL=${CONFIG_SHELL-/bin/sh}
-# Maximum number of lines to put in a shell here document.
-ac_max_here_lines=12
-
-ac_prev=
-for ac_option
-do
-
-  # If the previous option needs an argument, assign it.
-  if test -n "$ac_prev"; then
-    eval "$ac_prev=\$ac_option"
-    ac_prev=
-    continue
-  fi
-
-  case "$ac_option" in
-  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
-  *) ac_optarg= ;;
-  esac
-
-  # Accept the important Cygnus configure options, so we can diagnose typos.
-
-  case "$ac_option" in
-
-  -bindir | --bindir | --bindi | --bind | --bin | --bi)
-    ac_prev=bindir ;;
-  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
-    bindir="$ac_optarg" ;;
-
-  -build | --build | --buil | --bui | --bu)
-    ac_prev=build ;;
-  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
-    build="$ac_optarg" ;;
-
-  -cache-file | --cache-file | --cache-fil | --cache-fi \
-  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
-    ac_prev=cache_file ;;
-  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
-  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
-    cache_file="$ac_optarg" ;;
-
-  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
-    ac_prev=datadir ;;
-  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
-  | --da=*)
-    datadir="$ac_optarg" ;;
-
-  -disable-* | --disable-*)
-    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
-    # Reject names that are not valid shell variable names.
-    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
-    fi
-    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
-    eval "enable_${ac_feature}=no" ;;
-
-  -enable-* | --enable-*)
-    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
-    # Reject names that are not valid shell variable names.
-    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
-    fi
-    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
-    case "$ac_option" in
-      *=*) ;;
-      *) ac_optarg=yes ;;
-    esac
-    eval "enable_${ac_feature}='$ac_optarg'" ;;
-
-  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
-  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
-  | --exec | --exe | --ex)
-    ac_prev=exec_prefix ;;
-  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
-  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
-  | --exec=* | --exe=* | --ex=*)
-    exec_prefix="$ac_optarg" ;;
-
-  -gas | --gas | --ga | --g)
-    # Obsolete; use --with-gas.
-    with_gas=yes ;;
-
-  -help | --help | --hel | --he)
-    # Omit some internal or obsolete options to make the list less imposing.
-    # This message is too long to be a string in the A/UX 3.1 sh.
-    cat << EOF
-Usage: configure [options] [host]
-Options: [defaults in brackets after descriptions]
-Configuration:
-  --cache-file=FILE       cache test results in FILE
-  --help                  print this message
-  --no-create             do not create output files
-  --quiet, --silent       do not print \`checking...' messages
-  --version               print the version of autoconf that created configure
-Directory and file names:
-  --prefix=PREFIX         install architecture-independent files in PREFIX
-                          [$ac_default_prefix]
-  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
-                          [same as prefix]
-  --bindir=DIR            user executables in DIR [EPREFIX/bin]
-  --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
-  --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
-  --datadir=DIR           read-only architecture-independent data in DIR
-                          [PREFIX/share]
-  --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
-  --sharedstatedir=DIR    modifiable architecture-independent data in DIR
-                          [PREFIX/com]
-  --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
-  --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
-  --includedir=DIR        C header files in DIR [PREFIX/include]
-  --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
-  --infodir=DIR           info documentation in DIR [PREFIX/info]
-  --mandir=DIR            man documentation in DIR [PREFIX/man]
-  --srcdir=DIR            find the sources in DIR [configure dir or ..]
-  --program-prefix=PREFIX prepend PREFIX to installed program names
-  --program-suffix=SUFFIX append SUFFIX to installed program names
-  --program-transform-name=PROGRAM
-                          run sed PROGRAM on installed program names
-EOF
-    cat << EOF
-Host type:
-  --build=BUILD           configure for building on BUILD [BUILD=HOST]
-  --host=HOST             configure for HOST [guessed]
-  --target=TARGET         configure for TARGET [TARGET=HOST]
-Features and packages:
-  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
-  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
-  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
-  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
-  --x-includes=DIR        X include files are in DIR
-  --x-libraries=DIR       X library files are in DIR
-EOF
-    if test -n "$ac_help"; then
-      echo "--enable and --with options recognized:$ac_help"
-    fi
-    exit 0 ;;
-
-  -host | --host | --hos | --ho)
-    ac_prev=host ;;
-  -host=* | --host=* | --hos=* | --ho=*)
-    host="$ac_optarg" ;;
-
-  -includedir | --includedir | --includedi | --included | --include \
-  | --includ | --inclu | --incl | --inc)
-    ac_prev=includedir ;;
-  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
-  | --includ=* | --inclu=* | --incl=* | --inc=*)
-    includedir="$ac_optarg" ;;
-
-  -infodir | --infodir | --infodi | --infod | --info | --inf)
-    ac_prev=infodir ;;
-  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
-    infodir="$ac_optarg" ;;
-
-  -libdir | --libdir | --libdi | --libd)
-    ac_prev=libdir ;;
-  -libdir=* | --libdir=* | --libdi=* | --libd=*)
-    libdir="$ac_optarg" ;;
-
-  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
-  | --libexe | --libex | --libe)
-    ac_prev=libexecdir ;;



Home | Main Index | Thread Index | Old Index