pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
hs-terminfo is a part of GHC. No reason to have a separate package
Module Name: pkgsrc-wip
Committed By: PHO <pho%cielonegro.org@localhost>
Pushed By: pho
Date: Sun Jun 2 18:26:12 2024 +0900
Changeset: 2a053cbbb3279f40943a47c0d9554c10f669021e
Modified Files:
Makefile
Removed Files:
hs-terminfo/DESCR
hs-terminfo/Makefile
hs-terminfo/PLIST
hs-terminfo/buildlink3.mk
hs-terminfo/distinfo
Log Message:
hs-terminfo is a part of GHC. No reason to have a separate package
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2a053cbbb3279f40943a47c0d9554c10f669021e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
hs-terminfo/DESCR | 4 ----
hs-terminfo/Makefile | 17 -----------------
hs-terminfo/PLIST | 45 ---------------------------------------------
hs-terminfo/buildlink3.mk | 15 ---------------
hs-terminfo/distinfo | 5 -----
6 files changed, 87 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index ecd7ec1fdb..f302672be1 100644
--- a/Makefile
+++ b/Makefile
@@ -1585,7 +1585,6 @@ SUBDIR+= hs-strict-io
SUBDIR+= hs-stringable
SUBDIR+= hs-stringtable-atom
SUBDIR+= hs-system-filepath
-SUBDIR+= hs-terminfo
SUBDIR+= hs-test-framework
SUBDIR+= hs-test-framework-hunit
SUBDIR+= hs-test-framework-quickcheck2
diff --git a/hs-terminfo/DESCR b/hs-terminfo/DESCR
deleted file mode 100644
index 15145c073e..0000000000
--- a/hs-terminfo/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-This library provides an interface to the terminfo database (via
-bindings to the curses library). Terminfo allows POSIX systems to
-interact with a variety of terminals using a standard set of
-capabilities.
diff --git a/hs-terminfo/Makefile b/hs-terminfo/Makefile
deleted file mode 100644
index 914b65e450..0000000000
--- a/hs-terminfo/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2013/12/04 10:22:06 phonohawk Exp $
-#
-
-DISTNAME= terminfo-0.3.2.6
-CATEGORIES= devel
-
-MAINTAINER= pho%cielonegro.org@localhost
-COMMENT= Haskell bindings to the terminfo library
-LICENSE= modified-bsd
-
-CONFIGURE_ARGS+= --configure-option=--with-curses-includes=${PREFIX}/include/ncurses
-CONFIGURE_ARGS+= --configure-option=--with-curses-libraries=${PREFIX}/lib
-
-USE_NCURSES= yes
-.include "../../wip/mk/haskell.mk"
-.include "../../devel/ncurses/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/hs-terminfo/PLIST b/hs-terminfo/PLIST
deleted file mode 100644
index 54318c811a..0000000000
--- a/hs-terminfo/PLIST
+++ /dev/null
@@ -1,45 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2014/04/21 09:11:38 szptvlfn Exp $
-lib/terminfo-${PKGVERSION}/${HASKELL_VERSION}/HSterminfo-${PKGVERSION}.o
-lib/terminfo-${PKGVERSION}/${HASKELL_VERSION}/System/Console/Terminfo.hi
-lib/terminfo-${PKGVERSION}/${HASKELL_VERSION}/System/Console/Terminfo.p_hi
-lib/terminfo-${PKGVERSION}/${HASKELL_VERSION}/System/Console/Terminfo/Base.hi
-lib/terminfo-${PKGVERSION}/${HASKELL_VERSION}/System/Console/Terminfo/Base.p_hi
-lib/terminfo-${PKGVERSION}/${HASKELL_VERSION}/System/Console/Terminfo/Color.hi
-lib/terminfo-${PKGVERSION}/${HASKELL_VERSION}/System/Console/Terminfo/Color.p_hi
-lib/terminfo-${PKGVERSION}/${HASKELL_VERSION}/System/Console/Terminfo/Cursor.hi
-lib/terminfo-${PKGVERSION}/${HASKELL_VERSION}/System/Console/Terminfo/Cursor.p_hi
-lib/terminfo-${PKGVERSION}/${HASKELL_VERSION}/System/Console/Terminfo/Edit.hi
-lib/terminfo-${PKGVERSION}/${HASKELL_VERSION}/System/Console/Terminfo/Edit.p_hi
-lib/terminfo-${PKGVERSION}/${HASKELL_VERSION}/System/Console/Terminfo/Effects.hi
-lib/terminfo-${PKGVERSION}/${HASKELL_VERSION}/System/Console/Terminfo/Effects.p_hi
-lib/terminfo-${PKGVERSION}/${HASKELL_VERSION}/System/Console/Terminfo/Keys.hi
-lib/terminfo-${PKGVERSION}/${HASKELL_VERSION}/System/Console/Terminfo/Keys.p_hi
-lib/terminfo-${PKGVERSION}/${HASKELL_VERSION}/libHSterminfo-${PKGVERSION}.a
-lib/terminfo-${PKGVERSION}/${HASKELL_VERSION}/libHSterminfo-${PKGVERSION}_p.a
-lib/terminfo-${PKGVERSION}/${HASKELL_VERSION}/package-description
-share/doc/terminfo-${PKGVERSION}/LICENSE
-${PLIST.doc}share/doc/terminfo-${PKGVERSION}/html/System-Console-Terminfo-Base.html
-${PLIST.doc}share/doc/terminfo-${PKGVERSION}/html/System-Console-Terminfo-Color.html
-${PLIST.doc}share/doc/terminfo-${PKGVERSION}/html/System-Console-Terminfo-Cursor.html
-${PLIST.doc}share/doc/terminfo-${PKGVERSION}/html/System-Console-Terminfo-Edit.html
-${PLIST.doc}share/doc/terminfo-${PKGVERSION}/html/System-Console-Terminfo-Effects.html
-${PLIST.doc}share/doc/terminfo-${PKGVERSION}/html/System-Console-Terminfo-Keys.html
-${PLIST.doc}share/doc/terminfo-${PKGVERSION}/html/System-Console-Terminfo.html
-${PLIST.doc}share/doc/terminfo-${PKGVERSION}/html/doc-index.html
-${PLIST.doc}share/doc/terminfo-${PKGVERSION}/html/frames.html
-${PLIST.doc}share/doc/terminfo-${PKGVERSION}/html/haddock-util.js
-${PLIST.doc}share/doc/terminfo-${PKGVERSION}/html/hslogo-16.png
-${PLIST.doc}share/doc/terminfo-${PKGVERSION}/html/index-frames.html
-${PLIST.doc}share/doc/terminfo-${PKGVERSION}/html/index.html
-${PLIST.doc}share/doc/terminfo-${PKGVERSION}/html/mini_System-Console-Terminfo-Base.html
-${PLIST.doc}share/doc/terminfo-${PKGVERSION}/html/mini_System-Console-Terminfo-Color.html
-${PLIST.doc}share/doc/terminfo-${PKGVERSION}/html/mini_System-Console-Terminfo-Cursor.html
-${PLIST.doc}share/doc/terminfo-${PKGVERSION}/html/mini_System-Console-Terminfo-Edit.html
-${PLIST.doc}share/doc/terminfo-${PKGVERSION}/html/mini_System-Console-Terminfo-Effects.html
-${PLIST.doc}share/doc/terminfo-${PKGVERSION}/html/mini_System-Console-Terminfo-Keys.html
-${PLIST.doc}share/doc/terminfo-${PKGVERSION}/html/mini_System-Console-Terminfo.html
-${PLIST.doc}share/doc/terminfo-${PKGVERSION}/html/minus.gif
-${PLIST.doc}share/doc/terminfo-${PKGVERSION}/html/ocean.css
-${PLIST.doc}share/doc/terminfo-${PKGVERSION}/html/plus.gif
-${PLIST.doc}share/doc/terminfo-${PKGVERSION}/html/synopsis.png
-${PLIST.doc}share/doc/terminfo-${PKGVERSION}/html/terminfo.haddock
diff --git a/hs-terminfo/buildlink3.mk b/hs-terminfo/buildlink3.mk
deleted file mode 100644
index a473284d09..0000000000
--- a/hs-terminfo/buildlink3.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.6 2014/08/29 14:10:29 szptvlfn Exp $
-
-BUILDLINK_TREE+= hs-terminfo
-
-.if !defined(HS_TERMINFO_BUILDLINK3_MK)
-HS_TERMINFO_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.hs-terminfo+= hs-terminfo>=0.3.2
-BUILDLINK_ABI_DEPENDS.hs-terminfo+= hs-terminfo>=0.3.2.6
-BUILDLINK_PKGSRCDIR.hs-terminfo?= ../../wip/hs-terminfo
-
-.include "../../devel/ncurses/buildlink3.mk"
-.endif # HS_TERMINFO_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -hs-terminfo
diff --git a/hs-terminfo/distinfo b/hs-terminfo/distinfo
deleted file mode 100644
index ecb46a5b03..0000000000
--- a/hs-terminfo/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.6 2013/12/04 10:22:06 phonohawk Exp $
-
-RMD160 (terminfo-0.3.2.6.tar.gz) = 2d2e443dc5db88850a47dead4e2c08d93ea4014f
-SHA512 (terminfo-0.3.2.6.tar.gz) = 31227bd7d1f026173f6d191465e22a152c8d054fd7632479971d79c04dc907238f5be97633e5874fbcf657d921ee16474b7e01e469accbd3916a915757912d74
-Size (terminfo-0.3.2.6.tar.gz) = 45438 bytes
Home |
Main Index |
Thread Index |
Old Index