pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
glkgit: remove
Module Name: pkgsrc-wip
Committed By: miwarin <miwarin%gmail.com@localhost>
Pushed By: miwarin
Date: Sat May 26 19:15:42 2018 +0900
Changeset: 78fdc634651393ff440b5c3934768c8243e3b79e
Modified Files:
Makefile
Removed Files:
glkgit/DESCR
glkgit/Makefile
glkgit/PLIST
glkgit/TODO
glkgit/distinfo
glkgit/patches/patch-aa
Log Message:
glkgit: remove
MASTER_SITES not found
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=78fdc634651393ff440b5c3934768c8243e3b79e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
glkgit/DESCR | 4 ----
glkgit/Makefile | 27 -------------------------
glkgit/PLIST | 2 --
glkgit/TODO | 5 -----
glkgit/distinfo | 6 ------
glkgit/patches/patch-aa | 53 -------------------------------------------------
7 files changed, 98 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 532eef676c..ba7b807913 100644
--- a/Makefile
+++ b/Makefile
@@ -939,7 +939,6 @@ SUBDIR+= glib-java
SUBDIR+= glibc
SUBDIR+= glide3
SUBDIR+= glimmerm
-SUBDIR+= glkgit
SUBDIR+= glkloader
SUBDIR+= glkterm
SUBDIR+= globulation2
diff --git a/glkgit/DESCR b/glkgit/DESCR
deleted file mode 100644
index e5acced001..0000000000
--- a/glkgit/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-Git is an interpreter for the Glulx virtual machine. Its main
-goal in life is to be fast. It's about five times faster than
-Glulxe, and about twice as fast as Frotz (using the same Inform
-source compiled for the Z-machine).
diff --git a/glkgit/Makefile b/glkgit/Makefile
deleted file mode 100644
index edcb922653..0000000000
--- a/glkgit/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2012/12/12 10:44:37 thomasklausner Exp $
-#
-
-DISTNAME= git-110
-PKGNAME= glkgit-1.1.0
-CATEGORIES= games
-MASTER_SITES= http://diden.net/if/git/releases/
-EXTRACT_SUFX= .zip
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://diden.net/if/git/
-COMMENT= Interpreter for Glulx interactive fiction
-
-WRKSRC= ${WRKDIR}/${PKGNAME_NOREV:S/glk//}
-MAKE_ENV+= BUILDLINK_DIR=${BUILDLINK_DIR}
-
-INSTALLATION_DIRS+= bin
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/git ${DESTDIR}${PREFIX}/bin/glkgit
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.glkgit
-.include "../../wip/glkloader/glk-options.mk"
-.include "../../mk/bsd.options.mk"
-.include "../../wip/glkloader/glk-depends.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/glkgit/PLIST b/glkgit/PLIST
deleted file mode 100644
index 9ae34fcf48..0000000000
--- a/glkgit/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2008/03/04 12:46:12 hoka_adam Exp $
-bin/glkgit
diff --git a/glkgit/TODO b/glkgit/TODO
deleted file mode 100644
index 8d87c4ee31..0000000000
--- a/glkgit/TODO
+++ /dev/null
@@ -1,5 +0,0 @@
-Should be imported as glkgit if ready.
-
-Doesn't work on 4.99.55:
- Program terminated with signal 11, Segmentation fault.
- #0 0xbbb61d97 in _malloc_prefork () from /usr/lib/libc.so.12
diff --git a/glkgit/distinfo b/glkgit/distinfo
deleted file mode 100644
index ff7d3df070..0000000000
--- a/glkgit/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.3 2005/03/07 15:24:22 dillo Exp $
-
-SHA1 (git-110.zip) = b7ec9196f2f155d5f23eefe9be6b4a7587b36110
-RMD160 (git-110.zip) = b968540a22ff484deb01a0cfb145086ec74eef74
-Size (git-110.zip) = 76928 bytes
-SHA1 (patch-aa) = 30f21ee0d8caf26ba05b314186c45c83c0dd8b33
diff --git a/glkgit/patches/patch-aa b/glkgit/patches/patch-aa
deleted file mode 100644
index fb366da32e..0000000000
--- a/glkgit/patches/patch-aa
+++ /dev/null
@@ -1,53 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2005/03/07 15:24:23 dillo Exp $
-
---- Makefile.orig 2004-12-22 15:34:43.000000000 +0100
-+++ Makefile
-@@ -9,16 +9,16 @@ GLK = cheapglk
- #GLK = glkterm
- #GLK = xglk
-
--GLKINCLUDEDIR = ../$(GLK)
--GLKLIBDIR = ../$(GLK)
--GLKMAKEFILE = Make.$(GLK)
-+GLKINCLUDEDIR = $(PREFIX)/include/glk
-+GLKLIBDIR = $(PREFIX)/lib
-+GLKMAKEFILE = Make.glk
-
- # -----------------------------------------------------------------
- # Step 2: pick a C compiler.
-
- # Generic C compiler
--CC = cc -O2
--OPTIONS =
-+#CC = cc -O2
-+OPTIONS =-rdynamic
-
- # Best settings for GCC 2.95. This generates faster code than
- # GCC 3, so you should use this setup if possible.
-@@ -37,7 +37,7 @@ OPTIONS =
- # -----------------------------------------------------------------
- # Step 3: decide where you want to install the compiled executable.
-
--INSTALLDIR = /usr/local/bin
-+INSTALLDIR = $(PREFIX)/bin
-
- # -----------------------------------------------------------------
- # You shouldn't have to change anything from here on down.
-@@ -46,7 +46,7 @@ MAJOR = 1
- MINOR = 1
- PATCH = 0
-
--include $(GLKINCLUDEDIR)/$(GLKMAKEFILE)
-+include $(BUILDLINK_DIR)/include/glk/$(GLKMAKEFILE)
-
- CFLAGS = $(OPTIONS) -I$(GLKINCLUDEDIR)
-
-@@ -69,7 +69,7 @@ git: $(OBJS)
- $(CC) $(OPTIONS) -o git $(OBJS) $(LIBS)
-
- install: git
-- cp git $(INSTALLDIR)/git
-+ $(BSD_INSTALL_PROGRAM) git $(INSTALLDIR)/git
-
- clean:
- rm -f *~ *.o git
Home |
Main Index |
Thread Index |
Old Index