-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- regen plist after recent ghc.port.mk change
- adjust @exec/@unexec accordingly "just go ahead" kili@
- Loading branch information
Showing
168 changed files
with
5,097 additions
and
5,153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,37 @@ | ||
@comment $OpenBSD: PLIST,v 1.3 2010/05/19 15:58:18 kili Exp $ | ||
lib/${DISTNAME}/ | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/ | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Codec/ | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Codec/Compression/ | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Codec/Compression/GZip.hi | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Codec/Compression/Zlib/ | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Codec/Compression/Zlib.hi | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Codec/Compression/Zlib/Internal.hi | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Codec/Compression/Zlib/Raw.hi | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Codec/Compression/Zlib/Stream.hi | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/HS${DISTNAME}.o | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/libHS${DISTNAME}.a | ||
lib/${DISTNAME}/register.sh | ||
@exec /usr/bin/env HOME=/nonexistent %D/lib/${DISTNAME}/register.sh -v0 | ||
@unexec /usr/bin/env HOME=/nonexistent %D/lib/${DISTNAME}/unregister.sh -v0 --force | ||
lib/${DISTNAME}/unregister.sh | ||
share/doc/${DISTNAME}/ | ||
share/doc/${DISTNAME}/LICENSE | ||
share/doc/${DISTNAME}/html/ | ||
share/doc/${DISTNAME}/html/Codec-Compression-GZip.html | ||
share/doc/${DISTNAME}/html/Codec-Compression-Zlib-Internal.html | ||
share/doc/${DISTNAME}/html/Codec-Compression-Zlib-Raw.html | ||
share/doc/${DISTNAME}/html/Codec-Compression-Zlib.html | ||
share/doc/${DISTNAME}/html/doc-index.html | ||
share/doc/${DISTNAME}/html/frames.html | ||
share/doc/${DISTNAME}/html/haddock-util.js | ||
share/doc/${DISTNAME}/html/haddock.css | ||
share/doc/${DISTNAME}/html/haskell_icon.gif | ||
share/doc/${DISTNAME}/html/index-frames.html | ||
share/doc/${DISTNAME}/html/index.html | ||
share/doc/${DISTNAME}/html/mini_Codec-Compression-GZip.html | ||
share/doc/${DISTNAME}/html/mini_Codec-Compression-Zlib-Internal.html | ||
share/doc/${DISTNAME}/html/mini_Codec-Compression-Zlib-Raw.html | ||
share/doc/${DISTNAME}/html/mini_Codec-Compression-Zlib.html | ||
share/doc/${DISTNAME}/html/minus.gif | ||
share/doc/${DISTNAME}/html/plus.gif | ||
share/doc/${DISTNAME}/html/zlib.haddock | ||
@comment $OpenBSD: PLIST,v 1.4 2010/10/28 13:51:00 jasper Exp $ | ||
lib/ghc/${DISTNAME}/ | ||
lib/ghc/${DISTNAME}/Codec/ | ||
lib/ghc/${DISTNAME}/Codec/Compression/ | ||
lib/ghc/${DISTNAME}/Codec/Compression/GZip.hi | ||
lib/ghc/${DISTNAME}/Codec/Compression/Zlib/ | ||
lib/ghc/${DISTNAME}/Codec/Compression/Zlib.hi | ||
lib/ghc/${DISTNAME}/Codec/Compression/Zlib/Internal.hi | ||
lib/ghc/${DISTNAME}/Codec/Compression/Zlib/Raw.hi | ||
lib/ghc/${DISTNAME}/Codec/Compression/Zlib/Stream.hi | ||
lib/ghc/${DISTNAME}/HS${DISTNAME}.o | ||
lib/ghc/${DISTNAME}/libHS${DISTNAME}.a | ||
lib/ghc/${DISTNAME}/register.sh | ||
@exec /usr/bin/env HOME=/nonexistent %D/lib/ghc/${DISTNAME}/register.sh -v0 | ||
@unexec /usr/bin/env HOME=/nonexistent %D/lib/ghc/${DISTNAME}/unregister.sh -v0 --force | ||
lib/ghc/${DISTNAME}/unregister.sh | ||
share/doc/hs-${DISTNAME}/ | ||
share/doc/hs-${DISTNAME}/LICENSE | ||
share/doc/hs-${DISTNAME}/html/ | ||
share/doc/hs-${DISTNAME}/html/Codec-Compression-GZip.html | ||
share/doc/hs-${DISTNAME}/html/Codec-Compression-Zlib-Internal.html | ||
share/doc/hs-${DISTNAME}/html/Codec-Compression-Zlib-Raw.html | ||
share/doc/hs-${DISTNAME}/html/Codec-Compression-Zlib.html | ||
share/doc/hs-${DISTNAME}/html/doc-index.html | ||
share/doc/hs-${DISTNAME}/html/frames.html | ||
share/doc/hs-${DISTNAME}/html/haddock-util.js | ||
share/doc/hs-${DISTNAME}/html/haddock.css | ||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif | ||
share/doc/hs-${DISTNAME}/html/index-frames.html | ||
share/doc/hs-${DISTNAME}/html/index.html | ||
share/doc/hs-${DISTNAME}/html/mini_Codec-Compression-GZip.html | ||
share/doc/hs-${DISTNAME}/html/mini_Codec-Compression-Zlib-Internal.html | ||
share/doc/hs-${DISTNAME}/html/mini_Codec-Compression-Zlib-Raw.html | ||
share/doc/hs-${DISTNAME}/html/mini_Codec-Compression-Zlib.html | ||
share/doc/hs-${DISTNAME}/html/minus.gif | ||
share/doc/hs-${DISTNAME}/html/plus.gif | ||
share/doc/hs-${DISTNAME}/html/zlib.haddock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,33 @@ | ||
@comment $OpenBSD: PLIST,v 1.3 2010/05/19 15:58:18 kili Exp $ | ||
lib/${DISTNAME}/ | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/ | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Database/ | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Database/HDBC/ | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Database/HDBC/Sqlite3/ | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Database/HDBC/Sqlite3.hi | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Database/HDBC/Sqlite3/Connection.hi | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Database/HDBC/Sqlite3/ConnectionImpl.hi | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Database/HDBC/Sqlite3/Consts.hi | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Database/HDBC/Sqlite3/Statement.hi | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Database/HDBC/Sqlite3/Types.hi | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Database/HDBC/Sqlite3/Utils.hi | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/HS${DISTNAME}.o | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/libHS${DISTNAME}.a | ||
lib/${DISTNAME}/register.sh | ||
@exec /usr/bin/env HOME=/nonexistent %D/lib/${DISTNAME}/register.sh -v0 | ||
@unexec /usr/bin/env HOME=/nonexistent %D/lib/${DISTNAME}/unregister.sh -v0 --force | ||
lib/${DISTNAME}/unregister.sh | ||
share/doc/${DISTNAME}/ | ||
share/doc/${DISTNAME}/COPYRIGHT | ||
share/doc/${DISTNAME}/html/ | ||
share/doc/${DISTNAME}/html/Database-HDBC-Sqlite3.html | ||
share/doc/${DISTNAME}/html/HDBC-sqlite3.haddock | ||
share/doc/${DISTNAME}/html/doc-index.html | ||
share/doc/${DISTNAME}/html/frames.html | ||
share/doc/${DISTNAME}/html/haddock-util.js | ||
share/doc/${DISTNAME}/html/haddock.css | ||
share/doc/${DISTNAME}/html/haskell_icon.gif | ||
share/doc/${DISTNAME}/html/index-frames.html | ||
share/doc/${DISTNAME}/html/index.html | ||
share/doc/${DISTNAME}/html/mini_Database-HDBC-Sqlite3.html | ||
share/doc/${DISTNAME}/html/minus.gif | ||
share/doc/${DISTNAME}/html/plus.gif | ||
@comment $OpenBSD: PLIST,v 1.4 2010/10/28 13:51:19 jasper Exp $ | ||
lib/ghc/${DISTNAME}/ | ||
lib/ghc/${DISTNAME}/Database/ | ||
lib/ghc/${DISTNAME}/Database/HDBC/ | ||
lib/ghc/${DISTNAME}/Database/HDBC/Sqlite3/ | ||
lib/ghc/${DISTNAME}/Database/HDBC/Sqlite3.hi | ||
lib/ghc/${DISTNAME}/Database/HDBC/Sqlite3/Connection.hi | ||
lib/ghc/${DISTNAME}/Database/HDBC/Sqlite3/ConnectionImpl.hi | ||
lib/ghc/${DISTNAME}/Database/HDBC/Sqlite3/Consts.hi | ||
lib/ghc/${DISTNAME}/Database/HDBC/Sqlite3/Statement.hi | ||
lib/ghc/${DISTNAME}/Database/HDBC/Sqlite3/Types.hi | ||
lib/ghc/${DISTNAME}/Database/HDBC/Sqlite3/Utils.hi | ||
lib/ghc/${DISTNAME}/HS${DISTNAME}.o | ||
lib/ghc/${DISTNAME}/libHS${DISTNAME}.a | ||
lib/ghc/${DISTNAME}/register.sh | ||
@exec /usr/bin/env HOME=/nonexistent %D/lib/ghc/${DISTNAME}/register.sh -v0 | ||
@unexec /usr/bin/env HOME=/nonexistent %D/lib/ghc/${DISTNAME}/unregister.sh -v0 --force | ||
lib/ghc/${DISTNAME}/unregister.sh | ||
share/doc/hs-${DISTNAME}/ | ||
share/doc/hs-${DISTNAME}/COPYRIGHT | ||
share/doc/hs-${DISTNAME}/html/ | ||
share/doc/hs-${DISTNAME}/html/Database-HDBC-Sqlite3.html | ||
share/doc/hs-${DISTNAME}/html/HDBC-sqlite3.haddock | ||
share/doc/hs-${DISTNAME}/html/doc-index.html | ||
share/doc/hs-${DISTNAME}/html/frames.html | ||
share/doc/hs-${DISTNAME}/html/haddock-util.js | ||
share/doc/hs-${DISTNAME}/html/haddock.css | ||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif | ||
share/doc/hs-${DISTNAME}/html/index-frames.html | ||
share/doc/hs-${DISTNAME}/html/index.html | ||
share/doc/hs-${DISTNAME}/html/mini_Database-HDBC-Sqlite3.html | ||
share/doc/hs-${DISTNAME}/html/minus.gif | ||
share/doc/hs-${DISTNAME}/html/plus.gif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,43 @@ | ||
@comment $OpenBSD: PLIST,v 1.3 2010/05/19 15:58:18 kili Exp $ | ||
lib/${DISTNAME}/ | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/ | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Database/ | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Database/HDBC/ | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Database/HDBC.hi | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Database/HDBC/ColTypes.hi | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Database/HDBC/DriverUtils.hi | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Database/HDBC/Locale.hi | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Database/HDBC/SqlValue.hi | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Database/HDBC/Statement.hi | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Database/HDBC/Types.hi | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Database/HDBC/Utils.hi | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/HS${DISTNAME}.o | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/libHS${DISTNAME}.a | ||
lib/${DISTNAME}/register.sh | ||
@exec /usr/bin/env HOME=/nonexistent %D/lib/${DISTNAME}/register.sh -v0 | ||
@unexec /usr/bin/env HOME=/nonexistent %D/lib/${DISTNAME}/unregister.sh -v0 --force | ||
lib/${DISTNAME}/unregister.sh | ||
share/doc/${DISTNAME}/ | ||
share/doc/${DISTNAME}/COPYRIGHT | ||
share/doc/${DISTNAME}/html/ | ||
share/doc/${DISTNAME}/html/Database-HDBC-ColTypes.html | ||
share/doc/${DISTNAME}/html/Database-HDBC-DriverUtils.html | ||
share/doc/${DISTNAME}/html/Database-HDBC-SqlValue.html | ||
share/doc/${DISTNAME}/html/Database-HDBC-Statement.html | ||
share/doc/${DISTNAME}/html/Database-HDBC-Types.html | ||
share/doc/${DISTNAME}/html/Database-HDBC.html | ||
share/doc/${DISTNAME}/html/HDBC.haddock | ||
share/doc/${DISTNAME}/html/doc-index.html | ||
share/doc/${DISTNAME}/html/frames.html | ||
share/doc/${DISTNAME}/html/haddock-util.js | ||
share/doc/${DISTNAME}/html/haddock.css | ||
share/doc/${DISTNAME}/html/haskell_icon.gif | ||
share/doc/${DISTNAME}/html/index-frames.html | ||
share/doc/${DISTNAME}/html/index.html | ||
share/doc/${DISTNAME}/html/mini_Database-HDBC-ColTypes.html | ||
share/doc/${DISTNAME}/html/mini_Database-HDBC-DriverUtils.html | ||
share/doc/${DISTNAME}/html/mini_Database-HDBC-SqlValue.html | ||
share/doc/${DISTNAME}/html/mini_Database-HDBC-Statement.html | ||
share/doc/${DISTNAME}/html/mini_Database-HDBC-Types.html | ||
share/doc/${DISTNAME}/html/mini_Database-HDBC.html | ||
share/doc/${DISTNAME}/html/minus.gif | ||
share/doc/${DISTNAME}/html/plus.gif | ||
@comment $OpenBSD: PLIST,v 1.4 2010/10/28 13:51:19 jasper Exp $ | ||
lib/ghc/${DISTNAME}/ | ||
lib/ghc/${DISTNAME}/Database/ | ||
lib/ghc/${DISTNAME}/Database/HDBC/ | ||
lib/ghc/${DISTNAME}/Database/HDBC.hi | ||
lib/ghc/${DISTNAME}/Database/HDBC/ColTypes.hi | ||
lib/ghc/${DISTNAME}/Database/HDBC/DriverUtils.hi | ||
lib/ghc/${DISTNAME}/Database/HDBC/Locale.hi | ||
lib/ghc/${DISTNAME}/Database/HDBC/SqlValue.hi | ||
lib/ghc/${DISTNAME}/Database/HDBC/Statement.hi | ||
lib/ghc/${DISTNAME}/Database/HDBC/Types.hi | ||
lib/ghc/${DISTNAME}/Database/HDBC/Utils.hi | ||
lib/ghc/${DISTNAME}/HS${DISTNAME}.o | ||
lib/ghc/${DISTNAME}/libHS${DISTNAME}.a | ||
lib/ghc/${DISTNAME}/register.sh | ||
@exec /usr/bin/env HOME=/nonexistent %D/lib/ghc/${DISTNAME}/register.sh -v0 | ||
@unexec /usr/bin/env HOME=/nonexistent %D/lib/ghc/${DISTNAME}/unregister.sh -v0 --force | ||
lib/ghc/${DISTNAME}/unregister.sh | ||
share/doc/hs-${DISTNAME}/ | ||
share/doc/hs-${DISTNAME}/COPYRIGHT | ||
share/doc/hs-${DISTNAME}/html/ | ||
share/doc/hs-${DISTNAME}/html/Database-HDBC-ColTypes.html | ||
share/doc/hs-${DISTNAME}/html/Database-HDBC-DriverUtils.html | ||
share/doc/hs-${DISTNAME}/html/Database-HDBC-SqlValue.html | ||
share/doc/hs-${DISTNAME}/html/Database-HDBC-Statement.html | ||
share/doc/hs-${DISTNAME}/html/Database-HDBC-Types.html | ||
share/doc/hs-${DISTNAME}/html/Database-HDBC.html | ||
share/doc/hs-${DISTNAME}/html/HDBC.haddock | ||
share/doc/hs-${DISTNAME}/html/doc-index.html | ||
share/doc/hs-${DISTNAME}/html/frames.html | ||
share/doc/hs-${DISTNAME}/html/haddock-util.js | ||
share/doc/hs-${DISTNAME}/html/haddock.css | ||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif | ||
share/doc/hs-${DISTNAME}/html/index-frames.html | ||
share/doc/hs-${DISTNAME}/html/index.html | ||
share/doc/hs-${DISTNAME}/html/mini_Database-HDBC-ColTypes.html | ||
share/doc/hs-${DISTNAME}/html/mini_Database-HDBC-DriverUtils.html | ||
share/doc/hs-${DISTNAME}/html/mini_Database-HDBC-SqlValue.html | ||
share/doc/hs-${DISTNAME}/html/mini_Database-HDBC-Statement.html | ||
share/doc/hs-${DISTNAME}/html/mini_Database-HDBC-Types.html | ||
share/doc/hs-${DISTNAME}/html/mini_Database-HDBC.html | ||
share/doc/hs-${DISTNAME}/html/minus.gif | ||
share/doc/hs-${DISTNAME}/html/plus.gif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $OpenBSD: Makefile,v 1.19 2010/10/18 17:47:52 espie Exp $ | ||
# $OpenBSD: Makefile,v 1.20 2010/10/28 13:52:55 jasper Exp $ | ||
|
||
COMMENT-main = liberalised reimplementation of cpp in Haskell | ||
COMMENT-lib = cpphs library | ||
|
@@ -8,7 +8,8 @@ ONLY_FOR_ARCHS-lib = i386 amd64 | |
DISTNAME = cpphs-1.11 | ||
PKGNAME-main = ${DISTNAME} | ||
PKGNAME-lib = hs-${DISTNAME} | ||
REVISION-main = 3 | ||
REVISION-main = 4 | ||
REVISION-lib = 0 | ||
CATEGORIES = devel | ||
MAINTAINER = Matthias Kilian <[email protected]> | ||
HOMEPAGE = http://haskell.org/cpphs/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,43 @@ | ||
@comment $OpenBSD: PLIST-lib,v 1.1 2010/09/26 13:32:44 kili Exp $ | ||
lib/${DISTNAME}/ | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/ | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/HS${DISTNAME}.o | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Language/ | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Language/Preprocessor/ | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Language/Preprocessor/Cpphs/ | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Language/Preprocessor/Cpphs.hi | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Language/Preprocessor/Cpphs/CppIfdef.hi | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Language/Preprocessor/Cpphs/HashDefine.hi | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Language/Preprocessor/Cpphs/MacroPass.hi | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Language/Preprocessor/Cpphs/Options.hi | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Language/Preprocessor/Cpphs/Position.hi | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Language/Preprocessor/Cpphs/ReadFirst.hi | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Language/Preprocessor/Cpphs/RunCpphs.hi | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Language/Preprocessor/Cpphs/SymTab.hi | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Language/Preprocessor/Cpphs/Tokenise.hi | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Language/Preprocessor/Unlit.hi | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Text/ | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Text/ParserCombinators/ | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/Text/ParserCombinators/HuttonMeijer.hi | ||
lib/${DISTNAME}/ghc-${MODGHC_VER}/libHS${DISTNAME}.a | ||
lib/${DISTNAME}/register.sh | ||
@exec /usr/bin/env HOME=/nonexistent %D/lib/${DISTNAME}/register.sh -v0 | ||
@unexec /usr/bin/env HOME=/nonexistent %D/lib/${DISTNAME}/unregister.sh -v0 --force | ||
lib/${DISTNAME}/unregister.sh | ||
share/doc/${DISTNAME}/ | ||
share/doc/${DISTNAME}/LICENCE-LGPL | ||
share/doc/${DISTNAME}/html/ | ||
share/doc/${DISTNAME}/html/Language-Preprocessor-Cpphs.html | ||
share/doc/${DISTNAME}/html/Language-Preprocessor-Unlit.html | ||
share/doc/${DISTNAME}/html/cpphs.haddock | ||
share/doc/${DISTNAME}/html/doc-index.html | ||
share/doc/${DISTNAME}/html/frames.html | ||
share/doc/${DISTNAME}/html/haddock-util.js | ||
share/doc/${DISTNAME}/html/haddock.css | ||
share/doc/${DISTNAME}/html/haskell_icon.gif | ||
share/doc/${DISTNAME}/html/index-frames.html | ||
share/doc/${DISTNAME}/html/index.html | ||
share/doc/${DISTNAME}/html/mini_Language-Preprocessor-Cpphs.html | ||
share/doc/${DISTNAME}/html/mini_Language-Preprocessor-Unlit.html | ||
share/doc/${DISTNAME}/html/minus.gif | ||
share/doc/${DISTNAME}/html/plus.gif | ||
@comment $OpenBSD: PLIST-lib,v 1.2 2010/10/28 13:52:55 jasper Exp $ | ||
lib/ghc/ | ||
lib/ghc/${DISTNAME}/ | ||
lib/ghc/${DISTNAME}/HS${DISTNAME}.o | ||
lib/ghc/${DISTNAME}/Language/ | ||
lib/ghc/${DISTNAME}/Language/Preprocessor/ | ||
lib/ghc/${DISTNAME}/Language/Preprocessor/Cpphs/ | ||
lib/ghc/${DISTNAME}/Language/Preprocessor/Cpphs.hi | ||
lib/ghc/${DISTNAME}/Language/Preprocessor/Cpphs/CppIfdef.hi | ||
lib/ghc/${DISTNAME}/Language/Preprocessor/Cpphs/HashDefine.hi | ||
lib/ghc/${DISTNAME}/Language/Preprocessor/Cpphs/MacroPass.hi | ||
lib/ghc/${DISTNAME}/Language/Preprocessor/Cpphs/Options.hi | ||
lib/ghc/${DISTNAME}/Language/Preprocessor/Cpphs/Position.hi | ||
lib/ghc/${DISTNAME}/Language/Preprocessor/Cpphs/ReadFirst.hi | ||
lib/ghc/${DISTNAME}/Language/Preprocessor/Cpphs/RunCpphs.hi | ||
lib/ghc/${DISTNAME}/Language/Preprocessor/Cpphs/SymTab.hi | ||
lib/ghc/${DISTNAME}/Language/Preprocessor/Cpphs/Tokenise.hi | ||
lib/ghc/${DISTNAME}/Language/Preprocessor/Unlit.hi | ||
lib/ghc/${DISTNAME}/Text/ | ||
lib/ghc/${DISTNAME}/Text/ParserCombinators/ | ||
lib/ghc/${DISTNAME}/Text/ParserCombinators/HuttonMeijer.hi | ||
lib/ghc/${DISTNAME}/libHS${DISTNAME}.a | ||
lib/ghc/${DISTNAME}/register.sh | ||
lib/ghc/${DISTNAME}/unregister.sh | ||
@exec /usr/bin/env HOME=/nonexistent %D/lib/ghc/${DISTNAME}/register.sh -v0 | ||
@unexec /usr/bin/env HOME=/nonexistent %D/lib/ghc/${DISTNAME}/unregister.sh -v0 --force | ||
share/doc/hs-${DISTNAME}/ | ||
share/doc/hs-${DISTNAME}/LICENCE-LGPL | ||
share/doc/hs-${DISTNAME}/html/ | ||
share/doc/hs-${DISTNAME}/html/Language-Preprocessor-Cpphs.html | ||
share/doc/hs-${DISTNAME}/html/Language-Preprocessor-Unlit.html | ||
share/doc/hs-${DISTNAME}/html/cpphs.haddock | ||
share/doc/hs-${DISTNAME}/html/doc-index.html | ||
share/doc/hs-${DISTNAME}/html/frames.html | ||
share/doc/hs-${DISTNAME}/html/haddock-util.js | ||
share/doc/hs-${DISTNAME}/html/haddock.css | ||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif | ||
share/doc/hs-${DISTNAME}/html/index-frames.html | ||
share/doc/hs-${DISTNAME}/html/index.html | ||
share/doc/hs-${DISTNAME}/html/mini_Language-Preprocessor-Cpphs.html | ||
share/doc/hs-${DISTNAME}/html/mini_Language-Preprocessor-Unlit.html | ||
share/doc/hs-${DISTNAME}/html/minus.gif | ||
share/doc/hs-${DISTNAME}/html/plus.gif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.