Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
af49f84f
Commit
af49f84f
authored
Mar 27, 2021
by
rene
Browse files
Remove expired port:
2021-03-27 devel/hs-c2hs: Was used as BUILD_DEPENDS, not useful on its own
parent
923bb295
Changes
5
Hide whitespace changes
Inline
Side-by-side
MOVED
View file @
af49f84f
...
...
@@ -16194,3 +16194,4 @@ emulators/open-vm-tools-nox11|emulators/open-vm-tools@nox11|2021-03-17|Moved to
math/s2geometry|graphics/s2|2021-03-22|Remove duplicate port
net-p2p/sonarr-devel|net-p2p/sonarr|2021-03-23|Removed, use net-p2p/sonarr instead
www/py-django-jsonfield||2021-03-24|Removed: This port will be deleted in the future, please switch to use www/py-jsonfield or www/py-jsonfield2
devel/hs-c2hs||2021-03-27|Has expired: Was used as BUILD_DEPENDS, not useful on its own
devel/Makefile
View file @
af49f84f
...
...
@@ -931,7 +931,6 @@
SUBDIR
+=
hpx
SUBDIR
+=
hs-ShellCheck
SUBDIR
+=
hs-alex
SUBDIR
+=
hs-c2hs
SUBDIR
+=
hs-cabal-install
SUBDIR
+=
hs-cpphs
SUBDIR
+=
hs-darcs
...
...
devel/hs-c2hs/Makefile
deleted
100644 → 0
View file @
923bb295
# Created by: Oliver Braun <obraun@FreeBSD.org>
# $FreeBSD$
PORTNAME
=
c2hs
PORTVERSION
=
0.28.6
PORTREVISION
=
6
CATEGORIES
=
devel haskell
MAINTAINER
=
haskell@FreeBSD.org
COMMENT
=
C->Haskell FFI tool that gives some cross-language
type
safety
LICENSE
=
GPLv2
DEPRECATED
=
Was used as BUILD_DEPENDS, not useful on its own
EXPIRATION_DATE
=
2021-03-27
USES
=
cabal
USE_CABAL
=
alex-3.2.5 dlist-0.8.0.7 happy-1.19.12 language-c-0.8.3 syb-0.7.1
PLIST_FILES
=
man/man1/c2hs.1.gz
post-install
:
${INSTALL_MAN}
${WRKSRC}
/doc/man1/c2hs.1
${STAGEDIR}${MANPREFIX}
/man/man1/
.
include
<bsd.port.mk>
devel/hs-c2hs/distinfo
deleted
100644 → 0
View file @
923bb295
TIMESTAMP = 1584266745
SHA256 (cabal/c2hs-0.28.6.tar.gz) = 91dd121ac565009f2fc215c50f3365ed66705071a698a545e869041b5d7ff4da
SIZE (cabal/c2hs-0.28.6.tar.gz) = 204988
SHA256 (cabal/alex-3.2.5/alex-3.2.5.tar.gz) = b77c8a1270767c64e2adb21a6e91ee7cd904ba17edae17bc20fd03da5256e0e3
SIZE (cabal/alex-3.2.5/alex-3.2.5.tar.gz) = 108531
SHA256 (cabal/dlist-0.8.0.7/dlist-0.8.0.7.tar.gz) = a3c06a200f9756329b09d415e7733b7204dda76ce07783e6457d0ab9ffbcba2c
SIZE (cabal/dlist-0.8.0.7/dlist-0.8.0.7.tar.gz) = 9228
SHA256 (cabal/happy-1.19.12/happy-1.19.12.tar.gz) = fb9a23e41401711a3b288f93cf0a66db9f97da1ce32ec4fffea4b78a0daeb40f
SIZE (cabal/happy-1.19.12/happy-1.19.12.tar.gz) = 183254
SHA256 (cabal/language-c-0.8.3/language-c-0.8.3.tar.gz) = f3d66c18abececb468f2b069f0c3274709456fde6938eace46dacf1c9b14202e
SIZE (cabal/language-c-0.8.3/language-c-0.8.3.tar.gz) = 194870
SHA256 (cabal/syb-0.7.1/syb-0.7.1.tar.gz) = e04a9c7ae48d9fe25e9b7a064f7122d39c710753544511e15df7a6e87fdfe700
SIZE (cabal/syb-0.7.1/syb-0.7.1.tar.gz) = 39594
devel/hs-c2hs/pkg-descr
deleted
100644 → 0
View file @
923bb295
C->Haskell assists in the development of Haskell bindings to C libraries.
It extracts interface information from C header files and generates Haskell
code with foreign imports and marshaling. Unlike writing foreign imports
by hand (or using hsch2s), this ensures that C functions are imported with
the correct Haskell types.
WWW: https://github.com/haskell/c2hs
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment